summaryrefslogtreecommitdiff
path: root/gtk/gtkmenubutton.c
Commit message (Expand)AuthorAgeFilesLines
* Rename gtk_widget{get,set,has}_style_class to _css_classTimm Bäder2020-02-071-1/+1
* Start using GtkWidget's new style class APITimm Bäder2020-02-071-3/+1
* Add missing (closure) GIR annotationsRobert Ancell2020-01-131-1/+1
* docs: Touch up menu button docsMatthias Clasen2019-12-291-8/+6
* menubutton: Stop supporting menusMatthias Clasen2019-12-291-419/+15
* menubutton: Control sensitivity of child buttonTimm Bäder2019-09-091-2/+2
* menubutton: Add a create_popup_funcTimm Bäder2019-09-091-45/+73
* menubutton: Remove unused memberTimm Bäder2019-09-091-1/+0
* headerbar: Fix fallback appmenuMatthias Clasen2019-06-131-0/+14
* menu button: Use proper focus apiMatthias Clasen2019-06-091-2/+2
* Rationalize popover menu apisMatthias Clasen2019-06-091-1/+2
* 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