| Commit message (Expand) | Author | Age | Files | Lines |
* | texture: Implement GdkPaintable | Benjamin Otte | 2018-03-16 | 2 | -1/+56 |
* | gdk: Add GdkPaintable | Benjamin Otte | 2018-03-16 | 4 | -0/+537 |
* | vulkan: Our data is premultiplied, don't pretend it isn't | Benjamin Otte | 2018-03-16 | 1 | -2/+0 |
* | gdk: Remove unused variable | Timm Bäder | 2018-03-15 | 1 | -2/+0 |
* | Merge branch 'master' into 'master' | Christoph Reiter | 2018-03-13 | 1 | -4/+4 |
|\ |
|
| * | Add proper annotation for gdk_frame_clock_get_refresh_info | Sander Sweers | 2018-03-12 | 1 | -4/+4 |
* | | Annotate gdk_gl_texture_new() appropriately | Emmanuele Bassi | 2018-03-13 | 1 | -3/+3 |
* | | texture: Change download vfunc | Benjamin Otte | 2018-03-12 | 4 | -16/+69 |
* | | texture: Export gdk_memory_texture_new() and GdkMemoryFormat | Benjamin Otte | 2018-03-12 | 5 | -35/+87 |
|/ |
|
* | GdkCursor: Add some missing (nullable) annotations | Timm Bäder | 2018-03-09 | 1 | -3/+3 |
* | x11: Avoid a division by zero | Pavel Roskin | 2018-03-08 | 1 | -1/+2 |
* | texture: Add GdkMemoryTexture | Benjamin Otte | 2018-03-07 | 4 | -162/+388 |
* | gdk: Split out GL texture | Benjamin Otte | 2018-03-07 | 8 | -221/+292 |
* | GdkSelectionInputStreamX11: Plug a memory leak | Timm Bäder | 2018-03-06 | 1 | -0/+1 |
* | GdkSelectionOutputStreamX11: Plug a memory leak | Timm Bäder | 2018-03-06 | 1 | -0/+8 |
* | macos: export gdk_quartz_drag_source_context() | Christoph Reiter | 2018-03-01 | 2 | -1/+4 |
* | macos: Fix gdk_quartz_drag_context_get_dragging_info_libgtk_only symbol export | Christoph Reiter | 2018-02-27 | 3 | -0/+3 |
* | build: Error if no backends enabled | Patrick Griffis | 2018-02-27 | 1 | -0/+4 |
* | contentsformat: Avoid a GPtrArray | Timm Bäder | 2018-02-25 | 1 | -5/+7 |
* | vulkan: Don't quiet the compiler | Benjamin Otte | 2018-02-23 | 1 | -1/+29 |
* | vulkan: Add error strings for missing VkResults | Benjamin Otte | 2018-02-23 | 1 | -0/+12 |
* | Stop using settings for modules | Matthias Clasen | 2018-02-18 | 1 | -1/+0 |
* | gdk/wayland: Use GDK_AVAILABLE_IN_ALL | Carlos Garnacho | 2018-02-16 | 1 | -1/+1 |
* | gdkquartz.h: export pasteboard functions | Tom Schoonjans | 2018-02-16 | 1 | -0/+3 |
* | Merge branch 'wip/carlosg/imwayland' into 'master' | Matthias Clasen | 2018-02-15 | 2 | -6/+40 |
|\ |
|
| * | gdk/wayland: Add GdkDisplay call to query available globals | Carlos Garnacho | 2018-02-13 | 2 | -6/+40 |
* | | Rewrite toarray Perl script to Python | Emmanuele Bassi | 2018-02-14 | 3 | -29/+38 |
* | | x11: Do not include fallback-c89.c | Emmanuele Bassi | 2018-02-14 | 2 | -6/+0 |
|/ |
|
* | x11: Run event filters on all windows | Benjamin Otte | 2018-02-13 | 1 | -4/+2 |
* | gdk: Add some more docs | Matthias Clasen | 2018-02-11 | 1 | -0/+2 |
* | gdk: Expand the docs a bit | Matthias Clasen | 2018-02-10 | 1 | -2/+2 |
* | Remove gdk_window_add_filter | Matthias Clasen | 2018-02-07 | 19 | -363/+81 |
* | x11: Don't use gdk_window_add_filter | Matthias Clasen | 2018-02-07 | 5 | -18/+31 |
* | Drop a leftover declaration | Matthias Clasen | 2018-02-06 | 1 | -2/+0 |
* | Make gdk_event_get_history public | Matthias Clasen | 2018-02-06 | 1 | -1/+1 |
* | gdk: Drop gdk_x11_window_set_frame_extents | Matthias Clasen | 2018-02-06 | 2 | -29/+0 |
* | The big versioning cleanup | Matthias Clasen | 2018-02-06 | 96 | -1468/+366 |
* | gdk: Add some missing autocleanup definitions | Matthias Clasen | 2018-02-06 | 1 | -0/+4 |
* | gdk: Rename gdk_event_get_history() to get_motion_history() | Carlos Garnacho | 2018-02-05 | 2 | -3/+6 |
* | build: Use pkg-config to find Vulkan | Emmanuele Bassi | 2018-02-05 | 1 | -1/+1 |
* | Drop the last mentions of motion hint events | Emmanuele Bassi | 2018-02-05 | 7 | -22/+6 |
* | Drop the mir backend | Matthias Clasen | 2018-02-05 | 17 | -6559/+1 |
* | gdk: fix a format string warning | Timm Bäder | 2018-02-04 | 1 | -1/+1 |
* | Allow binding GdkContentFormatsBuilder | Emmanuele Bassi | 2018-02-03 | 10 | -23/+129 |
* | Remove all gdk_threads_* entry points | Emmanuele Bassi | 2018-02-03 | 4 | -509/+2 |
* | Drop the Big GDK Lock | Emmanuele Bassi | 2018-02-03 | 8 | -62/+0 |
* | Replace gdk_threads_add_timeout* with g_timeout_add() | Emmanuele Bassi | 2018-02-03 | 5 | -20/+19 |
* | Replace gdk_threads_add_idle* with g_idle_add() | Emmanuele Bassi | 2018-02-03 | 3 | -4/+4 |
* | texture: Add sanity checks to constructors | Benjamin Otte | 2018-02-02 | 1 | -0/+8 |
* | texture: Make the texture id a guint | Benjamin Otte | 2018-02-02 | 3 | -5/+5 |