summaryrefslogtreecommitdiff
path: root/gdk/x11
Commit message (Expand)AuthorAgeFilesLines
* configure.ac: Depend on cairo 1.14.0Javier Jardón2014-11-105-19/+0
* Hide GdkWindow libgtk_only API in the private vtableEmmanuele Bassi2014-11-082-3/+5
* gdkwindow-x11: Fix indentationJasper St. Pierre2014-11-071-7/+7
* GdkX11GLContext: Use bitblit for swap if no buffer age supportAlexander Larsson2014-11-062-2/+47
* GdkGL: Fix up GL_ARB_texture_rectangle supportAlexander Larsson2014-11-061-19/+28
* gdk_gl_texture_quad: Use shaders to texture thingsAlexander Larsson2014-11-061-1/+2
* GdkGLContextX11: Use passed in context, not get_current()Alexander Larsson2014-11-061-6/+3
* Add gdk_gl_texture_quad() helperAlexander Larsson2014-11-061-13/+4
* GdkGLContextX11: Only set swap interval when it changedAlexander Larsson2014-11-051-5/+9
* Make window scale changes work againMatthias Clasen2014-11-031-0/+5
* GdkGLContext: Add display propertyAlexander Larsson2014-11-031-3/+3
* gdk_x11_display_make_gl_context_current: move some codeAlexander Larsson2014-10-301-11/+11
* Add GdkGLContext::profileAlexander Larsson2014-10-301-0/+2
* Remove GdkGLContext::visualAlexander Larsson2014-10-301-5/+0
* GdkGLContext: Track shared contextAlexander Larsson2014-10-301-0/+1
* GdkGLContext: Change the way we track the current contextAlexander Larsson2014-10-303-26/+38
* GdkWindowX11: Keep the impl window cairo surface around until destroyAlexander Larsson2014-10-301-18/+4
* GdkX11GLContext: Fix leakAlexander Larsson2014-10-291-0/+2
* Cache default gdk visuals in the GDK_VISUALS property on the root windowAlexander Larsson2014-10-292-3/+88
* X11: Pick better system and rgba visuals for GLAlexander Larsson2014-10-295-6/+187
* GdkGLContextX11: Don't free NULL visual infoAlexander Larsson2014-10-291-4/+1
* Plug some memory leaks in GL supportMatthias Clasen2014-10-281-1/+11
* Pick the first rgba visual, not the lastAlexander Larsson2014-10-281-1/+2
* GdkGLContextX11: Ensure we get the fbconfig with the exact same visualAlexander Larsson2014-10-281-32/+18
* gdkdisplay: Provide a default event_data_copy / event_data_freeJasper St. Pierre2014-10-271-15/+0
* x11: Scale the frame extents as wellJasper St. Pierre2014-10-271-1/+7
* opengl: Use GL_TEXTURE_2D rather than GL_TEXTURE_RECTANGLE_ARB when possibleAlexander Larsson2014-10-271-25/+80
* Rename gdk_gl_context_flush_buffer to gdk_gl_context_end_frameAlexander Larsson2014-10-271-4/+4
* Fix an out-of-bounds access in MyEnhancedXkbTranslateKeyCodeMatthias Clasen2014-10-261-4/+5
* X11: Don't assume all displays are X11 displaysMatthias Clasen2014-10-242-3/+8
* gdkglcontext-x11: Use epoxy/glx.h rather then GL/glx.hRico Tzschichholz2014-10-231-1/+1
* Fix mispositioned window menu in hi-dpiMatthias Clasen2014-10-221-2/+3
* GL: Follow naming conventionsMatthias Clasen2014-10-212-4/+4
* gdkglcontext-x11: Fix pixmap creationAdel Gadllah2014-10-211-2/+2
* x11 glcontext: Always use RGBA texture format, as we use alphasAlexander Larsson2014-10-211-7/+1
* X11: Fix crash in gdk_x11_gl_context_texture_from_surfaceAlexander Larsson2014-10-161-1/+1
* Trivial formatting fixesMatthias Clasen2014-10-132-5/+5
* gl: Make gdk_gl_context_make_current() return voidAlexander Larsson2014-10-132-22/+10
* X11 GdkGLContext: Remove spurious XSyncAlexander Larsson2014-10-131-3/+0
* gl: Make all user GdkGLContexts not attached to any windowAlexander Larsson2014-10-132-48/+86
* gdk: Add support for OpenGLAlexander Larsson2014-10-138-0/+1032
* gdkwindow-x11: Fix graphical regression from 5e325c4Jasper St. Pierre2014-10-131-0/+3
* gdk: Deprecate static gravitiesBenjamin Otte2014-10-061-78/+0
* x11: Remove overeager checkBenjamin Otte2014-10-051-1/+1
* x11: Remove unneeded and wrong return_if_fail()Benjamin Otte2014-10-051-2/+0
* Remove redundant checks for NULLMarek Kasik2014-10-021-8/+2
* Don't emit a useless warningMatthias Clasen2014-10-011-4/+1
* Implement titlebar action settings for X11Matthias Clasen2014-09-251-0/+3
* x11: Neuter workarea in fullscreen scenariosMatthias Clasen2014-09-241-1/+34
* Make a warning more informativeMatthias Clasen2014-09-051-1/+1