summaryrefslogtreecommitdiff
path: root/gtk/gtkfilesystemmodel.c
Commit message (Expand)AuthorAgeFilesLines
* Acquire GDK lock. (#314533, Thomas Fitzsimmons)Thomas Fitzsimmons2005-08-261-0/+4
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* Fix many instances of "the the" in docs and comments. (#165815, MasaoMatthias Clasen2005-02-011-2/+2
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fix #139290:Federico Mena Quintero2004-07-091-155/+43
* When inserting a visible node, free the old path before creating the newFederico Mena Quintero2004-06-161-0/+1
* Fixes #143578:Federico Mena Quintero2004-06-121-3/+3
* Don't insert a dummy node if there is no parent node. Fixes #143362.Federico Mena Quintero2004-06-011-1/+1
* Fix #136077.Federico Mena Quintero2004-04-021-2/+2
* Fix #137520.Federico Mena Quintero2004-03-291-6/+73
* Revert the patch to #137520, as 2.4.1 is for conservative bug fixes only.Federico Mena Quintero2004-03-191-73/+6
* Fix #137520.Federico Mena Quintero2004-03-191-6/+73
* If max_depth is 0 then we have a list.Anders Carlsson2004-03-081-1/+1
* set redraw_on_allocate, #135902.Jonathan Blandford2004-03-071-2/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Simplify semantics and check for errors.Morten Welinder2004-03-011-10/+18
* Renamed from create_shortcuts_model(). (struct _GtkFileChooserDefault):Federico Mena Quintero2004-02-251-2/+83
* Add chains to the parent's ::finalize() handler (#134901, Morten Welinder,Matthias Clasen2004-02-221-1/+7
* Free the path fields.Federico Mena Quintero2004-01-221-0/+6
* Added a has_editable field. (_gtk_file_system_model_add_editable): NewFederico Mena Quintero2004-01-171-5/+96
* New get_volume_for_path() method. (struct _GtkFileSystemIface): FinallyFederico Mena Quintero2004-01-161-8/+15
* Don't use freed memory. (#127698, Taavi Talvik)Matthias Clasen2003-11-271-2/+3
* Add a stock icon to the "Add bookmark" button.Federico Mena Quintero2003-11-031-1/+2
* gtk/gtkfilechooserutils.c gtk/gtkfilechooserprivate.[ch]: Basic frameworkOwen Taylor2003-10-231-2/+3
* Free the display_key.Federico Mena Quintero2003-09-091-1/+1
* Return parent path for dummy paths.Owen Taylor2003-07-231-1/+4
* File filter objects.Owen Taylor2003-07-231-19/+43
* Add gtk_file_chooser_set_current_name() to set the current entry contents.Owen Taylor2003-07-111-7/+7
* - Disconnect signal connections when appropriate. - Listen toOwen Taylor2003-04-091-44/+240
* Move interface definition into a private header so it can refer toOwen Taylor2003-04-041-115/+113
* Finish monitoring, add a TODO, fill in details in README, fix some missing fi...Owen Taylor2003-03-271-60/+234
* - Add GnomeVFS backendOwen Taylor2003-03-261-126/+286
* Make incrememtal searching work, some bug fixesOwen Taylor2003-03-241-2/+13
* Add sorting, a size column.Owen Taylor2003-03-211-0/+4
* Add some documentation comments, fix some missing staticsOwen Taylor2003-03-211-10/+112
* Initial revisionOwen Taylor2003-03-211-0/+1040