summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-04compositor: handle YUV buffers.videoGwenole Beauchesne4-15/+54
2012-07-03compositor: add YUV shaders.Gwenole Beauchesne2-0/+45
2012-07-03compositor: factor out RGB shader.Gwenole Beauchesne3-17/+28
2012-07-03compositor: prepare for multi-planar surfaces.Gwenole Beauchesne3-38/+64
2012-07-03use wl_buffer format codesKristian Høgsberg5-10/+10
2012-07-02compositor-x11: Set make and model so we don't send NULL stringsKristian Høgsberg1-0/+2
2012-07-02shell: Use desired output when sending configure events when maximisedRob Bradford1-5/+5
2012-07-02compositor: Correctly calculate changed sub image rectangleRob Bradford1-1/+1
2012-07-01terminal: Extend selection to end of line when selecting past last charKristian Høgsberg1-2/+27
2012-07-01terminal: Insert newlines when copying multiple linesKristian Høgsberg1-1/+6
2012-07-01clipboard: initialise clipboard memory after creationRafal Mielniczuk1-0/+1
2012-06-29terminal: Handle selection for pointer positions outside widget correctlyKristian Høgsberg1-29/+41
2012-06-28window.c: Don't allocate proxy manuallyKristian Høgsberg1-7/+3
2012-06-28terminal: Add a terminal enter handler for setting I-beam cursorKristian Høgsberg1-0/+8
2012-06-28shell: Don't move fullscreen surfacesAnder Conselvan de Oliveira1-0/+3
2012-06-28shell: Show approprite cursors during move and resize grabsAnder Conselvan de Oliveira3-59/+138
2012-06-28compositor: Always allow owner of pointer surface to change the hotspotAnder Conselvan de Oliveira1-11/+15
2012-06-28compositor: Move repaint debug binding to mod-shift-spaceKristian Høgsberg3-1/+4
2012-06-28compositor: Update xkb state with key releases on focus outKristian Høgsberg2-7/+10
2012-06-28compositor-drm: Improve initial mode pickingKristian Høgsberg1-23/+59
2012-06-27terminal: Scroll selection with terminal contentsKristian Høgsberg1-0/+3
2012-06-27terminal: Make font size configurableKristian Høgsberg1-1/+3
2012-06-27terminal: Implement word and line based selectionKristian Høgsberg1-49/+114
2012-06-27shell: Take a wl_surface as parent for transient and popup windowsKristian Høgsberg4-14/+12
2012-06-27shell: Make input_panel just a regular wl_surfaceKristian Høgsberg3-106/+52
2012-06-27shell: Make screensaver just a wl_surfaceKristian Høgsberg3-91/+31
2012-06-27shell: Make the lock surface just a plain wl_surface tooKristian Høgsberg3-24/+30
2012-06-27shell: Make panel just a wl_surface tooKristian Høgsberg5-59/+50
2012-06-26shell: Don't make desktop_shell background a wl_shell_surfaceKristian Høgsberg5-55/+73
2012-06-26terminal: Tab should not output spaces, just move cursorKristian Høgsberg1-9/+0
2012-06-26compositor-drm: Don't leak FBs when the buffer of a sprite is detroyedAnder Conselvan de Oliveira1-0/+6
2012-06-26compositor-drm: Remove destroy listeners when disabling planesAnder Conselvan de Oliveira1-2/+8
2012-06-26compositor-drm: Wait for vblank events before starting next frameAnder Conselvan de Oliveira1-2/+25
2012-06-26compositor-drm: Check surface's outputs when assigning overlaysAnder Conselvan de Oliveira1-0/+3
2012-06-26simple-egl: Make window moveableAnder Conselvan de Oliveira1-0/+7
2012-06-25configure.ac: Bump version to 0.94.900.94.90Kristian Høgsberg1-1/+1
2012-06-25shell: Fix inverted test for locked in workspace bindingsKristian Høgsberg1-3/+3
2012-06-25Makefile.am: Don't list wcap sub directory twice in DIST_SUBDIRSKristian Høgsberg1-1/+1
2012-06-25tests: Add weston-test to EXTRA_DISTKristian Høgsberg1-0/+2
2012-06-25Move text-cursor-position.c into zoom.cKristian Høgsberg3-87/+63
2012-06-25wcap: Add vpx_config.h to Makefile.amKristian Høgsberg1-0/+1
2012-06-25xwm: Add xwayland.h to Makefile.amKristian Høgsberg1-1/+2
2012-06-25Install screensaver by defaultKristian Høgsberg2-7/+8
2012-06-25shell: Hide workspace layer when locking screenKristian Høgsberg1-0/+10
2012-06-22compositor: Send ping to keyboard focus surface for key pressKristian Høgsberg1-1/+1
2012-06-22terminal: Ignore more modifier keysKristian Høgsberg1-0/+6
2012-06-22terminal: Only hide cursor for keypresses that generate data for the processKristian Høgsberg1-8/+10
2012-06-22compositor-drm: Add proper error handling to initDaniel Stone1-13/+44
2012-06-22Split weston_compositor_init into base and _glDaniel Stone7-62/+66
2012-06-22compositor-wayland: Synchronise keyboard state with parentDaniel Stone1-4/+24