summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserdefault.c
Commit message (Expand)AuthorAgeFilesLines
* Add a new :ellipsize property which controls ellipsization of the renderedMatthias Clasen2004-07-221-0/+5
* Fix #144405, patch by Padraig O'Briain <padraig.obriain@sun.com>:Federico Mena Quintero2004-07-141-0/+2
* Set a busy cursor while mounting the volume. Also, ref the chooser whileFederico Mena Quintero2004-07-131-3/+20
* Fix #139290:Federico Mena Quintero2004-07-091-19/+60
* Improve positioning of keyboard-activated menus with Xinerama.Matthias Clasen2004-07-061-13/+42
* Use a Save or an Open stock button for the C-l dialog depending on theFederico Mena Quintero2004-06-231-2/+5
* Don't use contractions like "don't" or "isn't" in error messages. It isn'tMatthias Clasen2004-06-121-1/+1
* Fixes #143578:Federico Mena Quintero2004-06-121-23/+68
* Change to the newly-created folder. Fixes #138932. (trap_activate_cb):Federico Mena Quintero2004-05-311-11/+11
* Make separator rows insensitive.Anders Carlsson2004-05-271-0/+2
* 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
* 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