summaryrefslogtreecommitdiff
path: root/lib/ephy-file-chooser.c
Commit message (Expand)AuthorAgeFilesLines
* Fix critical warning in filechooser codeChristian Persch2009-04-051-2/+3
* Chdir to / in the factory, so we don't hog any mountpoints.Christian Persch2009-03-191-0/+2
* Do not do single includes in lib/, bug #536090Diego Escalante Urrelo2008-07-221-2/+1
* Guard against the current filename being NULL. Bug #535483.Christian Persch2008-06-301-2/+3
* Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1.Cosimo Cecchi2008-01-131-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-251-0/+26
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-111-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-061-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-291-1/+1
* Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargsChristian Persch2005-01-281-1/+1
* Make all structs prefixed by _.Christian Persch2005-01-081-1/+1
* Make sure we don't have any app-modal dialogues. Fixes bug #110479.Christian Persch2004-12-181-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-021-2/+0
* Private data is 0-initialised, no need to set members to NULL, 0, orChristian Persch2004-10-271-2/+0
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-231-1/+1
* Set ephy icon as window icon.Christian Persch2004-10-041-0/+2
* Add convenience functions for creating a filter with a bunch of mime typesChristian Persch2004-05-081-2/+107
* Add "Downloads" folder shortcut to our file chooser dialogues.Christian Persch2004-04-141-0/+21
* Fixes #138263.Federico Mena Quintero2004-03-291-4/+4
* Don't remember the size of the filechoose dialogue, because it doesn'tChristian Persch2004-03-021-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-121-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-191-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