summaryrefslogtreecommitdiff
path: root/gtk/gtkfilesystem.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Removed. (gtk_file_system_gnome_vfs_set_bookmarks): Removed.Federico Mena Quintero2003-10-181-25/+28
* Added methods for ::get_supports_bookmarks(), ::set_bookmarks(),Federico Mena Quintero2003-10-081-0/+105
* Free the display_key.Federico Mena Quintero2003-09-091-0/+2
* s/nonexistant/nonexistent Likewise. Likewise. Likewise.Federico Mena Quintero2003-09-021-1/+1
* auto-ize.Owen Taylor2003-07-161-21/+153
* Add gtk_file_chooser_set_current_name() to set the current entry contents.Owen Taylor2003-07-111-4/+4
* Move interface definition into a private header so it can refer toOwen Taylor2003-04-041-57/+114
* Finish monitoring, add a TODO, fill in details in README, fix some missing fi...Owen Taylor2003-03-271-8/+8
* Add a construct-only 'file_system' property, split test case into testfilecho...Owen Taylor2003-03-261-0/+4
* - Add GnomeVFS backendOwen Taylor2003-03-261-6/+42
* Add GtkFileSystem::parse, and a chooser entry with completionOwen Taylor2003-03-251-1/+73