summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* mir: use proper naming for mir window type checking macroMarco Trevisan (Treviño)2014-11-202-2/+2
* mir: add public getter for the internal MirSurfaceMarco Trevisan (Treviño)2014-11-202-0/+15
* mir: don't use struct MirConnection*, just the latterMarco Trevisan (Treviño)2014-11-201-1/+1
* mir: add OpenGL supportMarco Trevisan (Treviño)2014-11-206-68/+705
* mir: update surface type based on eventsMarco Trevisan (Treviño)2014-11-173-4/+16
* mir: fix typo in GDK_IS_WINDOW_MIR definitionMarco Trevisan (Treviño)2014-11-171-1/+1
* mir: invert scrolling deltaMarco Trevisan (Treviño)2014-11-171-2/+2
* mir: handle more surface typesMarco Trevisan (Treviño)2014-11-141-3/+10
* mir: fix compilation in mirscreenMarco Trevisan (Treviño)2014-11-141-1/+4
* gdk/gdkgl.c: Fix TypoChun-wei Fan2014-11-141-1/+1
* mir: get/set window surface typeMarco Trevisan (Treviño)2014-11-131-4/+68
* mir: don't request more surface formats than the supported onesMarco Trevisan (Treviño)2014-11-131-2/+2
* mir: implement screen get_plug_nameMarco Trevisan (Treviño)2014-11-131-1/+40
* mir: clear screen objects correctlyMarco Trevisan (Treviño)2014-11-131-2/+2
* mir: don't crash when querying infos for an invalid monitorMarco Trevisan (Treviño)2014-11-131-7/+17
* mir: clear screen dataMarco Trevisan (Treviño)2014-11-131-1/+6
* mir: correctly get screen mm sizesMarco Trevisan (Treviño)2014-11-131-4/+29
* mir: unset config change callback on finalizeMarco Trevisan (Treviño)2014-11-131-0/+2
* mir: actually pass the GdkMirScreen to display config change cbMarco Trevisan (Treviño)2014-11-131-1/+1
* gdk: Make debug-updates a per-display settingMatthias Clasen2014-11-106-5/+40
* gdk: Add private API for rendering modeMatthias Clasen2014-11-103-1/+26
* Move rendering mode into GdkDisplayMatthias Clasen2014-11-103-1/+8
* configure.ac: Depend on cairo 1.14.0Javier Jardón2014-11-1011-51/+3
* gdk_window_end_paint: Flush destination surface after paintAlexander Larsson2014-11-101-0/+2
* Hide GdkWindow libgtk_only API in the private vtableEmmanuele Bassi2014-11-086-7/+32
* Move GDK GL flags accessors to the private vtableEmmanuele Bassi2014-11-085-6/+10
* Make global GDK libgtk_only functions more privateEmmanuele Bassi2014-11-088-19/+146
* gdkwindow-x11: Fix indentationJasper St. Pierre2014-11-071-7/+7
* wayland: Schedule a clock tick instead of wl_surface_commit()ting directlyCarlos Garnacho2014-11-071-8/+27
* wayland: Don't translate a NULL region into an empty oneCarlos Garnacho2014-11-071-2/+7
* Don't make the gl flags APIMatthias Clasen2014-11-072-28/+14
* Export API to set GL flagsMatthias Clasen2014-11-066-22/+70
* gdkgl: Make some helper functions staticJasper St. Pierre2014-11-061-2/+2
* mir: rework cursors a bitRyan Lortie2014-11-064-76/+114
* mir: set cursorWilliam Hua2014-11-062-5/+85
* GdkWindow: Drop gl matrix setup which is not needed anymore.Alexander Larsson2014-11-061-7/+0
* gdk_gl_texture_from_surface: Enable scissor testAlexander Larsson2014-11-061-0/+2
* gdk_gl_texture_quad: Fix handling of window scalesAlexander Larsson2014-11-061-2/+3
* GdkX11GLContext: Use bitblit for swap if no buffer age supportAlexander Larsson2014-11-065-5/+58
* Add gdk_gl_context_has_framebuffer_blit()Alexander Larsson2014-11-062-9/+17
* GdkGL: Fix up GL_ARB_texture_rectangle supportAlexander Larsson2014-11-064-30/+103
* Add support for GDK_GL=texture-rectanglesAlexander Larsson2014-11-063-1/+5
* Add GDK_GL env var and GdkGLFlagsAlexander Larsson2014-11-065-13/+34
* gdk_cairo_draw_from_gl: Remove useless callAlexander Larsson2014-11-061-2/+0
* GdkWindow: Try to use a Core 3.2 GL profile for the paint contextAlexander Larsson2014-11-061-6/+20
* gdk_gl_texture_quad: Use shaders to texture thingsAlexander Larsson2014-11-064-18/+197
* GdkGL: Rename "context" to "paint_context" to clarify things a bitAlexander Larsson2014-11-061-12/+13