| Commit message (Expand) | Author | Age | Files | Lines |
* | initialize path so we don't potentially use an undefined pointer. | Manish Singh | 2004-08-26 | 1 | -5/+4 |
* | Don't handle the event if we have no children. | Jonathan Blandford | 2004-08-25 | 1 | -44/+40 |
* | Use get_file_info() rather than trying get_folder() and checking for an | Matthias Clasen | 2004-08-25 | 1 | -16/+35 |
* | Initialize height from fixed_height before we do anything, so it always | Manish Singh | 2004-08-18 | 1 | -1/+1 |
* | Merged from 2.4: | Federico Mena Quintero | 2004-08-18 | 1 | -170/+180 |
* | New widget to go along with GtkFontButton and GtkColorButton for use in | Matthias Clasen | 2004-08-17 | 1 | -2/+2 |
* | gtk/gtkfilechooserdefault.c (shortcuts_append_home, | Tor Lillqvist | 2004-08-14 | 1 | -2/+15 |
* | Don't install the settings_notify_cb from here, since it may be called | Matthias Clasen | 2004-08-13 | 1 | -3/+4 |
* | Underscore-prefix gtk_file_system_module_get_type(). Underscore-prefix | Matthias Clasen | 2004-08-12 | 1 | -4/+4 |
* | Fix #149422, #143457: | Federico Mena Quintero | 2004-08-12 | 1 | -57/+64 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Don't leak a reference to the pixbufs. | Matthias Clasen | 2004-08-09 | 1 | -1/+2 |
* | Use GtkTreeViewRowSeparatorFunc instead of GtkCellRendererSepText. | Matthias Clasen | 2004-08-07 | 1 | -3/+31 |
* | Fix #144232: | Federico Mena Quintero | 2004-08-06 | 1 | -9/+21 |
* | Add a field for an "add to shortcuts" menu item. (popup_menu_detach_cb): | Federico Mena Quintero | 2004-07-29 | 1 | -62/+132 |
* | Store signal IDs in gulongs, not guints! | Federico Mena Quintero | 2004-07-29 | 1 | -66/+117 |
* | Add a new :ellipsize property which controls ellipsization of the rendered | Matthias Clasen | 2004-07-22 | 1 | -0/+5 |
* | Fix #144405, patch by Padraig O'Briain <padraig.obriain@sun.com>: | Federico Mena Quintero | 2004-07-14 | 1 | -0/+2 |
* | Set a busy cursor while mounting the volume. Also, ref the chooser while | Federico Mena Quintero | 2004-07-13 | 1 | -3/+20 |
* | Fix #139290: | Federico Mena Quintero | 2004-07-09 | 1 | -19/+60 |
* | Improve positioning of keyboard-activated menus with Xinerama. | Matthias Clasen | 2004-07-06 | 1 | -13/+42 |
* | Use a Save or an Open stock button for the C-l dialog depending on the | Federico Mena Quintero | 2004-06-23 | 1 | -2/+5 |
* | Don't use contractions like "don't" or "isn't" in error messages. It isn't | Matthias Clasen | 2004-06-12 | 1 | -1/+1 |
* | Fixes #143578: | Federico Mena Quintero | 2004-06-12 | 1 | -23/+68 |
* | Change to the newly-created folder. Fixes #138932. (trap_activate_cb): | Federico Mena Quintero | 2004-05-31 | 1 | -11/+11 |
* | Make separator rows insensitive. | Anders Carlsson | 2004-05-27 | 1 | -0/+2 |
* | Fixes #139562, based on a patch by Christian Neumair. | Federico Mena Quintero | 2004-05-04 | 1 | -31/+18 |
* | 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 |