| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Free the data of the row before overwriting it. (#307490, Kjartan Maraas) | Matthias Clasen | 2005-06-13 | 1 | -1/+4 |
* | Merge leak fix from stable. Bug 306754. | Kjartan Maraas | 2005-06-07 | 1 | -0/+2 |
* | Handle the Cancel button properly. (#304234, Sven Neumann) | Matthias Clasen | 2005-05-18 | 1 | -0/+2 |
* | Make sure the action of the button and the dialog are in sync, when the | Matthias Clasen | 2005-05-16 | 1 | -3/+6 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 1 | -2/+1 |
* | Remove a call whose result was unused and leaked. (#170776, Kjartan | Matthias Clasen | 2005-03-23 | 1 | -1/+0 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -3/+4 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+5 |
* | Complete the fix for #165770, Vincent Untz: | Matthias Clasen | 2005-02-11 | 1 | -3/+3 |
* | Use default title if NULL is passed. | James M. Cape | 2005-01-06 | 1 | -5/+6 |
* | Don't add a shortcut here. (#162752, Tor Lillqvist) | Matthias Clasen | 2005-01-03 | 1 | -1/+1 |
* | Add -lole32, needed for CoTaskMemFree in get_special_folder() below. | Tor Lillqvist | 2005-01-02 | 1 | -12/+23 |
* | 2.6.0 second tryGTK_2_6_0 | Matthias Clasen | 2004-12-16 | 1 | -0/+1 |
* | Only unblock the handlers if they are blocked. | Matthias Clasen | 2004-12-16 | 1 | -7/+11 |
* | Don't crash if enable_search is FALSE. (#161267, Jorn Baayen) | Matthias Clasen | 2004-12-16 | 1 | -1/+12 |