summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* libweston: Implement touch timestamps for input_timestamps_unstable_v1Alexandros Frantzis2018-02-201-0/+52
* libweston: Implement pointer timestamps for input_timestamps_unstable_v1Alexandros Frantzis2018-02-201-0/+70
* libweston: Implement keyboard timestamps for input_timestamps_unstable_v1Alexandros Frantzis2018-02-201-0/+51
* tests: Introduce input timestamps helperAlexandros Frantzis2018-02-204-0/+251
* shared: Add timespec_eq helper functionAlexandros Frantzis2018-02-201-0/+12
* tests: Add test for seat destruction and creationAlexandros Frantzis2018-02-151-0/+22
* tests: Run devices tests using the test desktop shellAlexandros Frantzis2018-02-151-0/+2
* tests: Support setting the test client input dynamicallyAlexandros Frantzis2018-02-153-23/+21
* tests: Handle removal of seat global in test clientsAlexandros Frantzis2018-02-152-9/+75
* tests: fix a race condition in ivi-shell testsEmre Ucan2018-02-141-2/+2
* file-util: allow specifying path separately in file_create_dated()Aleksander Morgado2018-02-091-1/+1
* tests: load ivi-shell test plugins as weston moduleEmre Ucan2018-02-073-28/+16
* tests: Set WESTON_DATA_DIR for testsDerek Foreman2018-02-071-0/+4
* tests: Support weston_test request for adding a test seatAlexandros Frantzis2018-02-011-7/+25
* tests: Add test for pointer axis eventsAlexandros Frantzis2017-12-184-3/+66
* tests: Add test for touch event timestampsAlexandros Frantzis2017-12-184-4/+99
* tests: Add test for keyboard key event timestampsAlexandros Frantzis2017-12-184-16/+52
* tests: Add checks for pointer motion and button event timestampsAlexandros Frantzis2017-12-186-16/+47
* shared: Add timespec_to_proto helper functionAlexandros Frantzis2017-12-181-0/+29
* shared: Add timespec_from_proto helper functionAlexandros Frantzis2017-12-182-8/+18
* tests: Use separate test cases for pointer motion and button testsAlexandros Frantzis2017-12-121-11/+25
* tests: Move wl_pointer tests to their own fileAlexandros Frantzis2017-12-123-317/+318
* tests: add a create_test_surface functionEmilio Pozuelo Monfort2017-12-042-9/+23
* weston: added missing header time.hValery Kartel2017-12-041-0/+1
* tests: Fix integer overflows on 32-bit systemsAlexandros Frantzis2017-12-041-2/+2
* tests: Mark tests as used so they don’t get removed at link timeEmmanuel Gil Peyrot2017-12-011-1/+1
* tests: Add one more indentation level to some macrosEmmanuel Gil Peyrot2017-12-011-22/+22
* libweston: Use struct timespec for key eventsAlexandros Frantzis2017-11-272-3/+6
* libweston: Use struct timespec for button eventsAlexandros Frantzis2017-11-271-1/+5
* libweston: Use struct timespec for motion eventsAlexandros Frantzis2017-11-271-1/+5
* shared: Add helpers to convert between various time units and timespecAlexandros Frantzis2017-11-271-0/+72
* shared: Add timespec_is_zero helperAlexandros Frantzis2017-11-271-0/+11
* tests: ensure output dependent IVI tests runPekka Paalanen2017-10-041-4/+4
* ivi-shell: Added tests for screen-remove-layer APIMichael Teyfel2017-09-041-0/+69
* libweston: introduce weston_output_from_resource()Pekka Paalanen2017-07-251-1/+1
* ivi-shell: remove layer_set_orientation APIUcan, Emre (ADITG/SW1)2017-07-241-54/+0
* ivi-shell: remove surface_set_orientation APIUcan, Emre (ADITG/SW1)2017-07-243-45/+0
* Fix 'implicit fallthrough' warning with new GCCDaniel Stone2017-03-131-0/+9
* timespec: Add timespec subtraction helpersDaniel Stone2017-03-131-0/+22
* timespec: Add timespec_to_msec helperDaniel Stone2017-03-131-0/+9
* timespec: Add timespec_add_msec helperDaniel Stone2017-03-081-0/+11
* timespec: Add timespec_add_nsec helperDaniel Stone2017-03-081-0/+124
* tests: doc iterating in the runnerPekka Paalanen2017-02-071-1/+5
* compositor: damage pending subsurfaces when committing themEmilio Pozuelo Monfort2017-02-071-1/+1
* tests: add subsurface-shot testPekka Paalanen2017-02-076-0/+263
* tests: put screenshots to ./logs by defaultPekka Paalanen2017-02-071-2/+3
* tests: implement get_test_name()Pekka Paalanen2017-02-072-2/+31
* tests/shell: change background colorPekka Paalanen2017-02-071-1/+1
* tests/shell: get rid of static variablesPekka Paalanen2017-02-071-48/+84
* tests: add test-desktop-shellQuentin Glidic2017-02-071-0/+198