| Commit message (Expand) | Author | Age | Files | Lines |
* | gtkfilechooserbutton: unseal private pointer | Javier Jardón | 2010-07-13 | 1 | -3/+3 |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -4/+0 |
* | Remove deprecated GtkFileChooser functions | Christian Dywan | 2010-05-03 | 1 | -32/+0 |
* | Fix file chooser refcounting issues | Matthias Clasen | 2010-03-08 | 1 | -8/+13 |
* | Deprecate widget flag: GTK_WIDGET_VISIBLE | Javier Jardón | 2010-03-01 | 1 | -1/+1 |
* | Deprecate flag macros for toplevel, state, no window and composite child | Christian Dywan | 2010-01-04 | 1 | -1/+1 |
* | Handle reading the create-folders property | Matthias Clasen | 2009-12-20 | 1 | -0/+1 |
* | bgo#563010 - Fix clearing the selection in GtkFileChooserButton | Federico Mena Quintero | 2009-10-21 | 1 | -6/+6 |
* | Allow disabling New Folder button in File Choser | Pascal Terjan | 2009-07-30 | 1 | -0/+1 |
* | Fix emission of file-set signal | Matthias Clasen | 2009-02-11 | 1 | -1/+6 |
* | Remove GTK_SIGNAL_ACTION from the file-set signal, that wasn't supposed to | Matthias Clasen | 2009-02-11 | 1 | -1/+1 |
* | Privately export this method. It classifies directories and mountables the | Matthias Clasen | 2008-12-14 | 1 | -2/+2 |
* | Bug 563991 – gtk_file_chooser_button_new_with_backend is deprecated -- | Matthias Clasen | 2008-12-10 | 1 | -1/+1 |
* | Don't leak a GFile | Matthias Clasen | 2008-09-21 | 1 | -0/+1 |
* | gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.c | Michael Natterer | 2008-08-12 | 1 | -5/+3 |
* | consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance) | Michael Natterer | 2008-08-12 | 1 | -16/+16 |
* | gtk/gtkaboutdialog.c gtk/gtkcellrendereraccel.c gtk/gtkcellrenderercombo.c | Sven Neumann | 2008-08-11 | 1 | -1/+1 |
* | gtk/gtkactiongroup.c gtk/gtkcellrendererspin.c gtk/gtkfilechooserbutton.c | Michael Natterer | 2008-08-07 | 1 | -2/+1 |
* | gtk/gtkclist.c gtk/gtkcontainer.c gtk/gtkfilechooserbutton.c | Michael Natterer | 2008-08-07 | 1 | -2/+1 |
* | Fix "/* within comment" warning. | Carlos Garnacho | 2008-08-04 | 1 | -1/+1 |
* | Deprecate gtk_file_chooser_*_new_with_backend(), since GIO is already used | Carlos Garnacho | 2008-08-04 | 1 | -24/+9 |
* | Make GFile-oriented API public. Fixes #545978. | Carlos Garnacho | 2008-08-04 | 1 | -15/+15 |
* | Unset the image when the label is set to "(None)". Reported by Neil | Matthias Clasen | 2008-07-15 | 1 | -2/+5 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Use standard icon names. | Matthias Clasen | 2008-06-18 | 1 | -5/+5 |
* | Really make GtkFileSystem private by _-prefixing all functions. | Matthias Clasen | 2008-06-13 | 1 | -60/+60 |
* | fix local prototype of _gtk_file_chooser_label_for_file() (takes a GFile, | Michael Natterer | 2008-06-11 | 1 | -1/+1 |
* | Bug 520874 - Should use gio directly. | Carlos Garnacho | 2008-06-10 | 1 | -303/+284 |
* | fixed a typo in the documentation of the GtkFileChooserButtons::file-set | Sven Neumann | 2008-03-03 | 1 | -4/+4 |
* | Don't use guint8 for bitfields, since some compilers choke on that. | Matthias Clasen | 2007-11-26 | 1 | -7/+7 |
* | remove useless member "has_title" from the private struct and simply set | Michael Natterer | 2007-09-11 | 1 | -21/+24 |
* | Plug a memleak. (#455721, Christian Persch) | Matthias Clasen | 2007-07-16 | 1 | -1/+2 |
* | Remove extra braces. | Xan Lopez | 2007-06-17 | 1 | -5/+1 |
* | Update changelog | Xan Lopez | 2007-06-17 | 1 | -4/+12 |
* | Use g_get_user_special_dir() to obtain the path for the DESKTOP directory. | Matthias Clasen | 2007-06-07 | 1 | -11/+9 |
* | Handle the row reference path being NULL. (#410565, Joe Markus Clarke, | Matthias Clasen | 2007-03-12 | 1 | -9/+12 |
* | Add a file-set signal to the filechooser button. Bug 353196. | Mariano Suárez-Alvarez | 2006-12-26 | 1 | -0/+31 |
* | Allow any GtkDialog that implements GtkFileChooser as dialog. (#335473, | Matthias Clasen | 2006-12-20 | 1 | -5/+6 |
* | Apply a cleanup patch by Kjartan Maraas (#341812) | Matthias Clasen | 2006-10-08 | 1 | -4/+4 |
* | Protect against base_path being NULL. (#358405, many reporters) | Matthias Clasen | 2006-09-30 | 1 | -4/+7 |
* | make it build | Matthias Clasen | 2006-09-22 | 1 | -1/+1 |
* | Make remote bookmarks work better (#354887) | Matthias Clasen | 2006-09-22 | 1 | -45/+157 |
* | Use bookmark labels in the combobox. | Matthias Clasen | 2006-09-17 | 1 | -1/+8 |
* | Don't add remote volumes and bookmarks to the model in local-only mode, to | Matthias Clasen | 2006-09-17 | 1 | -48/+91 |
* | Request the display name too, otherwise "Desktop" does not appear in the | Matthias Clasen | 2006-09-11 | 1 | -1/+1 |
* | First part of file chooser fixes. | Kristian Rietveld | 2006-09-02 | 1 | -0/+1 |
* | Handle the case where the filechooser button is destroyed quickly. | Matthias Clasen | 2006-08-17 | 1 | -0/+8 |
* | Fix some memory handling issues. (#347043, Chris Wilson) | Matthias Clasen | 2006-07-10 | 1 | -4/+3 |
* | Fix a small leak | Matthias Clasen | 2006-07-09 | 1 | -4/+3 |
* | Get the display name for the home directory. (#346498, Dennis Cranston, | Matthias Clasen | 2006-07-06 | 1 | -1/+1 |