summaryrefslogtreecommitdiff
path: root/src/prefs-dialog.c
Commit message (Expand)AuthorAgeFilesLines
* Use G_DEFINE_TYPE* when possible in src/ (#515601)Xan Lopez2008-02-101-32/+2
* Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1.Cosimo Cecchi2008-01-131-11/+6
* Adds a "Clear All" dialog to clear all the privacy information, and a helpCosimo Cecchi2007-12-211-10/+7
* And port all the callers in src/Xan Lopez2007-11-161-1/+4
* Remove EphyTabChristian Persch2007-10-281-4/+5
* Port src/ to the new properties in EphyEmbed.Xan Lopez2007-10-251-1/+1
* Added a checkbox for smooth scrolling. Fixes bug #162489.Diego Escalante Urrelo2007-07-251-0/+2
* Make this string static.Christian Persch2007-05-191-3/+2
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-111-1/+1
* Use UTF-8 copyright symbolChristian Persch2006-09-131-2/+2
* Remove some unnecessary static data.Christian Persch2006-09-061-1/+1
* Add a way to turn off password remembering. Bug #332374.Christian Persch2006-07-211-0/+2
* Drop support for gecko 1.7.Christian Persch2006-05-101-16/+0
* Fix mnemonic activation of download path button. Bug #339139.Christian Persch2006-04-201-1/+5
* === Release 2.14.0 ===RELEASE_2_14_0GNOME_2_14_BRANCHPOINTChristian Persch2006-03-121-2/+2
* Fix gcc 4.1 warnings (dereferencing type-punned pointer will breakJean-François Rameau2006-03-021-4/+16
* Put "Off" at the top of the combo, followed by a separator row. BugChristian Persch2006-01-171-8/+108
* Fix number of /'s in URI.Christian Persch2006-01-161-78/+245
* Don't put the prefs/pdm dialogue over all windows. Make the add-languageChristian Persch2005-11-151-3/+9
* Remove glade callbacks, and connect from code instead.Christian Persch2005-10-301-98/+98
* Fix title capitalisation.Christian Persch2005-10-301-1/+1
* Add ephy_file_get_downloads_dir() to get the actual downloads directory,Christian Persch2005-10-291-4/+21
* Use a GtkFileChooserButton for the download path selector. Fixes bugChristian Persch2005-10-151-123/+45
* Add way to clear the favicon cache. Also removes any extraneous files fromChristian Persch2005-08-071-2/+9
* Now that the tab's address is always correct (isn't the typed addressChristian Persch2005-08-011-8/+6
* Make ephy_session_get_active_window work as intended.Christian Persch2005-07-291-4/+8
* Init the gettext domain.Christian Persch2005-07-111-0/+6
* A src/languages.h:Christian Persch2005-05-011-193/+10
* Iso-codes is now mandatory.Christian Persch2005-04-191-118/+1
* Some sparse fixes.Christian Persch2005-01-301-1/+1
* Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargsChristian Persch2005-01-281-2/+2
* Remove unused include from public header ephy-window.h.Christian Persch2005-01-081-0/+1
* Add translator's comments to contextualised strings.Christian Persch2004-12-311-2/+8
* Add context to ambiguous strings. Fixes bug #113932.Christian Persch2004-12-251-1/+1
* Correct code for "Afrikaans".Christian Persch2004-12-191-1/+1
* Fix name for "gd" language (Scots Gaelic). Fixes bug #161509.Christian Persch2004-12-171-1/+1
* Remove a duplicated lang code.Christian Persch2004-12-141-1/+0
* Use alignments instead of empty labels for alignment.Christian Persch2004-12-141-6/+1
* Prompt for bookmark update.Christian Persch2004-12-131-11/+7
* Fix compile in the !HAVE_ISO_CODES case.Christian Persch2004-11-251-1/+1
* Check for iso-codes package.Christian Persch2004-11-251-8/+310
* Fix ngettext usage.Christian Persch2004-11-221-2/+2
* Change column order for the languages list in the code.Christian Persch2004-11-111-57/+57
* Order this in the source code by lang code, not english lang name.Christian Persch2004-11-081-20/+20
* Fix button sensitivity setting in language editor not to first disable theChristian Persch2004-11-071-9/+10
* Show language code in the string in languages editor. Fixes bug #115355.Christian Persch2004-11-071-13/+43
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-021-2/+0
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-231-1/+1
* Add varargs version of ephy_dialog_get_control to get more than oneChristian Persch2004-10-211-28/+34
* Same here.Christian Persch2004-10-041-8/+1