summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* widget: Stop tracking invalidationsBenjamin Otte2018-04-052-3/+30
* Merge branch 'lrn/issue-147' into 'master'LRN2018-04-019-264/+624
|\
| * GDK W32: Remember surface cursor, implicit surface grablrn/issue-147Руслан Ижбулатов2018-03-292-12/+36
| * GDK W32: Use the new cursor classРуслан Ижбулатов2018-03-297-234/+234
| * GDK W32: New cursor classРуслан Ижбулатов2018-03-294-18/+354
* | x11: Always request frame updatesBenjamin Otte2018-03-301-0/+4
* | x11: Make the frame clock work in GL and VulkanBenjamin Otte2018-03-304-7/+26
|/
* GDK W32: the .area member of the expose event is goneРуслан Ижбулатов2018-03-291-3/+0
* GDK W32: Adapt to the window->surface changeРуслан Ижбулатов2018-03-293-18/+18
* GDK W32: gdk_content_formats_builder_free{,_to_formats}Руслан Ижбулатов2018-03-292-2/+2
* GDK W32: Don't use gdk_threads_add_timeout_full()Руслан Ижбулатов2018-03-291-3/+3
* GDK W32: don't use gdk_drag_find_surface() and gdk_drag_motion()Руслан Ижбулатов2018-03-291-11/+9
* GDK W32: Adapt to event filter removalРуслан Ижбулатов2018-03-295-75/+234
* GDK W32: adapt to GdkDragProtocol removalРуслан Ижбулатов2018-03-295-14/+22
* GDK W32: Another massive clipboard and DnD updateРуслан Ижбулатов2018-03-2917-358/+8637
* gdkglcontext-win32.c: Fix window->surface changesChun-wei Fan2018-03-291-28/+28
* frameclockidle: Rename header so it's private nowBenjamin Otte2018-03-294-3/+3
* frameclockidle: Remove nonexisting functions from headerBenjamin Otte2018-03-291-2/+0
* vulkan: Reserve 4 images in the swapchain by defaultBenjamin Otte2018-03-291-1/+1
* GDK W32: remove unused client_messageРуслан Ижбулатов2018-03-281-38/+0
* GDK W32: drop cursor-related GdkWin32Display functionsРуслан Ижбулатов2018-03-283-54/+0
* GDK W32: remove the use of GDK_SURFACE_STATEРуслан Ижбулатов2018-03-281-5/+0
* GDK W32: move GdkWin32MonitorDpiType to a different headerРуслан Ижбулатов2018-03-282-8/+9
* GDK W32: _gdk_surface_invalidate_{for_expose,region}Руслан Ижбулатов2018-03-281-1/+1
* GDK W32: drop the use of gdk_keymap_get_default()Руслан Ижбулатов2018-03-281-12/+18
* Merge branch 'bz773274' into 'master'Matthias Clasen2018-03-251-1/+1
|\
| * wayland: Drop cairo surfaces when withdrawingOlivier Fourdan2018-03-201-1/+1
* | GdkGLContext: Add a GL debug message callbackTimm Bäder2018-03-251-0/+106
* | GDK W32: Adapt DnD event putting to recent changeslrn/bug-773299Руслан Ижбулатов2018-03-242-24/+32
* | GDK W32: Don't check dest_surface for != NULL on button eventsРуслан Ижбулатов2018-03-241-2/+1
* | GDK W32: Init display scale to the global Windows scale, not 1Руслан Ижбулатов2018-03-241-1/+1
* | GDK W32: adapt to the recent changes in GdkEventРуслан Ижбулатов2018-03-243-26/+15
* | surface: Make process_updates no longer be a vfuncBenjamin Otte2018-03-214-22/+4
* | surface: Remove some unused vfuncsBenjamin Otte2018-03-211-2/+0
* | gdk: Remove GdkSurfaceImpl::shape_combine_region vfuncBenjamin Otte2018-03-216-136/+17
* | gdk: Remove a bunch of unused variablesBenjamin Otte2018-03-216-10/+0
* | Merge branch 'wip/sync-pre-swap-buffers' into 'master'Matthias Clasen2018-03-212-4/+4
|\ \
| * | wayland/vulkancontext: Sync surface state before vkQueuePresentKHRJonas Ådahl2018-03-211-2/+2
| * | wayland/glcontext: Sync surface state before swapping buffersJonas Ådahl2018-03-211-2/+2
* | | Continue renaming window to surfaceAlexander Larsson2018-03-217-36/+36
* | | GdkSurface: Fix doc comments for remoteve invalidate_children argumentAlexander Larsson2018-03-211-2/+0
* | | broadway: Fix up window -> surface renamesAlexander Larsson2018-03-217-514/+513
* | | Fix up indentation after GdkSurface renameAlexander Larsson2018-03-2119-904/+905
|/ /
* | surface: Simplify gdk_surface_invalidate_region()Benjamin Otte2018-03-2110-155/+48
* | surface: Stop tracking clip regionBenjamin Otte2018-03-214-212/+6
* | gdk: Remove gdk_surface_shape_combine_region()Benjamin Otte2018-03-213-228/+0
* | surface: Remove gdk_surface_get_clip_region()Benjamin Otte2018-03-212-53/+0
* | gdk: Remove unused members from surface structBenjamin Otte2018-03-211-5/+0
* | surface: Stop shaping native children of csw surfacesBenjamin Otte2018-03-211-98/+0
* | surface: Remove GSK_SURFACE_ROOTBenjamin Otte2018-03-214-44/+15