summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2013-05-10compositor-drm: Destroy sprites before destroying the outputsKristian Høgsberg1-2/+2
2013-05-10editor: Removed unused utf8_characters() functionKristian Høgsberg1-11/+0
2013-05-10Add initial color management framework codeRichard Hughes8-1/+403
2013-05-08compositor: Move gl-renderer vertex arrays into gl-renderer.cKristian Høgsberg3-20/+22
2013-05-08compositor: Remove stale prototypeKristian Høgsberg1-3/+0
2013-05-08input: Remove unused focus and key fields from keyboard and focus grabsKristian Høgsberg1-3/+0
2013-05-08input: Move surface picking into the pointer grab focus callbackKristian Høgsberg5-56/+56
2013-05-08input: Get rid of grab focus conceptKristian Høgsberg4-50/+36
2013-05-08input: Remove 'current' and related fields from weston_pointerKristian Høgsberg3-67/+40
2013-05-08data-device: Verify that the client has an implicit grab when starting a dragKristian Høgsberg1-2/+4
2013-05-08data-device: Eliminate two small helper functionsKristian Høgsberg1-42/+26
2013-05-08data-device: Rename generic weston_drag 'surface' field to 'icon'Kristian Høgsberg1-24/+24
2013-05-08data-device: Move all drag-related fields out of weston_seatKristian Høgsberg2-98/+99
2013-05-08input: Move sprite fields into weston_pointer from weston_seatKristian Høgsberg3-60/+59
2013-05-08simple-egl: Add support for EGL_EXT_swap_buffer_with_damageKristian Høgsberg1-1/+39