summaryrefslogtreecommitdiff
path: root/gtk/gtkmenu.c
Commit message (Expand)AuthorAgeFilesLines
* menu: Clip children to view windowBenjamin Otte2016-03-241-1/+13
* Use convenience API that was introduced recentlyMatthias Clasen2016-01-131-4/+2
* menu: port arrow rendering to use a GtkBuiltinIconCosimo Cecchi2015-12-211-178/+111
* menu: deprecate double-arrows style propertyCosimo Cecchi2015-12-211-93/+13
* menu: deprecate arrow-placement style propertyCosimo Cecchi2015-12-211-127/+25
* menuitem: deprecate toggle-spacing style propertyCosimo Cecchi2015-12-191-23/+18
* GtkMenu: Avoid GdkDeviceManager APICarlos Garnacho2015-12-161-11/+1
* Revise CSS node documentationMatthias Clasen2015-12-161-1/+3
* GtkMenu: Use gdk_seat_grab()Carlos Garnacho2015-12-151-52/+18
* cssnode: Change style-changed signalBenjamin Otte2015-12-121-16/+4
* Don't pass widget state flags to GtkStyleContext APITimm Bäder2015-11-221-6/+6
* menu: Add diagrams to CSS documentationMatthias Clasen2015-11-031-0/+7
* menu: Fix up CSS node orderingMatthias Clasen2015-11-021-0/+10
* menu: Document CSS nodesMatthias Clasen2015-11-021-0/+6
* menu: Port to use css nodesMatthias Clasen2015-11-021-15/+62
* gtk: Stop setting GDK_EXPOSURE_MASK on random widgetsAlexander Larsson2015-09-141-1/+1
* GtkMenu: Properly detach menu when the window is detachedJonas Ådahl2015-07-261-1/+21
* menu: don't call gtk_style_context_set_background()Cosimo Cecchi2015-07-011-27/+0
* Deal with events from wrong displayMatthias Clasen2015-06-151-2/+6
* menu: Fix compiler warningsMatthias Clasen2015-06-021-11/+7
* gtkmenu: fix unnecessary scroll buttonsAlberts Muktupāvels2014-11-021-3/+6
* menu: Respect borders properly for scroll arrowsBenjamin Otte2014-10-121-11/+13
* Add top/bottom style classes to scroll arrowsMatthias Clasen2014-10-101-0/+2
* Remove redundant checks for NULLMarek Kasik2014-10-021-14/+4
* Fix comment typoMatthias Clasen2014-09-241-1/+1
* GtkMenu: Don't subtract shadow from requisitionVolker Sobek2014-07-161-2/+2
* Add GTK_STYLE_CLASS_POPUP to the docsMatthias Clasen2014-06-121-1/+2
* Request csd for menusMatthias Clasen2014-06-091-0/+1
* GtkMenu: Add a separate style class to the toplevel of menusMatthias Clasen2014-06-091-0/+2
* GtkMenu: take csd shadows into account for placementMatthias Clasen2014-06-091-2/+10
* GtkMenu: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-4/+9
* API: Deprecate gtk_widget_reparent()Benjamin Otte2014-05-171-1/+5
* wayland: Fix GtkMenuButton popups in a terrible, hacky wayJasper St. Pierre2014-05-151-0/+23
* GtkMenu: fixed more NULL dereferencing segfaultJuan Pablo Ugarte2014-05-011-2/+2
* menu: Remove unneeded checksBenjamin Otte2014-05-011-10/+4
* docs: Another round of markup removalMatthias Clasen2014-03-291-4/+3
* gtkmenu: displace popups by their css marginLars Uebernickel2014-03-061-4/+19
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-3/+3
* Docs: Remove all entities and turn off sgml modeMatthias Clasen2014-02-091-3/+3
* docs: use proper quotations instead of '*'William Jon McCann2014-02-071-1/+1
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-1/+1
* docs: use proper apostropheWilliam Jon McCann2014-02-071-1/+1
* docs: use proper quotesWilliam Jon McCann2014-02-051-2/+2
* docs: use ` instead of <literal>William Jon McCann2014-02-041-2/+2
* docs: replace all <examples> with markdown headingsWilliam Jon McCann2014-02-041-7/+5
* docs: Identify examples that are C codeWilliam Jon McCann2014-01-291-2/+2
* docs: use |[ ]| instead of <programlisting></programlisting>William Jon McCann2014-01-291-4/+4
* Drop internal uses of gtk_widget_get_root_windowMatthias Clasen2014-01-241-1/+3
* gtkmenu: Fix potential use of uninitialised variablesPhilip Withnall2013-12-021-3/+3
* menu: Do a proper min height requestBenjamin Otte2013-11-251-2/+10