summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2017-12-18tests: Add test for pointer axis eventsAlexandros Frantzis4-3/+66
2017-12-18tests: Add test for touch event timestampsAlexandros Frantzis4-4/+99
2017-12-18tests: Add test for keyboard key event timestampsAlexandros Frantzis4-16/+52
2017-12-18tests: Add checks for pointer motion and button event timestampsAlexandros Frantzis6-16/+47
2017-12-18shared: Add timespec_to_proto helper functionAlexandros Frantzis1-0/+29
2017-12-18shared: Add timespec_from_proto helper functionAlexandros Frantzis2-8/+18
2017-12-12tests: Use separate test cases for pointer motion and button testsAlexandros Frantzis1-11/+25
2017-12-12tests: Move wl_pointer tests to their own fileAlexandros Frantzis3-317/+318
2017-12-04tests: add a create_test_surface functionEmilio Pozuelo Monfort2-9/+23
2017-12-04weston: added missing header time.hValery Kartel1-0/+1
2017-12-04tests: Fix integer overflows on 32-bit systemsAlexandros Frantzis1-2/+2
2017-12-01tests: Mark tests as used so they don’t get removed at link timeEmmanuel Gil Peyrot1-1/+1
2017-12-01tests: Add one more indentation level to some macrosEmmanuel Gil Peyrot1-22/+22
2017-11-27libweston: Use struct timespec for key eventsAlexandros Frantzis2-3/+6
2017-11-27libweston: Use struct timespec for button eventsAlexandros Frantzis1-1/+5
2017-11-27libweston: Use struct timespec for motion eventsAlexandros Frantzis1-1/+5
2017-11-27shared: Add helpers to convert between various time units and timespecAlexandros Frantzis1-0/+72
2017-11-27shared: Add timespec_is_zero helperAlexandros Frantzis1-0/+11
2017-10-04tests: ensure output dependent IVI tests runPekka Paalanen1-4/+4
2017-09-04ivi-shell: Added tests for screen-remove-layer APIMichael Teyfel1-0/+69
2017-07-25libweston: introduce weston_output_from_resource()Pekka Paalanen1-1/+1
2017-07-24ivi-shell: remove layer_set_orientation APIUcan, Emre (ADITG/SW1)1-54/+0
2017-07-24ivi-shell: remove surface_set_orientation APIUcan, Emre (ADITG/SW1)3-45/+0
2017-03-13Fix 'implicit fallthrough' warning with new GCCDaniel Stone1-0/+9
2017-03-13timespec: Add timespec subtraction helpersDaniel Stone1-0/+22
2017-03-13timespec: Add timespec_to_msec helperDaniel Stone1-0/+9
2017-03-08timespec: Add timespec_add_msec helperDaniel Stone1-0/+11
2017-03-08timespec: Add timespec_add_nsec helperDaniel Stone1-0/+124
2017-02-07tests: doc iterating in the runnerPekka Paalanen1-1/+5
2017-02-07compositor: damage pending subsurfaces when committing themEmilio Pozuelo Monfort1-1/+1
2017-02-07tests: add subsurface-shot testPekka Paalanen6-0/+263
2017-02-07tests: put screenshots to ./logs by defaultPekka Paalanen1-2/+3
2017-02-07tests: implement get_test_name()Pekka Paalanen2-2/+31
2017-02-07tests/shell: change background colorPekka Paalanen1-1/+1
2017-02-07tests/shell: get rid of static variablesPekka Paalanen1-48/+84
2017-02-07tests: add test-desktop-shellQuentin Glidic1-0/+198
2017-01-30tests: Remove buffer-countDaniel Stone4-237/+0
2017-01-27ivi-shell: add screen_add_layers testUcan, Emre (ADITG/SW1)1-0/+54
2017-01-27ivi-shell: add layer_add_surfaces testUcan, Emre (ADITG/SW1)2-0/+50
2017-01-23tests: add missing includeYann E. MORIN1-0/+1
2017-01-17weston: Add a specific option to load XWaylandQuentin Glidic1-3/+4
2017-01-17weston: Properly namespace modules entrypointQuentin Glidic5-7/+10
2017-01-17libweston: Properly namespace modules entrypointQuentin Glidic4-0/+4
2017-01-17libweston: Position layers in an absolute wayQuentin Glidic1-1/+2
2016-11-30tests: Skip Xwayland test if binary isn't availableDaniel Stone1-0/+3
2016-11-23tests: Extend subsurface place_{above,below} hierarchyDaniel Stone1-0/+142
2016-11-22compositor: allow using nested parent as a subsurface siblingArnaud Vrac1-0/+44
2016-11-21tests/buffer-count-test: teardown after the testEmil Velikov1-3/+17
2016-08-14libweston: Rename weston_surface::configure to ::committedQuentin Glidic1-5/+5
2016-08-06Add safe_strtoint() helperBryce Harrington1-0/+87