summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-20zoom: Use pixels instead of GL coordinateswip/damage-coordinatesJason Ekstrand1-24/+14
2014-05-20pixman-renderer: Simplify the buffer-to-output matrix computationJason Ekstrand1-123/+8
2014-05-20Use pixel coordinates for weston_output.matrixJason Ekstrand2-68/+52
2014-05-20gl-renderer: Call glViewport after the context is made currentJason Ekstrand1-3/+3
2014-05-20weston_surface: Add surface-to-buffer and buffer-to-surface matricesJason Ekstrand2-0/+87
2014-05-20pixman-renderer: Add a weston_matrix_to_pixman_transform functionJason Ekstrand1-21/+21
2014-05-20Move the surface commit logic into weston_surface_commit_stateJason Ekstrand1-81/+34
2014-05-20Create a weston_surface_state structure for storing pending surface stateJason Ekstrand2-65/+49
2014-05-20Move weston_subsurface to after weston_surfaceJason Ekstrand1-51/+51
2014-05-20simple-damage: Add a --rotating-transform flagJason Ekstrand1-9/+27
2014-05-20simple-damage: Correct the help string to --use-viewportJason Ekstrand1-1/+1
2014-05-20wayland-backend: Add initial xdg_shell supportJason Ekstrand2-21/+108
2014-05-20simple-damage: Add support for wl_surface version 4Jason Ekstrand1-11/+36
2014-05-20Fix a copy+paste errorJason Ekstrand1-2/+2
2014-05-20simple-damage: Change the offset to make it more unevenJason Ekstrand1-8/+20
2014-05-20Add a client for testing compositor damage handlingJason Ekstrand2-0/+881
2014-05-18clients: Remove the window / user parameters from the menu functionJasper St. Pierre6-14/+12
2014-05-12window: Send ack_configure immediately from configure handlerKristian Høgsberg1-9/+1
2014-05-12window: Move the resize after interpreting the statesJasper St. Pierre1-8/+8
2014-05-12window: Set frame flags immediately when we handle the new states in configureJasper St. Pierre1-12/+14
2014-05-12shell: Make margin double-buffered state that's applied on commitJasper St. Pierre1-5/+12
2014-05-12shell: Don't use the helper methods in xdg_shell implementationsJasper St. Pierre1-28/+17
2014-05-12shell: Centralize management of sending configure requestsJasper St. Pierre1-49/+63
2014-05-12xdg-shell: Turn "activated" into a stateJasper St. Pierre5-66/+15
2014-05-12terminal: Only add the new size to the title when we're resizingJasper St. Pierre3-14/+49
2014-05-12xdg-shell: Turn the resizing heuristics into an explicit stateJasper St. Pierre3-8/+30
2014-05-12xdg-shell: Rework the state systemJasper St. Pierre5-230/+205
2014-05-13xdg-shell: Rename set_transient_for to set_parentJasper St. Pierre5-25/+22
2014-05-13fullscreen: Remove dirty sizing trickJasper St. Pierre1-9/+0
2014-05-13fullscreen: Remove our own focused state trackingJasper St. Pierre1-18/+3
2014-05-12configure.ac: Bump version 1.4.93Kristian Høgsberg1-1/+1
2014-05-12window: Ignore input events from subsurfacesAnder Conselvan de Oliveira1-5/+16
2014-05-12build: let 'make clean' remove logs/ againPekka Paalanen1-1/+1
2014-05-12gitignore log files, now in root directoryBryce W. Harrington1-0/+3
2014-05-12desktop-shell: Fix order of desktop_shell messagesJonas Ådahl1-11/+14
2014-05-09desktop-shell: Damage the black view when we remove itKristian Høgsberg1-0/+2
2014-05-09configure.ac: Fix indent for screen-share optionKristian Høgsberg1-1/+1
2014-05-09editor: Fix cursor positioning with pointer and touchAnder Conselvan de Oliveira1-10/+23
2014-05-09tests: rename xwayland testPekka Paalanen1-4/+4
2014-05-09tests: load the right shell pluginPekka Paalanen1-0/+3
2014-05-09tests: load the right xwayland pluginPekka Paalanen1-2/+4
2014-05-09tests: use --no-configPekka Paalanen1-0/+2
2014-05-09compositor: add --no-config command line optionPekka Paalanen2-2/+12
2014-05-09libinput-seat: literal values for WESTON_LIBINPUT_LOG_PRIORITYU. Artie Eoff1-1/+8
2014-05-09vaapi-recorder: Don't loop trying to write on out of space conditionAnder Conselvan de Oliveira3-18/+53
2014-05-09rpi: build fix for compute_rects debugPekka Paalanen1-2/+2
2014-05-09desktop-shell: Fix black edges on scaled desktop patternBill Spitzak1-0/+2
2014-05-09shell: Don't allow maximized surfaces to be moved with touchAnder Conselvan de Oliveira1-1/+1
2014-05-09shell: Fix crash when restoring focus state during workspace changeAnder Conselvan de Oliveira1-1/+1
2014-05-09simple-touch: Handle multiple seats properlyAnder Conselvan de Oliveira1-15/+33