summaryrefslogtreecommitdiff
path: root/gtk/gtkmenu.c
Commit message (Expand)AuthorAgeFilesLines
* Remove GtkBuiltinIconTimm Bäder2017-07-191-1/+0
* menu: Replace arrow gadgets with GtkIconsTimm Bäder2017-07-191-72/+49
* checkmenuitem: Replace indicator gadget with GtkIconTimm Bäder2017-07-191-9/+8
* menu: Stop drawing css background and borderTimm Bäder2017-07-191-7/+0
* menu: Remove unnecessary queue_drawTimm Bäder2017-07-191-1/+0
* menu: Stop looking at padding and margin manuallyTimm Bäder2017-07-191-98/+31
* Remove calls to gtk_widget_set_allocationTimm Bäder2017-07-191-2/+0
* gtkmenu*: Simplify event handlingCarlos Garnacho2017-05-251-255/+4
* gtkmenuitem: Remove input windowCarlos Garnacho2017-05-251-3/+4
* gtk: Mass delete all GtkWidget event mask APICarlos Garnacho2017-05-251-8/+2
* menus: Use gtk_widget_measure to measure widget sizesTimm Bäder2017-03-041-3/+6
* widget: Remove show_all vfuncTimm Bäder2017-01-201-10/+0
* snapshot: Redo pop() APIBenjamin Otte2017-01-131-1/+1
* menu: Implement snapshot() for the menu codeBenjamin Otte2016-12-201-19/+21
* menu: Replace button-press-handler with gestureTimm Bäder2016-12-071-34/+54
* Drop the GDK_PRIVATE_CALL mechanismMatthias Clasen2016-11-231-7/+7
* menu: Don't leak check menu itemsMatthias Clasen2016-11-231-0/+2
* API: Remove gtk_cairo_should_draw_window()Benjamin Otte2016-11-231-23/+16
* Document gtk_menu_place_on_monitorMatthias Clasen2016-11-191-0/+9
* API: gdk: Add gdk_window_new_temp()Benjamin Otte2016-11-071-17/+1
* menu: Properly clip child menuitemsTimm Bäder2016-11-051-10/+12
* API: gdk: Remove override_redirect flag from GdkWindowAttrBenjamin Otte2016-11-051-2/+1
* menu: Don't set widget->windowBenjamin Otte2016-11-021-23/+6
* menu: Remove unneeded invalidationsBenjamin Otte2016-10-271-6/+0
* widget: Use ::measure vfunc to measure sizeTimm Bäder2016-10-221-163/+157
* GtkMenu: Try using gdk_window_move_to_rect() more oftenJonas Ådahl2016-10-211-11/+48
* menu: Remove vertical/horizontal-offset style propertiesTimm Bäder2016-10-181-18/+0
* menu: Use gdk_window_new_child()Benjamin Otte2016-10-181-44/+27
* menu: Modernize codeBenjamin Otte2016-10-161-7/+4
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-51/+26
* API: stylecontext: Remove state argument from gettersBenjamin Otte2016-10-161-2/+0
* Remove various unused style propertiesTimm Bäder2016-10-161-69/+0
* Remove various sizing related style propertiesTimm Bäder2016-10-161-17/+0
* API: Remove ability to set visuals on windowsBenjamin Otte2016-10-161-2/+1
* API: menu: Remove tearoff supportBenjamin Otte2016-10-161-684/+22
* Use NULL for generic marshallers in g_signal_new()Benjamin Otte2016-08-291-1/+1
* menu: Fix up new propertiesMatthias Clasen2016-08-021-8/+33
* gtkmenu: add gtk_menu_popup_at_* ()William Hua2016-07-191-74/+735
* menu: Free gadgets in finalizeMatthias Clasen2016-06-051-1/+12
* Make gdk_event_get_pointer_emulated publicMatthias Clasen2016-05-101-3/+1
* gtkmenu: ignore left/right scroll eventsOlivier Fourdan2016-05-101-4/+5
* gtkmenu: ignore emulated scroll eventsOlivier Fourdan2016-05-101-1/+6
* menu: Add new monitor apiMatthias Clasen2016-04-271-49/+86
* 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