summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* API: gdk: Add gdk_rgba_is_clear() and gdk_rgba_is_opaque()Benjamin Otte2016-12-202-0/+39
* Use Unicode in translatable stringsPiotr Drąg2016-12-191-2/+2
* GDK/Win32: Fix Windows backend after GdkWindow simplificationChun-wei Fan2016-12-192-88/+48
* Mention that gdk_window_create_similar_image_surface inherits the scaleDebarshi Ray2016-12-171-0/+4
* gdk: Drop gdk_window_reparentwip/alexl/simplify-gdkwindowAlexander Larsson2016-12-169-482/+0
* gdk: Drop support for native (and thus foreign) subwindowsAlexander Larsson2016-12-1615-1144/+118
* wayland: apply empty input shape on parent commitOlivier Fourdan2016-12-151-0/+28
* Trivial doc fixupsMatthias Clasen2016-12-091-1/+1
* build: Make sure GTK compiles without Vulkan headers installedBenjamin Otte2016-12-092-5/+7
* Forgotten fileMatthias Clasen2016-12-091-3/+3
* Rename GDK_WINDOWING_VULKANMatthias Clasen2016-12-096-16/+16
* Only include vulkan.h if we have itMatthias Clasen2016-12-092-1/+5
* vulkan: Also wait on the draw semaphore when present()ingBenjamin Otte2016-12-091-0/+4
* x11: Don't make random windows nativeBenjamin Otte2016-12-091-18/+4
* vulkan: acquire/present images when drawingBenjamin Otte2016-12-092-35/+130
* vulkan: Expose the swapchain images in public APIBenjamin Otte2016-12-092-5/+90
* vulkan: Register debug handlerBenjamin Otte2016-12-092-18/+106
* gdk: Add GDK_VULKAN env variableBenjamin Otte2016-12-095-26/+77
* x11: Call gdk_display_sync() when creating Vulkan surfacesBenjamin Otte2016-12-091-0/+7
* vulkan: More work on GdkVulkanContextBenjamin Otte2016-12-094-7/+291
* vulkan: Turn GdkVulkanContext into a GdkDrawContextBenjamin Otte2016-12-094-146/+19
* vulkan: Add more infrastructureBenjamin Otte2016-12-0910-24/+223
* vulkan: Initial supportBenjamin Otte2016-12-0912-3/+596
* mir: swap buffers on paintWilliam Hua2016-12-081-4/+1
* wayland: Sync attributes also when drawing with GLBenjamin Otte2016-12-063-0/+9
* wayland: Uncomment erroneously commented out codeBenjamin Otte2016-12-061-3/+0
* GDK/Win32: Fix build after GDKGL refactoringChun-wei Fan2016-12-062-10/+27
* mir: fix type warningWilliam Hua2016-12-051-1/+1
* mir: fix build failuresWilliam Hua2016-12-053-13/+16
* mir: implement display monitor vfuncsWilliam Hua2016-12-051-0/+76
* gdkgl: Add gdk_gl_context_get_damage()Benjamin Otte2016-12-056-106/+172
* gdk: Make gdk_window_begin_draw_frame() take a draw contextBenjamin Otte2016-12-0512-173/+241
* gdk: Turn GdkGLContext into a GdkDrawContextBenjamin Otte2016-12-056-93/+13
* gdk: Add GdkDrawContextBenjamin Otte2016-12-056-0/+299
* gdk: Redo GL drawingBenjamin Otte2016-12-052-14/+48
* glcontext: Make begin/end_draw() pairedBenjamin Otte2016-12-057-73/+102
* gdk: Large GL refactoringBenjamin Otte2016-12-0514-294/+118
* gdk: Don't recurse when processing updatesBenjamin Otte2016-12-051-81/+11
* gdk: Remove all code that only existed because of use_glBenjamin Otte2016-12-054-470/+60
* gdk: Never draw with GLBenjamin Otte2016-12-051-1/+1
* API: Require passing a GLContext to begin_draw_frame()Benjamin Otte2016-12-054-4/+53
* window: Change behavior of gdk_window_begin_draw_frame()Benjamin Otte2016-12-051-2/+2
* drawingcontext: Store the GL paint contextBenjamin Otte2016-12-051-18/+13
* wayland: destroy subsurfaces along with parentsOlivier Fourdan2016-12-051-0/+1
* wayland: Don't warn if we loose the compositor connectionMatthias Clasen2016-11-301-1/+4
* x11: Don't warn if the display is closedMatthias Clasen2016-11-301-2/+2
* gdk: Make GdkDrawingContext not per-backendBenjamin Otte2016-11-3026-547/+4
* gdkwindow: Remove unused vfuncBenjamin Otte2016-11-301-3/+0
* wayland: Check for subsurface looking up the toplevelOlivier Fourdan2016-11-301-1/+2
* mir: fix build failuresWilliam Hua2016-11-273-67/+1