| Commit message (Expand) | Author | Age | Files | Lines |
* | gtk: Intern css names | Matthias Clasen | 2017-11-17 | 1 | -1/+1 |
* | image: Remove icon-size argument from icon setters | Matthias Clasen | 2017-11-15 | 1 | -5/+5 |
* | menubutton: Don't fiddle with prelight state | Benjamin Otte | 2017-11-05 | 1 | -1/+0 |
* | MenuButton: Document the correct no-direction icon | Daniel Boles | 2017-10-08 | 1 | -1/+1 |
* | build: Enable -Wswitch-enum and -Wswitch-default | Benjamin Otte | 2017-10-06 | 1 | -0/+11 |
* | modelbutton: set_relative_to(NULL) the popover in dispose | Timm Bäder | 2017-10-06 | 1 | -1/+1 |
* | menu: Update to using GdkEvent API | Carlos Garnacho | 2017-09-19 | 1 | -2/+2 |
* | menubutton: Remove prelight state when button is deactivated | Michael Catanzaro | 2017-05-08 | 1 | -0/+1 |
* | Remove unnecessary gtk_widget_show calls | Timm Bäder | 2017-01-22 | 1 | -1/+0 |
* | Remove gtk_widget_show_all | Timm Bäder | 2017-01-20 | 1 | -1/+1 |
* | Use gtk_popover_popdown/popup where appropriate | Timm Bäder | 2016-08-16 | 1 | -2/+2 |
* | GtkMenuButton: use :toggled instead of :clicked | Colomban Wendling | 2016-08-04 | 1 | -20/+7 |
* | port to new gtk_menu_popup_at_* () functions | William Hua | 2016-07-19 | 1 | -163/+131 |
* | gtk: Port to new monitor api | Matthias Clasen | 2016-04-27 | 1 | -22/+18 |
* | introspection: This patch fixes nullable return values fixes for the followin... | Alberto Ruiz | 2016-01-08 | 1 | -4/+4 |
* | menu button: Revisit style class one more time | Matthias Clasen | 2015-10-30 | 1 | -2/+2 |
* | Revisit menu button style | Matthias Clasen | 2015-10-30 | 1 | -2/+2 |
* | menu button: Add a style class | Matthias Clasen | 2015-10-30 | 1 | -1/+9 |
* | menu button: Convert to g_object_notify_by_pspec | Matthias Clasen | 2015-09-06 | 1 | -52/+52 |
* | GtkMenuButton: explicitly protect against recursion | Carlos Garnacho | 2015-07-30 | 1 | -0/+7 |
* | Deal with events from wrong display | Matthias Clasen | 2015-06-15 | 1 | -1/+2 |
* | GtkMenuButton: Make programmatic toggling work again | Matthias Clasen | 2015-06-15 | 1 | -13/+23 |
* | GtkMenuButton: Avoid direct button access | Matthias Clasen | 2015-06-15 | 1 | -8/+22 |
* | menu button: Minor cleanup | Matthias Clasen | 2015-03-22 | 1 | -1/+1 |
* | menu button: Improve accessibility | Matthias Clasen | 2015-03-13 | 1 | -5/+0 |
* | gtkmenubutton: Popup menu/popover on GtkButton:clicked | Carlos Garnacho | 2015-03-02 | 1 | -46/+25 |
* | menubutton: Fix possible button/popover state inconsistences | Carlos Garnacho | 2015-02-20 | 1 | -2/+8 |
* | GtkMenuButton: Don't leak popovers | Matthias Clasen | 2014-12-17 | 1 | -0/+2 |
* | menubutton: Fix double freeze_notify | Timm Bäder | 2014-12-16 | 1 | -2/+2 |
* | GtkMenuButton: Submit to action | Matthias Clasen | 2014-10-09 | 1 | -5/+16 |
* | menubutton: dismiss menu/popover when toggling programmatically | Paolo Borelli | 2014-08-28 | 1 | -10/+15 |
* | GtkMenuButton: do not mention GtkArrow in the docs | Paolo Borelli | 2014-07-21 | 1 | -1/+4 |
* | GtkMenuButton: do not use gpointer for the arrow widget | Paolo Borelli | 2014-07-21 | 1 | -1/+1 |
* | Update more places for the changed icon name | Matthias Clasen | 2014-07-09 | 1 | -1/+1 |
* | GtkMenuButton: Use view-context-menu-symbolic when direction is NONE | Matthias Clasen | 2014-07-08 | 1 | -0/+2 |
* | GtkMenuButton: Use G_PARAM_EXPLICIT_NOTIFY | Matthias Clasen | 2014-06-09 | 1 | -6/+7 |
* | Drop GtkArrow use in GtkMenuButton | Matthias Clasen | 2014-05-13 | 1 | -4/+26 |
* | Actually set the default for GtkMenuButton::use-popover | Matthias Clasen | 2014-04-26 | 1 | -0/+1 |
* | GtkMenuButton: use popovers by default | Matthias Clasen | 2014-04-24 | 1 | -1/+1 |
* | menu button: avoid property order dependencies | Matthias Clasen | 2014-02-22 | 1 | -0/+7 |
* | menu button: Fix property notification | Matthias Clasen | 2014-02-22 | 1 | -16/+35 |
* | GtkModelButton: fix up naming | Matthias Clasen | 2014-02-22 | 1 | -4/+4 |
* | Fix GtkMenuToolButton | Matthias Clasen | 2014-02-21 | 1 | -0/+2 |
* | docs: use Returns: consistently | William Jon McCann | 2014-02-19 | 1 | -1/+1 |
* | Do not call popover_set_relative with NULL | Paolo Borelli | 2014-02-19 | 1 | -1/+0 |
* | menu button: Don't set use_popover to TRUE by default | Matthias Clasen | 2014-02-10 | 1 | -1/+0 |
* | Docs: Remove all entities and turn off sgml mode | Matthias Clasen | 2014-02-09 | 1 | -0/+1 |
* | GtkMenuButton: Support popovers | Matthias Clasen | 2014-02-08 | 1 | -99/+344 |
* | docs: use proper quotations instead of '*' | William Jon McCann | 2014-02-07 | 1 | -1/+1 |
* | docs: use apostrophes in *n't | William Jon McCann | 2014-02-07 | 1 | -1/+1 |