]> Pileus Git - ~andy/gtk/history - gtk/gtkfilechooserdefault.c
Fix #135912 and #135913.
[~andy/gtk] / gtk / gtkfilechooserdefault.c
2004-03-11 Federico Mena QuinteroFix #135912 and #135913.
2004-03-11 Jonathan Blandfordup the width of the entry a tad.
2004-03-10 Federico Mena QuinteroUse an untranslatable "%x" for dates, rather than a...
2004-03-10 Morten WelinderAdd comment.
2004-03-10 Morten WelinderTest validity of path here. (shortcuts_insert_path...
2004-03-10 Jonathan Blandforduse uri instead of the pathname for UTF-8 safety.
2004-03-10 Jonathan BlandfordAlways check to see if the shortcuts exists. We don...
2004-03-10 Jonathan Blandfordremove unneeded shortuts_swin;
2004-03-09 Federico Mena QuinteroFix #136533.
2004-03-09 Federico Mena QuinteroHandle the returned parent_path being NULL. Fixes ...
2004-03-09 Federico Mena QuinteroStop the emission so that GtkTreeView's handler won...
2004-03-08 Federico Mena QuinteroUse gtk_tree_view_set_cursor().
2004-03-08 Federico Mena QuinteroPatch "1a" from #136185, by Morten Welinder.
2004-03-08 Federico Mena QuinteroFixes #136105.
2004-03-08 Federico Mena QuinteroReturn a boolean success code. (location_popup_handler...
2004-03-08 Jonathan Blandfordnew function to consolidate creating the path_bar.
2004-03-07 Jonathan Blandfordactually use gtk_button_add.
2004-03-07 Jonathan Blandfordset redraw_on_allocate, #135902.
2004-03-07 Jonathan Blandfordstop activate from unselecting rows when pressed in...
2004-03-07 Jonathan Blandfordif action is SELECT_FOLDER, then return the currentd...
2004-03-07 Jonathan Blandfordremove unneeded elements. (tree_selection_changed)...
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-03-05 Jonathan Blandfordscroll to the new path.
2004-03-05 Federico Mena QuinteroAdd gboolean return values and GError arguments to...
2004-03-05 Michael Natterers/object/widget/. Makes it compile again.
2004-03-05 Jonathan Blandfordchain to the extra_widget.
2004-03-05 Jonathan BlandfordPatch from Damon Chaplin to free models when we're...
2004-03-05 Alexander LarssonDocument the fact that there might not be a volume...
2004-03-05 Jonathan Blandfordinsert in the correct place instead of naïvely appending.
2004-03-05 Federico Mena QuinteroNew handler. Ask the GtkFileChooser widget if it wants...
2004-03-04 Jonathan Blandfordshow the 'New Folder' button in SAVE mode again.
2004-03-04 Jonathan BlandfordModified patch from muppet <scott@asofyet.org> to keep...
2004-03-03 Jonathan BlandfordDon't activate the combo if we're in the midst of chang...
2004-03-03 Jonathan BlandfordSplit function into realized and unrealized variants...
2004-03-03 Federico Mena QuinteroHandle errors in setting the path bar's path. Fixes...
2004-03-02 Jonathan Blandfordset the default value, spotted by Morten Welinder.
2004-03-02 Jonathan Blandfordget the logic correct. This will fix sizing on save...
2004-03-02 Federico Mena QuinteroDon't update the save folder combo if we are already...
2004-03-02 Morten WelinderMajor thinko, trivial patch. /me chances a commit.
2004-03-02 Federico Mena QuinteroNew flag shortcuts_current_folder_is_volume.
2004-03-02 Federico Mena QuinteroEep, use gtk_tree_model_filter_convert_iter_to_child_it...
2004-03-02 Federico Mena QuinteroDon't unref an old model; there isn't one. This was...
2004-03-01 Jonathan Blandfordonly store the size if we can resize in that direction.
2004-03-01 Owen TaylorBased on patch by Alex Larsson
2004-03-01 Federico Mena QuinteroTest for filter_info.uri correctly. Fixes #135379,...
2004-03-01 Jonathan BlandfordHandle shrinking/growing.
2004-02-29 Jonathan BlandfordAdd g_return_if_fail() (_gtk_file_chooser_embed_get_res...
2004-02-29 Federico Mena QuinteroHandle GTK_FILE_CHOOSER_PROP_USE_PREVIEW_LABEL.
2004-02-29 Federico Mena QuinteroUse "Name" for the title of the filename column. (creat...
2004-02-29 Federico Mena QuinteroRemoved. (list_name_data_func): Don't call the function...
2004-02-27 Jonathan BlandfordNew private interface to help negotiate the default...
2004-02-27 Federico Mena QuinteroAdded a "position" argument.
2004-02-26 Jonathan BlandfordAdd two more folder modes to the enum.
2004-02-25 Jonathan Blandfordmove the expander code.
2004-02-25 Jonathan Blandforduse gtk_widget_push/pop_composite_child around internal...
2004-02-25 Federico Mena QuinteroRenamed from create_shortcuts_model(). (struct _GtkFile...
2004-02-24 Federico Mena QuinteroUse a plain GtkEntry for the filename, not a GtkFileCho...
2004-02-24 Anders CarlssonFix compilation (#135278, Padraig O'Briain).
2004-02-24 Anders CarlssonTranslate the desktop label.
2004-02-24 Jonathan BlandfordMake the dialog look like the nautilus dialog. (expande...
2004-02-24 Federico Mena QuinteroCall bookmarks_check_add_sensitivity(). (shortcut_exist...
2004-02-24 Jonathan BlandfordAdd mnemonics. Sorry translators.
2004-02-24 Anders CarlssonImprove bookmark list rendering by controlling the...
2004-02-23 Jonathan Blandforduse a size group when allocating space for the buttons...
2004-02-23 Jonathan BlandfordSeth was confused by keybindings. They should be Alt...
2004-02-23 Jonathan BlandfordDisplay the root a bit more cleanly.
2004-02-23 Federico Mena QuinteroRework the user interface of the file chooser, as per...
2004-02-23 Jonathan BlandfordUse the GtkPathBar by default now.
2004-02-20 Jonathan Blandfordconditional compile for GtkPathBar
2004-02-20 Alexander LarssonDesktop directory is not translated. (set_tree_model...
2004-02-19 Alexander LarssonRemove old file-system property. Add new file-system...
2004-02-19 Federico Mena QuinteroRenamed from create_shortcuts_tree(). (shortcuts_pane_c...
2004-02-10 Federico Mena QuinteroFree the filters. Fixes #133547, patch by Morten Welinder
2004-02-10 Federico Mena QuinteroFixes the entry-related part of #133852.
2004-02-09 Federico Mena QuinteroRequest GTK_FILE_INFO_ALL from the file system model...
2004-02-09 Federico Mena QuinteroFix #132256.
2004-02-07 Jonathan Blandfordclean up the packing of the file selector.
2004-02-06 Federico Mena QuinteroFree the list. Fixes #133546.
2004-01-23 Federico Mena QuinteroFix #132247.
2004-01-22 Federico Mena QuinteroFree the path fields.
2004-01-20 Federico Mena QuinteroFix #131418.
2004-01-17 Federico Mena QuinteroAdded a has_editable field. (_gtk_file_system_model_add...
2004-01-16 Federico Mena QuinteroDo not allow setting select_multiple when in Save mode...
2004-01-16 Federico Mena QuinteroNew get_volume_for_path() method. (struct _GtkFileSyste...
2004-01-07 Jan Arne Petersenadd REMOVABLE column to the shortcuts_model.
2004-01-06 Federico Mena QuinteroOops, call shortcuts_add_bookmarks() here.
2004-01-06 Federico Mena QuinteroNew helper function. (toolbar_create): Do not use a...
2003-12-31 Christian NeumairUse ngettext for plurals (#123847).
2003-12-29 Federico Mena QuinteroMake show_all() work for the extra and preview widgets...
2003-12-19 Federico Mena QuinteroUse g_date_strftime() for UTF-8 correctness; use Julian...
2003-12-17 Federico Mena QuinteroAdded a "volumes-changed" signal. Added the following...
2003-12-10 Federico Mena QuinteroAdded toolbar items for the filter separator and the...
2003-12-10 Federico Mena QuinteroUse "Home" rather than "Username's Home" (#125964).
2003-12-08 Jan Arne PetersenUse the behavior of the GtkFileSelection to determine...
2003-12-02 Federico Mena QuinteroDecouple impl->current_folder from the selection in...
2003-12-01 Federico Mena QuinteroPatch from Hans-Petter Jansson <hpj@ximian.com> to...
2003-12-01 Federico Mena QuinteroSet the shortcuts tree as a drag destination.
2003-11-19 Federico Mena QuinteroFixes to problems reported by Iain Holmes:
2003-11-19 Federico Mena QuinteroTurn off the dialog's separator (thanks to Iain Holmes).
2003-11-19 Federico Mena QuinteroAdded a render_icon virtual method.
next