| Commit message (Expand) | Author | Age | Files | Lines |
* | gtk: Don't use GObjectClass.constructor | Jasper St. Pierre | 2014-06-26 | 1 | -18/+7 |
* | Trivial formatting fix | Matthias Clasen | 2014-06-13 | 1 | -4/+2 |
* | gtk: add missing type annotations ported from Vala bindings | Evan Nemerson | 2014-05-27 | 1 | -1/+1 |
* | docs: use Returns: consistently | William Jon McCann | 2014-02-19 | 1 | -1/+1 |
* | Docs: Remove all entities and turn off sgml mode | Matthias Clasen | 2014-02-09 | 1 | -1/+1 |
* | docs: use apostrophes in *n't | William Jon McCann | 2014-02-07 | 1 | -2/+2 |
* | docs: use proper apostrophe | William Jon McCann | 2014-02-07 | 1 | -3/+3 |
* | docs: don't use <important> | William Jon McCann | 2014-02-06 | 1 | -7/+6 |
* | docs: use proper quotes | William Jon McCann | 2014-02-05 | 1 | -1/+1 |
* | docs: replace all <examples> with markdown headings | William Jon McCann | 2014-02-04 | 1 | -3/+2 |
* | docs: Identify examples that are C code | William Jon McCann | 2014-01-29 | 1 | -1/+1 |
* | docs: use |[ ]| instead of <programlisting></programlisting> | William Jon McCann | 2014-01-29 | 1 | -2/+2 |
* | Merge GtkFileChooserWidget and GtkFileChooserDefault | William Jon McCann | 2014-01-28 | 1 | -1/+1 |
* | docs: don't use <emphasis> | William Jon McCann | 2014-01-28 | 1 | -1/+1 |
* | resources: move resources into a subdirectory | William Jon McCann | 2014-01-23 | 1 | -1/+1 |
* | Update all internal users of alternative button order | Matthias Clasen | 2014-01-17 | 1 | -0/+2 |
* | Avoid overlong file chooser buttons | Matthias Clasen | 2013-08-13 | 1 | -0/+2 |
* | Another round of template binding api changes | Matthias Clasen | 2013-07-26 | 1 | -7/+7 |
* | Rename the widget template API | Emmanuele Bassi | 2013-07-26 | 1 | -11/+11 |
* | widget: Use a real offset in gtk_widget_class_automate_child | Alexander Larsson | 2013-07-26 | 1 | -7/+7 |
* | 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 |