| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Improve consistency of signal and property names | Matthias Clasen | 2006-07-06 | 1 | -1/+1 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Merge of the GTK+ asynchronous file chooser branch. Please see theAFTER_KRIS_ASYNC_BRANCH_MERGE | Kristian Rietveld | 2006-05-01 | 1 | -217/+486 |
* | _GtkFileChooserButtonPrivate: Added has_title flag so we can remember | Murray Cumming | 2006-04-19 | 1 | -0/+10 |
* | Don't put relevant callss in g_assert(). (#329876, Kristian Rietveld) | Matthias Clasen | 2006-02-08 | 1 | -6/+6 |
* | And free the string... | Matthias Clasen | 2006-01-06 | 1 | -0/+1 |
* | Just use the directory name for the home dir. (#325817, Federico Mena | Matthias Clasen | 2006-01-06 | 1 | -2/+3 |
* | Add a focus-on-click property with setter and getter. (#318945, Christian | Matthias Clasen | 2005-11-07 | 1 | -80/+134 |
* | Doc updates | Matthias Clasen | 2005-10-26 | 1 | -1/+1 |
* | Fixes bug #317999: | Federico Mena Quintero | 2005-10-07 | 1 | -1/+44 |
* | Various cleanups. (#315360, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -4/+0 |
* | Handle pixbuf being NULL without warnings. Also, don't leak pixbuf | Matthias Clasen | 2005-08-19 | 1 | -3/+9 |
* | Add GTK_FILE_CHOOSER_PROP_DO_OVERWRITE_CONFIRMATION. | Matthias Clasen | 2005-07-20 | 1 | -0/+2 |