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