]> Pileus Git - ~andy/gtk/history - gtk/gtkfilechooserdefault.c
Bug 659406 - Abstract what triggers a context menu
[~andy/gtk] / gtk / gtkfilechooserdefault.c
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...
2011-04-15 Stéphane ManiaciMake GtkFileChoser remember the last directory opened
2011-04-12 Kristian HøgsbergMerge branch 'gdk-backend-wayland'
2011-04-01 Federico Mena Quintero[filechooser] Free things which got duplicated or reffe...
2011-04-01 Federico Mena Quintero[filechooser] Unref cancellables we got from the model...
2011-04-01 Federico Mena Quintero[filechooser] Don't leak a GFile
2011-04-01 Federico Mena Quintero[filechooser] Don't add extra ref to file, as it it...
2011-03-28 Alexander LarssonEnsure we always grab the gdk lock in async callbacks
2011-03-21 Cosimo Cecchifilechooserdefault: fix a build warning
2011-03-17 William Jon McCannfilechooser: use the sidebar style class for the file...
2011-03-17 William Jon McCannset initial pane position
2011-03-17 Cosimo Cecchifilechooser: add the inline-toolbar style class to...
2011-03-10 Alexander LarssonMerge branch 'gtk-3-0' into broadway
2011-02-24 Federico Mena Quintero[GtkFileChooser] Fix initial selection when hidden...
2011-02-17 Matthias ClasenFix a memory leak with file chooser previews
2011-02-11 Alexander LarssonMerge branch 'master' into broadway
2011-01-31 Tristan Van BerkomAdded "shift" modifier versions of keybings for GtkFile...
2011-01-28 Matthias ClasenMake the places in the file chooser come up with a...
2011-01-28 Matthias ClasenFix the new filechooser buttons to work without symboli...
2011-01-28 William Jon McCannUse a toolbar with symbolic icons under scrolled lists
2011-01-24 Matthias ClasenSilence new gcc warnings
2011-01-21 Federico Mena Quinterobgo#639531 - [filechooser] Handle the case where the...
2011-01-19 Alexander LarssonMerge branch 'master' into broadway2
2011-01-06 Tristan Van BerkomFixed GtkFileChooserDefault to handle cases of being...
2011-01-06 Tristan Van BerkomFixed issues with "hierarchy-changed" signal.
2011-01-04 Matthias ClasenDrop explicit includes of gdkkeysyms.h
2011-01-04 Carlos GarnachoMake GtkFileChooser use GtkStyleContext
2010-12-21 Benjamin Ottegtk: Use g_object_unref instead of gdk_cursor_unref
2010-12-17 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-15 Javier Jardóngtk/gtkfilechooserdefault.c: Use accessor functions...
2010-12-10 Matthias ClasenDon't access GdkDragContext fields directly
2010-12-08 Carlos Garcia CamposGtkFileChooser: Use gtk_widget_render_icon_pixbuf()
2010-12-08 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-05 Tristan Van BerkomRemoved the private sharing of internal treeview macros...
2010-11-25 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-11-16 Federico Mena Quinterobgo#634558 - filechooser - Actually focus the Search...
2010-11-02 Michael Natterergtk: remove "gboolean homogeneous" from gtk_box_new()
2010-10-31 Michael Natterergtk: remove "gboolean homogeneous" from gtk_box_new()
2010-10-30 Javier JardónUse gtk_box_new() instead gtk_[v|h]box_new()
2010-10-30 Javier JardónUse gtk_paned_new() instead gtk_[v|h]paned_new()
2010-10-30 Javier JardónUse gtk_box_new() instead gtk_[v|h]box_new()
2010-10-30 Javier JardónUse gtk_paned_new() instead gtk_[v|h]paned_new()
2010-10-15 Javier JardónUse the new GtkComboBoxText API
2010-10-14 Michael Natterergtk: add cast to fix warning in my last commit
next