]> Pileus Git - ~andy/gtk/history - gtk/gtkfilechooserdefault.c
Free volumes not actually put into the shortcut list.
[~andy/gtk] / gtk / gtkfilechooserdefault.c
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.
2003-11-04 Federico Mena QuinteroTake in a path as well. Use a helper function. (shortcu...
2003-11-03 Federico Mena QuinteroAdd a stock icon to the "Add bookmark" button.
2003-11-03 Federico Mena QuinteroRemoved. (create_shortcuts_tree): Don't call the above.
2003-11-03 Federico Mena QuinteroDo not set a border width for the toplevel container...
2003-11-01 Owen TaylorChange on activation, not selection change (temporary...
2003-10-28 Padraig O'BriainChangew index to filter_index to fix compilation error.
2003-10-23 Owen TaylorConvert GtkOptionMenu to GtkComboBox.
2003-10-23 Owen Taylorgtk/gtkfilechooserutils.c gtk/gtkfilechooserprivate...
2003-10-23 Federico Mena QuinteroRenamed from GtkFileChooserImplDefault to GtkFileChoose...
2003-10-21 Federico Mena QuinteroFree the info itself.
2003-10-18 Federico Mena QuinteroRemoved. (gtk_file_system_gnome_vfs_set_bookmarks)...
2003-10-15 Federico Mena QuinteroAdded a button to remove a bookmark. (remove_bookmark_b...
2003-10-13 Federico Mena QuinteroWalk the whole shortcuts model, not just the bookmarks...
2003-10-13 Federico Mena QuinteroRead the file's information from gnome-vfs if we haven...
2003-10-09 Federico Mena QuinteroAutosize the columns after the model is set. (shortcuts...
2003-10-08 Federico Mena QuinteroAdded methods for ::get_supports_bookmarks(), ::set_boo...
2003-10-01 Federico Mena QuinteroSimplify with a macro. This bloats the compiled code...
2003-10-01 Federico Mena QuinteroUse enum values instead of plain numbers for the file...
2003-10-01 Federico Mena QuinteroAdded fields for the shortcuts tree and its model....
2003-09-11 Federico Mena QuinteroConnect to "row_activated" on the file list. (list_row_...
2003-09-10 Federico Mena QuinteroUse the cell renderer's "text" and "weight" properties...
2003-09-09 Federico Mena QuinteroMake the list model read in directory information as...
2003-09-09 Federico Mena QuinteroFree the display_key.
2003-09-06 Federico Mena QuinteroNew function. (create_directory_tree): New function...
2003-09-03 Federico Mena QuinteroRemoved the "extra widget" bit, implemented with the...
2003-07-23 Owen TaylorAdd over-big test case for preview (much of size from...
2003-07-23 Owen TaylorFile filter objects.
2003-07-16 Owen Taylorauto-ize.
2003-07-11 Owen TaylorAdd gtk_file_chooser_set_current_name() to set the...
2003-04-04 Owen TaylorMove interface definition into a private header so...
2003-03-26 Owen TaylorAdd a construct-only 'file_system' property, split...
2003-03-26 Owen Taylor- Add GnomeVFS backend
2003-03-25 Owen TaylorAdd GtkFileSystem::parse, and a chooser entry with...
2003-03-24 Owen TaylorMake incrememtal searching work, some bug fixes
2003-03-21 Owen TaylorAdd sorting, a size column.
2003-03-21 Owen TaylorAdd some documentation comments, fix some missing statics
2003-03-21 Owen TaylorInitial revision