summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-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-17compositor: forbid sub-surface nesting loopsPekka Paalanen1-0/+8
2013-05-17protocol: set_desync should flushPekka Paalanen1-12/+21
2013-05-17gl-renderer: Compile shaders only when neededAnder Conselvan de Oliveira1-29/+41
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 Othman14-58/+62
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 Hughes2-0/+561
2013-05-14move subsurface-server-protocol.h include out of compositor.hU. Artie Eoff2-1/+1
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-10compositor: introduce sub-surfacesPekka Paalanen2-16/+774
2013-05-10protocol: add sub-surfacesPekka Paalanen3-0/+8
2013-05-10compositor-drm: Destroy sprites before destroying the outputsKristian Høgsberg1-2/+2
2013-05-10Add initial color management framework codeRichard Hughes6-0/+394
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-08compositor: Adapt to wl_surface going awayKristian Høgsberg10-94/+82
2013-05-07input: Allocate pointer/keyboard/touch structsKristian Høgsberg3-85/+81
2013-05-07input: Eliminate weston_seat::has_pointer/keyboard/touchKristian Høgsberg4-19/+6
2013-05-07data-device: Update drag icon position from configure and motion handlersKristian Høgsberg4-42/+19
2013-05-07data-device: Map drag icon in configure handlerKristian Høgsberg1-24/+14
2013-05-07data-device: Setup and release drag surface and beginning and end of dragKristian Høgsberg2-39/+4
2013-05-07data-device: Fix dnd regression from weston_seat rewriteKristian Høgsberg1-5/+5
2013-05-07data-device: Don't emit a signal for drag icon changesKristian Høgsberg3-21/+2
2013-05-07input: Move drag handling to data-device.cKristian Høgsberg3-131/+136
2013-05-07compositor: Move fan_debug to gl-rendererKristian Høgsberg3-18/+20
2013-05-07input: Merge wl_seat into weston_seatKristian Høgsberg22-267/+263
2013-05-06input: Remove wl_seat destroy signalKristian Høgsberg5-8/+3
2013-05-06input: Fold wl_seat init/release into weston_seat init/releaseKristian Høgsberg2-35/+19
2013-05-06input: Rename wl_touch to weston_touchKristian Høgsberg2-49/+46
2013-05-06input: Rename wl_pointer to weston_pointerKristian Høgsberg5-128/+134
2013-05-06input: Rename weston_device_repick() to weston_seat_repick()Kristian Høgsberg3-4/+4
2013-05-06input: Drop find_resource_for_client()Kristian Høgsberg1-15/+2