summaryrefslogtreecommitdiff
path: root/gtk/gtkmenuitem.c
Commit message (Expand)AuthorAgeFilesLines
* menu: Implement snapshot() for the menu codeBenjamin Otte2016-12-201-11/+9
* snapshot: Add a snapshot function to GtkCssCustomGadgetBenjamin Otte2016-11-151-0/+1
* gtk: Chain up in realize()Benjamin Otte2016-11-021-7/+2
* widget: Use ::measure vfunc to measure sizeTimm Bäder2016-10-221-33/+12
* menuitem: Stop looking at nonexistant child propertiesTimm Bäder2016-10-201-4/+2
* menuitem: Stop implementing GtkActivatableTimm Bäder2016-10-181-260/+0
* menuitem: Remove right-justifyTimm Bäder2016-10-181-84/+0
* menuitem: Use gdk_window_new_input()Benjamin Otte2016-10-181-19/+8
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-2/+0
* API: stylecontext: Remove state argument from gettersBenjamin Otte2016-10-161-2/+2
* Remove a few more unused style propertiesTimm Bäder2016-10-161-69/+0
* Remove various sizing related style propertiesTimm Bäder2016-10-161-33/+0
* API: menu: Remove tearoff supportBenjamin Otte2016-10-161-15/+5
* Use NULL for generic marshallers in g_signal_new()Benjamin Otte2016-08-291-6/+6
* port to new gtk_menu_popup_at_* () functionsWilliam Hua2016-07-191-209/+149
* gtk: Port to new monitor apiMatthias Clasen2016-04-271-18/+16
* menuitem: Fix some possible problems with arrow_gadgetMatthias Clasen2016-04-171-3/+8
* introspection: This patch fixes nullable return values fixes for the followin...Alberto Ruiz2016-01-081-3/+3
* menuitem: don't read wide-separators or separator-heightCosimo Cecchi2016-01-031-26/+0
* menuitem: move chaining up to draw inside gadgetCosimo Cecchi2016-01-021-2/+2
* menuitem: fix a crash when reserve_indicator is TRUECosimo Cecchi2015-12-291-8/+29
* menuitem: don't use content allocation to resize the GdkWindowCosimo Cecchi2015-12-221-5/+5
* menuitem: Simplify separatorsMatthias Clasen2015-12-221-26/+2
* menuitem: trivial doc improvementCosimo Cecchi2015-12-211-2/+2
* menuitem: port arrow gadget to GtkBuiltinIconCosimo Cecchi2015-12-191-79/+18
* menuitem: simplify codeCosimo Cecchi2015-12-191-7/+11
* menuitem: deprecate toggle-spacing style propertyCosimo Cecchi2015-12-191-1/+9
* checkmenuitem: use a gadget for the check indicatorCosimo Cecchi2015-12-191-0/+6
* menuitem: trivial cleanupCosimo Cecchi2015-12-191-4/+4
* menuitem: deprecate arrow-scaling style propertyCosimo Cecchi2015-12-191-37/+11
* menuitem: convert arrow rendering to GtkCssGadgetCosimo Cecchi2015-12-191-58/+120
* menuitem: deprecate width-chars style propertyCosimo Cecchi2015-12-191-26/+4
* menuitem: port to gadgetsCosimo Cecchi2015-12-191-442/+457
* menuitem: use gtk_container_class_handle_border_width()Cosimo Cecchi2015-12-191-33/+22
* Revise CSS node documentationMatthias Clasen2015-12-161-1/+1
* cssnode: Change style-changed signalBenjamin Otte2015-12-121-16/+4
* Annotate deprecated style propertiesMatthias Clasen2015-11-161-1/+1
* menuitem: Document some style properties as deprecatedMatthias Clasen2015-11-161-0/+8
* Cosmetic: Avoid explicit state variablesMatthias Clasen2015-11-141-18/+6
* menu: Add diagrams to CSS documentationMatthias Clasen2015-11-031-0/+6
* menu item: Use CSS nodesMatthias Clasen2015-11-021-20/+105
* menu item: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-42/+42
* menu: Fix compiler warningsMatthias Clasen2015-06-021-1/+0
* GtkMenuItem: Simplify codeMatthias Clasen2014-10-191-8/+7
* GtkMenuItem: fix display of acceleratorsMatthias Clasen2014-07-201-2/+2
* menuitem: Use .arrow style class for submenu indicatorsBenjamin Otte2014-06-101-0/+5
* GtkMenuItem: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-4/+5
* gtk: port many nullability annotation fixes from Vala bindingsEvan Nemerson2014-05-301-1/+1
* GtkMenuItem: Stop using gtk_misc_set_alignmentMatthias Clasen2014-05-131-1/+2
* menuitem: Remove unneeded checksBenjamin Otte2014-05-011-10/+4