| Commit message (Expand) | Author | Age | Files | Lines |
* | x11: Relax requirements for setting ParentRelative | Evangelos Foutras | 2015-04-13 | 1 | -4/+4 |
* | x11/gl: Fix use after free | Olivier Fourdan | 2015-04-05 | 1 | -3/+4 |
* | x11/gl: Do not use GLX_EXT_texture_from_pixmap if not available | Emmanuele Bassi | 2015-03-26 | 1 | -0/+5 |
* | x11/gl: Do not try to call MakeCurrent with a NULL context | Emmanuele Bassi | 2015-03-25 | 1 | -0/+6 |
* | x11/gl: Trap GL context creation | Emmanuele Bassi | 2015-03-25 | 1 | -5/+13 |
* | x11/gl: Removing some more legacy GL calls | Niels Nesse | 2015-03-23 | 1 | -7/+0 |
* | x11/gl: Do not call glEnable/glDisable with GL_TEXTURE_2D | Emmanuele Bassi | 2015-03-23 | 1 | -2/+7 |
* | Fix undefined reference to get_xkb() | Eric Le Bihan | 2015-03-07 | 1 | -0/+2 |
* | x11: Store last axes from device | Carlos Garnacho | 2015-03-02 | 3 | -2/+42 |
* | Remove GdkGLProfile | Emmanuele Bassi | 2015-02-12 | 2 | -45/+21 |
* | gl: Drop profile for gdk_window_create_gl_context() | Emmanuele Bassi | 2015-02-12 | 2 | -11/+7 |
* | x11/gl: Ensure we use the 3.2 core profile | Emmanuele Bassi | 2015-02-09 | 1 | -19/+4 |
* | gl: Drop OpenGL legacy profile | Emmanuele Bassi | 2015-02-09 | 1 | -5/+1 |
* | Switch GDK_GL_PROFILE_DEFAULT to mean 3_2_CORE | Emmanuele Bassi | 2015-02-09 | 1 | -1/+1 |
* | x11/gl: Use the GdkGLContext options | Emmanuele Bassi | 2015-02-09 | 1 | -27/+41 |
* | GL: Split GL context creation in two phases | Emmanuele Bassi | 2015-02-09 | 1 | -173/+202 |
* | x11: Detect libinput touchpads | Carlos Garnacho | 2015-02-02 | 1 | -0/+28 |
* | gtkx: add missing header | Víctor Manuel Jáquez Leal | 2015-02-02 | 1 | -0/+1 |
* | gdk: Add support for g_autoptr() | Alexander Larsson | 2015-02-02 | 2 | -0/+41 |
* | Fix core context creation in GdkGLContext | Niels Nesse | 2015-01-28 | 1 | -0/+2 |
* | x11: Handle obsolete selection requests without crashing | Matthias Clasen | 2015-01-24 | 1 | -1/+4 |
* | x11: Fetch vendor/product identifiers for input devices | Carlos Garnacho | 2015-01-19 | 1 | -0/+43 |
* | Properly ignore BadWindow and BadDrawable in get_child_info_handler() | Maks Naumov | 2015-01-11 | 1 | -1/+1 |
* | x11/gl: Do not specify the GLX context version | Emmanuele Bassi | 2015-01-10 | 1 | -6/+19 |
* | x11/gl: Set the correct minor version | Emmanuele Bassi | 2014-12-25 | 1 | -1/+1 |
* | Don't initialize GL if it has been disabled | Matthias Clasen | 2014-12-19 | 1 | -0/+3 |
* | Add an XSetting for the session bus ID | Matthias Clasen | 2014-12-18 | 1 | -0/+1 |
* | gdk: Fix scissoring with scaled windows | Alexander Larsson | 2014-12-15 | 1 | -9/+9 |
* | Fix some oversights with header guards | Matthias Clasen | 2014-12-08 | 1 | -3/+3 |
* | x11: Handle obsolete selection requests without crashing | Matthias Clasen | 2014-11-26 | 1 | -1/+1 |
* | gdkdisplay-x11: Don't do extra work when simply moving the window | Jasper St. Pierre | 2014-11-26 | 1 | -6/+11 |
* | Make scale=2 work again | Matthias Clasen | 2014-11-24 | 1 | -2/+0 |
* | gdkgl: Texture many quads at once for performance reasons | Jasper St. Pierre | 2014-11-22 | 1 | -6/+16 |
* | gdkglcontext-x11: Make sure to enable the scissor test | Jasper St. Pierre | 2014-11-22 | 1 | -0/+4 |
* | gdkgl: Use a GdkTexturedQuad struct to paint quads | Jasper St. Pierre | 2014-11-22 | 1 | -5/+9 |
* | GdkGLContext: Remove unused update vfunc | Alexander Larsson | 2014-11-20 | 1 | -20/+0 |
* | Add gdk_window_get_unscaled_size | Alexander Larsson | 2014-11-20 | 1 | -0/+15 |
* | x11: Return the exact pixel coverage in get_frame_extents | Alexander Larsson | 2014-11-20 | 1 | -4/+8 |
* | x11: Keep track of the exact size in X pixels of windows | Owen W. Taylor | 2014-11-20 | 4 | -16/+53 |
* | x11: round the scaled size *up* when we get a ConfigureNotify | Owen W. Taylor | 2014-11-20 | 1 | -6/+6 |
* | configure.ac: Depend on cairo 1.14.0 | Javier Jardón | 2014-11-10 | 5 | -19/+0 |
* | Hide GdkWindow libgtk_only API in the private vtable | Emmanuele Bassi | 2014-11-08 | 2 | -3/+5 |
* | gdkwindow-x11: Fix indentation | Jasper St. Pierre | 2014-11-07 | 1 | -7/+7 |
* | GdkX11GLContext: Use bitblit for swap if no buffer age support | Alexander Larsson | 2014-11-06 | 2 | -2/+47 |
* | GdkGL: Fix up GL_ARB_texture_rectangle support | Alexander Larsson | 2014-11-06 | 1 | -19/+28 |
* | gdk_gl_texture_quad: Use shaders to texture things | Alexander Larsson | 2014-11-06 | 1 | -1/+2 |
* | GdkGLContextX11: Use passed in context, not get_current() | Alexander Larsson | 2014-11-06 | 1 | -6/+3 |
* | Add gdk_gl_texture_quad() helper | Alexander Larsson | 2014-11-06 | 1 | -13/+4 |
* | GdkGLContextX11: Only set swap interval when it changed | Alexander Larsson | 2014-11-05 | 1 | -5/+9 |
* | Make window scale changes work again | Matthias Clasen | 2014-11-03 | 1 | -0/+5 |