summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserdefault.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merged from gtk-2-4:Federico Mena Quintero2004-12-091-0/+26
* Reinstate the previous behavior for clicking Ok after activating aMatthias Clasen2004-12-031-4/+9
* Merged from gtk-2-4:Federico Mena Quintero2004-12-021-16/+93
* Merged from gtk-2-4:Federico Mena Quintero2004-11-301-13/+11
* Merged from gtk-2-4:Federico Mena Quintero2004-11-201-5/+11
* Merged from gtk-2-4:Federico Mena Quintero2004-11-201-0/+5
* Merged from gtk-2-4:Federico Mena Quintero2004-11-201-69/+24
* Merged from gtk-2-4:Federico Mena Quintero2004-11-201-18/+101
* gdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.cManish Singh2004-11-191-1/+1
* Allow backspace to move up the FileChooser tree to make it consistent withDavyd Madeley2004-11-161-0/+4
* Show files in folder modes. (#157013, Nickolay V. Shmyrev)Matthias Clasen2004-11-071-30/+86
* Jump through a few hoops to make the tooltip on the filter combo box workMatthias Clasen2004-11-071-9/+26
* Don't leak the path. (#157301, Carlos Garnacho Parro)Matthias Clasen2004-11-041-0/+2
* Add a public setting for button ordering (#74669, Owen Taylor)Matthias Clasen2004-10-251-0/+5
* Fix the build.Matthias Clasen2004-10-241-2/+2
* If the location dialog is brought up by typing '/', insert the slash inMatthias Clasen2004-10-241-23/+43
* Use the new file DND api.Matthias Clasen2004-10-221-55/+6
* (shortcuts_add_current_folder): Don't leak volume. (#155400,Matthias Clasen2004-10-141-2/+5
* (gtk_file_chooser_default_finalize): Don't forget toMatthias Clasen2004-10-141-0/+2
* Don't get text unnecessarily. (#155384, Morten Welinder)Matthias Clasen2004-10-141-4/+0
* Set the cell renderer to inert mode to avoid bug #154921. This fixes aMatthias Clasen2004-10-081-2/+8
* Include gtkeventbox.h. (#154798, Morten Welinder)Matthias Clasen2004-10-081-0/+1
* Don't free info too early. (#154703, Morten Welinder)Matthias Clasen2004-10-071-11/+8