aboutsummaryrefslogtreecommitdiffstats
path: root/src/prefs-dialog.c
Commit message (Expand)AuthorAgeFilesLines
* Add a checkbutton to toggle the automatical extractionTing-Wei Lan2013-07-081-0/+3
* prefs: Use the correct signal to monitor GtkFileChooserButton's selection cha...Federico Mena Quintero2013-06-221-1/+1
* Get rid of EphyEmbedSingleXan Lopez2013-03-241-1/+0
* ephy-shell: remove the ephy_shell globalDiego Escalante Urrelo2012-12-111-1/+1
* prefs-dialog: remove JavaScript preference from the UIXan Lopez2012-10-031-3/+0
* prefs-dialog: add a checkbox to enable/disable the adblock functionalityXan Lopez2012-10-021-0/+3
* e-file-chooser: remove persist-keyDiego Escalante Urrelo2012-08-011-1/+1
* ephy-encodings: rewrite to drop usage of EphyNodeXan Lopez2012-07-311-30/+36
* prefs: expose the Do Not Track setting in the preferences UIXan Lopez2012-05-191-0/+3
* Use glib resources to bundle our UI filesXan Lopez2012-03-281-2/+2
* Replace EphyFaviconCache by WebKit's icon database cacheSergio Villar Senin2012-03-201-1/+0
* prefs-dialog: fix compiler warningsXan Lopez2011-12-041-1/+1
* Remove UI to define a homepageXan Lopez2011-12-041-64/+11
* Add optional spell checking, enabled by defaultXan Lopez2011-05-231-0/+3
* Think McFly, think!Xan Lopez2011-04-211-0/+3
* Remove a few GCC 4.6.0 warningsXan Lopez2011-04-211-3/+1
* Remove minimum font size setting from UIXan Lopez2011-03-101-3/+0
* ephy-file-helpers: only one downloads_dir functionDiego Escalante Urrelo2011-03-081-31/+3
* prefs-dialog: use GtkBuildable id instead of nameDiego Escalante Urrelo2011-02-251-12/+7
* prefs-dialog: enhance Fonts tab layoutDiego Escalante Urrelo2010-12-121-1/+1
* prefs: remove broken preferences from UIXan Lopez2010-12-091-6/+0
* prefs-dialog: new custom font selection UIDiego Escalante Urrelo2010-12-081-6/+29
* Always enable Web InspectorXan Lopez2010-10-241-3/+0
* gsettings: port epiphany to gsettingsDiego Escalante Urrelo2010-10-081-244/+304
* Remove smooth scrolling pref from the UIXan Lopez2010-05-121-2/+0
* Always use i18n'd Desktop and Downloads dir namesDiego Escalante Urrelo2010-02-241-2/+5
* Change 'Enable Java' setting to 'Enable Plugins'Xan Lopez2010-02-201-1/+1
* ephy_gui_help: use gtk_show_uri to open helpDiego Escalante Urrelo2009-12-191-1/+1
* Make EphyEmbed inherit from GtkVBox instead of GtkScrolledWindowGustavo Noronha Silva2009-12-171-1/+1
* GTK+ 2.17.11 is now the required versionJavier Jardón2009-09-221-1/+2
* Move all methods, signals and properties from EphyEmbed and EphyBaseEmbed to ...Xan Lopez2009-06-051-1/+2
* Remove unused auto encoding stuff.Xan Lopez2009-01-261-15/+0
* Remove unused function.Xan Lopez2009-01-261-13/+0
* Remove unused fonts languages and autodetectors stuff. Bug #558407.Christian Persch2009-01-261-95/+0
* Use C_() instead of Q_() with context for translatable strings.Philip Withnall2009-01-201-11/+5
* Remove $Id$ marker from source files.Xan Lopez2009-01-161-1/+0
* Port to use GtkBuilder.Xan Lopez2009-01-121-2/+2
* Web Inspector property missing from preferences enum.Gustavo Noronha Silva2008-12-241-0/+1
* Enable Web Inspector.Xan Lopez2008-12-121-6/+7
* Do not do single includes for GTK+, bug #536090Diego Escalante Urrelo2008-06-041-18/+1
* Remove detailed font prefs, they're obsolete on webkit.Christian Persch2008-04-071-322/+1
* Use G_DEFINE_TYPE* when possible in src/ (#515601)Xan Lopez2008-02-111-32/+2
* Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1.Cosimo Cecchi2008-01-141-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-261-1/+1
* Added a checkbox for smooth scrolling. Fixes bug #162489.Diego Escalante Urrelo2007-07-261-0/+2
* Make this string static.Christian Persch2007-05-201-3/+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
* Add a way to turn off password remembering. Bug #332374.Christian Persch2006-07-221-0/+2
* Drop support for gecko 1.7.Christian Persch2006-05-111-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-131-2/+2
* Fix gcc 4.1 warnings (dereferencing type-punned pointer will breakJean-François Rameau2006-03-031-4/+16
* Put "Off" at the top of the combo, followed by a separator row. BugChristian Persch2006-01-181-8/+108
* Fix number of /'s in URI.Christian Persch2006-01-171-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-311-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-301-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-081-2/+9
* Now that the tab's address is always correct (isn't the typed addressChristian Persch2005-08-021-8/+6
* Make ephy_session_get_active_window work as intended.Christian Persch2005-07-301-4/+8
* Init the gettext domain.Christian Persch2005-07-121-0/+6
* A src/languages.h:Christian Persch2005-05-021-193/+10
* Iso-codes is now mandatory.Christian Persch2005-04-191-118/+1
* Some sparse fixes.Christian Persch2005-01-311-1/+1
* Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargsChristian Persch2005-01-291-2/+2
* Remove unused include from public header ephy-window.h.Christian Persch2005-01-091-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-261-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-151-1/+0
* Use alignments instead of empty labels for alignment.Christian Persch2004-12-141-6/+1
* Prompt for bookmark update.Christian Persch2004-12-141-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-081-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-031-2/+0
* 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-28/+34
* Same here.Christian Persch2004-10-051-8/+1
* Recognise "Desktop" special downloads directory. Fixes bug #152926.Christian Persch2004-10-021-0/+4
* Merging pre-gnome-2-10 branch to HEAD.Christian Persch2004-09-131-4/+3
* R lib/widgets/ephy-ellipsizing-label.c: RChristian Persch2004-08-081-6/+5
* Start the directory choose in the home dir. Fixes bug #146055.Christian Persch2004-07-311-0/+2
* Simplify node view filtering code and make it a normal property (no moreMarco Pesenti Gritti2004-07-231-1/+1
* Factor out the helper to select a treeview row by column and use it alsoMarco Pesenti Gritti2004-06-221-0/+3
* Get rid of EmbedReloadFlags, and use a gboolean force parameter inChristian Persch2004-06-141-2/+0
* Add convenience functions for creating a filter with a bunch of mime typesChristian Persch2004-05-091-2/+2
* Fix font selection combo box issues; fixes bug #138560.Christian Persch2004-04-181-0/+1
* Make prefs, pdm and print setup dialogues transient to their parent. FixesChristian Persch2004-04-061-6/+4
* Fixes #138263.Federico Mena Quintero2004-03-301-1/+1
* Fix for gtk+ filechooser API change.Christian Persch2004-02-271-2/+1
* Unify fallback downloads dir to get the home directory.Christian Persch2004-02-131-11/+10
* Fix numerous places where we weren't properly converting between UTF-8 andChristian Persch2004-02-131-12/+10
* David Bordoley <bordoley@msu.edu>Biggest Flake Ever2004-02-051-0/+2
* Add a way to get the downloads dir with a comment for translators. Use dirMarco Pesenti Gritti2004-01-251-9/+7
* Fall back to Home directory when the pref is NULL.Christian Persch2004-01-241-0/+6
* Add a persist-position property.Marco Pesenti Gritti2004-01-241-2/+6
* Allow passing the translation domain to ephy_dialog_construct, to makeChristian Persch2004-01-241-4/+7
* Call ephy_file() explicitly for each glade file, letting extensions load glad...Adam Hooper2004-01-221-2/+4
* Add a way to store paths.Marco Pesenti Gritti2004-01-191-18/+6
* *** empty log message ***Marco Pesenti Gritti2004-01-191-1/+9
* Use gtk_file_chooser_get_filename() instead ofChristian Persch2004-01-171-1/+1
* Behave better when the encoding used on the page is unknown to us.Christian Persch2004-01-061-1/+1
* Add help buttons to Certificate Viewer, PDM, print and print setupPiers Cornwell2004-01-051-7/+4
* Unified return type of ephy_embed_shell_get_X to be GObject *. Fixed allChristian Persch2003-12-301-5/+2
* One download directory chooser is enough.Christian Persch2003-12-271-16/+31
* Fixed #129737.Christian Neumair2003-12-211-1/+14
* Remove debug output leftovers.Christian Persch2003-12-191-4/+4
* In-line the language editor in the prefs dialogue.Christian Persch2003-12-191-159/+450
* Lockdown: set some buttons insensitive when their pref key is notChristian Persch2003-12-091-9/+31
* Sort the list of fonts alphabetically.Christian Persch2003-12-091-9/+26
* Split print dialogue in print setup and actual print, and move printChristian Persch2003-12-071-25/+16
* Remove gtkoptionmenu.h include.Christian Persch2003-12-011-1/+17
* Improved API and implementation of EphyDialog. Add support for new comboChristian Persch2003-11-301-758/+418
* Use EphyFileChooser API, convert download path to UTF8.Xan Lopez2003-11-241-16/+15
* Implement UI for default download path and auto open downlads prefs forXan Lopez2003-11-161-0/+105
* New extensions API.Christian Persch2003-11-111-1/+4
* Use new glib gi18n.h instead of bonobo's bonobo-i18n.h.Christian Persch2003-11-061-1/+1
* Get rid of gresult type. Use return values instead of out-parametersChristian Persch2003-11-051-4/+3
* Always list "Off" as first item in the list of autodetectors. Fixes bugChristian Persch2003-10-291-2/+29
* Encoding menu improvements, Part 4: The Rewrite.Christian Persch2003-10-181-168/+114
* Encodings menu improvements, part 3: Refactored the encodings list; it noChristian Persch2003-10-141-40/+12
* *** empty log message ***Marco Pesenti Gritti2003-09-171-1/+1
* Make spinner status per tab. Remove the default to tab pref, use tab byMarco Pesenti Gritti2003-09-101-2/+0
* First important step in solving the fonts mess. Allow to select theMarco Pesenti Gritti2003-09-101-36/+20
* Mega-patch, changelog too long to paste here.Christian Persch2003-09-021-21/+18
* Added one translator's comment, and clarified another.Christian Persch2003-07-241-0/+7
* Initiliaze font list to NULL. Otherwise if Enumerate fails we crash.Marco Pesenti Gritti2003-07-171-1/+1
* No need to setup fonts on init, it will be done when the default encodingMarco Pesenti Gritti2003-07-151-2/+0
* gtk_editable_insert_text takes the number of bytes in the string, not theChristian Persch2003-07-061-3/+3
* Api resync and cleanup from galeon.Marco Pesenti Gritti2003-07-061-1/+2
* Use the browser icon from gnome icon theme. Get rid of cache comparingMarco Pesenti Gritti2003-07-021-22/+27
* Correct usage of ellipses.Piers Cornwell2003-06-291-10/+9
* Changed two nearly duplicated strings to the already present ones to saveChristian Persch2003-06-221-2/+2
* Misc i18n fixes: mark default encoding and encoding autodetector in theChristian Persch2003-06-221-1/+4
* Set a title on NET_START (nicified url).Marco Pesenti Gritti2003-06-211-4/+7
* Fix wrong cast of GtkDialog to GtkWindow.Christian Persch2003-06-181-1/+1
* Some string fixes.Christian Persch2003-06-171-2/+2
* s/snprintf/g_snprintf to not break gcc 2.95Marco Pesenti Gritti2003-06-171-10/+10
* Fix previous change to actually work on anything else than en locales.Christian Persch2003-06-141-2/+7
* Persist the selected language for the fonts preferences, and make theChristian Persch2003-06-141-5/+15
* Persist the language selected for the fonts preferences. Make theChristian Persch2003-06-141-11/+14
* Add support for string enums.Marco Pesenti Gritti2003-06-131-0/+28
* Use functions instead of declaring static vars in .h file, (hopefully)Christian Persch2003-06-121-0/+5
* Remove memory cache prefs/ui, now mozilla can deal with it automagically.Marco Pesenti Gritti2003-06-071-22/+6
* Sort the lists of encoding autodetectors and of fonts languages.Christian Persch2003-05-291-18/+210
* continuing checkin of previous patch (cvs aborted "broken pipe")Christian Persch2003-05-281-51/+42
* Refactored the charset and language groups strings.Christian Persch2003-05-271-25/+6
* Fix potential memory corruption. Retain custom lang codes. Sort theChristian Persch2003-05-271-40/+164
* Shortest patch ever!!! Kill the new page pref. Make Seth happy :)David Bordoley2003-05-201-2/+0
* Remove fine grain color settings. Always use the system theme colors inDavid Bordoley2003-05-191-10/+0
* Fixed many issues mentioned in #112781.Christian Neumair2003-05-171-5/+5
* Use sys language as defaultMarco Pesenti Gritti2003-05-111-0/+1
* Implement security page. Remove some useless hidden prefs in the process.Marco Pesenti Gritti2003-05-101-0/+12
* Rework prefs dialog ui a bit. Remove jumpto and tabbed_popups prefsMarco Pesenti Gritti2003-05-101-144/+710
* Remove unused varMarco Pesenti Gritti2003-05-101-1/+0
* Convenience function for displaying help. Remove unneeded include ofDavid Adam Bordoley2003-05-091-26/+10
* Declare all the variables before the first instruction. Fixes aVincent Untz2003-04-151-2/+1
* Use EggEditableToolbar. Update to latest versions (not EggMenuMerge, weMarco Pesenti Gritti2003-04-021-12/+9
* Added place holders for help text for preferences dialog added code toPatanjali Somayaji2003-04-011-1/+49
* New epiphany-bookmark-page stock image. I'm not at all attached to thisDavid Bordoley2003-03-251-0/+8
* Reimplement ephystate using xml and make it easier to use. -> remove someMarco Pesenti Gritti2003-03-191-17/+2
* about:options and about:epiphanyMarco Pesenti Gritti2003-03-041-3/+18
* *** empty log message ***Marco Pesenti Gritti2003-02-061-6/+10
* Make GaleonShell inherit from GaleonEmbedShell. Ref the shell when usingMarco Pesenti Gritti2003-01-051-2/+2
* Initial revisionMarco Pesenti Gritti2002-12-311-0/+335