summaryrefslogtreecommitdiff
path: root/gtk/gtkfilesystemunix.c
Commit message (Expand)AuthorAgeFilesLines
* Fix an error in the cache timeout logic. (#166601, Morten Welinder)Matthias Clasen2005-06-231-5/+9
* Use g_file_set_contents(). (#308722, Morten Welinder)Matthias Clasen2005-06-231-65/+25
* Remove gratitious differences between the stable branch and HEAD, whichMatthias Clasen2005-06-221-48/+24
* Support .hidden files. (#129170, Sayamindu Dasgupta, patch by Jan ArneMatthias Clasen2005-06-121-8/+78
* Treat backup files the same way as hidden files, to be closer to whatMatthias Clasen2005-06-111-1/+4
* Merged from gtk-2-6:Federico Mena Quintero2005-05-061-4/+8
* Merged from gtk-2-6:Federico Mena Quintero2005-05-031-7/+45
* Implement bookmark renaming (#136216, Sean Middleditch)Matthias Clasen2005-03-221-33/+172
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* Fix #162617.Federico Mena Quintero2005-01-101-119/+229
* Clean up some cases of errno handling (#162496, noted by Tor Lillqvist),Matthias Clasen2004-12-301-8/+8
* Clean up some cases of errno handling (#162496, noted by Tor Lillqvist),Matthias Clasen2004-12-301-33/+35
* Use g_filename_display_basename to calculate display name.Alexander Larsson2004-12-151-3/+1
* Emit ::finished-loading.Matthias Clasen2004-09-271-0/+2
* Protect the unistd.h include by HAVE_UNISTD_H.Matthias Clasen2004-09-011-0/+2
* Make the use of S_ISFIFO and S_ISSOCK conditional. (#150146, GustavoMatthias Clasen2004-08-151-0/+4
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #137031:Federico Mena Quintero2004-07-091-88/+187
* Fix #139290:Federico Mena Quintero2004-07-091-12/+1
* Fixes the GTK+ part of #142308:Federico Mena Quintero2004-06-221-4/+14
* Fix #132500.Federico Mena Quintero2004-04-071-4/+60
* Look for G_DIR_SEPARATOR in the display_name, and err out if it isFederico Mena Quintero2004-04-061-0/+12
* Fix #137520.Federico Mena Quintero2004-03-291-0/+9
* Revert the patch to #137520, as 2.4.1 is for conservative bug fixes only.Federico Mena Quintero2004-03-191-9/+0
* Fix #137520.Federico Mena Quintero2004-03-191-0/+9
* Only hide the "create folder" button in OPEN mode; all the others shouldFederico Mena Quintero2004-03-151-3/+22
* Allow the path to be NULL, so that people can ask for information about aFederico Mena Quintero2004-03-151-8/+28
* Kill g_prints.Morten Welinder2004-03-151-0/+12
* Fixes #136185, patch by Morten Welinder, with some changes.Federico Mena Quintero2004-03-151-138/+319
* Don't turn "/" into "". (gtk_file_system_unix_get_folder): Use the sameMorten Welinder2004-03-141-3/+21
* Remove trailing slashes in path names.Anders Carlsson2004-03-131-9/+48
* Fixes #136080.Federico Mena Quintero2004-03-091-25/+28
* Protect errno.Morten Welinder2004-03-081-3/+6
* Use better icons for home and desktop.Anders Carlsson2004-03-081-1/+20
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+2
* Handle errors in setting the path bar's path. Fixes #136000, based on aFederico Mena Quintero2004-03-031-1/+0
* Only stat when needed.Morten Welinder2004-03-011-1/+6
* Added a "position" argument.Federico Mena Quintero2004-02-271-27/+44
* Duh, duh, duh! Don't bail out if the bookmarks file doesn't exist the veryFederico Mena Quintero2004-02-141-2/+8
* If the folder is already open, add the requested info types to it.Federico Mena Quintero2004-02-091-1/+4
* Fix #132327.Federico Mena Quintero2004-02-061-5/+55
* Initialize result to FALSE. (#133539, Morten Welinder)Matthias Clasen2004-02-051-1/+1
* Fix #129872, based on a patch by Jan Arne Petersen <jpetersen@uni-bonn.de>Federico Mena Quintero2004-01-301-47/+285
* Fix #132314.Federico Mena Quintero2004-01-271-46/+218
* Added a has_editable field. (_gtk_file_system_model_add_editable): NewFederico Mena Quintero2004-01-171-2/+2
* New get_volume_for_path() method. (struct _GtkFileSystemIface): FinallyFederico Mena Quintero2004-01-161-23/+15
* g_path_skip_root() can return NULL; handle this. Fixes #129565.Federico Mena Quintero2004-01-061-35/+35
* Added a "volumes-changed" signal. Added the following methods:Federico Mena Quintero2003-12-171-0/+90
* Added a render_icon virtual method.Federico Mena Quintero2003-11-191-0/+30
* Add a stock icon to the "Add bookmark" button.Federico Mena Quintero2003-11-031-4/+5