summaryrefslogtreecommitdiff
path: root/clients/simple-touch.c
Commit message (Expand)AuthorAgeFilesLines
* Moved helper macro to a discrete include file.Jon Cruz2015-06-151-2/+1
* Remove redundant #include path component.Jon Cruz2015-06-151-1/+1
* clients: Update boilerplate from MIT X11 license to MIT Expat licensesBryce Harrington2015-06-151-16/+17
* simple-touch: Handle multiple seats properlyAnder Conselvan de Oliveira2014-05-091-15/+33
* clients: remove superfluous callPeter Hutterer2013-09-131-2/+0
* Add more missing config.h #includesKristian Høgsberg2013-08-261-0/+2
* simple-touch: Handle OOM when allocating struct touchKristian Høgsberg2013-08-151-0/+4
* clients: Fix typo in simple-touch and simple-shm.Stefan Schmidt2013-08-061-2/+2
* simple-touch: Attach buffer before posting damageKristian Høgsberg2013-07-251-0/+1
* clients: add global_remove handler stubsPekka Paalanen2013-01-241-1/+7
* Stop relying on ARRAY_LENGTH being defined in wayland-util.hKristian Høgsberg2012-10-191-0/+2
* clients: Check return value of wl_display_dispatch()Kristian Høgsberg2012-10-161-2/+3
* simple-touch: do not include GL headersPekka Paalanen2012-10-161-2/+0
* compositor, clients: make damage double-bufferedPekka Paalanen2012-10-101-0/+4
* clients: use wl_surface_commitPekka Paalanen2012-10-101-0/+1
* Update to new fd and wl_registry APIsKristian Høgsberg2012-10-101-20/+19
* clients: Set title for all shell surface demos.Scott Moreau2012-10-091-0/+1
* simple-touch: use proper damage in touch_paint()Pekka Paalanen2012-07-311-1/+1
* simple-touch: fix off-by-one in position checksPekka Paalanen2012-07-311-2/+2
* simple-touch: more colors and thicker marksPekka Paalanen2012-07-311-3/+15
* simple-touch: respond to ping protocolPekka Paalanen2012-07-311-1/+30
* Rewrite shm buffer file allocation v2Pekka Paalanen2012-06-061-11/+6
* Convert wl_input_device to wl_seat (and friends)Daniel Stone2012-05-161-102/+42
* window.c: Just use float instead of GLfloat, remove GLES2.h includeKristian Høgsberg2012-05-101-4/+4
* Convert wire input co-ordinates to fixed-pointDaniel Stone2012-05-081-4/+15
* Follow wayland change to serial numbersKristian Høgsberg2012-04-111-8/+11
* clients: Use new shm interfaceKristian Høgsberg2012-04-031-3/+6
* Add signedness warning flag and fix falloutKristian Høgsberg2012-03-301-1/+1
* Simplify shm buffer handlingKristian Høgsberg2012-03-261-4/+1
* Hook up axis events.Scott Moreau2012-03-221-0/+7
* simple-touch: Update to enter/leave changesKristian Høgsberg2012-02-231-4/+21
* protocol: remove absolute coordinates from pointerPekka Paalanen2012-02-161-3/+2
* Use new format codesKristian Høgsberg2012-01-111-2/+2
* clients: Add simple-touch client for testing touch events.Kristian Høgsberg2011-12-221-0/+310