Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
aac8693cf3f4c78a1b58d20dcba9398ee1c33f91
aac8693
compositor-x11: Inherit initial modifier state from XKB
by Kristian Høgsberg
· 13 years ago
5643aa5
man: Update XCURSOR_* information a bit
by Tiago Vignatti
· 13 years ago
ac78bb1
xwm: Fail safely if cursor is not found
by Tiago Vignatti
· 13 years ago
b98905e
configure.ac: Check for libGLU for screensaver
by Kristian Høgsberg
· 13 years ago
16b41e4
Add informal notes file
by Pekka Paalanen
· 13 years ago
9249f93
compositor-drm: remove a stale comment
by Pekka Paalanen
· 13 years ago
9564c75
desktop-shell: background should be opaque
by Pekka Paalanen
· 13 years ago
fedc527
window: remove window_set_transparent() declaration
by Pekka Paalanen
· 13 years ago
035a032
gles2: check eglBindWaylandDisplayWL return value
by Pekka Paalanen
· 13 years ago
9c3fe25
gles2: log EGL config info
by Pekka Paalanen
· 13 years ago
00fbbe6
compositor: Clip pointer coordinates on pointer enter as well
by Kristian Høgsberg
· 13 years ago
42470cf
configure.ac: Bump version to 1.0.0
by Kristian Høgsberg
· 13 years ago
128ee2c
test-client: Make sure we process pending eevents before we verify state
by Kristian Høgsberg
· 13 years ago
1d1e0a5
compositor-drm: Disable hw cursor if allocation fails
by Kristian Høgsberg
· 13 years ago
8c31a4c
Define our own container_of as well
by Kristian Høgsberg
· 13 years ago
5717b6d
Stop relying on ARRAY_LENGTH being defined in wayland-util.h
by Kristian Høgsberg
· 13 years ago
f461eee
window: Always pass focused widget to widget motion handlers
by Jonas Ådahl
· 13 years ago
f82eda5
window: Don't set pointer image when requesting to move a surface
by Jonas Ådahl
· 13 years ago
d0f24cf
simple-shm: Don't use ret variable in main() uninitialized
by Ander Conselvan de Oliveira
· 13 years ago
3146756
clients: Don't ask for EGL_PIXMAP_BIT when choosing configs
by Kristian Høgsberg
· 13 years ago
a17f7a1
clients: Check return value of wl_display_dispatch()
by Kristian Høgsberg
· 13 years ago
7a92ea4
util: Check result of weston_surface_animation_run.
by John Kåre Alsaker
· 13 years ago
5e48a85
compositor-x11: Fix a memory leak.
by John Kåre Alsaker
· 13 years ago
e2e3d07
compositor: Check if surface creation failed in weston_compositor_fade.
by John Kåre Alsaker
· 13 years ago
143a898
compositor-x11: Clean up event handling.
by John Kåre Alsaker
· 13 years ago
011a1ce
Remove some dead code.
by John Kåre Alsaker
· 13 years ago
5b90d8f
weston-launch: Check result of pam_start.
by John Kåre Alsaker
· 13 years ago
379d3d1
configure: build tablet-shell client conditionally
by Pekka Paalanen
· 13 years ago
392c5f2
simple-touch: do not include GL headers
by Pekka Paalanen
· 13 years ago
5f8a67c
configure: separate simple EGL clients from others
by Pekka Paalanen
· 13 years ago
fb39d8d
toytoolkit: make all EGL code dependant on cairo-egl
by Pekka Paalanen
· 13 years ago
de7fe62
configure: fix --without-cairo-glesv2
by Pekka Paalanen
· 13 years ago
e462897
configure: tell why cairo-egl could not be used
by Pekka Paalanen
· 13 years ago
53e5848
window: remove dead EGL code
by Pekka Paalanen
· 13 years ago
b984e40
evdev: Update axis notifications to follow protocol
by Jonas Ådahl
· 13 years ago
f255690
configure.ac: Bump version to 0.99.0
by Kristian Høgsberg
· 13 years ago
5ca8728
Make distcheck pass
by Kristian Høgsberg
· 13 years ago
47c1b98
compositor: Call into grab handler for touch events
by Matt Roper
· 13 years ago
3fb613e
window: Set input region also when we go fullscreen
by Kristian Høgsberg
· 13 years ago
972d506
clients: image: Add support for panning and zooming
by Jonas Ådahl
· 13 years ago
d9f6b07
window: Update modifier state directly after receiving a modifier event
by Jonas Ådahl
· 13 years ago
d9f5819
evdev-touchpad: Implement two finger scroll
by Jonas Ådahl
· 13 years ago
b0b87ba
shell: Update bindings to conform to pointer axis protocol
by Jonas Ådahl
· 13 years ago
62efe20
compositor-x11: Update axis notifications to follow protocol
by Jonas Ådahl
· 13 years ago
87b0735
evdev-touchpad: Add a finite-state machine
by Jonas Ådahl
· 13 years ago
c689493
evdev-touchpad: Cleanup and refactoring
by Jonas Ådahl
· 13 years ago
b2f957a
window: don't call output configure uninitialised
by Pekka Paalanen
· 13 years ago
feb3c1d
clients: Use wl_display_dispatch_pending()
by Kristian Høgsberg
· 13 years ago
d1ecb28
tests: Update tests to new APIs
by Kristian Høgsberg
· 13 years ago
5fd5580
compositor: Unmap drag icon surface when its released
by Ander Conselvan de Oliveira
· 13 years ago
8ec4ab6
compositor: fix event-test
by Pekka Paalanen
· 13 years ago
bc10638
compositor, clients: apply wl_surface.frame on commit
by Pekka Paalanen
· 13 years ago
6c71ee1
compositor: fix surface pointer cast
by Pekka Paalanen
· 13 years ago
b89b004
shell: do not double-init input region
by Pekka Paalanen
· 13 years ago
0cbd3b5
compositor, clients: double-buffer input region
by Pekka Paalanen
· 13 years ago
512dde8
compositor, clients: double-buffer opaque region
by Pekka Paalanen
· 13 years ago
71f6f3b
shell: do not double-init a region
by Pekka Paalanen
· 13 years ago
8e15918
compositor, clients: make damage double-buffered
by Pekka Paalanen
· 13 years ago
c9e00c0
clients: use wl_surface_commit
by Pekka Paalanen
· 13 years ago
5df44de
compositor: make wl_surface.attach double-buffered
by Pekka Paalanen
· 13 years ago
fa80e11
Update to new fd and wl_registry APIs
by Kristian Høgsberg
· 13 years ago
4e07236
toytoolkit: Take into account transform when sending output allocation.
by Scott Moreau
· 13 years ago
b36f7ef
terminal: Don't snap resize if we're maximized
by Kristian Høgsberg
· 13 years ago
b7ed4cb
terminal: Use window_get_fullscreen() instead of tracking that state manually
by Kristian Høgsberg
· 13 years ago
1671e11
window: Add getters for fullscreen and maximized state
by Kristian Høgsberg
· 13 years ago
c6a7e4b
toytoolkit: Don't draw shadows for maximized windows.
by Scott Moreau
· 13 years ago
c37b32d
compositor-wayland: Use some nicer border sizes.
by John Kåre Alsaker
· 13 years ago
b9b8712
compositor-wayland: Make sure border fields are set before wayland_compositor_create_output and document some function dependencies.
by John Kåre Alsaker
· 13 years ago
01a9f1b
clients: Set title for all shell surface demos.
by Scott Moreau
· 13 years ago
3e3862c
shell: restore correct layer in shell_unset_fullscreen
by Rafal Mielniczuk
· 13 years ago
a6b63d0
backlight: Jump to cleanup code if synthesizing backlight string fails
by Rob Bradford
· 13 years ago
6b6795f
compositor-drm: Avoid leak during output configuration error path
by Rob Bradford
· 13 years ago
053fe76
keyboard: Avoid access beyond end off buffer
by Rob Bradford
· 13 years ago
273fec8
backlight: Avoid buffer overflow in the use of readlink
by Rob Bradford
· 13 years ago
ec913fd
evdev-touchpad: Iterate over the touchpad spec table correctly
by Rob Bradford
· 13 years ago
4b997e4
evdev: Avoid unintended case drop through
by Rob Bradford
· 13 years ago
592c07a
tty: Log error if we cannot setup a valid tty keyboard mode
by Rob Bradford
· 13 years ago
3de191e
evdev-touchpad: Twiddle finger_state correctly
by Rob Bradford
· 13 years ago
f77beeb
window: Initialize workspace state before first roundtrip
by Jonas Ådahl
· 13 years ago
71c4744
tests: Remove GLfloat usage.
by John Kåre Alsaker
· 13 years ago
490d02a
weston: Use float instead of GLfloat.
by John Kåre Alsaker
· 13 years ago
4b3081a
compositor-wayland: Create border after creating the OpenGL context.
by John Kåre Alsaker
· 13 years ago
840d5f9
tests: add keyboard test
by U. Artie Eoff
· 13 years ago
58990ca
tests: add button test
by U. Artie Eoff
· 13 years ago
d690175
tests: test surface to/from global functions
by U. Artie Eoff
· 13 years ago
1ae298f
event-test: more aggressive event testing
by U. Artie Eoff
· 13 years ago
44874d9
desktop-shell: destroy data before exiting.
by U. Artie Eoff
· 13 years ago
371805f
simple-shm: Draw the test motif surrounded by a white border
by Rob Bradford
· 13 years ago
fecf332
simple-shm: Don't attach the buffer to the surface for every redraw
by Rob Bradford
· 13 years ago
70f8367
editor: more intuitive cursor positioning
by Philipp Brüschweiler
· 13 years ago
9f897c7
editor: take text offset into account when computing cursor position
by Philipp Brüschweiler
· 13 years ago
b8911dc
editor: make selection a lighter shade of blue, much easier to read
by Philipp Brüschweiler
· 13 years ago
237358b
editor: fix assert to take preedit string into account
by Philipp Brüschweiler
· 13 years ago
3b132e3
Fix spelling errors
by Martin Olsson
· 13 years ago
0d20d7c
xwm: Plug kill signal for killing X apps
by Tiago Vignatti
· 13 years ago
1d01b01
compositor: Add kill signal
by Tiago Vignatti
· 13 years ago
920f197
shell: Skip clients that we forked ourselves in kill binding
by Tiago Vignatti
· 13 years ago
b7dbbd6
shell: Start the desktop-shell client in the idle handler
by Tiago Vignatti
· 13 years ago
6f09338
toytoolkit: Process deferred tasks on fifo order instead
by Tiago Vignatti
· 13 years ago
1428b8c
shell: Fix crash when an input panel is hiding
by Jan Arne Petersen
· 13 years ago
Next »