| Commit message (Expand) | Author | Age | Files | Lines |
* | The big versioning cleanup | Matthias Clasen | 2018-02-06 | 1 | -6/+0 |
* | image: Remove icon-size argument from icon setters | Matthias Clasen | 2017-11-15 | 1 | -1/+1 |
* | appchooserdialog: Remove unused macro | Timm Bäder | 2017-10-05 | 1 | -2/+0 |
* | box: Remove fill child property | Timm Bäder | 2017-04-25 | 1 | -3/+3 |
* | box: Remove expand child property | Timm Bäder | 2017-04-25 | 1 | -3/+5 |
* | appchooserwidget: Inherit from GtkWidget | Timm Bäder | 2017-03-31 | 1 | -1/+0 |
* | API: container: Remove gtk_container_set_border_width() | Benjamin Otte | 2016-10-16 | 1 | -45/+3 |
* | dialog: Remove alternative button order API | Timm Bäder | 2016-10-16 | 1 | -7/+0 |
* | box: Remove 'padding' child property | Timm Bäder | 2016-10-16 | 1 | -3/+3 |
* | introspection: This patch fixes nullable return values fixes for the followin... | Alberto Ruiz | 2016-01-08 | 1 | -1/+1 |
* | app chooser dialog: Prevent uneven button heights | Matthias Clasen | 2015-02-26 | 1 | -0/+5 |
* | AppChooserDialog: Fix memleak | Rico Tzschichholz | 2015-02-18 | 1 | -1/+6 |
* | app chooser: Move buttons to template | Matthias Clasen | 2014-07-09 | 1 | -5/+0 |
* | app chooser: sync sensitivity of search button | Matthias Clasen | 2014-02-14 | 1 | -3/+3 |
* | app chooser: Add a search bar | Matthias Clasen | 2014-02-14 | 1 | -2/+99 |
* | Modernize the app chooser dialog | Matthias Clasen | 2014-02-13 | 1 | -62/+57 |
* | resources: move resources into a subdirectory | William Jon McCann | 2014-01-23 | 1 | -1/+1 |
* | app chooser: Use headerbar | William Jon McCann | 2014-01-17 | 1 | -20/+41 |
* | Update all internal users of gtk_dialog_get_action_area | Matthias Clasen | 2014-01-17 | 1 | -0/+2 |
* | Remove an unneeded include | Matthias Clasen | 2013-12-17 | 1 | -4/+0 |
* | GtkAppChooserDialog: Add a 'Software' button | Matthias Clasen | 2013-12-17 | 1 | -2/+80 |
* | GtkAppChooser: Drop PackageKit integration | Matthias Clasen | 2013-12-17 | 1 | -139/+0 |
* | Another round of template binding api changes | Matthias Clasen | 2013-07-26 | 1 | -4/+4 |
* | Rename the widget template API | Emmanuele Bassi | 2013-07-26 | 1 | -5/+5 |
* | widget: Use a real offset in gtk_widget_class_automate_child | Alexander Larsson | 2013-07-26 | 1 | -4/+4 |
* | Drop some unnecessary includes | Matthias Clasen | 2013-07-19 | 1 | -1/+0 |
* | Move wholly deprecated classes to gtk/deprecated/ | Matthias Clasen | 2013-07-19 | 1 | -1/+1 |
* | Use proper quotation marks | William Jon McCann | 2013-07-17 | 1 | -4/+4 |
* | gtk: Use new macros for defining private data | Emmanuele Bassi | 2013-07-09 | 1 | -4/+2 |
* | Prevent a segfault if GtkAppChooserDialog gets disposed early | Matthias Clasen | 2013-05-02 | 1 | -0/+2 |
* | GtkAppChooserDialog: Define children with a GtkBuilder template | Tristan Van Berkom | 2013-04-08 | 1 | -46/+24 |
* | appchooserdialog: remove redundant checks | Cosimo Cecchi | 2013-03-04 | 1 | -71/+1 |
* | appchooserdialog: add a missing label mnemonic | Cosimo Cecchi | 2012-08-10 | 1 | -1/+1 |
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
* | app-chooser-dialog: cancel the PK operation when the dialog is dismissed | Cosimo Cecchi | 2012-02-01 | 1 | -6/+13 |
* | app-chooser-dialog: make sure to hold a ref when doing async ops | Cosimo Cecchi | 2012-02-01 | 1 | -3/+16 |
* | appchooser: make the "Find applications online" follow search state | Cosimo Cecchi | 2011-10-04 | 1 | -0/+3 |
* | appchooser: add a GCancellable to the search operation | Cosimo Cecchi | 2011-10-04 | 1 | -2/+13 |
* | GtkAppChooserButton: Add a way to include the default app | Matthias Clasen | 2011-09-10 | 1 | -0/+3 |
* | GtkAppChooserDialog: handle sensitivity of 'Select' better | Matthias Clasen | 2011-08-28 | 1 | -0/+6 |
* | GtkAppChooser: Deal with 'no app found' gracefully | Matthias Clasen | 2011-08-28 | 1 | -7/+15 |
* | gtkappchooserdialog: gtk_misc_set_alignment | Diego Celix | 2011-08-28 | 1 | -1/+2 |
* | GtkAppChooserDialog: remove an unused variable | Matthias Clasen | 2011-08-24 | 1 | -1/+0 |
* | GtkAppChooserDialog: Simplify the construction | Matthias Clasen | 2011-08-24 | 1 | -17/+3 |
* | Ensure we always grab the gdk lock in async callbacks | Alexander Larsson | 2011-03-28 | 1 | -0/+8 |
* | Allow GtkAppChooser classes to be instantiated with content-type=NULL. | Tristan Van Berkom | 2011-03-01 | 1 | -15/+22 |
* | Add gtk_app_chooser_button_get/set_heading | Matthias Clasen | 2011-01-24 | 1 | -2/+1 |
* | Add a way to set the heading of GtkAppChooserDialog | Matthias Clasen | 2011-01-20 | 1 | -2/+67 |
* | Change the label of the GtkAppChooserDialog button | Matthias Clasen | 2011-01-20 | 1 | -1/+1 |
* | Make the show more button follow the show-other property | William Jon McCann | 2011-01-20 | 1 | -2/+2 |