| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes #140412. | Federico Mena Quintero | 2004-04-29 | 1 | -21/+55 |
* | Use a variant of the code from gtkfilesel.c to parse a "text/uri-list" | Federico Mena Quintero | 2004-04-15 | 1 | -13/+34 |
* | Use a title for SAVE and CREATE_FOLDER modes. Fixes #137272. | Federico Mena Quintero | 2004-04-06 | 1 | -1/+1 |
* | Make the new-folder button say "Create Fo_lder" rather than "Create | Federico Mena Quintero | 2004-04-06 | 1 | -1/+1 |
* | Fix #136077. | Federico Mena Quintero | 2004-04-02 | 1 | -8/+161 |
* | Fix #137520. | Federico Mena Quintero | 2004-03-29 | 1 | -30/+67 |
* | Just use the file under the cursor; we don't need the logic from | Federico Mena Quintero | 2004-03-25 | 1 | -21/+16 |
* | Fill the location entry with the display name of the file under the cursor | Federico Mena Quintero | 2004-03-25 | 1 | -0/+50 |
* | Revert the patch to #137520, as 2.4.1 is for conservative bug fixes only. | Federico Mena Quintero | 2004-03-19 | 1 | -67/+30 |
* | Test existance of the path after checking for locality, if needed. | Morten Welinder | 2004-03-19 | 1 | -4/+4 |
* | Fix #137520. | Federico Mena Quintero | 2004-03-19 | 1 | -30/+67 |
* | Free volumes not actually put into the shortcut list. | Morten Welinder | 2004-03-17 | 1 | -3/+8 |
* | Do nothing if we have no screen. Fixes #137260. | Morten Welinder | 2004-03-17 | 1 | -29/+20 |
* | Only hide the "create folder" button in OPEN mode; all the others should | Federico Mena Quintero | 2004-03-15 | 1 | -6/+7 |
* | In the Save modes, set the Name entry of the file chooser if we get a | Federico Mena Quintero | 2004-03-15 | 1 | -6/+13 |
* | Only show the title string in OPEN/SELECT_FOLDER mode as it's | Federico Mena Quintero | 2004-03-15 | 1 | -3/+16 |
* | set changing_folders to be true so we don't trigger a callback when we | Jonathan Blandford | 2004-03-15 | 1 | -0/+12 |
* | implement correctly. (completion_match_func): Allow surpressing popdowns. | Jonathan Blandford | 2004-03-15 | 1 | -1/+11 |
* | remove the unused "lowest_folder" GtkFileChooserDefault member. Leftover | Mark McLoughlin | 2004-03-15 | 1 | -1/+0 |
* | Renamed from shortcuts_unselect_all(); now selects the row that | Federico Mena Quintero | 2004-03-15 | 1 | -4/+16 |
* | Surround the drag-outside-to-remove-bookmarks code with "#if 0" blocks; | Federico Mena Quintero | 2004-03-15 | 1 | -0/+19 |
* | Implement local_only by filtering the shortcuts and bookmarks list by | Owen Taylor | 2004-03-15 | 1 | -1/+58 |
* | Allow the path to be NULL, so that people can ask for information about a | Federico Mena Quintero | 2004-03-15 | 1 | -7/+5 |
* | Add _gtk_path_bar_up()/ _gtk_path_bar_down(). | Owen Taylor | 2004-03-15 | 1 | -17/+27 |
* | Fixes #136185, patch by Morten Welinder, with some changes. | Federico Mena Quintero | 2004-03-15 | 1 | -11/+33 |
* | Damn cvs. | Morten Welinder | 2004-03-14 | 1 | -3/+3 |
* | Don't crash on NULL path; don't crash on NULL error. | Morten Welinder | 2004-03-14 | 1 | -10/+12 |
* | Put the trash icon on the right for LTR locales, or on the left for RTL. | Federico Mena Quintero | 2004-03-12 | 1 | -1/+0 |
* | Put the trash icon on the right for LTR locales, or on the left for RTL. | Federico Mena Quintero | 2004-03-12 | 1 | -10/+18 |
* | revert earlier change to insert_path so that we test that the directory | Jonathan Blandford | 2004-03-11 | 1 | -27/+16 |
* | New function, copied from gtkpathbar.c. | Federico Mena Quintero | 2004-03-11 | 1 | -8/+17 |
* | Use a single OK button, not a Close button, as per the HIG. | Federico Mena Quintero | 2004-03-11 | 1 | -1/+1 |
* | Oops, initialize "action" before jumping. Fixes #136900. | Federico Mena Quintero | 2004-03-11 | 1 | -1/+1 |
* | Fix #135912 and #135913. | Federico Mena Quintero | 2004-03-11 | 1 | -31/+637 |
* | up the width of the entry a tad. | Jonathan Blandford | 2004-03-11 | 1 | -1/+1 |
* | Use an untranslatable "%x" for dates, rather than a custom format. Fixes | Federico Mena Quintero | 2004-03-10 | 1 | -2/+1 |
* | Add comment. | Morten Welinder | 2004-03-10 | 1 | -0/+4 |
* | Test validity of path here. (shortcuts_insert_path): Don't check here. | Morten Welinder | 2004-03-10 | 1 | -15/+23 |
* | use uri instead of the pathname for UTF-8 safety. | Jonathan Blandford | 2004-03-10 | 1 | -2/+5 |
* | Always check to see if the shortcuts exists. We don't want to put invalid | Jonathan Blandford | 2004-03-10 | 1 | -7/+8 |
* | remove unneeded shortuts_swin; | Jonathan Blandford | 2004-03-10 | 1 | -7/+7 |
* | Fix #136533. | Federico Mena Quintero | 2004-03-09 | 1 | -10/+145 |
* | Handle the returned parent_path being NULL. Fixes #136662. | Federico Mena Quintero | 2004-03-09 | 1 | -1/+3 |
* | Stop the emission so that GtkTreeView's handler won't try to poke the | Federico Mena Quintero | 2004-03-09 | 1 | -0/+2 |
* | Use gtk_tree_view_set_cursor(). | Federico Mena Quintero | 2004-03-08 | 1 | -1/+9 |
* | Patch "1a" from #136185, by Morten Welinder. | Federico Mena Quintero | 2004-03-08 | 1 | -22/+21 |
* | Fixes #136105. | Federico Mena Quintero | 2004-03-08 | 1 | -0/+26 |
* | Return a boolean success code. (location_popup_handler): Refocus the file | Federico Mena Quintero | 2004-03-08 | 1 | -33/+65 |
* | new function to consolidate creating the path_bar. | Jonathan Blandford | 2004-03-08 | 1 | -3/+14 |
* | actually use gtk_button_add. | Jonathan Blandford | 2004-03-07 | 1 | -21/+37 |