Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
5c38ef4d4ad7e0b4754c5398340f4155a2688312
5c38ef4
compositor: Update output state after mode switch
by Ander Conselvan de Oliveira
· 13 years ago
b77aa06
transformed: Add options for using debuging driver fullscreen method
by Ander Conselvan de Oliveira
· 13 years ago
5403f52
window: Allow clients to choose the fullscreen method
by Ander Conselvan de Oliveira
· 13 years ago
038b9dc
clients: Add screenshooter-client-protocol.h to screenshooter sources
by Kristian Høgsberg
· 13 years ago
d56d4d5
tests: remove test logs on 'make clean'
by Pekka Paalanen
· 13 years ago
f2aa64f
tests: check wl_display_roundtrip() for errors
by Pekka Paalanen
· 13 years ago
07921d7
tests: set client log handler
by Pekka Paalanen
· 13 years ago
c660821
update git ignores
by Pekka Paalanen
· 13 years ago
fd51796
tests: write logs to files
by Pekka Paalanen
· 13 years ago
15be01e
tests: Convert remaining module tests to not use test-runner.c
by Kristian Høgsberg
· 13 years ago
cbc35ae
tests: Remove client-test test
by Kristian Høgsberg
· 13 years ago
1cb3df4
tests: Port text-test to new test framework
by Kristian Høgsberg
· 13 years ago
ba0cfdd
tests: Drop yield() helper function
by Kristian Høgsberg
· 13 years ago
1f4d8e9
keyboard-test: Use wl_display_roundtrip() instead of yield()
by Kristian Høgsberg
· 13 years ago
f63fab7
button-test: Use wl_display_roundtrip instead of yield()
by Kristian Høgsberg
· 13 years ago
db6dc7d
weston-test-client-helper: Use a frame callback to flush surface geometry
by Kristian Høgsberg
· 13 years ago
0a7d588
tests: Convert button-test to new test extension
by U. Artie Eoff
· 13 years ago
84f9db5
tests: Convert event-test to new test extension
by U. Artie Eoff
· 13 years ago
1ba9b38
tests: Convert keyboard-test to new test extension
by U. Artie Eoff
· 13 years ago
617f478
tests: Allow weston-tests-env to process different test types
by U. Artie Eoff
· 13 years ago
e491b13
tests: Rename weston-test to weston-tests-env
by U. Artie Eoff
· 13 years ago
65e7e7a
tests: Define and implement a test protocol extension.
by U. Artie Eoff
· 13 years ago
bc2312c
simple-egl: Remove old obsolete fbo and color_rbo fields
by Kristian Høgsberg
· 13 years ago
3a8d3f2
Link matrix.c into weston again
by Kristian Høgsberg
· 13 years ago
a2f84cc
compositor-drm: Dont pass ARGB format to addfb2 for primary fbs
by Kristian Høgsberg
· 13 years ago
ca5c6ae
compositor-drm: Use overlays for ARGB surfaces if they are opaque
by Ander Conselvan de Oliveira
· 13 years ago
db99938
shell: Remove confusing case fall-through
by Rob Bradford
· 13 years ago
40be7b4
weston-launch: Add some error reporting for weston-launch
by Rob Bradford
· 13 years ago
c9e64ab
compositor: Cleanup if we can't find the symbol in the module
by Rob Bradford
· 13 years ago
546c856
backlight: Revamp error handling code to not leak the directory
by Rob Bradford
· 13 years ago
acfb712
tty: Clean up completely if switching vt fails
by Rob Bradford
· 13 years ago
ef94085
xwayland: Close fd opened for lockfile on error path
by Rob Bradford
· 13 years ago
0b0be8e
backlight: Remove unnecessary and confusing NULL checks
by Rob Bradford
· 13 years ago
26e009c
compositor: Avoid sending event for invalid point
by Rob Bradford
· 13 years ago
ba1e292
screenshooter: Report an error if we fail to open the file
by Rob Bradford
· 13 years ago
4988703
screenshooter: Abandon recording rather than use unitialised format
by Rob Bradford
· 13 years ago
3050d8f
rpi: Don't assign planes for surfaces with transformed buffers
by Ander Conselvan de Oliveira
· 13 years ago
409eebf
compositor-drm: Support overlays with transformed buffers
by Ander Conselvan de Oliveira
· 13 years ago
4dd0c41
window: add a note about freeing shm buffers
by Pekka Paalanen
· 13 years ago
aac1c13
clients: destroy wl_registry on exit
by Pekka Paalanen
· 13 years ago
81ee3f5
compositor: move texture_damage into renderer private
by Pekka Paalanen
· 13 years ago
68033ac
compositor: move pitch into renderer private
by Pekka Paalanen
· 13 years ago
ccfeae2
compositor: add early wl_buffer.release
by Pekka Paalanen
· 13 years ago
fb003d3
gl: take, hold, and release a buffer reference
by Pekka Paalanen
· 13 years ago
de685b8
compositor: introduce weston_buffer_reference
by Pekka Paalanen
· 13 years ago
aecd3ec
compositor: do not flush shm buffer on destroy
by Pekka Paalanen
· 13 years ago
a6421c4
compositor: do not release if re-attaching buffer
by Pekka Paalanen
· 13 years ago
82ec909
shell: Do not remove input panel layer when locked
by Jan Arne Petersen
· 13 years ago
f4f58be
compositor-drm: Load calibration values from udev
by Rob Bradford
· 13 years ago
ea23b28
evdev: Apply calibration values to absolute events
by Rob Bradford
· 13 years ago
bf33b1c
clients: Add a touchscreen calibration tool
by Rob Bradford
· 13 years ago
4a82249
Move matrix.[ch] to shared
by Rob Bradford
· 13 years ago
80137f3
evdev: Include the device capabilities in the debugging
by Rob Bradford
· 13 years ago
03fb4ef
gl-renderer: Force call to glUseProgram() when activating debug binding
by Ander Conselvan de Oliveira
· 13 years ago
2d129f1
xwayland: Staticize weston_wm_set_selection and read_and_dump_property
by Tiago Vignatti
· 13 years ago
3df3f22
xwayland: Remove useless structure
by Tiago Vignatti
· 13 years ago
9c4ff83
xwm: Rename get_resources function
by Tiago Vignatti
· 13 years ago
f268446
xwayland: Standardize 'wxs' for weston_xserver variables
by Tiago Vignatti
· 13 years ago
bf74d52
window: Add a widget default cursor convenience helper
by Kristian Høgsberg
· 13 years ago
ec07669
window: change boolean to flags in toysurface::prepare()
by Pekka Paalanen
· 13 years ago
a06a860
clients: Replace transformed with a toytoolkit implementation
by Ander Conselvan de Oliveira
· 13 years ago
15256f6
window: Add a way to retrieve a window's output transform
by Ander Conselvan de Oliveira
· 13 years ago
6d4cb4e
window: Let clients set buffer transformations
by Ander Conselvan de Oliveira
· 13 years ago
ddd3e27
window: Honour opaque field for windows without a frame
by Ander Conselvan de Oliveira
· 13 years ago
e920941
compositor-drm: Allow scanning out of opaque ARGB surfaces
by Ander Conselvan de Oliveira
· 13 years ago
4fbb653
Fix build warnings from image_loader
by Pekka Paalanen
· 13 years ago
0396ba2
compositor: Fix rendering with shm transformed buffers
by Ander Conselvan de Oliveira
· 13 years ago
a85292e
Fix a crash when opening two terminal windows and closing the first one.
by Dima Ryazanov
· 13 years ago
cd1d6c8
compositor-x11: Link to libshared-cairo for icon loading helper
by Kristian Høgsberg
· 13 years ago
6006ecb
configure.ac: Don't link weston to cairo or image libraries
by Kristian Høgsberg
· 13 years ago
0ea7333
weston.ini: Introduce core section and remove type keys.
by Scott Moreau
· 13 years ago
76d8fc8
xwm: Fix xwm opaque region
by Scott Moreau
· 13 years ago
a4eda73
window: honour wl_buffer.release
by Pekka Paalanen
· 13 years ago
3cbb089
window: fix tooltip text extents
by Pekka Paalanen
· 13 years ago
b362736
window: simplify window_create_surface
by Pekka Paalanen
· 13 years ago
9943686
window: convert shm path to toysurface
by Pekka Paalanen
· 13 years ago
03fc316
window: add toysurface abstraction and port EGL path
by Pekka Paalanen
· 13 years ago
b88b68f
weston-simple-im: Add a few more compose sequences
by Kristian Høgsberg
· 13 years ago
504e8f1
weston-simple-im: Fold struct keyboard_input into struct simple_im
by Kristian Høgsberg
· 13 years ago
aec12b8
weston-simple-im: Fold keyboard_input_handle_keymap() into event handler
by Kristian Høgsberg
· 13 years ago
6aae614
weston-simple-im: Fold keyboard_input_handle_key() into event handler
by Kristian Høgsberg
· 13 years ago
3a3704d
weston-simple-im: Fold keyboard_input_handle_modifiers into event handler
by Kristian Høgsberg
· 13 years ago
de318ab
weston-simple-im: Stop using toytoolkit
by Kristian Høgsberg
· 13 years ago
79bfde2
weston-simple-im: Use serial number from incoming events
by Kristian Høgsberg
· 13 years ago
8c03616
weston-simple-im: Create our own xkb_context
by Kristian Høgsberg
· 13 years ago
1199b16
clients: Move keyboard-utils.[ch] into weston-simple-im
by Kristian Høgsberg
· 13 years ago
bd1e928
noop-renderer: Remove unused variable
by Kristian Høgsberg
· 13 years ago
e9fba2b
text: Add simple compose input method
by Jan Arne Petersen
· 13 years ago
9d1d32b
editor: Add support for editing text using the keyboard
by Rob Bradford
· 13 years ago
c31288d
window: Allow to get xkb context from display
by Jan Arne Petersen
· 13 years ago
257201d
window: Add utils for xkb keyboard input
by Jan Arne Petersen
· 13 years ago
337df95
text: Add support for forwarding key events
by Jan Arne Petersen
· 13 years ago
466b9c1
text: Add support for grabbing the keyboard
by Jan Arne Petersen
· 13 years ago
cd99706
text: Send more information with keysym events
by Jan Arne Petersen
· 13 years ago
d9be93b
text: Rename and extend text_model key event
by Jan Arne Petersen
· 13 years ago
674fd1d
text: Start input method from configuration
by Jan Arne Petersen
· 13 years ago
1b4312d
clients: Add a client that renders transformed buffers
by Ander Conselvan de Oliveira
· 13 years ago
2908a3d
compositor-drm: Support scan out of transformed buffers
by Ander Conselvan de Oliveira
· 13 years ago
012b4c7
compositor: Implement buffer transformation
by Ander Conselvan de Oliveira
· 13 years ago
864c784
man: fill missing pieces to weston page
by Pekka Paalanen
· 13 years ago
Next »