summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserbutton.c
Commit message (Expand)AuthorAgeFilesLines
* fixed a typo in the documentation of the GtkFileChooserButtons::file-setSven Neumann2008-03-031-4/+4
* Don't use guint8 for bitfields, since some compilers choke on that.Matthias Clasen2007-11-261-7/+7
* remove useless member "has_title" from the private struct and simply setMichael Natterer2007-09-111-21/+24
* Plug a memleak. (#455721, Christian Persch)Matthias Clasen2007-07-161-1/+2
* Remove extra braces.Xan Lopez2007-06-171-5/+1
* Update changelogXan Lopez2007-06-171-4/+12
* Use g_get_user_special_dir() to obtain the path for the DESKTOP directory.Matthias Clasen2007-06-071-11/+9
* Handle the row reference path being NULL. (#410565, Joe Markus Clarke,Matthias Clasen2007-03-121-9/+12
* Add a file-set signal to the filechooser button. Bug 353196.Mariano Suárez-Alvarez2006-12-261-0/+31
* Allow any GtkDialog that implements GtkFileChooser as dialog. (#335473,Matthias Clasen2006-12-201-5/+6
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-4/+4
* Protect against base_path being NULL. (#358405, many reporters)Matthias Clasen2006-09-301-4/+7
* make it buildMatthias Clasen2006-09-221-1/+1
* Make remote bookmarks work better (#354887)Matthias Clasen2006-09-221-45/+157
* Use bookmark labels in the combobox.Matthias Clasen2006-09-171-1/+8
* Don't add remote volumes and bookmarks to the model in local-only mode, toMatthias Clasen2006-09-171-48/+91
* Request the display name too, otherwise "Desktop" does not appear in theMatthias Clasen2006-09-111-1/+1
* First part of file chooser fixes.Kristian Rietveld2006-09-021-0/+1
* Handle the case where the filechooser button is destroyed quickly.Matthias Clasen2006-08-171-0/+8
* Fix some memory handling issues. (#347043, Chris Wilson)Matthias Clasen2006-07-101-4/+3
* Fix a small leakMatthias Clasen2006-07-091-4/+3
* Get the display name for the home directory. (#346498, Dennis Cranston,Matthias Clasen2006-07-061-1/+1
* Improve consistency of signal and property namesMatthias Clasen2006-07-061-1/+1
* More of the sameMatthias Clasen2006-05-141-1/+1
* Merge of the GTK+ asynchronous file chooser branch. Please see theAFTER_KRIS_ASYNC_BRANCH_MERGEKristian Rietveld2006-05-011-217/+486
* _GtkFileChooserButtonPrivate: Added has_title flag so we can rememberMurray Cumming2006-04-191-0/+10
* Don't put relevant callss in g_assert(). (#329876, Kristian Rietveld)Matthias Clasen2006-02-081-6/+6
* And free the string...Matthias Clasen2006-01-061-0/+1
* Just use the directory name for the home dir. (#325817, Federico MenaMatthias Clasen2006-01-061-2/+3
* Add a focus-on-click property with setter and getter. (#318945, ChristianMatthias Clasen2005-11-071-80/+134
* Doc updatesMatthias Clasen2005-10-261-1/+1
* Fixes bug #317999:Federico Mena Quintero2005-10-071-1/+44
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-4/+0
* Handle pixbuf being NULL without warnings. Also, don't leak pixbufMatthias Clasen2005-08-191-3/+9
* Add GTK_FILE_CHOOSER_PROP_DO_OVERWRITE_CONFIRMATION.Matthias Clasen2005-07-201-0/+2
* Free the data of the row before overwriting it. (#307490, Kjartan Maraas)Matthias Clasen2005-06-131-1/+4
* Merge leak fix from stable. Bug 306754.Kjartan Maraas2005-06-071-0/+2
* Handle the Cancel button properly. (#304234, Sven Neumann)Matthias Clasen2005-05-181-0/+2
* Make sure the action of the button and the dialog are in sync, when theMatthias Clasen2005-05-161-3/+6
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-2/+1
* Remove a call whose result was unused and leaked. (#170776, KjartanMatthias Clasen2005-03-231-1/+0
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-3/+4
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+5
* Complete the fix for #165770, Vincent Untz:Matthias Clasen2005-02-111-3/+3
* Use default title if NULL is passed.James M. Cape2005-01-061-5/+6
* Don't add a shortcut here. (#162752, Tor Lillqvist)Matthias Clasen2005-01-031-1/+1
* Add -lole32, needed for CoTaskMemFree in get_special_folder() below.Tor Lillqvist2005-01-021-12/+23
* 2.6.0 second tryGTK_2_6_0Matthias Clasen2004-12-161-0/+1
* Only unblock the handlers if they are blocked.Matthias Clasen2004-12-161-7/+11
* Don't crash if enable_search is FALSE. (#161267, Jorn Baayen)Matthias Clasen2004-12-161-1/+12