summaryrefslogtreecommitdiff
path: root/gtk/gtkfilesystemmodel.c
Commit message (Expand)AuthorAgeFilesLines
* Really make GtkFileSystem private by _-prefixing all functions.Matthias Clasen2008-06-131-19/+19
* Bug 520874 - Should use gio directly.Carlos Garnacho2008-06-101-306/+269
* Use g_value_set_static_string() where appropriate. (#515042, ChristianMatthias Clasen2008-02-121-1/+1
* Use gtk_selection_data_set_uris() instead of doing it by hand. (#514890,Matthias Clasen2008-02-121-11/+5
* cast "uris" to guchar* when passing it to gtk_selection_data_set().Michael Natterer2008-01-141-1/+1
* don't "corrupt" all iterators by reversing the list after adding theKristian Rietveld2007-10-081-4/+0
* Don't ignore the fact that gtk_file_system_get_parent() may return NULL.Matthias Clasen2007-05-021-8/+7
* Plug memory leaks caused by wrong use of g_slist_remove_link(). (#405515,Matthias Clasen2007-04-281-2/+2
* Commit a patch by Behdad to fix typos, omissions and other errors in theMatthias Clasen2006-09-101-3/+0
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-57/+9
* Merge of the GTK+ asynchronous file chooser branch. Please see theAFTER_KRIS_ASYNC_BRANCH_MERGEKristian Rietveld2006-05-011-181/+429
* Start a set of automated tests for the file chooser. The only test inFederico Mena Quintero2005-09-151-50/+1
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-3/+0
* Use gdk_atom_intern_static_string() where appropriate.Matthias Clasen2005-09-111-1/+1
* Intern some more strings.Matthias Clasen2005-09-011-3/+3
* Also intern static strings passed to g_object_set_data()Matthias Clasen2005-08-311-1/+1
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* 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