index
:
~krh/weston
assign-planes
gbm-surface
input
layers
libweston
master
meego-tablet-shell
menu
nested
next
non-recursive-build
non-recursive-make
output
pointer-lock
popup
protocol-changes
re-exec
remote
renderer
repaint-refactor
session-manager
surface-damage
testing
threads
video
xdg-more-states
xdg-shell-fixes
xwayland-ddx
personal wayland-demos repo
krh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-04
compositor: handle YUV buffers.
video
Gwenole Beauchesne
4
-15
/
+54
2012-07-03
compositor: add YUV shaders.
Gwenole Beauchesne
2
-0
/
+45
2012-07-03
compositor: factor out RGB shader.
Gwenole Beauchesne
3
-17
/
+28
2012-07-03
compositor: prepare for multi-planar surfaces.
Gwenole Beauchesne
3
-38
/
+64
2012-07-03
use wl_buffer format codes
Kristian Høgsberg
5
-10
/
+10
2012-07-02
compositor-x11: Set make and model so we don't send NULL strings
Kristian Høgsberg
1
-0
/
+2
2012-07-02
shell: Use desired output when sending configure events when maximised
Rob Bradford
1
-5
/
+5
2012-07-02
compositor: Correctly calculate changed sub image rectangle
Rob Bradford
1
-1
/
+1
2012-07-01
terminal: Extend selection to end of line when selecting past last char
Kristian Høgsberg
1
-2
/
+27
2012-07-01
terminal: Insert newlines when copying multiple lines
Kristian Høgsberg
1
-1
/
+6
2012-07-01
clipboard: initialise clipboard memory after creation
Rafal Mielniczuk
1
-0
/
+1
2012-06-29
terminal: Handle selection for pointer positions outside widget correctly
Kristian Høgsberg
1
-29
/
+41
2012-06-28
window.c: Don't allocate proxy manually
Kristian Høgsberg
1
-7
/
+3
2012-06-28
terminal: Add a terminal enter handler for setting I-beam cursor
Kristian Høgsberg
1
-0
/
+8
2012-06-28
shell: Don't move fullscreen surfaces
Ander Conselvan de Oliveira
1
-0
/
+3
2012-06-28
shell: Show approprite cursors during move and resize grabs
Ander Conselvan de Oliveira
3
-59
/
+138
2012-06-28
compositor: Always allow owner of pointer surface to change the hotspot
Ander Conselvan de Oliveira
1
-11
/
+15
2012-06-28
compositor: Move repaint debug binding to mod-shift-space
Kristian Høgsberg
3
-1
/
+4
2012-06-28
compositor: Update xkb state with key releases on focus out
Kristian Høgsberg
2
-7
/
+10
2012-06-28
compositor-drm: Improve initial mode picking
Kristian Høgsberg
1
-23
/
+59
2012-06-27
terminal: Scroll selection with terminal contents
Kristian Høgsberg
1
-0
/
+3
2012-06-27
terminal: Make font size configurable
Kristian Høgsberg
1
-1
/
+3
2012-06-27
terminal: Implement word and line based selection
Kristian Høgsberg
1
-49
/
+114
2012-06-27
shell: Take a wl_surface as parent for transient and popup windows
Kristian Høgsberg
4
-14
/
+12
2012-06-27
shell: Make input_panel just a regular wl_surface
Kristian Høgsberg
3
-106
/
+52
2012-06-27
shell: Make screensaver just a wl_surface
Kristian Høgsberg
3
-91
/
+31
2012-06-27
shell: Make the lock surface just a plain wl_surface too
Kristian Høgsberg
3
-24
/
+30
2012-06-27
shell: Make panel just a wl_surface too
Kristian Høgsberg
5
-59
/
+50
2012-06-26
shell: Don't make desktop_shell background a wl_shell_surface
Kristian Høgsberg
5
-55
/
+73
2012-06-26
terminal: Tab should not output spaces, just move cursor
Kristian Høgsberg
1
-9
/
+0
2012-06-26
compositor-drm: Don't leak FBs when the buffer of a sprite is detroyed
Ander Conselvan de Oliveira
1
-0
/
+6
2012-06-26
compositor-drm: Remove destroy listeners when disabling planes
Ander Conselvan de Oliveira
1
-2
/
+8
2012-06-26
compositor-drm: Wait for vblank events before starting next frame
Ander Conselvan de Oliveira
1
-2
/
+25
2012-06-26
compositor-drm: Check surface's outputs when assigning overlays
Ander Conselvan de Oliveira
1
-0
/
+3
2012-06-26
simple-egl: Make window moveable
Ander Conselvan de Oliveira
1
-0
/
+7
2012-06-25
configure.ac: Bump version to 0.94.90
0.94.90
Kristian Høgsberg
1
-1
/
+1
2012-06-25
shell: Fix inverted test for locked in workspace bindings
Kristian Høgsberg
1
-3
/
+3
2012-06-25
Makefile.am: Don't list wcap sub directory twice in DIST_SUBDIRS
Kristian Høgsberg
1
-1
/
+1
2012-06-25
tests: Add weston-test to EXTRA_DIST
Kristian Høgsberg
1
-0
/
+2
2012-06-25
Move text-cursor-position.c into zoom.c
Kristian Høgsberg
3
-87
/
+63
2012-06-25
wcap: Add vpx_config.h to Makefile.am
Kristian Høgsberg
1
-0
/
+1
2012-06-25
xwm: Add xwayland.h to Makefile.am
Kristian Høgsberg
1
-1
/
+2
2012-06-25
Install screensaver by default
Kristian Høgsberg
2
-7
/
+8
2012-06-25
shell: Hide workspace layer when locking screen
Kristian Høgsberg
1
-0
/
+10
2012-06-22
compositor: Send ping to keyboard focus surface for key press
Kristian Høgsberg
1
-1
/
+1
2012-06-22
terminal: Ignore more modifier keys
Kristian Høgsberg
1
-0
/
+6
2012-06-22
terminal: Only hide cursor for keypresses that generate data for the process
Kristian Høgsberg
1
-8
/
+10
2012-06-22
compositor-drm: Add proper error handling to init
Daniel Stone
1
-13
/
+44
2012-06-22
Split weston_compositor_init into base and _gl
Daniel Stone
7
-62
/
+66
2012-06-22
compositor-wayland: Synchronise keyboard state with parent
Daniel Stone
1
-4
/
+24
[next]