| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix up includes on Win32. (#311630, Kazuki Iwamoto) | Matthias Clasen | 2005-07-26 | 1 | -0/+10 |
* | Clarify the usage of this function. (gtk_file_chooser_set_uri): Likewise. | Federico Mena Quintero | 2005-07-22 | 1 | -1/+9 |
* | Added a few utility functions for profiling; instrument the code, make it | Federico Mena Quintero | 2005-07-20 | 1 | -11/+166 |
* | Take the parent folder path instead of the display name, to avoid doing | Federico Mena Quintero | 2005-07-15 | 1 | -69/+54 |
* | Take the display name of the folder as well so that we can present a | Federico Mena Quintero | 2005-07-15 | 1 | -22/+102 |
* | Use header capitalization for the buttons, per the HIG. | Federico Mena Quintero | 2005-07-15 | 1 | -2/+2 |
* | Add overwrite confirmation for SAVE mode. Fixes bug #152850: | Federico Mena Quintero | 2005-07-15 | 1 | -11/+177 |
* | Implement Drag-and-Drop to the file list. (#145121, Sven Neumann) | Matthias Clasen | 2005-07-07 | 1 | -0/+145 |
* | Fix #157787, reported by Jonathan Blandford: | Matthias Clasen | 2005-07-07 | 1 | -2/+15 |
* | remove unused variable. | Manish Singh | 2005-06-16 | 1 | -1/+1 |
* | Simplify the code and respect the show-button-images setting. (#307941, | Matthias Clasen | 2005-06-16 | 1 | -18/+4 |
* | Merged from gtk-2-6: | Federico Mena Quintero | 2005-06-15 | 1 | -1/+5 |
* | Merged from gtk-2-6: | Federico Mena Quintero | 2005-06-14 | 1 | -32/+78 |
* | Merged from gtk-2-6: | Federico Mena Quintero | 2005-06-10 | 1 | -46/+150 |
* | Don't grab the focus away from the file list when operating the filter | Matthias Clasen | 2005-05-23 | 1 | -0/+2 |
* | Remove the no longer needed workaround. | Matthias Clasen | 2005-05-18 | 1 | -2/+0 |
* | Add a bug reference | Matthias Clasen | 2005-05-18 | 1 | -0/+1 |
* | Merged from gtk-2-6: | Federico Mena Quintero | 2005-05-03 | 1 | -16/+22 |
* | Merged from gtk-2-6: | Federico Mena Quintero | 2005-04-18 | 1 | -3/+0 |
* | Merged from gtk-2-6: | Federico Mena Quintero | 2005-04-15 | 1 | -4/+6 |
* | Avoid unaligned access. (#172947) | Matthias Clasen | 2005-04-07 | 1 | -4/+4 |
* | Make the preview label ellipsize so the dialog layout stays constant. | Jeroen Zwartepoorte | 2005-03-28 | 1 | -0/+1 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 1 | -2/+2 |
* | Implement bookmark renaming (#136216, Sean Middleditch) | Matthias Clasen | 2005-03-22 | 1 | -1/+201 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -1/+1 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+5 |
* | gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.c | Matthias Clasen | 2005-03-01 | 1 | -3/+3 |
* | Unset "focus-on-click" for the save folder combo. (#168688, Sven Neumann) | Matthias Clasen | 2005-02-28 | 1 | -1/+4 |
* | Don't leak parent_path. (#168435, Morten Welinder) | Matthias Clasen | 2005-02-24 | 1 | -0/+1 |
* | Merged from gtk-2-6: | Federico Mena Quintero | 2005-02-02 | 1 | -1/+15 |
* | Merged from gtk-2-6: | Federico Mena Quintero | 2005-02-02 | 1 | -1/+6 |
* | Merged from gtk-2-6: | Federico Mena Quintero | 2005-02-01 | 1 | -2/+2 |
* | Merged from gtk-2-6: | Federico Mena Quintero | 2005-01-27 | 1 | -2/+1 |
* | Removed leftover comments. | Federico Mena Quintero | 2005-01-25 | 1 | -2/+0 |
* | Merged from gtk-2-6: | Federico Mena Quintero | 2005-01-25 | 1 | -135/+245 |
* | In save mode, don't return paths containing nonexisting directories. | Matthias Clasen | 2005-01-19 | 1 | -1/+13 |
* | Actually assign PENDING_OP_NONE. | Manish Singh | 2005-01-18 | 1 | -1/+1 |
* | Merged from gtk-2-6: | Federico Mena Quintero | 2005-01-18 | 1 | -0/+7 |
* | Save and restore the selected row in the bookmark list and the save folder | Matthias Clasen | 2005-01-17 | 1 | -9/+68 |
* | Add an "Open _Location" item. Fixes #148839. | Federico Mena Quintero | 2005-01-06 | 1 | -0/+16 |
* | Fix #161409: | Federico Mena Quintero | 2005-01-06 | 1 | -0/+1 |
* | Don't call button_data_free() explicitly; the button is weak-reffed and | Federico Mena Quintero | 2005-01-06 | 1 | -25/+19 |
* | Don't construct errors from the GTK_FILE_SYSTEM_ERROR domain. Partial fix | Matthias Clasen | 2005-01-05 | 1 | -8/+27 |
* | Don't construct errors from the GTK_FILE_SYSTEM_ERROR domain. Partial fix | Matthias Clasen | 2005-01-05 | 1 | -6/+6 |
* | Add -lole32, needed for CoTaskMemFree in get_special_folder() below. | Tor Lillqvist | 2005-01-02 | 1 | -2/+6 |
* | Use secondary text for error dialogs. | Matthias Clasen | 2004-12-30 | 1 | -65/+71 |
* | Add missing GDK_THREADS_ENTER/LEAVE. | Matthias Clasen | 2004-12-19 | 1 | -2/+15 |
* | Don't try to filter if impl->current_filter is NULL. (#161329, R. | Matthias Clasen | 2004-12-15 | 1 | -0/+3 |
* | Merged from gtk-2-4: | Federico Mena Quintero | 2004-12-15 | 1 | -0/+18 |
* | Apply a patch to reset the filter if an otherwise invisible file is | Matthias Clasen | 2004-12-09 | 1 | -19/+45 |