summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserdefault.c
Commit message (Expand)AuthorAgeFilesLines
* Scroll to the selected row. (#143868, Christian Persch)Matthias Clasen2004-09-171-0/+1
* Improve the behaviour of the file chooser in save mode. Fixes bugsMatthias Clasen2004-09-171-6/+35
* Use get_file_info() rather than trying get_folder() and checking for anMatthias Clasen2004-08-251-16/+36
* Fixes #149251:Federico Mena Quintero2004-08-181-170/+181
* === Released 2.4.7 ===GTK_2_4_7Soeren Sandmann2004-08-141-11/+10
* 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
* Merged from HEAD:Federico Mena Quintero2004-08-121-57/+64
* Merged from HEAD:Federico Mena Quintero2004-08-061-9/+21
* Merged from HEAD:Federico Mena Quintero2004-07-291-66/+117
* Merged from HEAD:Federico Mena Quintero2004-07-141-0/+2
* Merged from HEAD:Federico Mena Quintero2004-07-131-3/+20
* Merged from HEAD:Federico Mena Quintero2004-07-091-19/+60
* Improve positioning of keyboard-activated menus with Xinerama.Matthias Clasen2004-07-061-13/+42
* Merged from HEAD:Federico Mena Quintero2004-06-231-2/+5
* Merge from HEAD:Federico Mena Quintero2004-06-121-23/+68
* Merged from HEAD:Federico Mena Quintero2004-05-311-11/+11
* Fixes #139562, based on a patch by Christian Neumair.Federico Mena Quintero2004-05-041-31/+18
* Fixes #140412.Federico Mena Quintero2004-04-291-21/+55
* Use a variant of the code from gtkfilesel.c to parse a "text/uri-list"Federico Mena Quintero2004-04-151-13/+34
* Use a title for SAVE and CREATE_FOLDER modes. Fixes #137272.Federico Mena Quintero2004-04-061-1/+1
* Make the new-folder button say "Create Fo_lder" rather than "CreateFederico Mena Quintero2004-04-061-1/+1
* Fix #136077.Federico Mena Quintero2004-04-021-8/+161
* Fix #137520.Federico Mena Quintero2004-03-291-30/+67
* Just use the file under the cursor; we don't need the logic fromFederico Mena Quintero2004-03-251-21/+16
* Fill the location entry with the display name of the file under the cursorFederico Mena Quintero2004-03-251-0/+50
* Revert the patch to #137520, as 2.4.1 is for conservative bug fixes only.Federico Mena Quintero2004-03-191-67/+30
* Test existance of the path after checking for locality, if needed.Morten Welinder2004-03-191-4/+4
* Fix #137520.Federico Mena Quintero2004-03-191-30/+67
* Free volumes not actually put into the shortcut list.Morten Welinder2004-03-171-3/+8
* Do nothing if we have no screen. Fixes #137260.Morten Welinder2004-03-171-29/+20
* Only hide the "create folder" button in OPEN mode; all the others shouldFederico Mena Quintero2004-03-151-6/+7
* In the Save modes, set the Name entry of the file chooser if we get aFederico Mena Quintero2004-03-151-6/+13
* Only show the title string in OPEN/SELECT_FOLDER mode as it'sFederico Mena Quintero2004-03-151-3/+16
* set changing_folders to be true so we don't trigger a callback when weJonathan Blandford2004-03-151-0/+12
* implement correctly. (completion_match_func): Allow surpressing popdowns.Jonathan Blandford2004-03-151-1/+11
* remove the unused "lowest_folder" GtkFileChooserDefault member. LeftoverMark McLoughlin2004-03-151-1/+0
* Renamed from shortcuts_unselect_all(); now selects the row thatFederico Mena Quintero2004-03-151-4/+16
* Surround the drag-outside-to-remove-bookmarks code with "#if 0" blocks;Federico Mena Quintero2004-03-151-0/+19
* Implement local_only by filtering the shortcuts and bookmarks list byOwen Taylor2004-03-151-1/+58
* Allow the path to be NULL, so that people can ask for information about aFederico Mena Quintero2004-03-151-7/+5
* Add _gtk_path_bar_up()/ _gtk_path_bar_down().Owen Taylor2004-03-151-17/+27
* Fixes #136185, patch by Morten Welinder, with some changes.Federico Mena Quintero2004-03-151-11/+33
* Damn cvs.Morten Welinder2004-03-141-3/+3
* Don't crash on NULL path; don't crash on NULL error.Morten Welinder2004-03-141-10/+12
* Put the trash icon on the right for LTR locales, or on the left for RTL.Federico Mena Quintero2004-03-121-1/+0
* Put the trash icon on the right for LTR locales, or on the left for RTL.Federico Mena Quintero2004-03-121-10/+18
* revert earlier change to insert_path so that we test that the directoryJonathan Blandford2004-03-111-27/+16
* New function, copied from gtkpathbar.c.Federico Mena Quintero2004-03-111-8/+17
* Use a single OK button, not a Close button, as per the HIG.Federico Mena Quintero2004-03-111-1/+1