summaryrefslogtreecommitdiff
path: root/gdk/x11
Commit message (Expand)AuthorAgeFilesLines
* x11: Relax requirements for setting ParentRelativeEvangelos Foutras2015-04-131-4/+4
* x11/gl: Fix use after freeOlivier Fourdan2015-04-051-3/+4
* x11/gl: Do not use GLX_EXT_texture_from_pixmap if not availableEmmanuele Bassi2015-03-261-0/+5
* x11/gl: Do not try to call MakeCurrent with a NULL contextEmmanuele Bassi2015-03-251-0/+6
* x11/gl: Trap GL context creationEmmanuele Bassi2015-03-251-5/+13
* x11/gl: Removing some more legacy GL callsNiels Nesse2015-03-231-7/+0
* x11/gl: Do not call glEnable/glDisable with GL_TEXTURE_2DEmmanuele Bassi2015-03-231-2/+7
* Fix undefined reference to get_xkb()Eric Le Bihan2015-03-071-0/+2
* x11: Store last axes from deviceCarlos Garnacho2015-03-023-2/+42
* Remove GdkGLProfileEmmanuele Bassi2015-02-122-45/+21
* gl: Drop profile for gdk_window_create_gl_context()Emmanuele Bassi2015-02-122-11/+7
* x11/gl: Ensure we use the 3.2 core profileEmmanuele Bassi2015-02-091-19/+4
* gl: Drop OpenGL legacy profileEmmanuele Bassi2015-02-091-5/+1
* Switch GDK_GL_PROFILE_DEFAULT to mean 3_2_COREEmmanuele Bassi2015-02-091-1/+1
* x11/gl: Use the GdkGLContext optionsEmmanuele Bassi2015-02-091-27/+41
* GL: Split GL context creation in two phasesEmmanuele Bassi2015-02-091-173/+202
* x11: Detect libinput touchpadsCarlos Garnacho2015-02-021-0/+28
* gtkx: add missing headerVíctor Manuel Jáquez Leal2015-02-021-0/+1
* gdk: Add support for g_autoptr()Alexander Larsson2015-02-022-0/+41
* Fix core context creation in GdkGLContextNiels Nesse2015-01-281-0/+2
* x11: Handle obsolete selection requests without crashingMatthias Clasen2015-01-241-1/+4
* x11: Fetch vendor/product identifiers for input devicesCarlos Garnacho2015-01-191-0/+43
* Properly ignore BadWindow and BadDrawable in get_child_info_handler()Maks Naumov2015-01-111-1/+1
* x11/gl: Do not specify the GLX context versionEmmanuele Bassi2015-01-101-6/+19
* x11/gl: Set the correct minor versionEmmanuele Bassi2014-12-251-1/+1
* Don't initialize GL if it has been disabledMatthias Clasen2014-12-191-0/+3
* Add an XSetting for the session bus IDMatthias Clasen2014-12-181-0/+1
* gdk: Fix scissoring with scaled windowsAlexander Larsson2014-12-151-9/+9
* Fix some oversights with header guardsMatthias Clasen2014-12-081-3/+3
* x11: Handle obsolete selection requests without crashingMatthias Clasen2014-11-261-1/+1
* gdkdisplay-x11: Don't do extra work when simply moving the windowJasper St. Pierre2014-11-261-6/+11
* Make scale=2 work againMatthias Clasen2014-11-241-2/+0
* gdkgl: Texture many quads at once for performance reasonsJasper St. Pierre2014-11-221-6/+16
* gdkglcontext-x11: Make sure to enable the scissor testJasper St. Pierre2014-11-221-0/+4
* gdkgl: Use a GdkTexturedQuad struct to paint quadsJasper St. Pierre2014-11-221-5/+9
* GdkGLContext: Remove unused update vfuncAlexander Larsson2014-11-201-20/+0
* Add gdk_window_get_unscaled_sizeAlexander Larsson2014-11-201-0/+15
* x11: Return the exact pixel coverage in get_frame_extentsAlexander Larsson2014-11-201-4/+8
* x11: Keep track of the exact size in X pixels of windowsOwen W. Taylor2014-11-204-16/+53
* x11: round the scaled size *up* when we get a ConfigureNotifyOwen W. Taylor2014-11-201-6/+6
* 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