| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | GdkGLContext: Add display property | Alexander Larsson | 2014-11-03 | 1 | -3/+3 |
* | gdk_x11_display_make_gl_context_current: move some code | Alexander Larsson | 2014-10-30 | 1 | -11/+11 |
* | Add GdkGLContext::profile | Alexander Larsson | 2014-10-30 | 1 | -0/+2 |
* | Remove GdkGLContext::visual | Alexander Larsson | 2014-10-30 | 1 | -5/+0 |
* | GdkGLContext: Track shared context | Alexander Larsson | 2014-10-30 | 1 | -0/+1 |
* | GdkGLContext: Change the way we track the current context | Alexander Larsson | 2014-10-30 | 3 | -26/+38 |
* | GdkWindowX11: Keep the impl window cairo surface around until destroy | Alexander Larsson | 2014-10-30 | 1 | -18/+4 |
* | GdkX11GLContext: Fix leak | Alexander Larsson | 2014-10-29 | 1 | -0/+2 |
* | Cache default gdk visuals in the GDK_VISUALS property on the root window | Alexander Larsson | 2014-10-29 | 2 | -3/+88 |
* | X11: Pick better system and rgba visuals for GL | Alexander Larsson | 2014-10-29 | 5 | -6/+187 |
* | GdkGLContextX11: Don't free NULL visual info | Alexander Larsson | 2014-10-29 | 1 | -4/+1 |
* | Plug some memory leaks in GL support | Matthias Clasen | 2014-10-28 | 1 | -1/+11 |
* | Pick the first rgba visual, not the last | Alexander Larsson | 2014-10-28 | 1 | -1/+2 |
* | GdkGLContextX11: Ensure we get the fbconfig with the exact same visual | Alexander Larsson | 2014-10-28 | 1 | -32/+18 |
* | gdkdisplay: Provide a default event_data_copy / event_data_free | Jasper St. Pierre | 2014-10-27 | 1 | -15/+0 |
* | x11: Scale the frame extents as well | Jasper St. Pierre | 2014-10-27 | 1 | -1/+7 |
* | opengl: Use GL_TEXTURE_2D rather than GL_TEXTURE_RECTANGLE_ARB when possible | Alexander Larsson | 2014-10-27 | 1 | -25/+80 |
* | Rename gdk_gl_context_flush_buffer to gdk_gl_context_end_frame | Alexander Larsson | 2014-10-27 | 1 | -4/+4 |
* | Fix an out-of-bounds access in MyEnhancedXkbTranslateKeyCode | Matthias Clasen | 2014-10-26 | 1 | -4/+5 |
* | X11: Don't assume all displays are X11 displays | Matthias Clasen | 2014-10-24 | 2 | -3/+8 |
* | gdkglcontext-x11: Use epoxy/glx.h rather then GL/glx.h | Rico Tzschichholz | 2014-10-23 | 1 | -1/+1 |
* | Fix mispositioned window menu in hi-dpi | Matthias Clasen | 2014-10-22 | 1 | -2/+3 |
* | GL: Follow naming conventions | Matthias Clasen | 2014-10-21 | 2 | -4/+4 |
* | gdkglcontext-x11: Fix pixmap creation | Adel Gadllah | 2014-10-21 | 1 | -2/+2 |
* | x11 glcontext: Always use RGBA texture format, as we use alphas | Alexander Larsson | 2014-10-21 | 1 | -7/+1 |
* | X11: Fix crash in gdk_x11_gl_context_texture_from_surface | Alexander Larsson | 2014-10-16 | 1 | -1/+1 |
* | Trivial formatting fixes | Matthias Clasen | 2014-10-13 | 2 | -5/+5 |
* | gl: Make gdk_gl_context_make_current() return void | Alexander Larsson | 2014-10-13 | 2 | -22/+10 |
* | X11 GdkGLContext: Remove spurious XSync | Alexander Larsson | 2014-10-13 | 1 | -3/+0 |
* | gl: Make all user GdkGLContexts not attached to any window | Alexander Larsson | 2014-10-13 | 2 | -48/+86 |
* | gdk: Add support for OpenGL | Alexander Larsson | 2014-10-13 | 8 | -0/+1032 |
* | gdkwindow-x11: Fix graphical regression from 5e325c4 | Jasper St. Pierre | 2014-10-13 | 1 | -0/+3 |
* | gdk: Deprecate static gravities | Benjamin Otte | 2014-10-06 | 1 | -78/+0 |
* | x11: Remove overeager check | Benjamin Otte | 2014-10-05 | 1 | -1/+1 |
* | x11: Remove unneeded and wrong return_if_fail() | Benjamin Otte | 2014-10-05 | 1 | -2/+0 |
* | Remove redundant checks for NULL | Marek Kasik | 2014-10-02 | 1 | -8/+2 |
* | Don't emit a useless warning | Matthias Clasen | 2014-10-01 | 1 | -4/+1 |
* | Implement titlebar action settings for X11 | Matthias Clasen | 2014-09-25 | 1 | -0/+3 |
* | x11: Neuter workarea in fullscreen scenarios | Matthias Clasen | 2014-09-24 | 1 | -1/+34 |
* | Make a warning more informative | Matthias Clasen | 2014-09-05 | 1 | -1/+1 |