summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserdefault.c
Commit message (Expand)AuthorAgeFilesLines
* Fix up includes on Win32. (#311630, Kazuki Iwamoto)Matthias Clasen2005-07-261-0/+10
* Clarify the usage of this function. (gtk_file_chooser_set_uri): Likewise.Federico Mena Quintero2005-07-221-1/+9
* Added a few utility functions for profiling; instrument the code, make itFederico Mena Quintero2005-07-201-11/+166
* Take the parent folder path instead of the display name, to avoid doingFederico Mena Quintero2005-07-151-69/+54
* Take the display name of the folder as well so that we can present aFederico Mena Quintero2005-07-151-22/+102
* Use header capitalization for the buttons, per the HIG.Federico Mena Quintero2005-07-151-2/+2
* Add overwrite confirmation for SAVE mode. Fixes bug #152850:Federico Mena Quintero2005-07-151-11/+177
* Implement Drag-and-Drop to the file list. (#145121, Sven Neumann)Matthias Clasen2005-07-071-0/+145
* Fix #157787, reported by Jonathan Blandford:Matthias Clasen2005-07-071-2/+15
* remove unused variable.Manish Singh2005-06-161-1/+1
* Simplify the code and respect the show-button-images setting. (#307941,Matthias Clasen2005-06-161-18/+4
* Merged from gtk-2-6:Federico Mena Quintero2005-06-151-1/+5
* Merged from gtk-2-6:Federico Mena Quintero2005-06-141-32/+78
* Merged from gtk-2-6:Federico Mena Quintero2005-06-101-46/+150
* Don't grab the focus away from the file list when operating the filterMatthias Clasen2005-05-231-0/+2
* Remove the no longer needed workaround.Matthias Clasen2005-05-181-2/+0
* Add a bug referenceMatthias Clasen2005-05-181-0/+1
* Merged from gtk-2-6:Federico Mena Quintero2005-05-031-16/+22
* Merged from gtk-2-6:Federico Mena Quintero2005-04-181-3/+0
* Merged from gtk-2-6:Federico Mena Quintero2005-04-151-4/+6
* Avoid unaligned access. (#172947)Matthias Clasen2005-04-071-4/+4
* Make the preview label ellipsize so the dialog layout stays constant.Jeroen Zwartepoorte2005-03-281-0/+1
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-2/+2
* Implement bookmark renaming (#136216, Sean Middleditch)Matthias Clasen2005-03-221-1/+201
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-1/+1
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+5
* gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.cMatthias Clasen2005-03-011-3/+3
* Unset "focus-on-click" for the save folder combo. (#168688, Sven Neumann)Matthias Clasen2005-02-281-1/+4
* Don't leak parent_path. (#168435, Morten Welinder)Matthias Clasen2005-02-241-0/+1
* Merged from gtk-2-6:Federico Mena Quintero2005-02-021-1/+15
* Merged from gtk-2-6:Federico Mena Quintero2005-02-021-1/+6
* Merged from gtk-2-6:Federico Mena Quintero2005-02-011-2/+2
* Merged from gtk-2-6:Federico Mena Quintero2005-01-271-2/+1
* Removed leftover comments.Federico Mena Quintero2005-01-251-2/+0
* Merged from gtk-2-6:Federico Mena Quintero2005-01-251-135/+245
* In save mode, don't return paths containing nonexisting directories.Matthias Clasen2005-01-191-1/+13
* Actually assign PENDING_OP_NONE.Manish Singh2005-01-181-1/+1
* Merged from gtk-2-6:Federico Mena Quintero2005-01-181-0/+7
* Save and restore the selected row in the bookmark list and the save folderMatthias Clasen2005-01-171-9/+68
* Add an "Open _Location" item. Fixes #148839.Federico Mena Quintero2005-01-061-0/+16
* Fix #161409:Federico Mena Quintero2005-01-061-0/+1
* Don't call button_data_free() explicitly; the button is weak-reffed andFederico Mena Quintero2005-01-061-25/+19
* Don't construct errors from the GTK_FILE_SYSTEM_ERROR domain. Partial fixMatthias Clasen2005-01-051-8/+27
* Don't construct errors from the GTK_FILE_SYSTEM_ERROR domain. Partial fixMatthias Clasen2005-01-051-6/+6
* Add -lole32, needed for CoTaskMemFree in get_special_folder() below.Tor Lillqvist2005-01-021-2/+6
* Use secondary text for error dialogs.Matthias Clasen2004-12-301-65/+71
* Add missing GDK_THREADS_ENTER/LEAVE.Matthias Clasen2004-12-191-2/+15
* Don't try to filter if impl->current_filter is NULL. (#161329, R.Matthias Clasen2004-12-151-0/+3
* Merged from gtk-2-4:Federico Mena Quintero2004-12-151-0/+18
* Apply a patch to reset the filter if an otherwise invisible file isMatthias Clasen2004-12-091-19/+45