| Commit message (Expand) | Author | Age | Files | Lines |
* | wayland: Fix thinko in wl_data_source.cancelled handler | Carlos Garnacho | 2015-03-18 | 1 | -6/+9 |
* | wayland: Move gtk-shell compatibility version define too | Jonas Ådahl | 2015-03-16 | 2 | -2/+2 |
* | wayland: Don't set the wl_surface user_data twice | Jonas Ådahl | 2015-03-16 | 1 | -1/+0 |
* | wayland: Ignore setting the same cursor theme as was already set | Jonas Ådahl | 2015-03-16 | 1 | -0/+4 |
* | wayland: Support scaling of theme based cursors | Jonas Ådahl | 2015-03-16 | 5 | -20/+213 |
* | wayland: Put interface version defines in a common place | Jonas Ådahl | 2015-03-16 | 2 | -2/+2 |
* | wayland: Don't set cursor surface scale when we don't have a surface | Jonas Ådahl | 2015-03-16 | 1 | -4/+3 |
* | wayland: Only bind to supported gtk-shell versions | Jonas Ådahl | 2015-03-11 | 2 | -4/+18 |
* | gdkwindow: Fix potential NULL pointer dereference | Philip Withnall | 2015-03-09 | 1 | -0/+3 |
* | Fix undefined reference to get_xkb() | Eric Le Bihan | 2015-03-07 | 1 | -0/+2 |
* | gl: Warn the user if they request a GL context version less than 3.2 | Niels Nesse | 2015-03-06 | 1 | -7/+10 |
* | x11: Store last axes from device | Carlos Garnacho | 2015-03-02 | 3 | -2/+42 |
* | wayland: Delay wl_subsurface interface creation until the window is shown | Carlos Garnacho | 2015-03-02 | 1 | -4/+4 |
* | wayland: Thaw the clock if we hide a GdkWindow mid-frame | Carlos Garnacho | 2015-03-02 | 1 | -0/+12 |
* | gdkglcontext-win32: fix variable names in GDK_NOTE | Ryan Lortie | 2015-03-01 | 1 | -1/+1 |
* | gdkglcontext-win32: remove unused variables | Ryan Lortie | 2015-03-01 | 1 | -9/+0 |
* | wayland: Add debug spew | Matthias Clasen | 2015-02-28 | 3 | -17/+64 |
* | wayland: Formatting fixes | Matthias Clasen | 2015-02-28 | 14 | -322/+325 |
* | wayland: Apply maximized and fullscreen state | Matthias Clasen | 2015-02-27 | 1 | -16/+22 |
* | wayland: Drop some pointless lines | Matthias Clasen | 2015-02-27 | 1 | -8/+0 |
* | Fix a typo | Matthias Clasen | 2015-02-27 | 1 | -1/+1 |
* | wayland: Don't use g_error() on connection lost | Olivier Fourdan | 2015-02-27 | 1 | -3/+10 |
* | gdk: Use a better error message | Emmanuele Bassi | 2015-02-27 | 1 | -1/+6 |
* | wayland: Don't allocate a full size SHM buffer when drawing using OpenGL | Jonas Ådahl | 2015-02-24 | 3 | -2/+30 |
* | wayland: Scale up wl_egl_window according to window scale | Jonas Ådahl | 2015-02-24 | 1 | -3/+10 |
* | wayland: Properly support changing of surface scale | Jonas Ådahl | 2015-02-24 | 1 | -19/+21 |
* | wayland: Don't ever try to set surface buffer scale when not supported | Jonas Ådahl | 2015-02-24 | 1 | -6/+8 |
* | gdkcairo: Bail if surface is in error | Benjamin Otte | 2015-02-25 | 1 | -0/+3 |
* | gdk/quartz: Fix mixup in attributes usage creating window implementation | Thibault Saunier | 2015-02-22 | 1 | -3/+4 |
* | docs: Expand input handling documentation to cover event masks | Philip Withnall | 2015-02-19 | 2 | -0/+7 |
* | wayland: Use display from GdkDragContext device | Carlos Garnacho | 2015-02-17 | 1 | -1/+5 |
* | Do not use "return" when chaining up to a void function | Paolo Borelli | 2015-02-17 | 1 | -5/+5 |
* | wayland: Update to xdg-shell unstable v5 | Jonas Ådahl | 2015-02-14 | 2 | -111/+183 |
* | wayland: Do not require latest wl_seat | Pier Luigi Fiorini | 2015-02-13 | 1 | -1/+1 |
* | gdkglcontext-win32.c: Fix Build on C89 Compilers | Chun-wei Fan | 2015-02-13 | 1 | -6/+5 |
* | Remove GdkGLProfile | Emmanuele Bassi | 2015-02-12 | 8 | -239/+67 |
* | gl: Add gdk_gl_context_get_version() | Emmanuele Bassi | 2015-02-12 | 2 | -1/+38 |
* | docs: Specify the minimum version of GL provided by the core profile | Emmanuele Bassi | 2015-02-12 | 1 | -1/+3 |
* | gl: Drop profile for gdk_window_create_gl_context() | Emmanuele Bassi | 2015-02-12 | 13 | -46/+55 |
* | wayland: Implement minimize support | Armin K | 2015-02-11 | 1 | -0/+10 |
* | mir, gl: Ensure we use the 3.2 core profile | Marco Trevisan (Treviño) | 2015-02-12 | 1 | -6/+38 |
* | mir: Switch GDK_GL_PROFILE_DEFAULT to mean 3_2_CORE | Marco Trevisan (Treviño) | 2015-02-12 | 1 | -1/+1 |
* | mir, GL: Split GL context creation in two phases | Marco Trevisan (Treviño) | 2015-02-12 | 2 | -27/+49 |
* | gl: Fix the required version setter | Emmanuele Bassi | 2015-02-10 | 1 | -1/+14 |
* | win32/gl: Ensure we use the 3.2 core profile | Chun-wei Fan | 2015-02-10 | 1 | -31/+20 |
* | gl: Put shaders in static storage | Emmanuele Bassi | 2015-02-10 | 1 | -4/+4 |
* | gdkgl should use shader version 1.50 | Niels Nesse | 2015-02-10 | 1 | -4/+4 |
* | gl: Drop GdkGLContextClass.upload_texture() | Emmanuele Bassi | 2015-02-09 | 3 | -19/+16 |
* | gl: Clean up the required version accessors | Emmanuele Bassi | 2015-02-09 | 1 | -28/+17 |
* | docs: We do not support non-core GL profiles | Emmanuele Bassi | 2015-02-09 | 1 | -12/+14 |