summaryrefslogtreecommitdiff
path: root/gtk/gtkfilesystem.c
Commit message (Expand)AuthorAgeFilesLines
* Remove GtkFileSystemError, use GtkFileChooserError instead. (#538378,Carlos Garnacho2008-06-171-12/+6
* Return full path here as expected, not just the basename.Carlos Garnacho2008-06-151-56/+2
* Avoid PLT entriesMatthias Clasen2008-06-131-0/+2
* Really make GtkFileSystem private by _-prefixing all functions.Matthias Clasen2008-06-131-88/+88
* check surface status after ceating a pdf. Avoids crashing when the targetHans Breuer2008-06-131-2/+2
* Add standard icon names, and also fall back to builtin gtk stock icons.Matthias Clasen2008-06-111-4/+24
* do not leak the GIcon.Paolo Borelli2008-06-101-1/+7
* Bug 520874 - Should use gio directly.Carlos Garnacho2008-06-101-1081/+1447
* Fix fallback icon rendering sizeTomas Bzatek2008-04-081-2/+2
* gtk/gtk.symbols rename _gtk_file_system_create to gtk_file_system_createKristian Rietveld2007-06-131-1/+1
* 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