summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserdefault.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove debug spew. (bookmarks_check_remove_sensitivity): Don't free anMatthias Clasen2004-09-261-1/+1
* Remove debug spew.Matthias Clasen2004-09-261-1/+0
* Add some tooltips.Matthias Clasen2004-09-231-4/+90
* Don't use bitops on booleans. (gtk_file_chooser_default_should_respond):Matthias Clasen2004-09-221-6/+12
* Don't use bitops on booleans.Matthias Clasen2004-09-221-2/+2
* Don't assert that current_focus != NULL, just return FALSE.Matthias Clasen2004-09-211-2/+3
* Don't return FALSE from a void function. (#153185, Joel Fredrikson)Matthias Clasen2004-09-201-5/+35
* Scroll to the selected row. (#143868, Christian Persch)Matthias Clasen2004-09-171-0/+1
* Remove leftover debug code.Matthias Clasen2004-09-171-6/+35
* initialize path so we don't potentially use an undefined pointer.Manish Singh2004-08-261-5/+4
* Don't handle the event if we have no children.Jonathan Blandford2004-08-251-44/+40
* Use get_file_info() rather than trying get_folder() and checking for anMatthias Clasen2004-08-251-16/+35
* Initialize height from fixed_height before we do anything, so it alwaysManish Singh2004-08-181-1/+1
* Merged from 2.4:Federico Mena Quintero2004-08-181-170/+180
* New widget to go along with GtkFontButton and GtkColorButton for use inMatthias Clasen2004-08-171-2/+2
* gtk/gtkfilechooserdefault.c (shortcuts_append_home,Tor Lillqvist2004-08-141-2/+15
* Don't install the settings_notify_cb from here, since it may be calledMatthias Clasen2004-08-131-3/+4
* Underscore-prefix gtk_file_system_module_get_type(). Underscore-prefixMatthias Clasen2004-08-121-4/+4
* Fix #149422, #143457:Federico Mena Quintero2004-08-121-57/+64
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Don't leak a reference to the pixbufs.Matthias Clasen2004-08-091-1/+2
* Use GtkTreeViewRowSeparatorFunc instead of GtkCellRendererSepText.Matthias Clasen2004-08-071-3/+31
* Fix #144232:Federico Mena Quintero2004-08-061-9/+21
* Add a field for an "add to shortcuts" menu item. (popup_menu_detach_cb):Federico Mena Quintero2004-07-291-62/+132
* Store signal IDs in gulongs, not guints!Federico Mena Quintero2004-07-291-66/+117
* Add a new :ellipsize property which controls ellipsization of the renderedMatthias Clasen2004-07-221-0/+5