summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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øgsberg2-2/+6
2012-02-16window: Toggle maximized with super-f5Kristian Høgsberg2-3/+38
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
2012-02-13compositor: make functions staticTiago Vignatti2-35/+21
2012-02-13shell: remove duplicated codeTiago Vignatti1-16/+3
2012-02-13clients: fix spellingTiago Vignatti2-9/+9
2012-02-13window: simplify a bit widget_set_size and widget_set_allocationTiago Vignatti1-4/+1
2012-02-13window: explicitly set TYPE_TOPLEVEL for new windowsTiago Vignatti1-0/+1
2012-02-13shell: do not apply damage on window type setPekka Paalanen1-5/+0
2012-02-13compositor: remove redundant cursor damage callsPekka Paalanen1-3/+1
2012-02-13compositor: round off fractionsPekka Paalanen1-0/+4
2012-02-10shell: replace identity calls to weston_surface_configure()Pekka Paalanen1-14/+3
2012-02-10compositor: move output assignment to update_transformPekka Paalanen3-13/+15
2012-02-10compositor: move opaque tracking into transformPekka Paalanen2-16/+16
2012-02-10compositor: clarify update_transform vs. repaintPekka Paalanen2-4/+7
2012-02-10compositor: let update_transform deal damagePekka Paalanen1-0/+8
2012-02-10compositor: simplify weston_surface_damage_rectangle()Pekka Paalanen1-3/+3
2012-02-10compositor: use floats in computing bounding boxPekka Paalanen1-8/+9
2012-02-10compositor: move surface_to_global_float() definitionPekka Paalanen1-26/+26
2012-02-10compositor: split weston_surface_update_transform()Pekka Paalanen1-25/+39
2012-02-10compositor: split weston_surface_damage_below()Pekka Paalanen1-13/+17
2012-02-10shell: remove excessive damage from rotatingPekka Paalanen1-2/+0
2012-02-09configure: Fix build on debian by avoiding bashisms in the test command.Eric Anholt1-20/+20
2012-02-09Use dist-xz for tarballsKristian Høgsberg1-1/+1
2012-02-09Disable setuid install for distcheckKristian Høgsberg1-0/+2
2012-02-09configure: Change project to weston, set version to 0.89Kristian Høgsberg1-4/+4
2012-02-08compositor: Don't destroy sprite surface, just hide itKristian Høgsberg1-9/+6
2012-02-08smoke: Use normal window resize mechanismKristian Høgsberg1-23/+35
2012-02-08window: Don't set the window size in widget_set_size()Kristian Høgsberg1-5/+0
2012-02-08smoke: fix the segment fault errorJuan Zhao1-0/+12
2012-02-08Add support for webp image formatKristian Høgsberg2-10/+109
2012-02-08cairo-util: Only look at first two bytes for jpegsKristian Høgsberg1-3/+4
2012-02-07terminal: run $SHELL if setPeter Hutterer1-1/+6
2012-02-07configure.ac: fix cairo-glesv2 help textJesse Barnes1-1/+1
2012-02-07Merge remote-tracking branch 'pq/transform-fixes2'Kristian Høgsberg6-78/+89
2012-02-07compositor-wayland: Add window borderKristian Høgsberg5-11/+192
2012-02-07compositor-wayland: Add display sub-option for wayland backendKristian Høgsberg1-5/+9
2012-02-07compositor-wayland: Hide cursor for compositor surfacesKristian Høgsberg1-0/+2
2012-02-07compositor-wayland: Destroy wl_callback in callback functionKristian Høgsberg1-1/+2
2012-02-07compositor: Drop setuid when launching clientsKristian Høgsberg1-0/+3
2012-02-07compositor: simple menu transformPekka Paalanen1-2/+17
2012-02-07compositor: add weston_surface transformation docPekka Paalanen1-0/+25
2012-02-06compositor: fix transformed opaque surface repaintingPekka Paalanen1-1/+2
2012-02-06compositor: q&d solution for surface driftPekka Paalanen4-18/+28