summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* texture: Implement GdkPaintableBenjamin Otte2018-03-162-1/+56
* gdk: Add GdkPaintableBenjamin Otte2018-03-164-0/+537
* vulkan: Our data is premultiplied, don't pretend it isn'tBenjamin Otte2018-03-161-2/+0
* gdk: Remove unused variableTimm Bäder2018-03-151-2/+0
* Merge branch 'master' into 'master'Christoph Reiter2018-03-131-4/+4
|\
| * Add proper annotation for gdk_frame_clock_get_refresh_infoSander Sweers2018-03-121-4/+4
* | Annotate gdk_gl_texture_new() appropriatelyEmmanuele Bassi2018-03-131-3/+3
* | texture: Change download vfuncBenjamin Otte2018-03-124-16/+69
* | texture: Export gdk_memory_texture_new() and GdkMemoryFormatBenjamin Otte2018-03-125-35/+87
|/
* GdkCursor: Add some missing (nullable) annotationsTimm Bäder2018-03-091-3/+3
* x11: Avoid a division by zeroPavel Roskin2018-03-081-1/+2
* texture: Add GdkMemoryTextureBenjamin Otte2018-03-074-162/+388
* gdk: Split out GL textureBenjamin Otte2018-03-078-221/+292
* GdkSelectionInputStreamX11: Plug a memory leakTimm Bäder2018-03-061-0/+1
* GdkSelectionOutputStreamX11: Plug a memory leakTimm Bäder2018-03-061-0/+8
* macos: export gdk_quartz_drag_source_context()Christoph Reiter2018-03-012-1/+4
* macos: Fix gdk_quartz_drag_context_get_dragging_info_libgtk_only symbol exportChristoph Reiter2018-02-273-0/+3
* build: Error if no backends enabledPatrick Griffis2018-02-271-0/+4
* contentsformat: Avoid a GPtrArrayTimm Bäder2018-02-251-5/+7
* vulkan: Don't quiet the compilerBenjamin Otte2018-02-231-1/+29
* vulkan: Add error strings for missing VkResultsBenjamin Otte2018-02-231-0/+12
* Stop using settings for modulesMatthias Clasen2018-02-181-1/+0
* gdk/wayland: Use GDK_AVAILABLE_IN_ALLCarlos Garnacho2018-02-161-1/+1
* gdkquartz.h: export pasteboard functionsTom Schoonjans2018-02-161-0/+3
* Merge branch 'wip/carlosg/imwayland' into 'master'Matthias Clasen2018-02-152-6/+40
|\
| * gdk/wayland: Add GdkDisplay call to query available globalsCarlos Garnacho2018-02-132-6/+40
* | Rewrite toarray Perl script to PythonEmmanuele Bassi2018-02-143-29/+38
* | x11: Do not include fallback-c89.cEmmanuele Bassi2018-02-142-6/+0
|/
* x11: Run event filters on all windowsBenjamin Otte2018-02-131-4/+2
* gdk: Add some more docsMatthias Clasen2018-02-111-0/+2
* gdk: Expand the docs a bitMatthias Clasen2018-02-101-2/+2
* Remove gdk_window_add_filterMatthias Clasen2018-02-0719-363/+81
* x11: Don't use gdk_window_add_filterMatthias Clasen2018-02-075-18/+31
* Drop a leftover declarationMatthias Clasen2018-02-061-2/+0
* Make gdk_event_get_history publicMatthias Clasen2018-02-061-1/+1
* gdk: Drop gdk_x11_window_set_frame_extentsMatthias Clasen2018-02-062-29/+0
* The big versioning cleanupMatthias Clasen2018-02-0696-1468/+366
* gdk: Add some missing autocleanup definitionsMatthias Clasen2018-02-061-0/+4
* gdk: Rename gdk_event_get_history() to get_motion_history()Carlos Garnacho2018-02-052-3/+6
* build: Use pkg-config to find VulkanEmmanuele Bassi2018-02-051-1/+1
* Drop the last mentions of motion hint eventsEmmanuele Bassi2018-02-057-22/+6
* Drop the mir backendMatthias Clasen2018-02-0517-6559/+1
* gdk: fix a format string warningTimm Bäder2018-02-041-1/+1
* Allow binding GdkContentFormatsBuilderEmmanuele Bassi2018-02-0310-23/+129
* Remove all gdk_threads_* entry pointsEmmanuele Bassi2018-02-034-509/+2
* Drop the Big GDK LockEmmanuele Bassi2018-02-038-62/+0
* Replace gdk_threads_add_timeout* with g_timeout_add()Emmanuele Bassi2018-02-035-20/+19
* Replace gdk_threads_add_idle* with g_idle_add()Emmanuele Bassi2018-02-033-4/+4
* texture: Add sanity checks to constructorsBenjamin Otte2018-02-021-0/+8
* texture: Make the texture id a guintBenjamin Otte2018-02-023-5/+5