summaryrefslogtreecommitdiff
path: root/gtk/gtkfilesystem.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-091-14/+7
* Apply a patch by Behdad Esfahbod to reduce relocations. (#359053)Matthias Clasen2006-10-031-2/+2
* Commit a patch by Behdad to fix typos, omissions and other errors in theMatthias Clasen2006-09-101-1/+1
* Remove dead code. Reduce spurious differences between this file andTor Lillqvist2006-08-231-0/+4
* Do better fallbacks if the icon theme does not have icons. (#345666,Matthias Clasen2006-08-151-9/+22
* Don't return values from void functions.Matthias Clasen2006-05-221-2/+2
* More of the sameMatthias Clasen2006-05-141-1/+1
* Make symbol list mstch reality.Matthias Clasen2006-05-041-8/+0
* Boilerplate reductionMatthias Clasen2006-05-021-30/+1
* Merge of the GTK+ asynchronous file chooser branch. Please see theAFTER_KRIS_ASYNC_BRANCH_MERGEKristian Rietveld2006-05-011-43/+263
* No point in making the error path fast by caching quarks.Matthias Clasen2006-04-041-4/+1
* Return NULL instead of FALSE in g_return_val_if_fail in aBehdad Esfahbod2006-04-011-1/+1
* Copy the display_key as well. (#330389, Markku Vire)Matthias Clasen2006-02-081-0/+2
* Use G_MODULE_BIND_LAZY when opening modules.Matthias Clasen2005-12-161-1/+1
* Use G_MODULE_BIND_LAZY when dlopening modules. (#319557, Laszlo Peter)Matthias Clasen2005-10-271-1/+1
* Intern some more strings.Matthias Clasen2005-09-011-11/+12
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-4/+4
* Use g_utf8_collate_key_for_filename().Matthias Clasen2005-06-081-4/+4
* Remove another C99ism.Matthias Clasen2005-05-251-1/+3
* Remove C99-isms (#304879, Kazuki IWAMOTO)Matthias Clasen2005-05-201-2/+6
* Avoid getting the interface struct twice in the same function. (#300513,Matthias Clasen2005-05-041-9/+9
* Use g_return_if_fail, not g_return_val_if_fail.Manish Singh2005-03-221-2/+2
* Implement bookmark renaming (#136216, Sean Middleditch)Matthias Clasen2005-03-221-0/+50
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-2/+3
* Fix some problems reported by Morten Welinder:Matthias Clasen2004-09-131-1/+1
* Underscore-prefix gtk_file_system_module_get_type(). Underscore-prefixMatthias Clasen2004-08-121-5/+5
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fix #132500.Federico Mena Quintero2004-04-071-1/+1
* Fix #137520.Federico Mena Quintero2004-03-291-0/+18
* Revert the patch to #137520, as 2.4.1 is for conservative bug fixes only.Federico Mena Quintero2004-03-191-18/+0
* Fix #137520.Federico Mena Quintero2004-03-191-0/+18
* In the Save modes, set the Name entry of the file chooser if we get aFederico Mena Quintero2004-03-151-1/+1
* Rewritten to use the GtkEntryCompletion API more correctly. Now pops downJonathan Blandford2004-03-151-0/+33
* Implement local_only by filtering the shortcuts and bookmarks list byOwen Taylor2004-03-151-0/+27
* Allow the path to be NULL, so that people can ask for information about aFederico Mena Quintero2004-03-151-1/+0
* Fixes #136185, patch by Morten Welinder, with some changes.Federico Mena Quintero2004-03-151-0/+3
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Document the fact that there might not be a volume for all paths.Alexander Larsson2004-03-051-1/+4
* Simplify by not using a temporary variable, and clarify the documentation.Federico Mena Quintero2004-03-031-13/+11
* Added a "position" argument.Federico Mena Quintero2004-02-271-10/+20
* Display the root a bit more cleanly.Jonathan Blandford2004-02-231-1/+2
* Remove old file-system property. Add new file-system-backend stringAlexander Larsson2004-02-191-1/+169
* Fixes #132975.Federico Mena Quintero2004-01-301-2/+2
* Fix #132314.Federico Mena Quintero2004-01-271-166/+0
* New get_volume_for_path() method. (struct _GtkFileSystemIface): FinallyFederico Mena Quintero2004-01-161-29/+21
* Added a "volumes-changed" signal. Added the following methods:Federico Mena Quintero2003-12-171-1/+152
* Added a render_icon virtual method.Federico Mena Quintero2003-11-191-0/+19
* Do not set a border width for the toplevel container. (toolbar_create):Federico Mena Quintero2003-11-031-0/+14
* gtk/gtkfilechooserutils.c gtk/gtkfilechooserprivate.[ch]: Basic frameworkOwen Taylor2003-10-231-1/+1
* Free the info itself.Federico Mena Quintero2003-10-211-0/+2