aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-file-chooser.c
Commit message (Expand)AuthorAgeFilesLines
* ephy-state: rename to 'ephy-initial-state'Xan Lopez2012-12-161-1/+0
* Port save as to WebKit2Carlos Garcia Campos2012-08-171-0/+2
* e-file-chooser: remove persist-keyDiego Escalante Urrelo2012-08-011-172/+0
* Get rid of EPHY_STOCK_EPHYXan Lopez2012-01-271-3/+0
* gsettings: port epiphany to gsettingsDiego Escalante Urrelo2010-10-081-4/+8
* ephy-file-chooser: cast parent_class properly.Xan Lopez2009-03-011-2/+2
* ephy-file-chooser: use G_DEFINE_TYPE.Xan Lopez2009-03-011-34/+4
* Remove $Id$ marker from source files.Xan Lopez2009-01-161-1/+0
* Guard against the current filename being NULL. Bug #535483.Christian Persch2008-07-011-2/+3
* Do not do single includes in lib/, bug #536090Diego Escalante Urrelo2008-06-041-2/+1
* Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1.Cosimo Cecchi2008-01-141-2/+4
* Add a preview for the FileChooser. The default size is 150x150. Fixes bugDiego Escalante Urrelo2007-09-281-0/+39
* Make Epiphany properly remember the last saved location in the FileChooser.Cosimo Cecchi2007-09-261-0/+26
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-121-1/+1
* Use a define for the default window icon. Bug #385872.Christian Persch2006-12-151-1/+2
* Use UTF-8 copyright symbolChristian Persch2006-09-131-2/+2
* Remove some unnecessary static data.Christian Persch2006-09-071-1/+1
* Mark strings in param specs as static.Christian Persch2005-11-081-1/+1
* Add ephy_file_get_downloads_dir() to get the actual downloads directory,Christian Persch2005-10-301-1/+1
* Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargsChristian Persch2005-01-291-1/+1
* Make all structs prefixed by _.Christian Persch2005-01-091-1/+1
* Make sure we don't have any app-modal dialogues. Fixes bug #110479.Christian Persch2004-12-191-1/+3
* Version 1.5.2.Christian Persch2004-11-291-4/+0
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-031-2/+0
* Private data is 0-initialised, no need to set members to NULL, 0, orChristian Persch2004-10-281-2/+0
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-241-1/+1
* Set ephy icon as window icon.Christian Persch2004-10-051-0/+2
* Add convenience functions for creating a filter with a bunch of mime typesChristian Persch2004-05-091-2/+107
* Add "Downloads" folder shortcut to our file chooser dialogues.Christian Persch2004-04-141-0/+21
* Fixes #138263.Federico Mena Quintero2004-03-301-4/+4
* Don't remember the size of the filechoose dialogue, because it doesn'tChristian Persch2004-03-031-5/+0
* Fix for gtk+ filechooser API change.Christian Persch2004-02-271-2/+4
* Fix numerous places where we weren't properly converting between UTF-8 andChristian Persch2004-02-131-6/+7
* Use our eel_gconf_set_path() function to persist the directory.Christian Persch2004-01-241-16/+10
* Destroy file chooser with its parent window; fixes crashes.Christian Persch2003-12-201-0/+2
* Forgot even moreChristian Persch2003-11-301-1/+4
* Don't set the persist key on object construction time. Fixes bug #125589.Christian Persch2003-11-011-31/+50
* Convert filenames from/to UTF-8 when persisting the directory.Christian Persch2003-10-261-9/+20
* Port to new gtk+ file chooser.Christian Persch2003-10-261-0/+238