summaryrefslogtreecommitdiff
path: root/src/compositor.h
AgeCommit message (Expand)AuthorFilesLines
2012-03-12Add an option parserKristian Høgsberg1-0/+4
2012-03-05compositor: Move input devices to their own event loopKristian Høgsberg1-0/+3
2012-03-01compositor: fix crash when a drag surface is destroyed during the dragAnder Conselvan de Oliveira1-0/+1
2012-03-01compositor: Organize surface stack using new struct weston_layerKristian Høgsberg1-0/+16
2012-03-01compositor: Store opaque clip for previous frame in weston_surfaceKristian Høgsberg1-3/+6
2012-02-29compositor: add dpms and backlight supportTiago Vignatti1-0/+13
2012-02-28compositor: Export functions and add weston_suface::force_configure for fulls...Alex Wu1-0/+9
2012-02-23compositor: Remove surface overlapped attributeKristian Høgsberg1-1/+0
2012-02-23Move weston_output_set_cursor into compositor-drm.cKristian Høgsberg1-2/+3
2012-02-23compositor: Remove unused compositor vfunc create_cursor_imageKristian Høgsberg1-2/+0
2012-02-23compositor: add an assign_planes hook to the outputJesse Barnes1-0/+1
2012-02-23Introduce output zoom.Scott Moreau1-0/+14
2012-02-23compositor: Implement opqaue and input regionsKristian Høgsberg1-1/+7
2012-02-19shell: Revive super-tab application switcherKristian Høgsberg1-5/+0
2012-02-17compositor: Move fullscreen_output to shell_surfaceKristian Høgsberg1-1/+0
2012-02-17compositor: Get rid of surface->visualKristian Høgsberg1-7/+0
2012-02-16compositor: implement drag'n'drop iconsAnder Conselvan de Oliveira1-0/+4
2012-02-16shell: update position of surfaces with type none on map()Ander Conselvan de Oliveira1-1/+1
2012-02-16compositor: add a way to disable picking of client surfacesAnder Conselvan de Oliveira1-0/+1
2012-02-13compositor, shell: add and use weston_surface_set_position()Pekka Paalanen1-0/+4
2012-02-13compositor: make functions staticTiago Vignatti1-14/+0
2012-02-10compositor: move opaque tracking into transformPekka Paalanen1-1/+1
2012-02-07Merge remote-tracking branch 'pq/transform-fixes2'Kristian Høgsberg1-9/+33
2012-02-07compositor-wayland: Add window borderKristian Høgsberg1-0/+5
2012-02-07compositor: add weston_surface transformation docPekka Paalanen1-0/+25
2012-02-06compositor: q&d solution for surface driftPekka Paalanen1-3/+3
2012-02-02compositor: fix and simplify shader uniform handlingPekka Paalanen1-6/+5
2012-01-27compositor: Only set surface geometry through weston_surface_configure()Kristian Høgsberg1-2/+1
2012-01-27Collabora copyright updatesPekka Paalanen1-0/+1
2012-01-27compositor: move weston_surface::width,height into geometryPekka Paalanen1-1/+1
2012-01-27compositor: add weston_surface bounding boxPekka Paalanen1-0/+2
2012-01-27compositor: move weston_surface::x,y into geometryPekka Paalanen1-1/+3
2012-01-27compositor: make position a surface transformationPekka Paalanen1-0/+2
2012-01-27compositor: honour repaint regions with transformed surfacesPekka Paalanen1-0/+1
2012-01-27compositor: remove unused *_uniform membersPekka Paalanen1-1/+0
2012-01-27compositor: rewrite draw and input coordinate transformationsPekka Paalanen1-0/+8
2012-01-27compositor: restructure weston_surface::transformPekka Paalanen1-3/+16
2012-01-27shell: add key binding for rotating a surfacePekka Paalanen1-0/+3
2012-01-27compositor: simplify the matrix inversion APIPekka Paalanen1-1/+1
2012-01-27compositor: implement inverse matrix transformationPekka Paalanen1-1/+1
2012-01-27compositor: drop inverse matrix from weston_transformPekka Paalanen1-2/+3
2012-01-27compositor: move matrix code to separate filesPekka Paalanen1-19/+1
2012-01-27compositor: implement a stack of surface transformationsPekka Paalanen1-1/+11
2012-01-26compositor: Keep fade surface around while we're fadingKristian Høgsberg1-0/+1
2012-01-26compositor: Drop unused saved_texture surface fieldKristian Høgsberg1-1/+1
2012-01-26compositor: Compute overlapped early and base hw cursor decision on thatKristian Høgsberg1-0/+3
2012-01-26compositor: Move tracking of scanout buffers to compositor-drmKristian Høgsberg1-4/+3
2012-01-25compositor: Remove prepare_scanout_surface calloutKristian Høgsberg1-2/+0
2012-01-25compositor: Pull prepare_render and present callouts into repaintKristian Høgsberg1-2/+0
2012-01-25compositor: Move repaint loop into a backend functionKristian Høgsberg1-0/+3