| Commit message (Expand) | Author | Age | Files | Lines |
* | Move wholly deprecated classes to gtk/deprecated/ | Matthias Clasen | 2013-07-19 | 1 | -2/+2 |
* | gtk: Use new macros for defining private data | Emmanuele Bassi | 2013-07-09 | 1 | -8/+5 |
* | File chooser: Convert icons to using cairo_surface_twip/window-scales2 | Alexander Larsson | 2013-07-03 | 1 | -77/+97 |
* | Deprecate GtkIconFactory, GtkIconSet, GtkIconSource | William Jon McCann | 2013-06-26 | 1 | -5/+1 |
* | Start migrating internals away from GtkStock | William Jon McCann | 2013-06-24 | 1 | -15/+3 |
* | GtkFileChooserButton: Also emit 'file-set' when changing the selection throug... | Federico Mena Quintero | 2013-06-21 | 1 | -3/+13 |
* | gtkfilechooserbutton: fix documentation typo | Claudio Saavedra | 2013-06-20 | 1 | -1/+1 |
* | Merge branch 'places-sidebar' into master | Federico Mena Quintero | 2013-04-11 | 1 | -16/+19 |
|\ |
|
| * | Merge branch 'origin/master' into places-sidebar | Federico Mena Quintero | 2013-02-27 | 1 | -26/+13 |
| |\ |
|
| * \ | Merge branch 'master' into places-sidebar | Federico Mena Quintero | 2013-02-13 | 1 | -65/+219 |
| |\ \ |
|
| * | | | Make GtkFileChooserButton use GtkBookmarksManager | Federico Mena Quintero | 2012-09-03 | 1 | -16/+20 |
* | | | | GtkFileChooserButton: Define children with a GtkBuilder template | Tristan Van Berkom | 2013-04-08 | 1 | -78/+27 |
* | | | | Deprecate gtk_widget_push_composite_child & friends | Tristan Van Berkom | 2013-04-08 | 1 | -4/+0 |
* | | | | filechooserbutton: Do not propagate state from the dialog unless it is active | Federico Mena Quintero | 2013-03-12 | 1 | -178/+63 |
* | | | | filechooserbutton: whitespace fixes | Federico Mena Quintero | 2013-03-12 | 1 | -38/+38 |
* | | | | filechooserbutton: Update the button's state only on programmatic changes to ... | Federico Mena Quintero | 2013-03-12 | 1 | -35/+65 |
* | | | | filechooserbutton: Emit 'selection-changed' when changing the selection progr... | Federico Mena Quintero | 2013-03-12 | 1 | -0/+37 |
* | | | | filechooserbutton: During unselect_all(), update the widgets in all situations | Federico Mena Quintero | 2013-03-11 | 1 | -3/+3 |
* | | | | filechooserbutton: When the combo box changes, set the *file*, not the curren... | Federico Mena Quintero | 2013-03-11 | 1 | -2/+2 |
* | | | | filechooserbutton: Update the combo box even after the dialog is cancelled | Federico Mena Quintero | 2013-03-08 | 1 | -3/+3 |
* | | | | filechooserbutton: Don't show the (None) item when the combo box is popped up | Federico Mena Quintero | 2013-03-07 | 1 | -19/+101 |
* | | | | filechooserbutton: In SELECT_FOLDER, when the selection is empty, show (None)... | Federico Mena Quintero | 2013-03-07 | 1 | -19/+57 |
* | | | | filechooserbutton: Update the button/combo at construction time | Federico Mena Quintero | 2013-03-07 | 1 | -0/+3 |
* | | | | filechooserbutton: Update the button/combo whenever the selection is changed ... | Federico Mena Quintero | 2013-03-07 | 1 | -23/+35 |
* | | | | filechooserbutton: Test that the expected filename is shown | Federico Mena Quintero | 2013-03-07 | 1 | -1/+1 |
* | | | | filechooser: Use _gtk_file_has_native_path() throughout when testing for loca... | Federico Mena Quintero | 2013-03-05 | 1 | -5/+5 |
| |_|/
|/| | |
|
* | | | filechooserbutton: Don't ever use gtk_file_chooser_get_files() | Federico Mena Quintero | 2013-02-21 | 1 | -20/+13 |
* | | | filechooserbutton: Don't emit file-set signal when the change is not the resu... | Federico Mena Quintero | 2013-02-20 | 1 | -6/+0 |
| |/
|/| |
|
* | | filechooserbutton: In SELECT_FOLDER mode, consider an empty selection to mean... | Federico Mena Quintero | 2013-02-13 | 1 | -2/+10 |
* | | filechooserbutton: Keep track of the current_folder while the dialog is inactive | Federico Mena Quintero | 2013-02-13 | 1 | -7/+80 |
* | | filechooserbutton: Restore to an empty previous selection properly | Federico Mena Quintero | 2013-02-13 | 1 | -5/+14 |
* | | filechooserbutton: Fix preserving the selection after cancelling the dialog | Federico Mena Quintero | 2013-02-13 | 1 | -14/+127 |
* | | filechooserbutton: Simplify the code to preserve the selection while the dial... | Federico Mena Quintero | 2013-02-13 | 1 | -27/+3 |
* | | filechooserbutton: Don't set a starting folder in the underlying dialog | Federico Mena Quintero | 2013-02-13 | 1 | -25/+0 |
* | | Bug 595615 — Use proper ellipses | Philip Withnall | 2012-11-26 | 1 | -1/+1 |
|/ |
|
* | [GtkFileChooserButton] bgo#645065 - Restore the previously-selected file when... | Sebastian Geiger | 2012-08-31 | 1 | -6/+6 |
* | types: Clean up gtkwidget.h includes | Benjamin Otte | 2012-03-03 | 1 | -0/+1 |
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
* | GtkFileChooserButton: Expand like other 'pickers' | Matthias Clasen | 2011-09-12 | 1 | -6/+7 |
* | gtk: Use const instead G_CONST_RETURN | Javier Jardón | 2011-06-10 | 1 | -1/+1 |
* | gtk: Clean some includes | Javier Jardón | 2011-06-08 | 1 | -0/+1 |
* | Clean up more includes | Matthias Clasen | 2011-06-07 | 1 | -1/+0 |
* | GtkFileChooserButton: derive from GtkBox, not GtkHBox | Matthias Clasen | 2011-06-07 | 1 | -1/+3 |
* | gtk/gtkfilechooserbutton: gtk_misc_set_alignment | Diego Celix | 2011-05-31 | 1 | -1/+2 |
* | Move documentation to inline comments: GtkFileChooserButton | Javier Jardón | 2011-04-14 | 1 | -0/+41 |
* | [filechooser] Free things which got duplicated or reffed by gtk_tree_model_get() | Federico Mena Quintero | 2011-04-01 | 1 | -1/+4 |
* | [filechooser] Unref cancellables we got from the model, not the ones that com... | Federico Mena Quintero | 2011-04-01 | 1 | -4/+6 |
* | Silence new gcc warnings | Matthias Clasen | 2011-01-23 | 1 | -66/+64 |
* | Fix case (s/A/a) in translatable string (Select A Folder) | Luca Ferretti | 2011-01-17 | 1 | -1/+1 |
* | Remove gtktypeutils altogether | Matthias Clasen | 2011-01-04 | 1 | -0/+1 |