summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserdefault.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Oops, initialize "action" before jumping. Fixes #136900.Federico Mena Quintero2004-03-111-1/+1
* Fix #135912 and #135913.Federico Mena Quintero2004-03-111-31/+637
* up the width of the entry a tad.Jonathan Blandford2004-03-111-1/+1
* Use an untranslatable "%x" for dates, rather than a custom format. FixesFederico Mena Quintero2004-03-101-2/+1
* Add comment.Morten Welinder2004-03-101-0/+4
* Test validity of path here. (shortcuts_insert_path): Don't check here.Morten Welinder2004-03-101-15/+23
* use uri instead of the pathname for UTF-8 safety.Jonathan Blandford2004-03-101-2/+5
* Always check to see if the shortcuts exists. We don't want to put invalidJonathan Blandford2004-03-101-7/+8
* remove unneeded shortuts_swin;Jonathan Blandford2004-03-101-7/+7
* Fix #136533.Federico Mena Quintero2004-03-091-10/+145
* Handle the returned parent_path being NULL. Fixes #136662.Federico Mena Quintero2004-03-091-1/+3
* Stop the emission so that GtkTreeView's handler won't try to poke theFederico Mena Quintero2004-03-091-0/+2
* Use gtk_tree_view_set_cursor().Federico Mena Quintero2004-03-081-1/+9
* Patch "1a" from #136185, by Morten Welinder.Federico Mena Quintero2004-03-081-22/+21
* Fixes #136105.Federico Mena Quintero2004-03-081-0/+26
* Return a boolean success code. (location_popup_handler): Refocus the fileFederico Mena Quintero2004-03-081-33/+65
* new function to consolidate creating the path_bar.Jonathan Blandford2004-03-081-3/+14
* actually use gtk_button_add.Jonathan Blandford2004-03-071-21/+37