]> Pileus Git - ~andy/gtk/history - gtk/gtkfilesystemunix.c
2.8.2
[~andy/gtk] / gtk / gtkfilesystemunix.c
2005-08-24 Matthias Clasen2.8.2
2005-07-12 Matthias ClasenFollow the Nautilus change and rename "Filesystem"...
2005-06-23 Matthias ClasenFix an error in the cache timeout logic. (#166601,...
2005-06-23 Matthias ClasenUse g_file_set_contents(). (#308722, Morten Welinder)
2005-06-22 Matthias ClasenRemove gratitious differences between the stable branch...
2005-06-12 Matthias ClasenSupport .hidden files. (#129170, Sayamindu Dasgupta...
2005-06-11 Matthias ClasenTreat backup files the same way as hidden files, to...
2005-05-06 Federico Mena QuinteroMerged from gtk-2-6:
2005-05-03 Federico Mena QuinteroMerged from gtk-2-6:
2005-03-22 Matthias ClasenImplement bookmark renaming (#136216, Sean Middleditch)
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-01-10 Federico Mena QuinteroFix #162617.
2004-12-30 Matthias ClasenClean up some cases of errno handling (#162496, noted...
2004-12-30 Matthias ClasenClean up some cases of errno handling (#162496, noted...
2004-12-15 Alexander LarssonUse g_filename_display_basename to calculate display...
2004-09-27 Matthias ClasenEmit ::finished-loading.
2004-09-01 Matthias ClasenProtect the unistd.h include by HAVE_UNISTD_H.
2004-08-15 Matthias ClasenMake the use of S_ISFIFO and S_ISSOCK conditional....
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-07-09 Federico Mena QuinteroFixes #137031:
2004-07-09 Federico Mena QuinteroFix #139290:
2004-06-22 Federico Mena QuinteroFixes the GTK+ part of #142308:
2004-04-07 Federico Mena QuinteroFix #132500.
2004-04-06 Federico Mena QuinteroLook for G_DIR_SEPARATOR in the display_name, and err...
2004-03-29 Federico Mena QuinteroFix #137520.
2004-03-19 Federico Mena QuinteroRevert the patch to #137520, as 2.4.1 is for conservati...
2004-03-19 Federico Mena QuinteroFix #137520.
2004-03-15 Federico Mena QuinteroOnly hide the "create folder" button in OPEN mode;...
2004-03-15 Federico Mena QuinteroAllow the path to be NULL, so that people can ask for...
2004-03-15 Morten WelinderKill g_prints.
2004-03-15 Federico Mena QuinteroFixes #136185, patch by Morten Welinder, with some...
2004-03-14 Morten WelinderDon't turn "/" into "". (gtk_file_system_unix_get_folde...
2004-03-13 Anders CarlssonRemove trailing slashes in path names.
2004-03-09 Federico Mena QuinteroFixes #136080.
2004-03-08 Morten WelinderProtect errno.
2004-03-08 Anders CarlssonUse better icons for home and desktop.
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-03-03 Federico Mena QuinteroHandle errors in setting the path bar's path. Fixes...
2004-03-01 Morten WelinderOnly stat when needed.
2004-02-27 Federico Mena QuinteroAdded a "position" argument.
2004-02-14 Federico Mena QuinteroDuh, duh, duh! Don't bail out if the bookmarks file...
2004-02-09 Federico Mena QuinteroIf the folder is already open, add the requested info...
2004-02-06 Federico Mena QuinteroFix #132327.
2004-02-05 Matthias ClasenInitialize result to FALSE. (#133539, Morten Welinder)
2004-01-30 Federico Mena QuinteroFix #129872, based on a patch by Jan Arne Petersen...
2004-01-27 Federico Mena QuinteroFix #132314.
2004-01-17 Federico Mena QuinteroAdded a has_editable field. (_gtk_file_system_model_add...
2004-01-16 Federico Mena QuinteroNew get_volume_for_path() method. (struct _GtkFileSyste...
2004-01-06 Federico Mena Quinterog_path_skip_root() can return NULL; handle this. Fixes...
2003-12-17 Federico Mena QuinteroAdded a "volumes-changed" signal. Added the following...
2003-11-19 Federico Mena QuinteroAdded a render_icon virtual method.
2003-11-03 Federico Mena QuinteroAdd a stock icon to the "Add bookmark" button.
2003-10-23 Owen Taylorgtk/gtkfilechooserutils.c gtk/gtkfilechooserprivate...
2003-10-20 Federico Mena QuinteroNew utility function. (gtk_file_system_gnome_vfs_get_fo...
2003-10-18 Federico Mena QuinteroRemoved. (gtk_file_system_gnome_vfs_set_bookmarks)...
2003-10-08 Federico Mena QuinteroAdded methods for ::get_supports_bookmarks(), ::set_boo...
2003-09-02 Federico Mena Quinteros/nonexistant/nonexistent Likewise. Likewise. Likewise.
2003-07-16 Owen Taylorauto-ize.
2003-04-04 Owen TaylorMove interface definition into a private header so...
2003-03-27 Owen TaylorFinish monitoring, add a TODO, fill in details in READM...
2003-03-25 Owen TaylorAdd GtkFileSystem::parse, and a chooser entry with...
2003-03-21 Owen TaylorAdd sorting, a size column.
2003-03-21 Owen TaylorAdd some documentation comments, fix some missing statics
2003-03-21 Owen TaylorInitial revision