| Commit message (Expand) | Author | Age | Files | Lines |
* | gdk: Proxy touchpad events through the client-side window hierarchy | Carlos Garnacho | 2015-08-12 | 1 | -1/+100 |
* | gdk: Add GDK_TOUCHPAD_GESTURE_MASK to GdkEventMask | Carlos Garnacho | 2015-08-12 | 1 | -1/+3 |
* | Added api to set a window to fullscreen on a given monitor. | Jeremy Whiting | 2015-07-25 | 1 | -0/+26 |
* | gdk: Add some parameter checking | Matthias Clasen | 2015-07-17 | 1 | -0/+2 |
* | Fix up doc comments | Matthias Clasen | 2015-06-23 | 1 | -2/+1 |
* | Fix return value error in gdk_window_set_pass_through | Ting-Wei Lan | 2015-06-17 | 1 | -1/+1 |
* | gdkwindow: avoid updating background pattern if it matches previous | Christian Hergert | 2015-06-16 | 1 | -0/+15 |
* | gdk: Add gdk_window_set_pass_through | Alexander Larsson | 2015-06-15 | 1 | -4/+121 |
* | Remove an unused variable | Matthias Clasen | 2015-06-13 | 1 | -2/+0 |
* | Fix 'void function should not return void expression' warning for clang | Ting-Wei Lan | 2015-06-13 | 1 | -1/+4 |
* | Fix use-after-free in gdk_window_end_paint() | Руслан Ижбулатов | 2015-04-30 | 1 | -1/+1 |
* | Improve the docs for gdk_window_set_opaque_region | Matthias Clasen | 2015-04-18 | 1 | -3/+3 |
* | gdkwindow: Fix potential NULL pointer dereference | Philip Withnall | 2015-03-09 | 1 | -0/+3 |
* | docs: Expand input handling documentation to cover event masks | Philip Withnall | 2015-02-19 | 1 | -0/+4 |
* | Do not use "return" when chaining up to a void function | Paolo Borelli | 2015-02-17 | 1 | -5/+5 |
* | gl: Drop profile for gdk_window_create_gl_context() | Emmanuele Bassi | 2015-02-12 | 1 | -5/+1 |
* | gl: Drop OpenGL legacy profile | Emmanuele Bassi | 2015-02-09 | 1 | -13/+1 |
* | GL: Split GL context creation in two phases | Emmanuele Bassi | 2015-02-09 | 1 | -5/+26 |
* | Be safe against stray booleans | Matthias Clasen | 2015-02-01 | 1 | -1/+1 |
* | Fix an oversight | Matthias Clasen | 2015-01-30 | 1 | -4/+2 |
* | Resume events when disconnecting from a frame clock | Tom Hughes | 2015-01-30 | 1 | -0/+9 |
* | GDK GL context's should associate with "window->impl_window" not "window" | Niels Nesse | 2015-01-28 | 1 | -3/+3 |
* | Fix core context creation in GdkGLContext | Niels Nesse | 2015-01-28 | 1 | -1/+0 |
* | Initialize variables | Matthias Clasen | 2015-01-24 | 1 | -0/+2 |
* | Fix a typo in the docs | Matthias Clasen | 2015-01-18 | 1 | -1/+1 |
* | Remove some outdated references | Matthias Clasen | 2015-01-18 | 1 | -9/+11 |
* | gdkwindow: Clean up whitespace slightly | Jasper St. Pierre | 2014-11-22 | 1 | -1/+0 |
* | gdkwindow: Don't pass the region to the impl when beginning a paint | Jasper St. Pierre | 2014-11-22 | 1 | -2/+2 |
* | Add gdk_window_get_unscaled_size | Alexander Larsson | 2014-11-20 | 1 | -0/+31 |
* | gdk: Make debug-updates a per-display setting | Matthias Clasen | 2014-11-10 | 1 | -4/+8 |
* | Move rendering mode into GdkDisplay | Matthias Clasen | 2014-11-10 | 1 | -1/+3 |
* | configure.ac: Depend on cairo 1.14.0 | Javier Jardón | 2014-11-10 | 1 | -10/+0 |
* | gdk_window_end_paint: Flush destination surface after paint | Alexander Larsson | 2014-11-10 | 1 | -0/+2 |
* | Hide GdkWindow libgtk_only API in the private vtable | Emmanuele Bassi | 2014-11-08 | 1 | -2/+18 |
* | Move GDK GL flags accessors to the private vtable | Emmanuele Bassi | 2014-11-08 | 1 | -0/+1 |
* | Export API to set GL flags | Matthias Clasen | 2014-11-06 | 1 | -2/+2 |
* | GdkWindow: Drop gl matrix setup which is not needed anymore. | Alexander Larsson | 2014-11-06 | 1 | -7/+0 |
* | GdkX11GLContext: Use bitblit for swap if no buffer age support | Alexander Larsson | 2014-11-06 | 1 | -3/+0 |
* | Add GDK_GL env var and GdkGLFlags | Alexander Larsson | 2014-11-06 | 1 | -7/+2 |
* | GdkWindow: Try to use a Core 3.2 GL profile for the paint context | Alexander Larsson | 2014-11-06 | 1 | -6/+20 |
* | GdkWindow: destroy paint gl context on destroy | Alexander Larsson | 2014-10-30 | 1 | -0/+8 |
* | Plug another memory leak | Matthias Clasen | 2014-10-28 | 1 | -0/+1 |
* | Document Wayland opacity handling | Matthias Clasen | 2014-10-28 | 1 | -1/+6 |
* | Don't return GDK_GRAB_SUCCESS on failure | Matthias Clasen | 2014-10-28 | 1 | -4/+4 |
* | Mention the 'same display' requirement in the docs too | Matthias Clasen | 2014-10-28 | 1 | -5/+9 |
* | gdkwindow: Specify some invariants for cursors | Jasper St. Pierre | 2014-10-27 | 1 | -0/+3 |
* | opengl: Use proper blend function for premultiplied alpha | Alexander Larsson | 2014-10-27 | 1 | -1/+2 |
* | Rename gdk_gl_context_flush_buffer to gdk_gl_context_end_frame | Alexander Larsson | 2014-10-27 | 1 | -3/+3 |
* | gdk: Add GDK_DEBUG=nogl | Benjamin Otte | 2014-10-16 | 1 | -0/+8 |
* | Plug a memory leak | Matthias Clasen | 2014-10-14 | 1 | -0/+3 |