]> Pileus Git - ~andy/gtk/history - gtk/gtkfilechooserdefault.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtkfilechooserdefault.c
2013-03-05 Federico Mena Quinterofilechooser: Use _gtk_file_has_native_path() throughout...
2013-03-05 Federico Mena Quinterofilechooser: Rename _gtk_file_is_path_not_local() to...
2013-03-05 Timothy Arcerifilechooser: Show FUSE mounted locations in shortcuts
2013-02-21 Federico Mena Quinterofilechooser: When stopping/clearing BROWSE model, reall...
2013-02-21 Federico Mena Quinterofilechooser: Tighten up some assertions when actually...
2013-02-14 Federico Mena Quinterofilechooser: Oops, cancel a file operation that was...
2013-02-14 Federico Mena Quinterofilechooser: Remove some unused code
2013-02-13 Cosimo Cecchifilechooser: follow the gtk-recent-files-enabled GtkSetting
2013-01-26 Benjamin Ottefilechooser: Move saving geometry to where it belongs
2013-01-26 Benjamin Ottefilechooser: Move settings key defines into header
2013-01-25 Federico Mena QuinteroGtkFileChooser: Remove the last remains of the last_fol...
2013-01-24 Benjamin Ottefilechooser: Attach GSettings object to GtkSettings
2013-01-24 Benjamin Ottefilechooser: Use macros
2013-01-23 Ryan Lortiefile chooser: give GSettings schema a path
2013-01-21 Federico Mena QuinteroGtkFileChooserDefault: Don't use Backspace anymore...
2012-12-06 Benjamin Ottegtk: Query font size directly
2012-11-29 Timothy ArceriIn the file chooser, use a proper apostrophe rather...
2012-11-26 Philip WithnallBug 595615 — Use proper ellipses
2012-11-15 Jonny Lambfilechooser: remember sidebar width
2012-11-13 Timothy ArceriRemove bookmark duplicate of shortcut
2012-11-02 Federico Mena QuinteroMerge branch 'bgo687196-filesystemmodel-crash'
2012-11-01 Federico Mena QuinteroRemove argument to _gtk_file_system_model_update_file...
2012-10-02 Benjamin Ottegtk: Add get_type() function declarations for private...
2012-07-30 Matthias Clasengtk: Don't use GDK_THREADS_ENTER/LEAVE macros internally
2012-07-15 Matthias ClasenClear cached row sensitivity when the filter changes
2012-07-15 Federico Mena QuinteroMake the logic for setting the sensitivity column a...
2012-07-15 Federico Mena QuinteroMake it clear that 'filtered' means 'filtered_out'
2012-07-15 William Jon McCannDesensitize filtered folders when in folder selection...
2012-03-03 Benjamin Ottetypes: Clean up gtkwidget.h includes
2012-02-27 Javier JardónChange FSF Address
2012-01-12 Benjamin Ottefilechooser: Use SELECTION_SINGLE
2012-01-05 Javier Jardóngtk/*: Use g_list_free_full() convenience function
2011-12-18 Matthias ClasenUse the workarea when placing popups
2011-12-16 Benjamin Ottefilechooserentry: Remove _gtk_file_chooser_entry_set_fi...
2011-12-16 Benjamin Ottefilechooserentry: Modify _gtk_file_chooser_entry_get_cu...
2011-12-16 Benjamin Ottefilechooserentry: Remove file_system argument
2011-12-16 Benjamin Ottefilechooserentry: Make the filesystem a construct-only...
2011-11-29 Federico Mena Quintero[GtkFileChooserDefault] Don't destroy and re-create...
2011-11-29 Federico Mena Quintero[GtkPathBar] Remove unused error argument
2011-11-29 Benjamin Ottefilechooserdefault: Don't unref value twice
2011-11-02 Alexander LarssonMake sure we only show icons in the file selector bookm...
2011-09-27 Michael NattererBug 659406 - Abstract what triggers a context menu
2011-09-27 Michael Natterergtk: remove the private GTK_NO_TEXT_INPUT_MOD_MASK
2011-09-26 Michael NattererBug 659406 - Abstract what triggers a context menu
2011-09-26 Michael Natterergtk: use GTK_NO_TEXT_INPUT_MOD_MASK also in gtkfilechoo...
2011-09-13 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-09-13 Federico Mena Quinterobgo#658600 - Don't try to focus the location entry...
2011-09-10 Benjamin Ottefilechooser: Fix compile warning
2011-09-05 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-09-05 Federico Mena QuinteroMenu item to visit the selected files in recent-files...
2011-09-05 Federico Mena QuinteroFactor out functions to create contextual menu items...
2011-08-29 Matthias ClasenAvoid warnings when widgets are not created yet
2011-08-28 Matthias ClasenGtkFileChooserDefault: Replace GtkTable by GtkGrid
2011-08-26 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-08-26 Federico Mena Quinterobgo#657186 - Sort the recent-files list in newest-to...
2011-08-26 Federico Mena QuinteroLoad and populate the recent-items in a single pass
2011-08-26 Federico Mena QuinteroDon't sort the recent-items by hand
2011-08-23 Arx Cruz[filechooser] bgo#349502: Context menu option to copy...
2011-08-02 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-27 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-27 Federico Mena QuinteroSet the location mode when changing the operation mode
2011-07-27 Federico Mena QuinteroSwitch to OPERATION_MODE_BROWSE when switching to volum...
2011-07-27 Federico Mena QuinteroRemove the unused, initial-text logic from the location...
2011-07-27 Federico Mena QuinteroCreate the location_entry in a single function
2011-07-27 Federico Mena QuinteroOnly unset the entry's contents if the entry exists
2011-07-27 Federico Mena QuinteroDiscard the search widgets in a separate function
2011-07-27 Federico Mena QuinteroMove the widgets above the hpaned to their own box
2011-07-27 Federico Mena QuinteroMake operation_mode_set() handle SEARCH and RECENT...
2011-07-27 Federico Mena QuinteroCentralize changing the operation mode in operation_mod...
2011-07-27 Federico Mena QuinteroRemove duplicated code from *_switch_to_browse_mode()
2011-07-27 Federico Mena QuinteroRename stop_operation() to operation_mode_stop()
2011-07-27 Federico Mena QuinteroSave selection to recent-files in the asynchronous...
2011-07-27 Federico Mena QuinteroLog to recent-files when confirming the file chooser
2011-07-20 Ryan LortieSwitch to g_format_size()
2011-07-13 Federico Mena QuinteroSave selection to recent-files in the asynchronous...
2011-07-12 Federico Mena QuinteroLog to recent-files when confirming the file chooser
2011-07-09 Benjamin Ottefilechooser: Fix set-but-not-used warning from gcc
2011-07-08 Federico Mena QuinteroMerge bgo593793-filechooser-recent-folders-master branch.
2011-07-02 Federico Mena QuinteroHide the Create Folder button in recent-files mode...
2011-07-02 Federico Mena QuinteroCentralize the setting of the pathbar's widgets
2011-07-02 Federico Mena QuinteroCreate the recently-used widgets and infobar from the...
2011-07-02 Federico Mena QuinteroMove the pathbar creation to its own function
2011-07-02 Federico Mena QuinteroWarn the user when he still needs to type a filename...
2011-07-02 Federico Mena QuinteroReturn the recent-folder plus filename in Save mode...
2011-07-02 Federico Mena QuinteroSet the filename entry's base folder when a recent...
2011-07-02 Federico Mena QuinteroInstruct the user to pick a folder when nothing is...
2011-07-02 Federico Mena QuinteroPut recently-used folders in the recently-used list
2011-07-02 Federico Mena QuinteroTurn a struct field into a local variable
2011-07-02 Federico Mena QuinteroRemove unused struct field
2011-07-02 Federico Mena QuinteroActually highlight the 'recently used' and 'search...
2011-07-02 Federico Mena QuinteroStart in recently-used mode when no folder is set
2011-07-02 Federico Mena QuinteroPut the pathbar in the 'Save in folder:' row in Save...
2011-07-02 Federico Mena QuinteroGet rid of the save_folder_combo
2011-07-02 Federico Mena QuinteroRemove the expander in Save mode, and the configuration key
2011-06-10 Diego Celixgtkfilechooserdefault: gtk_misc_set_alignment
2011-06-08 Michal Suchanekbgo#652045 - Initialize local_only in GtkFileChooserEntry
2011-06-08 Matthias ClasenDon't use GtkAlignments
2011-06-08 Matthias ClasenMore include cleanups
2011-06-07 Matthias ClasenGtkFileChooserDefault: derive from GtkBox, not GtkVBox
2011-05-23 Kjell Ahlstedtbgo#642929 - Don't infinite-loop in GTK_FILE_CHOOSER_AC...
next