summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserdefault.c
Commit message (Expand)AuthorAgeFilesLines
* Apply a patch by Carlos Garnacho to fix several problems with filechooserMatthias Clasen2007-02-261-14/+14
* Save the expanded state of the folder browser with the file chooserPeter Teichman2007-01-081-0/+7
* Exit early if we can't get file info - this happens if the iter points toMatthias Clasen2007-01-041-0/+6
* Move a few settings to gtksettings.c to make sure they show up in theMatthias Clasen2006-12-311-6/+0
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-5/+1
* Don't make the "Location" label bold. Bug #372449.Christian Persch2006-11-081-6/+2
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-1/+0
* Make remote bookmarks work better (#354887)Matthias Clasen2006-09-221-5/+97
* Display an error when we come to the root.Matthias Clasen2006-09-191-1/+2
* Commit a patch by Behdad to fix typos, omissions and other errors in theMatthias Clasen2006-09-101-3/+0
* if setting the given folder failed, try setting the parent folder until weKristian Rietveld2006-09-041-2/+47
* change file_exists_and_is_not_folder checks to get the file info for theKristian Rietveld2006-09-031-37/+83
* First part of file chooser fixes.Kristian Rietveld2006-09-021-2/+7
* Enable "/" and "~" as bindings to activate the location entry again. FixesFederico Mena Quintero2006-08-171-14/+29
* Fix https://bugzilla.novell.com/show_bug.cgi?id=184875 - make the locationFederico Mena Quintero2006-07-181-30/+87
* Mark the text of the location label as translatable.Matthias Clasen2006-07-171-2/+5
* Improve consistency of signal and property namesMatthias Clasen2006-07-061-30/+30
* Avoid a near-duplicate string and add some translator comments. (#345320,Matthias Clasen2006-06-191-0/+2
* Avoid a near-duplicate string. (#345320, Hendrik Richter)Matthias Clasen2006-06-191-1/+1
* Add support for pasting filenames into the filechooser. (#153212, BastianMatthias Clasen2006-06-121-0/+61
* Turn off profilingMatthias Clasen2006-06-081-1/+1
* put the newly selected row(s) the in the middle of the view,Kristian Rietveld2006-05-161-0/+5
* More of the sameMatthias Clasen2006-05-141-1/+1
* Fix some typos in messages. (#341091, Tino Meinen)Matthias Clasen2006-05-091-1/+1
* Merged the federico-filename-entry branch, to fix bug #136541. CombinedAFTER_FEDERICO_FILENAME_ENTRY_MERGEFederico Mena Quintero2006-05-031-345/+484
* Boilerplate reductionMatthias Clasen2006-05-021-66/+19
* Merge of the GTK+ asynchronous file chooser branch. Please see theAFTER_KRIS_ASYNC_BRANCH_MERGEKristian Rietveld2006-05-011-449/+1229
* Handle double queuing, rather than asserting that it does not happen.Matthias Clasen2006-03-291-10/+10
* Cancel drags when the grabs get broken. Fixes bug #333056:Federico Mena Quintero2006-03-071-0/+23
* Make the column header visible, and make it be "_Places". Changed theFederico Mena Quintero2006-02-251-22/+35
* Fixes bug #328820:Federico Mena Quintero2006-01-271-0/+6
* On "unix", pop up the "Open Location" window on "~" as well as "/".Dan Winship2006-01-201-12/+21
* "event->state & modifiers", not "event->state && modifiers". Patch byFederico Mena Quintero2005-12-061-1/+1
* Fixes the critical warnings from bug #317999, thus fixing the bugFederico Mena Quintero2005-11-291-1/+1
* Fix bug #321560, based on a patch by Bogdan Nicula (bogdanni@hotmail.com):Federico Mena Quintero2005-11-281-71/+30
* Make F2 work for renaming bookmarks. (#320822, Jaap A. Haitsma, patch byMatthias Clasen2005-11-281-2/+16
* deprecated floating/sink API and implemented it in terms of the GObjectTim Janik2005-11-231-12/+9
* Do not check whether the path is a folder. It is useful to bookmark filesFederico Mena Quintero2005-11-111-15/+4
* Only get the base path of the volume if it is mounted.Federico Mena Quintero2005-11-111-8/+13
* Improve navigation to parent folders. (#318444, Andrei Yurkevich)Matthias Clasen2005-11-101-1/+13
* Don't looks the bookmark label when reordering. (#320720, Jeremy Cook)Matthias Clasen2005-11-071-2/+9
* Fixes bug #317999:Federico Mena Quintero2005-10-191-1/+16
* Add ALREADY_EXISTS error code. Return an error code when the shortcutTommi Komulainen2005-10-101-0/+17
* fix includesMatthias Clasen2005-10-071-4/+5
* remove some explicit #defines of PROFILE_FILE_CHOOSER because they breakMichael Natterer2005-10-071-4/+0
* Remove a redundant (and unconditional) include of unistd.h (#318211,Matthias Clasen2005-10-071-1/+0
* Take a shortcut position, not a ShortcutsIndex, to make the function moreFederico Mena Quintero2005-10-051-8/+46
* Don't special-case Home and Desktop; just use their real names on the fileFederico Mena Quintero2005-10-041-13/+44
* New file with a set of tests for GtkCellRendererText. The idea is to run aFederico Mena Quintero2005-09-291-2/+20
* Don't reload the current folder unnecessarily on ::map().Federico Mena Quintero2005-09-271-2/+39