summaryrefslogtreecommitdiff
path: root/gtk/gtkmenubutton.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some GObject introspection annotationsNiels De Graef2019-05-301-1/+1
* Remove gtk_widget_get/set_has_surfaceMatthias Clasen2019-05-281-2/+0
* menubutton: Allocate the popoverMatthias Clasen2019-05-281-3/+25
* menu button: Make finalMatthias Clasen2019-05-261-0/+13
* menu button: Add popup/popdown functionsMatthias Clasen2019-05-241-0/+31
* menu button: Add a relief propertyMatthias Clasen2019-05-211-0/+60
* menubutton: Don't derive from GtkToggleButtonMatthias Clasen2019-05-181-41/+168
* gtk: Don't include gtkstylecontext.h from gtkcsstypesprivate.hBenjamin Otte2019-03-191-8/+9
* Remove some unnecessary gtkwindow.h includesTimm Bäder2019-02-051-1/+0
* menubutton: Remove outdated lineTimm Bäder2018-08-251-1/+0
* MenuButton: popover connects to menu_deactivate_cbDaniel Boles2018-04-221-0/+3
* MenuButton: Disconnect newly added signal handlerDaniel Boles2018-04-221-6/+12
* MenuButton: Clarify NULL popup/over/menu/model docDaniel Boles2018-04-221-12/+18
* MenuButton: Drop ref to Popover on its ::destroyDaniel Boles2018-04-221-0/+8
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-201-1/+1
* menubutton: Remove priv pointerTimm Bäder2018-03-071-39/+44
* button: Remove priv pointerTimm Bäder2018-02-251-2/+3
* The big versioning cleanupMatthias Clasen2018-02-061-38/+0
* gtk: s/gdk_event_free/g_object_unref/Carlos Garnacho2017-12-141-1/+1
* gtk: Intern css namesMatthias Clasen2017-11-171-1/+1
* image: Remove icon-size argument from icon settersMatthias Clasen2017-11-151-5/+5
* menubutton: Don't fiddle with prelight stateBenjamin Otte2017-11-051-1/+0
* MenuButton: Document the correct no-direction iconDaniel Boles2017-10-081-1/+1
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-0/+11
* modelbutton: set_relative_to(NULL) the popover in disposeTimm Bäder2017-10-061-1/+1
* menu: Update to using GdkEvent APICarlos Garnacho2017-09-191-2/+2
* menubutton: Remove prelight state when button is deactivatedMichael Catanzaro2017-05-081-0/+1
* Remove unnecessary gtk_widget_show callsTimm Bäder2017-01-221-1/+0
* Remove gtk_widget_show_allTimm Bäder2017-01-201-1/+1
* Use gtk_popover_popdown/popup where appropriateTimm Bäder2016-08-161-2/+2
* GtkMenuButton: use :toggled instead of :clickedColomban Wendling2016-08-041-20/+7
* port to new gtk_menu_popup_at_* () functionsWilliam Hua2016-07-191-163/+131
* gtk: Port to new monitor apiMatthias Clasen2016-04-271-22/+18
* introspection: This patch fixes nullable return values fixes for the followin...Alberto Ruiz2016-01-081-4/+4
* menu button: Revisit style class one more timeMatthias Clasen2015-10-301-2/+2
* Revisit menu button styleMatthias Clasen2015-10-301-2/+2
* menu button: Add a style classMatthias Clasen2015-10-301-1/+9
* menu button: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-52/+52
* GtkMenuButton: explicitly protect against recursionCarlos Garnacho2015-07-301-0/+7
* Deal with events from wrong displayMatthias Clasen2015-06-151-1/+2
* GtkMenuButton: Make programmatic toggling work againMatthias Clasen2015-06-151-13/+23
* GtkMenuButton: Avoid direct button accessMatthias Clasen2015-06-151-8/+22
* menu button: Minor cleanupMatthias Clasen2015-03-221-1/+1
* menu button: Improve accessibilityMatthias Clasen2015-03-131-5/+0
* gtkmenubutton: Popup menu/popover on GtkButton:clickedCarlos Garnacho2015-03-021-46/+25
* menubutton: Fix possible button/popover state inconsistencesCarlos Garnacho2015-02-201-2/+8
* GtkMenuButton: Don't leak popoversMatthias Clasen2014-12-171-0/+2
* menubutton: Fix double freeze_notifyTimm Bäder2014-12-161-2/+2
* GtkMenuButton: Submit to actionMatthias Clasen2014-10-091-5/+16
* menubutton: dismiss menu/popover when toggling programmaticallyPaolo Borelli2014-08-281-10/+15