index
:
~gb/weston
01.yuv_buffers
master
old.01.yuv_buffers
Personal repository of the Weston Wayland Compositor
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-15
window: Move theme rendering code to cairo-util
Kristian Høgsberg
3
-62
/
+67
2012-05-15
window: Move all frame theme related state into new struct theme
Kristian Høgsberg
1
-54
/
+69
2012-05-15
xwm: Don't repaint after destroying window
Kristian Høgsberg
1
-6
/
+10
2012-05-15
window: Compute title vertical position based on font extents
Kristian Høgsberg
1
-1
/
+7
2012-05-15
window: Store the outputs that the window is on
Rob Bradford
1
-2
/
+51
2012-05-15
compositor: Fix cursor positioning right after input_device.attach
Ander Conselvan de Oliveira
1
-2
/
+2
2012-05-15
tests: Fix event-test
Ander Conselvan de Oliveira
1
-1
/
+2
2012-05-15
xwm: Update window title when window property change
Kristian Høgsberg
1
-87
/
+124
2012-05-15
xwm: Put a title bar on it
Kristian Høgsberg
1
-7
/
+37
2012-05-15
xwm: Reparent X windows, paint a red decoration frame
Kristian Høgsberg
2
-16
/
+166
2012-05-14
compositor: Only call weston_surface_update_transform from repaint
Kristian Høgsberg
1
-12
/
+0
2012-05-14
compositor: Remove a few leftover screenshooter declarations
Kristian Høgsberg
1
-3
/
+0
2012-05-14
toytoolkit: Recalculate input region if client has modified it's size.
Scott Moreau
1
-10
/
+11
2012-05-14
window: fix missed xkb API adaptation
Pekka Paalanen
1
-1
/
+1
2012-05-14
simple-shm: Handle ping event.
Scott Moreau
1
-0
/
+28
2012-05-11
clients: Remove superfluous #includes
Kristian Høgsberg
6
-12
/
+0
2012-05-11
Update to new libxkbcommon API
Kristian Høgsberg
6
-81
/
+72
2012-05-10
resizor: More resizing
Kristian Høgsberg
1
-47
/
+87
2012-05-10
simple-egl: Add option -o to make surface opaque
Kristian Høgsberg
1
-3
/
+12
2012-05-10
clients: Add motion event trails to clickdot
Jonas Ådahl
1
-5
/
+138
2012-05-10
evdev: Use wl_fixed_t for relative motions
Jonas Ådahl
1
-7
/
+10
2012-05-10
window.c: frame_button: Maximize, minimize, close, icon buttons in window frame
Martin Minarik
6
-4
/
+258
2012-05-10
window.c: Just use float instead of GLfloat, remove GLES2.h include
Kristian Høgsberg
10
-32
/
+31
2012-05-10
Fix a few -pedantic warnings
Kristian Høgsberg
7
-16
/
+16
2012-05-10
compositor: Report refresh rates in mHz
Kristian Høgsberg
2
-3
/
+16
2012-05-09
compositor: Simplify clip_pointer_motion() and make it handle dead areas
Kristian Høgsberg
1
-40
/
+26
2012-05-09
compositor: When clipping pointer motions, don't loose precision
Jonas Ådahl
1
-14
/
+16
2012-05-09
compositor: Use wl_fixed_t for incoming input events
Kristian Høgsberg
5
-56
/
+54
2012-05-09
compositor: Move pointer motion clipping to its own function
Kristian Høgsberg
1
-6
/
+22
2012-05-09
evdev: Convert wl_fixed_t to int before using internally
Jonas Ådahl
1
-2
/
+2
2012-05-09
window: Don't crash if a cursor image failed to load.
Dima Ryazanov
1
-2
/
+9
2012-05-08
window: fix check of cursor image load result
Rafal Mielniczuk
1
-2
/
+2
2012-05-08
Load an XKB keymap and state in the compositor
Daniel Stone
2
-0
/
+26
2012-05-08
Link compositors to xkbcommon as well
Daniel Stone
1
-1
/
+1
2012-05-08
Add xkb_names member plus config + X11 support
Daniel Stone
3
-0
/
+89
2012-05-08
Port Wayland clients to new xkbcommon API
Kristian Høgsberg
3
-38
/
+79
2012-05-08
Convert wire input co-ordinates to fixed-point
Daniel Stone
6
-79
/
+133
2012-05-08
Convert internal input co-ordinates to GLfloat
Daniel Stone
12
-27
/
+29
2012-05-08
Add fixed-point versions of weston_surface_{to, from}_global
Daniel Stone
2
-4
/
+44
2012-05-08
build: Tighten mtdev dependency to reflect requirement
Rob Bradford
1
-1
/
+1
2012-05-07
shell: use own struct for transient surfaces
Tiago Vignatti
1
-4
/
+8
2012-05-07
shell: fix uninitialized variable warning
Tiago Vignatti
1
-1
/
+1
2012-05-07
window: use only one shm pool for all the cursor images
Ander Conselvan de Oliveira
1
-35
/
+164
2012-05-07
Rename 'state' in axis (or ambiguous) bindings to 'value'
Daniel Stone
3
-13
/
+21
2012-05-07
Change button from int to uint32_t
Daniel Stone
13
-16
/
+16
2012-05-07
Change key/button grab bindings to take unsigned state
Daniel Stone
16
-23
/
+24
2012-05-07
test-client: Include poll.h to silence warning
Daniel Stone
1
-0
/
+1
2012-05-03
drm: Make KMS hw cursors work again
Kristian Høgsberg
1
-16
/
+30
2012-05-03
window: use libXcursor for loading pointer images
Ander Conselvan de Oliveira
21
-114
/
+120
2012-05-02
simple-egl: add option for running fullscreen
Ander Conselvan de Oliveira
1
-6
/
+174
[next]