Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
bb41005259a442446214005cbfa630f15bd14478
/
tests
af4f2aa
Install header files and pkg-config file for external modules
by Kristian Høgsberg
· 12 years ago
a75a789
text: fix weston key bindings with input methods
by Jan Arne Petersen
· 13 years ago
d1c426e
tests: add test for buffer release event
by Pekka Paalanen
· 12 years ago
32ac9b9
tests: export create_shm_buffer() helper
by Pekka Paalanen
· 12 years ago
8aaef7d
tests: add frame callback waiting helpers
by Pekka Paalanen
· 12 years ago
19dadf2
tests: Add XWayland test
by Tiago Vignatti
· 12 years ago
209e8f1
tests: fix assignment typo, should be comparison
by U. Artie Eoff
· 13 years ago
585c27c
tests: make signal other than ABRT a hard failure
by Pekka Paalanen
· 13 years ago
c59a33a
tests/setbacklight: Close filedescriptor on return paths
by Rob Bradford
· 13 years ago
e565b40
tests: Pass --backend so the test suite runs with the right modules
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
4a82249
Move matrix.[ch] to shared
by Rob Bradford
· 13 years ago
f3dfe71
tests: Remove last GLfloat use
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
011a1ce
Remove some dead code.
by John Kåre Alsaker
· 13 years ago
d1ecb28
tests: Update tests to new APIs
by Kristian Høgsberg
· 13 years ago
71c4744
tests: Remove GLfloat usage.
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
13dc708
test-client: initialize input instance.
by U. Artie Eoff
· 13 years ago
231ba17
compositor: Always assign an output when updating a surface transform
by Ander Conselvan de Oliveira
· 13 years ago
ce8a443
text: Add support for control keys to the protocol
by Jan Arne Petersen
· 13 years ago
e202bae
text: Add delete_surrounding_text to protocol
by Jan Arne Petersen
· 13 years ago
4c26518
text: Remove surface arg in create_text_model
by Jan Arne Petersen
· 13 years ago
a6813d2
compositor: Generalize module loading
by Kristian Høgsberg
· 13 years ago
38b4d62
test-text-client: fix compile error
by U. Artie Eoff
· 13 years ago
b00e663
tests: Add unit test for text model
by Jan Arne Petersen
· 13 years ago
6f83d0d
tests: Explicitly define the test client to launch
by Jan Arne Petersen
· 13 years ago
468262b
event-test: fix compilation
by Philipp Brüschweiler
· 13 years ago
4b14159
configure: make setbacklight optional
by Pekka Paalanen
· 13 years ago
ea40bf8
tests: Use pkg-config to find setbacklight CFLAGS and libs
by Damien Lespiau
· 13 years ago
5085001
tests: Handle modifier event in test-client.c
by Kristian Høgsberg
· 13 years ago
325b3d1
tests: Add weston-test to EXTRA_DIST
by Kristian Høgsberg
· 13 years ago
c3a13cc
tests: Use weston_surface_to_global_float
by Kristian Høgsberg
· 13 years ago
b7452fe
Add support for wl_keyboard::keymap events
by Daniel Stone
· 13 years ago
2fce402
Convert wl_pointer::axis to wl_fixed_t
by Daniel Stone
· 13 years ago
4dbadb1
Use enum wl_pointer_button_state instead of integer
by Daniel Stone
· 13 years ago
11d7139
test-client.c: Replace hard-coded magic value
by Daniel Stone
· 13 years ago
daed3bc
tests, wcap: update ignores
by Pekka Paalanen
· 13 years ago
8704619
tests: Rename left-over caps_mask to capability
by Kristian Høgsberg
· 13 years ago
37816df
Convert wl_input_device to wl_seat (and friends)
by Daniel Stone
· 13 years ago
6d2030d
tests: Fix event-test
by Ander Conselvan de Oliveira
· 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
7ceeb7d
test-client: Include poll.h to silence warning
by Daniel Stone
· 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
6412718
Always build tests
by Kristian Høgsberg
· 13 years ago
476168e
weston: update .gitignore files
by Casey Dahlin
· 13 years ago
1b079ab
tests: add backlight test
by Tiago Vignatti
· 13 years ago
010f98b
window: Track and report input and opaque regions
by Kristian Høgsberg
· 13 years ago
becfcbf
test: Fix out-of-tree builds
by Kristian Høgsberg
· 14 years ago
a7ef5c8
build: fix build of matrix test
by Ander Conselvan de Oliveira
· 14 years ago
d1f0ab6
compositor: simplify the matrix inversion API
by Pekka Paalanen
· 14 years ago
4520d5c
tests: add matrix-test
by Pekka Paalanen
· 14 years ago