summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-02-29compositor: add dpms and backlight supportTiago Vignatti7-11/+181
2012-02-29zoom: Don't damage_all hereKristian Høgsberg1-2/+1
2012-02-29compositor: Insert dnd icon surface below device sprite surfaceKristian Høgsberg1-1/+1
2012-02-29compositor: Set an empty input region for the fade surfaceKristian Høgsberg1-0/+1
2012-02-28compositor: make the input region of drag surfaces emptyAnder Conselvan de Oliveira1-0/+16
2012-02-28shell: Mark geometry dirty when we change surface alphaKristian Høgsberg1-0/+1
2012-02-28compositor: Dont set the opaque region if we have an overall surface alphaKristian Høgsberg1-3/+7
2012-02-28compositor: Export functions and add weston_suface::force_configure for fulls...Alex Wu2-2/+22
2012-02-26Restructure output zoom key handling.Scott Moreau1-20/+40
2012-02-24drm: Remove redundant cursor region mathKristian Høgsberg1-16/+0
2012-02-23drm: Remove redundant weston_surface_update_transform() callKristian Høgsberg1-2/+0
2012-02-23compositor: Remove surface overlapped attributeKristian Høgsberg2-15/+2
2012-02-23Move weston_output_set_cursor into compositor-drm.cKristian Høgsberg5-66/+60
2012-02-23compositor-drm: Destroy sprites on shutdown, turn off on vt switchKristian Høgsberg1-0/+30
2012-02-23compositor: Remove unused compositor vfunc create_cursor_imageKristian Høgsberg2-29/+0
2012-02-23compositor-drm: Add sprite supportJesse Barnes1-1/+448
2012-02-23compositor: add an assign_planes hook to the outputJesse Barnes6-0/+14
2012-02-23Fix pointer position clipping.Scott Moreau1-4/+4
2012-02-23Introduce output zoom.Scott Moreau3-10/+120
2012-02-23compositor: Initialize destroy_listener_list for internal surfaces tooKristian Høgsberg1-0/+2
2012-02-23window: Track and report input and opaque regionsKristian Høgsberg1-2/+3
2012-02-23simple-touch: Update to enter/leave changesKristian Høgsberg1-1/+1
2012-02-23compositor: Implement opqaue and input regionsKristian Høgsberg2-11/+168
2012-02-23compositor: assign output to drag surfacesAnder Conselvan de Oliveira1-0/+1
2012-02-23shell: don't assign output for surface of type noneAnder Conselvan de Oliveira1-0/+1
2012-02-23Update to enter/leave events for pointer and keyboardKristian Høgsberg1-23/+38
2012-02-22shell: Fix never map fullscreen/transient surface.Alex Wu1-4/+4
2012-02-19compositor: Remove redundant weston_surface_damage_below() callsKristian Høgsberg1-5/+0
2012-02-19compositor: Surface is unmapped when surface->output is NULLKristian Høgsberg1-3/+2
2012-02-19shell: Revive super-tab application switcherKristian Høgsberg4-138/+118
2012-02-19compositor: Don't run keybindings if we have a key grabKristian Høgsberg1-1/+3
2012-02-19compositor: Setup for keyboard grabs.Scott Moreau1-5/+7
2012-02-18Track server changes.Scott Moreau2-38/+38
2012-02-17compositor: Move fullscreen_output to shell_surfaceKristian Høgsberg3-7/+6
2012-02-17compositor: Make weston_surface_damage_below_noupdate() the defaultKristian Høgsberg1-10/+2
2012-02-17compositor: Move unmap logic to new function weston_surface_unmap()Kristian Høgsberg1-9/+14
2012-02-17compositor: Only delete surface texture if we have oneKristian Høgsberg1-1/+2
2012-02-17compositor: Get rid of surface->visualKristian Høgsberg3-53/+10
2012-02-16shell: Set geometry directly in configureKristian Høgsberg1-9/+6
2012-02-16shell: Restore basic fullscreen functionalityKristian Høgsberg1-3/+8
2012-02-16protocol: remove absolute coordinates from pointerPekka Paalanen2-17/+11
2012-02-16compositor: implement drag'n'drop iconsAnder Conselvan de Oliveira3-0/+74
2012-02-16shell: update position of surfaces with type none on map()Ander Conselvan de Oliveira4-5/+9
2012-02-16compositor: add a way to disable picking of client surfacesAnder Conselvan de Oliveira2-1/+4
2012-02-16shell: don't map surfaces with type NONEAnder Conselvan de Oliveira1-0/+2
2012-02-16compositor: fix two crashs on surface_attach() with null bufferAnder Conselvan de Oliveira1-0/+4
2012-02-16Follow set_fullscreen protocol changeKristian Høgsberg1-1/+4
2012-02-16shell: Add the set_maximized implementationJuan Zhao1-6/+92
2012-02-13compositor, shell: add and use weston_surface_set_position()Pekka Paalanen4-43/+38
2012-02-13shell: remove two redundant statements from map()Pekka Paalanen1-2/+0