summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Drop overlapping parts of GtkRootwip/matthiasc/popup4Matthias Clasen2019-04-293-124/+1
* inspector: Stop using gtk_root_get_for_surfaceMatthias Clasen2019-04-293-6/+6
* tooltip: Stop using gtk_root_get_foc_surfaceMatthias Clasen2019-04-291-3/+3
* xim: Stop using gtk_root_get_for_surfaceMatthias Clasen2019-04-291-2/+2
* gtk-demo: Stop using gtk_root_get_for_surfaceMatthias Clasen2019-04-291-1/+1
* root: Drop default handlingMatthias Clasen2019-04-296-110/+74
* widget: Drop gtk_widget_grab_defaultMatthias Clasen2019-04-293-31/+1
* widget: Remove special handling for has-default in ui filesMatthias Clasen2019-04-291-12/+1
* widget-factory: Stop setting has-default in ui filesMatthias Clasen2019-04-291-2/+2
* Stop using gtk_widget_grab_defaultMatthias Clasen2019-04-298-38/+32
* popover: Drop activation apiMatthias Clasen2019-04-292-46/+0
* text, label: Handle default activation via actionMatthias Clasen2019-04-292-2/+14
* popover: Add the same activate-default actionMatthias Clasen2019-04-291-1/+39
* window: Add a gtk.activate-default actionMatthias Clasen2019-04-291-0/+27
* popover: Remove unused fieldsMatthias Clasen2019-04-291-4/+0
* window: Ignore events for other surfacesMatthias Clasen2019-04-291-0/+7
* window: Set cursor on the right surfaceMatthias Clasen2019-04-291-2/+4
* widget: Remove some unneeded popover special-casingMatthias Clasen2019-04-291-28/+2
* menubutton: Allocate the popoverMatthias Clasen2019-04-291-0/+35
* Introduce event controller propagation limitsMatthias Clasen2019-04-295-1/+121
* popover: Implement buds check-resizeMatthias Clasen2019-04-291-0/+7
* window: Implement buds check-resizeMatthias Clasen2019-04-291-0/+7
* Introduce GtkBudMatthias Clasen2019-04-2912-661/+363
* wayland: Only check incorrect top-most for grabbing popupsJonas Ã…dahl2019-04-281-4/+5
* surface: Remove gdk_surface_set/merge_child_input_shapes()Alexander Larsson2019-04-282-66/+0
* surface: Remove old debug codeAlexander Larsson2019-04-281-111/+0
* main: Remove special-case hiding popopversMatthias Clasen2019-04-281-21/+0
* popover: Use gdk_surface_show_with_auto_dismissalMatthias Clasen2019-04-281-20/+4
* surface: Add gdk_surface_show_with_auto_dismissalMatthias Clasen2019-04-284-1/+78
* broadway: Track popupsMatthias Clasen2019-04-284-5/+50
* popover: Track the parent positionMatthias Clasen2019-04-281-0/+30
* x11: Make popups move with their parentMatthias Clasen2019-04-284-15/+77
* x11: Make popup surfaces use o-r windowsMatthias Clasen2019-04-281-1/+2
* wayland: Use popup parentsMatthias Clasen2019-04-281-0/+5
* surface: Stop setting transient-for for popupsMatthias Clasen2019-04-281-3/+0
* surface: Make move-to-rect work for popupsMatthias Clasen2019-04-281-12/+14
* surface: Store popup parentMatthias Clasen2019-04-284-1/+5
* x11: some leftover cleanupsMatthias Clasen2019-04-281-36/+9
* wip: popup surface typeMatthias Clasen2019-04-282-2/+4
* x11: Remove useless checksMatthias Clasen2019-04-281-108/+50
* Get rid of GdkSurfaceImplMatthias Clasen2019-04-2834-1475/+1117
* surface: Add a frame-clock propertyMatthias Clasen2019-04-281-0/+16
* gdk: Add a private headerMatthias Clasen2019-04-282-3/+123
* Rename surface constructorsMatthias Clasen2019-04-2816-32/+35
* gdk: Drop pass-through surfacesMatthias Clasen2019-04-284-60/+0
* gdk: Drop GdkWindowAttrMatthias Clasen2019-04-2812-50/+16
* gdk: Drop input-only surfacesMatthias Clasen2019-04-288-140/+72
* gdk: Remove an unused fieldMatthias Clasen2019-04-282-9/+0
* entry completion: Various fixesMatthias Clasen2019-04-281-83/+18
* wip: Use a popover for entry completionMatthias Clasen2019-04-281-23/+7