| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -7/+3 |
* | scroll to the new path. | Jonathan Blandford | 2004-03-05 | 1 | -1/+5 |
* | Add gboolean return values and GError arguments to ::set_current_folder() | Federico Mena Quintero | 2004-03-05 | 1 | -42/+95 |
* | s/object/widget/. Makes it compile again. | Michael Natterer | 2004-03-05 | 1 | -1/+1 |
* | chain to the extra_widget. | Jonathan Blandford | 2004-03-05 | 1 | -1/+6 |
* | Patch from Damon Chaplin to free models when we're finalized, #134053 | Jonathan Blandford | 2004-03-05 | 1 | -0/+16 |
* | Document the fact that there might not be a volume for all paths. | Alexander Larsson | 2004-03-05 | 1 | -4/+9 |
* | insert in the correct place instead of naïvely appending. | Jonathan Blandford | 2004-03-05 | 1 | -4/+13 |
* | New handler. Ask the GtkFileChooser widget if it wants to do something | Federico Mena Quintero | 2004-03-05 | 1 | -73/+253 |
* | show the 'New Folder' button in SAVE mode again. | Jonathan Blandford | 2004-03-04 | 1 | -2/+5 |
* | Modified patch from muppet <scott@asofyet.org> to keep child directories | Jonathan Blandford | 2004-03-04 | 1 | -2/+2 |
* | Don't activate the combo if we're in the midst of changing folders. | Jonathan Blandford | 2004-03-03 | 1 | -0/+3 |
* | Split function into realized and unrealized variants, and consolidate the | Jonathan Blandford | 2004-03-03 | 1 | -1/+0 |
* | Handle errors in setting the path bar's path. Fixes #136000, based on a | Federico Mena Quintero | 2004-03-03 | 1 | -9/+19 |
* | set the default value, spotted by Morten Welinder. | Jonathan Blandford | 2004-03-02 | 1 | -2/+5 |
* | get the logic correct. This will fix sizing on save dialogs. | Jonathan Blandford | 2004-03-02 | 1 | -13/+9 |
* | Don't update the save folder combo if we are already switching folders; | Federico Mena Quintero | 2004-03-02 | 1 | -7/+17 |
* | Major thinko, trivial patch. /me chances a commit. | Morten Welinder | 2004-03-02 | 1 | -1/+1 |
* | New flag shortcuts_current_folder_is_volume. | Federico Mena Quintero | 2004-03-02 | 1 | -41/+67 |
* | Eep, use gtk_tree_model_filter_convert_iter_to_child_iter(), not the | Federico Mena Quintero | 2004-03-02 | 1 | -1/+1 |
* | Don't unref an old model; there isn't one. This was a leftover from when | Federico Mena Quintero | 2004-03-02 | 1 | -71/+246 |
* | only store the size if we can resize in that direction. | Jonathan Blandford | 2004-03-01 | 1 | -2/+5 |
* | Based on patch by Alex Larsson | Owen Taylor | 2004-03-01 | 1 | -0/+18 |
* | Test for filter_info.uri correctly. Fixes #135379, pointed out by Damon | Federico Mena Quintero | 2004-03-01 | 1 | -4/+10 |
* | Handle shrinking/growing. | Jonathan Blandford | 2004-03-01 | 1 | -3/+1 |
* | Add g_return_if_fail() (_gtk_file_chooser_embed_get_resizable_hints): Add | Jonathan Blandford | 2004-02-29 | 1 | -7/+10 |
* | Handle GTK_FILE_CHOOSER_PROP_USE_PREVIEW_LABEL. | Federico Mena Quintero | 2004-02-29 | 1 | -27/+70 |
* | Use "Name" for the title of the filename column. (create_file_list): | Federico Mena Quintero | 2004-02-29 | 1 | -2/+2 |
* | Removed. (list_name_data_func): Don't call the function above. | Federico Mena Quintero | 2004-02-29 | 1 | -12/+6 |
* | New private interface to help negotiate the default size of the widget. | Jonathan Blandford | 2004-02-27 | 1 | -5/+140 |
* | Added a "position" argument. | Federico Mena Quintero | 2004-02-27 | 1 | -1/+1 |
* | Add two more folder modes to the enum. | Jonathan Blandford | 2004-02-26 | 1 | -50/+23 |
* | move the expander code. | Jonathan Blandford | 2004-02-25 | 1 | -10/+25 |
* | use gtk_widget_push/pop_composite_child around internal buttons. | Jonathan Blandford | 2004-02-25 | 1 | -261/+360 |
* | Renamed from create_shortcuts_model(). (struct _GtkFileChooserDefault): | Federico Mena Quintero | 2004-02-25 | 1 | -19/+31 |
* | Use a plain GtkEntry for the filename, not a GtkFileChooserEntry. | Federico Mena Quintero | 2004-02-24 | 1 | -31/+25 |
* | Fix compilation (#135278, Padraig O'Briain). | Anders Carlsson | 2004-02-24 | 1 | -17/+17 |
* | Translate the desktop label. | Anders Carlsson | 2004-02-24 | 1 | -11/+21 |
* | Make the dialog look like the nautilus dialog. (expander_activate_cb): get | Jonathan Blandford | 2004-02-24 | 1 | -3/+7 |
* | Call bookmarks_check_add_sensitivity(). (shortcut_exists): New helper | Federico Mena Quintero | 2004-02-24 | 1 | -48/+165 |
* | Add mnemonics. Sorry translators. | Jonathan Blandford | 2004-02-24 | 1 | -3/+4 |
* | Improve bookmark list rendering by controlling the visibility of the | Anders Carlsson | 2004-02-24 | 1 | -10/+18 |
* | use a size group when allocating space for the buttons at the bottom just | Jonathan Blandford | 2004-02-23 | 1 | -30/+41 |
* | Seth was confused by keybindings. They should be Alt, not Ctl. Also, | Jonathan Blandford | 2004-02-23 | 1 | -6/+6 |
* | Display the root a bit more cleanly. | Jonathan Blandford | 2004-02-23 | 1 | -10/+4 |
* | Rework the user interface of the file chooser, as per Seth Nickell's | Federico Mena Quintero | 2004-02-23 | 1 | -189/+442 |
* | Use the GtkPathBar by default now. | Jonathan Blandford | 2004-02-23 | 1 | -107/+42 |
* | conditional compile for GtkPathBar | Jonathan Blandford | 2004-02-20 | 1 | -0/+11 |
* | Desktop directory is not translated. (set_tree_model): There might not be | Alexander Larsson | 2004-02-20 | 1 | -9/+26 |
* | Remove old file-system property. Add new file-system-backend string | Alexander Larsson | 2004-02-19 | 1 | -28/+49 |