aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-dialog.c
Commit message (Expand)AuthorAgeFilesLines
* ephy-state: rename to 'ephy-initial-state'Xan Lopez2012-12-161-9/+9
* ephy-dialog: fix GtkBuilder leakPavel Vasin2012-09-171-0/+2
* e-dialog: handle old uses of ephy_dialog_constructDiego Escalante Urrelo2012-07-311-1/+13
* Use glib resources to bundle our UI filesXan Lopez2012-03-281-6/+6
* gsettings: port epiphany to gsettingsDiego Escalante Urrelo2010-10-081-1127/+17
* ephy-dialog: remove useless modal propertyDiego Escalante Urrelo2010-09-031-39/+0
* ephy-dialog: check if we get a valid EphyDialogDiego Escalante Urrelo2010-01-261-2/+27
* docs: ephy-dialogDiego Escalante Urrelo2009-12-181-13/+178
* Add GObject introspection annotations to more functionsIain Nicol2009-11-231-0/+10
* Add GObject introspection annotations to many *_get_* functionsIain Nicol2009-11-181-0/+10
* GTK+ 2.17.11 is now the required versionJavier Jardón2009-09-221-3/+3
* ephy-dialog.c: do not use bleeding edge GTK+ APIXan Lopez2009-09-091-3/+3
* ephy-dialog: set_sensitivity ignores .ui defaultsDiego Escalante Urrelo2009-09-061-0/+3
* Remove $Id$ marker from source files.Xan Lopez2009-01-161-1/+0
* Port to use GtkBuilder.Xan Lopez2009-01-121-9/+16
* Do not do single includes in lib/, bug #536090Diego Escalante Urrelo2008-06-041-9/+2
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-121-1/+1
* Use UTF-8 copyright symbolChristian Persch2006-09-131-2/+2
* Remove some unnecessary static data.Christian Persch2006-09-071-1/+1
* Fix number of /'s in URI.Christian Persch2006-01-171-10/+47
* Mark strings in param specs as static.Christian Persch2005-11-081-5/+5
* R lib/ephy-glade.c: R lib/ephy-glade.h:Christian Persch2005-10-311-9/+13
* A src/languages.h:Christian Persch2005-05-021-1/+1
* Some sparse fixes.Christian Persch2005-01-311-5/+5
* Fix mem leak. Fixes bug #164302.Christian Persch2005-01-191-0/+2
* Prefix class structs with '_' so that the python code generator finds it.Crispin Flowerday2005-01-041-1/+1
* Forgot to commit thisChristian Persch2004-12-211-0/+3
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-031-2/+0
* Print dialogue isn't an EphyEmbedDialog anymore, remove theChristian Persch2004-10-281-2/+0
* Private data is 0-initialised, no need to set members to NULL, 0, orChristian Persch2004-10-281-13/+7
* Chain up to parent's dispose handler.Christian Persch2004-10-241-0/+2
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-241-1/+1
* Add varargs version of ephy_dialog_get_control to get more than oneChristian Persch2004-10-221-0/+25
* reviewed by: Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2004-10-111-7/+1
* reviewed by: Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2004-10-081-1/+1
* Initialise position passed to gtk_editable_insert_text().Christian Persch2004-09-231-1/+1
* Set sane_state to TRUE from user changes, otherwise broken prefs willChristian Persch2004-06-291-0/+8
* Don't return a value in void function, part of bug #141319.Christian Persch2004-05-291-1/+1
* Fix mem leak.Christian Persch2004-05-161-3/+7
* Fix compilation with gcc 2.95.Christian Persch2004-05-121-1/+2
* Fix font selection combo box issues; fixes bug #138560.Christian Persch2004-04-181-65/+85
* Make prefs, pdm and print setup dialogues transient to their parent. FixesChristian Persch2004-04-061-1/+9
* Always connect signals, not just for PT_AUTOAPPLY props.Christian Persch2004-02-221-3/+0
* Don't set entries insensitive, only set the non-editable when the gconfChristian Persch2004-02-131-0/+4
* Correct a translator name.Marco Pesenti Gritti2004-01-261-42/+46
* Fix mem leaks.Christian Persch2004-01-251-3/+2
* Prepare for 1.1.5Marco Pesenti Gritti2004-01-251-3/+10
* Add a persist-position property.Marco Pesenti Gritti2004-01-241-1/+21
* Allow passing the translation domain to ephy_dialog_construct, to makeChristian Persch2004-01-241-5/+8
* Introduce ephy_dialog_hide().Christian Persch2004-01-191-0/+9
* Split print dialogue in print setup and actual print, and move printChristian Persch2003-12-071-89/+137
* Set sensitivity from gconf key writability, and do it right.Christian Persch2003-12-031-4/+1
* Remove gtkoptionmenu.h include.Christian Persch2003-12-011-1/+0
* Readd gtk deprecates (only in maintainer mode).Marco Pesenti Gritti2003-11-301-65/+1
* Forgot even moreChristian Persch2003-11-301-735/+937
* Make encodings dialogue transient.Christian Persch2003-11-191-0/+2
* Only allow choosing "Selection" if there really is one.Christian Persch2003-11-051-10/+2
* Initialise the dialogue on run too.Christian Persch2003-11-031-0/+8
* Reenable deprecated api where necessary, fixup some header inclusions.Marco Pesenti Gritti2003-10-111-67/+1
* Mega-patch, changelog too long to paste here.Christian Persch2003-09-021-12/+10
* Make sure props are saved when destroyed.Marco Pesenti Gritti2003-08-021-8/+21
* Use connect_object for the dialog destroy signal, so we dont unref theMarco Pesenti Gritti2003-07-201-4/+4
* Rework find implementation to integrate better with type ahead and toMarco Pesenti Gritti2003-07-201-39/+3
* Use the browser icon from gnome icon theme. Get rid of cache comparingMarco Pesenti Gritti2003-07-021-0/+22
* Correct translations dir (leftover from galeon)Marco Pesenti Gritti2003-06-231-3/+10
* s/snprintf/g_snprintf to not break gcc 2.95Marco Pesenti Gritti2003-06-171-1/+1
* Merge with popup control, we dont need it for bonobo window anymore.Marco Pesenti Gritti2003-06-161-9/+59
* Handle NULL return from eel_gconf_get_string. Oh, and fix yet another memChristian Persch2003-06-141-27/+26
* Add support for string enums.Marco Pesenti Gritti2003-06-131-52/+351
* Fix mem leak.Christian Persch2003-06-071-2/+3
* Add some flags so that we can choose to save position or size or both.David Bordoley2003-05-141-1/+2
* Reimplement ephystate using xml and make it easier to use. -> remove someMarco Pesenti Gritti2003-03-191-17/+2
* Initial revisionMarco Pesenti Gritti2002-12-311-0/+943