summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-22compositor-drm: Support output scalingscaleAlexander Larsson1-28/+59
2013-05-22compositor-x11: Only repaint the damaged regionAlexander Larsson1-0/+106
2013-05-22compositor: Support output/buffer scalingAlexander Larsson10-64/+210
2013-05-22pixman-renderer: Fix up transform handlingAlexander Larsson1-160/+248
2013-05-22transformed: Add keyboard shortcuts to change transformAlexander Larsson1-0/+54
2013-05-22terminal: Handle output transformAlexander Larsson1-1/+12
2013-05-22window: Add window_get_output_scale()Alexander Larsson2-0/+21
2013-05-22desktop-shell: Respect output scale and translateAlexander Larsson1-13/+62
2013-05-22window: Store server_allocation in surface sizeAlexander Larsson1-20/+72
2013-05-21transformed: Use the scale factor from the outputAlexander Larsson1-0/+1
2013-05-21window: Apply buffer_scale automatically in widget_cairo_createAlexander Larsson1-0/+3
2013-05-21window: allow setting a buffer scale on a windowAlexander Larsson2-2/+30
2013-05-21window: Track output scalesAlexander Larsson2-2/+31
2013-05-21transformed: Rely on transformation in widget_cairo_createAlexander Larsson1-61/+8
2013-05-21window: Support transform in widget_cairo_create()Alexander Larsson1-0/+77
2013-05-20configure.ac: colord version to 0.1.27HEADmasterMun Gwan-gyeong1-1/+1
2013-05-20weston-launch: Print explanation of why we failed to open the deviceRob Bradford1-1/+6
2013-05-20shell: End grab if the grabbed shell surface has been destroyedRob Bradford1-1/+1
2013-05-20protocol: improve sub-surface spec wordingPekka Paalanen1-10/+17
2013-05-17Fix surface_pong when a seat doesn't have a pointerHardening1-2/+4
2013-05-17weston-launch: Run weston in the user login shellQuentin Glidic1-3/+16
2013-05-17protocol: remove an unused sub-surface error codePekka Paalanen1-2/+0
2013-05-17compositor: forbid sub-surface nesting loopsPekka Paalanen1-0/+8
2013-05-17tests: add a sub-surface nesting loop testPekka Paalanen1-0/+22
2013-05-17protocol: set_desync should flushPekka Paalanen2-12/+24
2013-05-17tests: add sub-surface tree destruction permutationsPekka Paalanen1-0/+202
2013-05-17fix module_init signature in module testsU. Artie Eoff2-4/+2
2013-05-17gl-renderer: Compile shaders only when neededAnder Conselvan de Oliveira1-29/+41
2013-05-15Fix missing corner resize cursors in Kubuntu (oxy-white theme)Dima Ryazanov1-8/+16
2013-05-15cms-colord: Warn if reading or writing to the FD failedRichard Hughes1-2/+8
2013-05-15cms-colord: Fix build after the API change 'Honor XDG_CONFIG_DIRS'Richard Hughes1-1/+1
2013-05-14lock-surface: Set geometry width and height before centeringKristian Høgsberg1-0/+2
2013-05-14text: Respawn input method process if it exitsEduardo Lima (Etrunko)1-0/+23
2013-05-14config-parser: Honor XDG_CONFIG_DIRSOssama Othman22-110/+158
2013-05-14compositor-drm: Don't page flip before a mode is setAnder Conselvan de Oliveira2-6/+28
2013-05-14Add a colord implementation of a CMS plugin for westonRichard Hughes4-1/+572
2013-05-14move subsurface-server-protocol.h include out of compositor.hU. Artie Eoff2-1/+1
2013-05-10window: add DBG code for leaf management and redrawsPekka Paalanen1-3/+91
2013-05-10window: throttle resizing to the main surfacePekka Paalanen1-4/+9
2013-05-10window: prevent EGL sub-surface deadlockPekka Paalanen1-0/+32
2013-05-10clients: add subsurfaces demoPekka Paalanen6-0/+843
2013-05-10window: implement per-surface redrawsPekka Paalanen1-27/+61
2013-05-10window: create sub-surfacesPekka Paalanen2-3/+155
2013-05-10window: implement shm triple-bufferingPekka Paalanen1-25/+41
2013-05-10shell: account for the subsurfaces when going fullscreen or maximizingGiulio Camuffo1-21/+68
2013-05-10shell: enable moving and resizing of a surface when clicking on a subsurfaceGiulio Camuffo1-2/+6
2013-05-10shell: keyboard focus and restacking fixes for sub-surfacesPekka Paalanen3-18/+62
2013-05-10tests: add sub-surface protocol testsPekka Paalanen3-1/+330
2013-05-10compositor: introduce sub-surfacesPekka Paalanen2-16/+774
2013-05-10protocol: add sub-surfacesPekka Paalanen9-0/+257