summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Quiet some make rulesMatthias Clasen2014-11-302-4/+4
* docs: Add a missing wordMatthias Clasen2014-11-281-1/+1
* mir: clear screen, keymap and event source when disposing dpyMarco Trevisan (Treviño)2014-11-271-2/+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.c: Avoid GCCism in Pointer ArithmeticChun-wei Fan2014-11-241-1/+1
* wayland: Pass shadow width to the compositorCarlos Garnacho2014-11-231-15/+28
* gdkinternals: Document our drawing and painting process betterJasper St. Pierre2014-11-221-5/+72
* gdkgl: Texture quads in one giant draw callJasper St. Pierre2014-11-221-4/+22
* gdkgl: Use one VBO for both position and uv attributesJasper St. Pierre2014-11-222-22/+7
* gdkgl: Texture many quads at once for performance reasonsJasper St. Pierre2014-11-223-37/+75
* 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-223-33/+43
* gdkgl: Clean up program-manipulating codeJasper St. Pierre2014-11-222-67/+50
* gdkwindow: Clean up whitespace slightlyJasper St. Pierre2014-11-221-1/+0
* gdkwindow: Don't pass the region to the impl when beginning a paintJasper St. Pierre2014-11-225-14/+10
* quartz: Don't bother storing the paint_clip_regionJasper St. Pierre2014-11-222-56/+0
* mir: initialize surface name with program nameMarco Trevisan (Treviño)2014-11-211-1/+1
* GL: Fix typo in gdk_gl_texture_from_surfaceAlexander Larsson2014-11-201-1/+1
* GdkGLContext: Remove unused update vfuncAlexander Larsson2014-11-204-59/+0
* GL: Fix GL Y coordinate flipping to use unscaled window heightAlexander Larsson2014-11-201-12/+12
* Add gdk_window_get_unscaled_sizeAlexander Larsson2014-11-204-1/+52
* 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