summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserdefault.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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