Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
5adb480e6067b6b96f8a12a7db74f72d8539bf97
5adb480
window: Move frame rendering to cairo-util
by Kristian Høgsberg
· 13 years ago
42abdf5
window: Move theme rendering code to cairo-util
by Kristian Høgsberg
· 13 years ago
291c69c
window: Move all frame theme related state into new struct theme
by Kristian Høgsberg
· 13 years ago
176b471
xwm: Don't repaint after destroying window
by Kristian Høgsberg
· 13 years ago
d993188
window: Compute title vertical position based on font extents
by Kristian Høgsberg
· 13 years ago
7507b57
window: Store the outputs that the window is on
by Rob Bradford
· 13 years ago
f6f9069
compositor: Fix cursor positioning right after input_device.attach
by Ander Conselvan de Oliveira
· 13 years ago
6d2030d
tests: Fix event-test
by Ander Conselvan de Oliveira
· 13 years ago
19ce462
xwm: Update window title when window property change
by Kristian Høgsberg
· 13 years ago
2a08886
xwm: Put a title bar on it
by Kristian Høgsberg
· 13 years ago
13e8e47
xwm: Reparent X windows, paint a red decoration frame
by Kristian Høgsberg
· 13 years ago
c7ca355
compositor: Only call weston_surface_update_transform from repaint
by Kristian Høgsberg
· 13 years ago
c2d1600
compositor: Remove a few leftover screenshooter declarations
by Kristian Høgsberg
· 13 years ago
f7e498c
toytoolkit: Recalculate input region if client has modified it's size.
by Scott Moreau
· 13 years ago
79b5652
window: fix missed xkb API adaptation
by Pekka Paalanen
· 13 years ago
7c8b116
simple-shm: Handle ping event.
by Scott Moreau
· 13 years ago
4c3dac9
clients: Remove superfluous #includes
by Kristian Høgsberg
· 13 years ago
bef52d1
Update to new libxkbcommon API
by Kristian Høgsberg
· 13 years ago
d174521
resizor: More resizing
by Kristian Høgsberg
· 13 years ago
3593f81
simple-egl: Add option -o to make surface opaque
by Kristian Høgsberg
· 13 years ago
df21183
clients: Add motion event trails to clickdot
by Jonas Ådahl
· 13 years ago
c0ca399
evdev: Use wl_fixed_t for relative motions
by Jonas Ådahl
· 13 years ago
1998b15
window.c: frame_button: Maximize, minimize, close, icon buttons in window frame
by Martin Minarik
· 13 years ago
80680c7
window.c: Just use float instead of GLfloat, remove GLES2.h include
by Kristian Høgsberg
· 13 years ago
b71302e
Fix a few -pedantic warnings
by Kristian Høgsberg
· 13 years ago
c4621b0
compositor: Report refresh rates in mHz
by Kristian Høgsberg
· 13 years ago
34829de
compositor: Simplify clip_pointer_motion() and make it handle dead areas
by Kristian Høgsberg
· 13 years ago
f647c5a
compositor: When clipping pointer motions, don't loose precision
by Jonas Ådahl
· 13 years ago
e11bbe4
compositor: Use wl_fixed_t for incoming input events
by Kristian Høgsberg
· 13 years ago
1f37601
compositor: Move pointer motion clipping to its own function
by Kristian Høgsberg
· 13 years ago
c39aa5a
evdev: Convert wl_fixed_t to int before using internally
by Jonas Ådahl
· 13 years ago
ff1c2d7
window: Don't crash if a cursor image failed to load.
by Dima Ryazanov
· 13 years ago
87e4c93
window: fix check of cursor image load result
by Rafal Mielniczuk
· 13 years ago
d42f457
Load an XKB keymap and state in the compositor
by Daniel Stone
· 13 years ago
db095ff
Link compositors to xkbcommon as well
by Daniel Stone
· 13 years ago
855028f
Add xkb_names member plus config + X11 support
by Daniel Stone
· 13 years ago
7016313
Port Wayland clients to new xkbcommon API
by Kristian Høgsberg
· 13 years ago
103db7f
Convert wire input co-ordinates to fixed-point
by Daniel Stone
· 13 years ago
b230a7e
Convert internal input co-ordinates to GLfloat
by Daniel Stone
· 13 years ago
bd3489b
Add fixed-point versions of weston_surface_{to, from}_global
by Daniel Stone
· 13 years ago
eb95d0d
build: Tighten mtdev dependency to reflect requirement
by Rob Bradford
· 13 years ago
52e598c
shell: use own struct for transient surfaces
by Tiago Vignatti
· 13 years ago
70e5c9c
shell: fix uninitialized variable warning
by Tiago Vignatti
· 13 years ago
001de54
window: use only one shm pool for all the cursor images
by Ander Conselvan de Oliveira
· 13 years ago
e5a0120
Rename 'state' in axis (or ambiguous) bindings to 'value'
by Daniel Stone
· 13 years ago
5d66371
Change button from int to uint32_t
by Daniel Stone
· 13 years ago
da5b93c
Change key/button grab bindings to take unsigned state
by Daniel Stone
· 13 years ago
7ceeb7d
test-client: Include poll.h to silence warning
by Daniel Stone
· 13 years ago
8e1f77f
drm: Make KMS hw cursors work again
by Kristian Høgsberg
· 13 years ago
1493d2a
window: use libXcursor for loading pointer images
by Ander Conselvan de Oliveira
· 13 years ago
d51624f
simple-egl: add option for running fullscreen
by Ander Conselvan de Oliveira
· 13 years ago
a64b15d
compositor-drm: alow scanning out of buffers with XRGB8888 format
by Ander Conselvan de Oliveira
· 13 years ago
555c17d
compositor-drm: refactor to avoid unnecessary allocation of KMS FBs
by Ander Conselvan de Oliveira
· 13 years ago
3e0fe5c
window: Set window title and class
by Kristian Høgsberg
· 13 years ago
e7afd91
shell: Handle set_title and set_class
by Kristian Høgsberg
· 13 years ago
4577adc
Use the dummy pbuffer we create to make current
by Cooper Yuan
· 13 years ago
5f5f319
compositor-drm: call EGL cleanup functions on exit
by Ander Conselvan de Oliveira
· 13 years ago
f7e23d5
shell: Always configure when surface type changes
by Kristian Høgsberg
· 13 years ago
7f366e7
shell: Don't move or reconfigure surfaces until we get the new buffer
by Kristian Høgsberg
· 13 years ago
407ef64
window: Only set toplevel window type if nothing else is set
by Kristian Høgsberg
· 13 years ago
7bcb8bd
shell: Fix not remove rotation for fullscreen surf
by Alex Wu
· 13 years ago
fb98089
shell: allocate enough memory for shsurf->ping_timer
by Ander Conselvan de Oliveira
· 13 years ago
a8479f1
Merge remote-tracking branch 'pq/simple-fixes'
by Kristian Høgsberg
· 13 years ago
3018b44
tests: Add event-test, which tests for a few incoming events
by Kristian Høgsberg
· 13 years ago
dd90921
tests: Generalize test client and add helpers for launching it
by Kristian Høgsberg
· 13 years ago
915b7f8
tests: Add test case for basic client lifecycle
by Kristian Høgsberg
· 13 years ago
306e361
tests: Add an initial weston integration test
by Kristian Høgsberg
· 13 years ago
e17f610
compositor: Initialize xserver variable
by Scott Moreau
· 13 years ago
ec25076
fix build for --disable-clients --enable-simple-clients
by Pekka Paalanen
· 13 years ago
c3710f2
simple-shm: no need for wayland-egl.h
by Pekka Paalanen
· 13 years ago
3baf946
simple-shm: handle shm buffer failure
by Pekka Paalanen
· 13 years ago
f31ad10
compositor: report .so path when load_module() fails
by Pekka Paalanen
· 13 years ago
313bd84
simple-shm: render meaningful diagnostics
by Pekka Paalanen
· 13 years ago
7890c4d
gears: Allow model rotation with pointer
by Scott Moreau
· 13 years ago
e10d279
shell-animation: add conf option in shell
by Juan Zhao
· 13 years ago
2abd07b
animation: add fading-in animation
by Juan Zhao
· 13 years ago
1f2ee80
Add COPYING
by Kristian Høgsberg
· 13 years ago
90c6f1c
xserver: Move window property reading to set_window_id handler
by Kristian Høgsberg
· 13 years ago
54094c3
xserver: Read window properties in map request handler
by Kristian Høgsberg
· 13 years ago
ca535c1
shell: Don't ping internal shell surfaces
by Kristian Høgsberg
· 13 years ago
bc052c9
compositor: introduce internal shell_interface
by Tiago Vignatti
· 13 years ago
b10f1e3
compositor: Set pointer surface input region to empty on attach
by Kristian Høgsberg
· 13 years ago
a4e8b33
shell: Move binding-modifier to shell section
by Kristian Høgsberg
· 13 years ago
0b52d48
shell: modifier bindings configurable
by Tiago Vignatti
· 13 years ago
2074f1d
screenshooter: Don't assume output offsets start at zero
by Scott Moreau
· 13 years ago
72c2372
screenshooter: Move buffer assembly to client side
by Scott Moreau
· 13 years ago
062be7e
screenshooter: Grab pixel data directly before buffer swap
by Scott Moreau
· 13 years ago
9074db5
Send surface enter/leave events
by Casey Dahlin
· 13 years ago
58ba137
Add an id field to outputs
by Casey Dahlin
· 13 years ago
96d8a75
Change find_resource_for_surface to find_resource_for_client
by Casey Dahlin
· 13 years ago
9521d5e
shell: Cleanup ping_timer code.
by Scott Moreau
· 13 years ago
adb624a
compositor-drm: Remove an useless code line.
by Alex Wu
· 13 years ago
c3e54eb
Dim unresponsive windows
by Scott Moreau
· 13 years ago
6936708
Install brightness and saturation variables for surface shader
by Scott Moreau
· 13 years ago
ff1db4a
Install structuring for ping-pong protocol
by Scott Moreau
· 13 years ago
bd3354b
shell: Implement "driver" method of fullsceen.
by Alex Wu
· 13 years ago
b7b8bda
compositor-drm: Add switch_mode support.
by Alex Wu
· 13 years ago
2dda604
compositor: Add a switch_mode hook and a wrapper into the output.
by Alex Wu
· 13 years ago
314db6e
weston-launch: be more descriptive with output messages
by Tiago Vignatti
· 13 years ago
a1d57db
compositor: make GL_EXT_read_format_bgra optional
by Pekka Paalanen
· 13 years ago
Next »