summaryrefslogtreecommitdiff
path: root/tests/test-client.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-21test-client: Make sure we process pending eevents before we verify stateKristian Høgsberg1-1/+1
2012-10-11tests: Update tests to new APIsnextKristian Høgsberg1-12/+18
2012-10-04tests: Remove GLfloat usage.John Kåre Alsaker1-2/+1
2012-10-04tests: add keyboard testU. Artie Eoff1-1/+31
2012-10-04tests: add button testU. Artie Eoff1-0/+15
2012-10-04event-test: more aggressive event testingU. Artie Eoff1-9/+62
2012-09-25test-client: initialize input instance.U. Artie Eoff1-1/+1
2012-08-14event-test: fix compilationPhilipp Brüschweiler1-3/+4
2012-07-09tests: Handle modifier event in test-client.cKristian Høgsberg1-0/+9
2012-06-01Add support for wl_keyboard::keymap eventsDaniel Stone1-0/+8
2012-05-31Convert wl_pointer::axis to wl_fixed_tDaniel Stone1-1/+1
2012-05-31Use enum wl_pointer_button_state instead of integerDaniel Stone1-2/+3
2012-05-31test-client.c: Replace hard-coded magic valueDaniel Stone1-1/+2
2012-05-17tests: Rename left-over caps_mask to capabilityKristian Høgsberg1-5/+5
2012-05-16Convert wl_input_device to wl_seat (and friends)Daniel Stone1-87/+74
2012-05-08Convert wire input co-ordinates to fixed-pointDaniel Stone1-8/+9
2012-05-08Convert internal input co-ordinates to GLfloatDaniel Stone1-1/+2
2012-05-07test-client: Include poll.h to silence warningDaniel Stone1-0/+1
2012-04-27tests: Add event-test, which tests for a few incoming eventsKristian Høgsberg1-7/+291
2012-04-27tests: Generalize test client and add helpers for launching itKristian Høgsberg1-1/+28
2012-04-26tests: Add test case for basic client lifecycleKristian Høgsberg1-0/+45