summaryrefslogtreecommitdiff
path: root/clients/simple-touch.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-13clients: remove superfluous callPeter Hutterer1-2/+0
2013-08-26Add more missing config.h #includesKristian Høgsberg1-0/+2
2013-08-15simple-touch: Handle OOM when allocating struct touchKristian Høgsberg1-0/+4
2013-08-06clients: Fix typo in simple-touch and simple-shm.Stefan Schmidt1-2/+2
2013-07-25simple-touch: Attach buffer before posting damageKristian Høgsberg1-0/+1
2013-01-24clients: add global_remove handler stubsPekka Paalanen1-1/+7
2012-10-19Stop relying on ARRAY_LENGTH being defined in wayland-util.hKristian Høgsberg1-0/+2
2012-10-16clients: Check return value of wl_display_dispatch()Kristian Høgsberg1-2/+3
2012-10-16simple-touch: do not include GL headersPekka Paalanen1-2/+0
2012-10-10compositor, clients: make damage double-bufferedPekka Paalanen1-0/+4
2012-10-10clients: use wl_surface_commitPekka Paalanen1-0/+1
2012-10-10Update to new fd and wl_registry APIsKristian Høgsberg1-20/+19
2012-10-09clients: Set title for all shell surface demos.Scott Moreau1-0/+1
2012-07-31simple-touch: use proper damage in touch_paint()Pekka Paalanen1-1/+1
2012-07-31simple-touch: fix off-by-one in position checksPekka Paalanen1-2/+2
2012-07-31simple-touch: more colors and thicker marksPekka Paalanen1-3/+15
2012-07-31simple-touch: respond to ping protocolPekka Paalanen1-1/+30
2012-06-06Rewrite shm buffer file allocation v2Pekka Paalanen1-11/+6
2012-05-16Convert wl_input_device to wl_seat (and friends)Daniel Stone1-102/+42
2012-05-10window.c: Just use float instead of GLfloat, remove GLES2.h includeKristian Høgsberg1-4/+4
2012-05-08Convert wire input co-ordinates to fixed-pointDaniel Stone1-4/+15
2012-04-11Follow wayland change to serial numbersKristian Høgsberg1-8/+11
2012-04-03clients: Use new shm interfaceKristian Høgsberg1-3/+6
2012-03-30Add signedness warning flag and fix falloutKristian Høgsberg1-1/+1
2012-03-26Simplify shm buffer handlingKristian Høgsberg1-4/+1
2012-03-22Hook up axis events.Scott Moreau1-0/+7
2012-02-23simple-touch: Update to enter/leave changesKristian Høgsberg1-4/+21
2012-02-16protocol: remove absolute coordinates from pointerPekka Paalanen1-3/+2
2012-01-11Use new format codesKristian Høgsberg1-2/+2
2011-12-22clients: Add simple-touch client for testing touch events.Kristian Høgsberg1-0/+310