compositor-x11: Rename the output make to "weston-X11"
[platform/upstream/weston.git] / clients / simple-touch.c
2014-05-09 Ander Conselvan... simple-touch: Handle multiple seats properly
2013-09-13 Peter Huttererclients: remove superfluous call
2013-08-26 Kristian HøgsbergAdd more missing config.h #includes
2013-08-15 Kristian Høgsbergsimple-touch: Handle OOM when allocating struct touch
2013-08-07 Stefan Schmidtclients: Fix typo in simple-touch and simple-shm.
2013-07-25 Kristian Høgsbergsimple-touch: Attach buffer before posting damage
2013-01-24 Pekka Paalanenclients: add global_remove handler stubs
2012-10-19 Kristian HøgsbergStop relying on ARRAY_LENGTH being defined in wayland...
2012-10-16 Kristian Høgsbergclients: Check return value of wl_display_dispatch()
2012-10-16 Pekka Paalanensimple-touch: do not include GL headers
2012-10-11 Pekka Paalanencompositor, clients: make damage double-buffered
2012-10-11 Pekka Paalanenclients: use wl_surface_commit
2012-10-11 Kristian HøgsbergUpdate to new fd and wl_registry APIs
2012-10-10 Scott Moreauclients: Set title for all shell surface demos.
2012-08-01 Pekka Paalanensimple-touch: use proper damage in touch_paint()
2012-08-01 Pekka Paalanensimple-touch: fix off-by-one in position checks
2012-08-01 Pekka Paalanensimple-touch: more colors and thicker marks
2012-08-01 Pekka Paalanensimple-touch: respond to ping protocol
2012-06-06 Pekka PaalanenRewrite shm buffer file allocation v2
2012-05-16 Daniel StoneConvert wl_input_device to wl_seat (and friends)
2012-05-10 Kristian Høgsbergwindow.c: Just use float instead of GLfloat, remove...
2012-05-08 Daniel StoneConvert wire input co-ordinates to fixed-point
2012-04-12 Kristian HøgsbergFollow wayland change to serial numbers
2012-04-03 Kristian Høgsbergclients: Use new shm interface
2012-03-30 Kristian HøgsbergAdd signedness warning flag and fix fallout
2012-03-26 Kristian HøgsbergSimplify shm buffer handling
2012-03-22 Scott MoreauHook up axis events.
2012-02-23 Kristian Høgsbergsimple-touch: Update to enter/leave changes
2012-02-17 Pekka Paalanenprotocol: remove absolute coordinates from pointer
2012-01-11 Kristian HøgsbergUse new format codes
2011-12-22 Kristian Høgsbergclients: Add simple-touch client for testing touch...