]> Pileus Git - ~andy/gtk/history - gtk/gtkfilesystemunix.c
Translation updated by Ivar Smolin.
[~andy/gtk] / gtk / gtkfilesystemunix.c
2007-06-07 Matthias ClasenUse g_get_user_special_dir() to obtain the path for...
2007-01-11 Kjartan MaraasMake a single tilde go to $HOME in the location entry...
2007-01-02 Matthias ClasenCall setlocale().
2006-12-26 Matthias ClasenReturn FALSE. (#389623, Carlos Garnacho Parro)
2006-12-22 Matthias ClasenReplace a lot of idle and timeout calls by the new...
2006-10-08 Matthias ClasenApply a cleanup patch by Kjartan Maraas (#341812)
2006-09-29 Matthias ClasenApply a patch by Padraig O'Briain to avoid a deadlock.
2006-09-02 Kristian RietveldFirst part of file chooser fixes.
2006-08-23 Matthias ClasenMaintain a hash table of live handles and check that...
2006-07-06 Matthias ClasenImprove consistency of signal and property names
2006-05-14 Matthias ClasenMore of the same
2006-05-04 Matthias ClasenMake symbol list mstch reality.
2006-05-02 Matthias ClasenBoilerplate reduction
2006-05-01 Kristian RietveldMerge of the GTK+ asynchronous file chooser branch...
2006-01-04 Matthias ClasenUse the slice allocator for many small allocations.
2005-12-14 Rodney DawesDefault to "drive-harddisk" and then fall back to gnome...
2005-12-07 Matthias ClasenFix a C99ism, spotted by Crispin Flowerday.
2005-12-02 Matthias ClasenDon't crash if mime_type is NULL. (#322998, Sadrul...
2005-09-01 Matthias ClasenPass statbufs down to xdg_mime_get_mime_type_for_file...
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenAlso intern static strings passed to g_object_set_data()
2005-08-31 Matthias ClasenIntern type names in code generated by glib-mkenums...
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