| Commit message (Expand) | Author | Age | Files | Lines |
* | ephy-file-chooser: cast parent_class properly. | Xan Lopez | 2009-03-01 | 1 | -2/+2 |
* | ephy-file-chooser: use G_DEFINE_TYPE. | Xan Lopez | 2009-03-01 | 1 | -34/+4 |
* | Remove $Id$ marker from source files. | Xan Lopez | 2009-01-16 | 1 | -1/+0 |
* | Guard against the current filename being NULL. Bug #535483. | Christian Persch | 2008-07-01 | 1 | -2/+3 |
* | Do not do single includes in lib/, bug #536090 | Diego Escalante Urrelo | 2008-06-04 | 1 | -2/+1 |
* | Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1. | Cosimo Cecchi | 2008-01-14 | 1 | -2/+4 |
* | Add a preview for the FileChooser. The default size is 150x150. Fixes bug | Diego Escalante Urrelo | 2007-09-28 | 1 | -0/+39 |
* | Make Epiphany properly remember the last saved location in the FileChooser. | Cosimo Cecchi | 2007-09-26 | 1 | -0/+26 |
* | Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINT | Christian Persch | 2007-03-12 | 1 | -1/+1 |
* | Use a define for the default window icon. Bug #385872. | Christian Persch | 2006-12-15 | 1 | -1/+2 |
* | Use UTF-8 copyright symbol | Christian Persch | 2006-09-13 | 1 | -2/+2 |
* | Remove some unnecessary static data. | Christian Persch | 2006-09-07 | 1 | -1/+1 |
* | Mark strings in param specs as static. | Christian Persch | 2005-11-08 | 1 | -1/+1 |
* | Add ephy_file_get_downloads_dir() to get the actual downloads directory, | Christian Persch | 2005-10-30 | 1 | -1/+1 |
* | Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargs | Christian Persch | 2005-01-29 | 1 | -1/+1 |
* | Make all structs prefixed by _. | Christian Persch | 2005-01-09 | 1 | -1/+1 |
* | Make sure we don't have any app-modal dialogues. Fixes bug #110479. | Christian Persch | 2004-12-19 | 1 | -1/+3 |
* | Version 1.5.2. | Christian Persch | 2004-11-29 | 1 | -4/+0 |
* | We always have config.h, no need to guard its inclusion. | Christian Persch | 2004-11-03 | 1 | -2/+0 |
* | Private data is 0-initialised, no need to set members to NULL, 0, or | Christian Persch | 2004-10-28 | 1 | -2/+0 |
* | Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like the | Christian Persch | 2004-10-24 | 1 | -1/+1 |
* | Set ephy icon as window icon. | Christian Persch | 2004-10-05 | 1 | -0/+2 |
* | Add convenience functions for creating a filter with a bunch of mime types | Christian Persch | 2004-05-09 | 1 | -2/+107 |
* | Add "Downloads" folder shortcut to our file chooser dialogues. | Christian Persch | 2004-04-14 | 1 | -0/+21 |
* | Fixes #138263. | Federico Mena Quintero | 2004-03-30 | 1 | -4/+4 |
* | Don't remember the size of the filechoose dialogue, because it doesn't | Christian Persch | 2004-03-03 | 1 | -5/+0 |
* | Fix for gtk+ filechooser API change. | Christian Persch | 2004-02-27 | 1 | -2/+4 |
* | Fix numerous places where we weren't properly converting between UTF-8 and | Christian Persch | 2004-02-13 | 1 | -6/+7 |
* | Use our eel_gconf_set_path() function to persist the directory. | Christian Persch | 2004-01-24 | 1 | -16/+10 |
* | Destroy file chooser with its parent window; fixes crashes. | Christian Persch | 2003-12-20 | 1 | -0/+2 |
* | Forgot even more | Christian Persch | 2003-11-30 | 1 | -1/+4 |
* | Don't set the persist key on object construction time. Fixes bug #125589. | Christian Persch | 2003-11-01 | 1 | -31/+50 |
* | Convert filenames from/to UTF-8 when persisting the directory. | Christian Persch | 2003-10-26 | 1 | -9/+20 |
* | Port to new gtk+ file chooser. | Christian Persch | 2003-10-26 | 1 | -0/+238 |