summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-13reexecre-execKristian Høgsberg9-108/+347
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
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øgsberg23-270/+266
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øgsberg6-130/+136
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
2013-05-06move input code from compositor.c into input.cKristian Høgsberg3-1149/+1191
2013-05-06fold wl_keyboard into weston_keyboardKristian Høgsberg8-130/+127
2013-05-06Import input structs and helper functions from waylandKristian Høgsberg5-1/+1326
2013-05-06editor: Fix some offsets for multi-byte charactersJan Arne Petersen1-52/+48