summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* x11: Drop a gratitious use of gdk_event_get_root_coordswip/otte/matthiasc/popup2wip/matthiasc/popup2-rescuedMatthias Clasen2019-03-261-3/+5
* Remove gdk_surface_get_geometry as public apiMatthias Clasen2019-03-263-7/+6
* Drop gdk_surface_get_root_originMatthias Clasen2019-03-263-31/+0
* Remove gdk_surface_get_root_coords as public apiMatthias Clasen2019-03-263-9/+9
* tooltip: Remove an unused gdk_surface_get_root_coords callMatthias Clasen2019-03-261-3/+0
* dnd: Drop a gratitious use of global coordinatesMatthias Clasen2019-03-261-17/+13
* file chooser: Stop using gtk_window_get_positionMatthias Clasen2019-03-263-36/+2
* tests: Stop using gtk_window_moveMatthias Clasen2019-03-266-284/+2
* Remove gdk_surface_coords_to/from_parentMatthias Clasen2019-03-263-81/+0
* surface: Small simplificationMatthias Clasen2019-03-261-14/+1
* surface: Simplify destroy implementationMatthias Clasen2019-03-265-46/+23
* surface: Remove abs_x/abs_yMatthias Clasen2019-03-264-70/+13
* surface: Small cleanupMatthias Clasen2019-03-266-115/+22
* wip: deprecate surface coordinate apisMatthias Clasen2019-03-261-6/+6
* surface: Simplify some codeMatthias Clasen2019-03-261-17/+2
* Remove surface->childrenMatthias Clasen2019-03-261-3/+0
* gdk: Stop using surface->childrenMatthias Clasen2019-03-263-344/+5
* wayland: Stop using surface->childrenMatthias Clasen2019-03-261-3/+1
* Remove surface->parentMatthias Clasen2019-03-261-1/+0
* gdk: Stop using surface->parentMatthias Clasen2019-03-264-282/+27
* x11: Stop using surface->parentMatthias Clasen2019-03-261-30/+2
* wayland: Stop using surface->parentMatthias Clasen2019-03-261-5/+4
* Give popover menus a backgroundMatthias Clasen2019-03-261-0/+4
* popover menu: Reinstate stylingMatthias Clasen2019-03-261-2/+0
* surface: Remove code dealing with child surfacesMatthias Clasen2019-03-261-203/+7
* surface: minor cleanupMatthias Clasen2019-03-262-109/+35
* Drop child surfacesMatthias Clasen2019-03-2613-263/+15
* widget: Stop using child surface apisMatthias Clasen2019-03-261-4/+0
* a11y: Stop supporting ATK_XY_SCREENMatthias Clasen2019-03-267-240/+18
* xim: Stop using child surface apisMatthias Clasen2019-03-261-12/+2
* wayland: Stop using child surface apisMatthias Clasen2019-03-262-26/+4
* x11: Stop using child surface apiMatthias Clasen2019-03-264-52/+8
* label: Fix compiler warningsMatthias Clasen2019-03-261-2/+2
* Avoid harfbuzz deprecation warningsMatthias Clasen2019-03-262-2/+6
* Fix a compiler warningMatthias Clasen2019-03-261-1/+2
* popover: Explicitly set css parentMatthias Clasen2019-03-261-0/+3
* text: Adapt to new popover lifecycleMatthias Clasen2019-03-261-3/+6
* scale button: Adapt to new popover lifecycleMatthias Clasen2019-03-261-5/+1
* placesview: Adapt to new popover lifecycleMatthias Clasen2019-03-261-0/+2
* entry: Adapt to new popover lifecycleMatthias Clasen2019-03-261-10/+12
* Replace GtkPopover by GtkPopupMatthias Clasen2019-03-2614-3440/+949
* popup: Recreate most popover apiMatthias Clasen2019-03-262-39/+315
* Revert "popup: Add properties"Matthias Clasen2019-03-261-143/+16
* Revert "testpopup: Add ui for move-to-rect parameters"Matthias Clasen2019-03-261-200/+5
* popup: Keep surface state in syncMatthias Clasen2019-03-261-0/+6
* main: Hide popups for outside eventsMatthias Clasen2019-03-261-0/+21
* testpopup: Attach the poup to the labelMatthias Clasen2019-03-261-1/+1
* popup: Use gdk_surface_new_popup_fullMatthias Clasen2019-03-261-3/+1
* surface: Start sketching a new surface typeMatthias Clasen2019-03-262-0/+27
* wayland: Improve debug output for eventsMatthias Clasen2019-03-261-2/+3