summaryrefslogtreecommitdiff
path: root/gtk/gtkmenu.c
Commit message (Expand)AuthorAgeFilesLines
* widget: Directly notify gestures of grabTimm Bäder2018-05-191-0/+2
* eventcontrollerkey: Port to new API modelCarlos Garnacho2018-04-261-4/+3
* eventcontrollermotion: Port to new API modelBenjamin Otte2018-04-261-6/+5
* eventcontrollerscroll: Port to new API modelBenjamin Otte2018-04-261-5/+4
* multipressgesture: Port to new API modelBenjamin Otte2018-04-261-7/+8
* menu: Set up callback with a return functionCarlos Garnacho2018-04-251-2/+18
* snapshot: Redo debug messagesBenjamin Otte2018-04-241-2/+1
* Menu|Item: Fix FIXME re non-const interned stringsDaniel Boles2018-04-171-2/+1
* Menu: Remove redundant typecheck in private funcDaniel Boles2018-04-171-1/+0
* Menu: Update @accel_path annotation/descriptionDaniel Boles2018-04-171-1/+1
* Menu: Typecheck AccelGroup passed via public APIDaniel Boles2018-04-171-0/+1
* Menu: Typecheck before dereferencing to get ->privDaniel Boles2018-04-171-7/+20
* widget: Remove _get_own_allocationTimm Bäder2018-04-101-6/+7
* gtkmenu: Stop using ::key-press-eventCarlos Garnacho2018-04-051-19/+7
* docs: Modernize an exampleMatthias Clasen2018-04-051-28/+14
* widget: Remove clip from size-allocate vfuncBenjamin Otte2018-04-051-7/+5
* Menu: Don't leak priv->motion_controllerDaniel Boles2018-03-241-0/+1
* Continue renaming window to surfaceAlexander Larsson2018-03-211-78/+78
* GtkWidget: Start renaming widget->windowAlexander Larsson2018-03-201-17/+17
* GdkSurface: Rename lots of stuff from window->surfaceAlexander Larsson2018-03-201-3/+3
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-201-38/+38
* gtkmenu: Remove unused constantCarlos Soriano2018-03-141-1/+0
* menu: Remove an incorrect commentTimm Bäder2018-02-131-2/+0
* menu: Guard against NULL toplevelTimm Bäder2018-02-091-5/+8
* a11y: Remove gtk/h include from menu headerBenjamin Otte2018-02-091-16/+18
* The big versioning cleanupMatthias Clasen2018-02-061-61/+0
* Replace gdk_threads_add_timeout* with g_timeout_add()Emmanuele Bassi2018-02-031-10/+10
* Revert "menu: Simplify popup_at_rect"Timm Bäder2018-01-301-1/+5
* menu: Simplify popup_at_rectTimm Bäder2018-01-261-5/+1
* menu: Remove stray references to 'button_press'Matthias Clasen2018-01-161-3/+3
* menu: Use a motion event controllerMatthias Clasen2018-01-161-41/+53
* menu: Stop using GdkEventWindowStateMatthias Clasen2017-12-141-32/+0
* gtk: s/gdk_event_free/g_object_unref/Carlos Garnacho2017-12-141-4/+4
* Remove some more gtk_widget_get_content_size usesTimm Bäder2017-12-041-5/+5
* gtk: Intern css namesMatthias Clasen2017-11-171-1/+1
* introspection: Fix buildBenjamin Otte2017-11-151-2/+2
* Drop GdkScreen from GdkDevice apisMatthias Clasen2017-10-311-1/+1
* window: Turn gtk_window_set_screen() into gtk_window_set_display()Benjamin Otte2017-10-311-17/+17
* widget: Remove gtk_widget_has_screen()Benjamin Otte2017-10-311-2/+1
* gtk: Stop using gdk_event_get_screenMatthias Clasen2017-10-301-5/+1
* widget: Turn screen-changed signal into display-changedBenjamin Otte2017-10-311-13/+10
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-7/+10
* gtkmenu: Use scroll event controllerCarlos Garnacho2017-09-191-28/+17
* menu: Update to using GdkEvent APICarlos Garnacho2017-09-191-11/+13
* widget: Add baseline and out_clip parameters to size-allocateTimm Bäder2017-07-191-10/+11
* Fix a few allocation coordinates & sizesTimm Bäder2017-07-191-8/+1
* menu: Popup at window coordinates if widget is givenTimm Bäder2017-07-191-1/+1
* Replace a few get_content_allocation calls with get_content_sizeTimm Bäder2017-07-191-7/+3
* menu: Remove bin_window and view_windowTimm Bäder2017-07-191-97/+3
* Remove GtkBuiltinIconTimm Bäder2017-07-191-1/+0