summaryrefslogtreecommitdiff
path: root/clients/eventdemo.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-19Support axis source, axis discrete, frame and axis stop eventsPeter Hutterer1-1/+56
2015-08-07Coding style fixesDawid Gajownik1-4/+4
2015-06-15Moved helper macro to a discrete include file.Jon Cruz1-0/+1
2015-06-15clients: Update boilerplate from MIT X11 license to MIT Expat licensesBryce Harrington1-16/+17
2014-08-19weston-eventdemo --help worksBill Spitzak1-9/+33
2014-04-07Make sure config.h is included before any system headersAndrew Wedgbury1-0/+2
2013-10-13Rename frame_create and frame_set_child_size with a window_ prefixJason Ekstrand1-1/+1
2013-02-20Pass argc pointer to parse_options()Kristian Høgsberg1-3/+3
2012-10-04Fix spelling errorsMartin Olsson1-2/+2
2012-08-14eventdemo: add axis loggingPhilipp Brüschweiler1-0/+30
2012-08-14eventdemo: fix --no-borderPhilipp Brüschweiler1-8/+10
2012-08-14eventdemo: fix incorrect commentsPhilipp Brüschweiler1-4/+4
2012-07-09clients: Free resources on exit in eventdemoMartin Olsson1-0/+15
2012-05-31Use enum wl_keyboard_key_state instead of integerDaniel Stone1-3/+7
2012-05-31Use enum wl_pointer_button_state instead of integerDaniel Stone1-3/+6
2012-05-25window: rename enum pointer_type to cursor_typeAnder Conselvan de Oliveira1-2/+2
2012-05-25window: track changes in libwayland-cursor apiAnder Conselvan de Oliveira1-3/+2
2012-05-22window: use libwayland-cursor instead of libXcursorAnder Conselvan de Oliveira1-2/+3
2012-05-11clients: Remove superfluous #includesKristian Høgsberg1-1/+0
2012-05-10window.c: Just use float instead of GLfloat, remove GLES2.h includeKristian Høgsberg1-1/+1
2012-05-08Convert internal input co-ordinates to GLfloatDaniel Stone1-2/+2
2012-05-07Change button from int to uint32_tDaniel Stone1-1/+1
2012-05-07Change key/button grab bindings to take unsigned stateDaniel Stone1-1/+1
2012-03-30Add signedness warning flag and fix falloutKristian Høgsberg1-1/+1
2012-03-12Add an option parserKristian Høgsberg1-30/+17
2012-01-31window: Dont take width and height in window constructorKristian Høgsberg1-2/+2
2012-01-10window: Make decorations just a widgetKristian Høgsberg1-3/+2
2012-01-10window: Get rid of the window child allocation conceptKristian Høgsberg1-8/+2
2012-01-10window: Make resize and redraw handlers widget vfuncsKristian Høgsberg1-23/+12
2012-01-10window: Allocate and flush the window surface in window.cKristian Høgsberg1-3/+1
2012-01-10window: Drop the window widgetKristian Høgsberg1-4/+4
2012-01-09window: Move button handler to widgetKristian Høgsberg1-2/+3
2012-01-09window: Create a widget for the window, drop window motion handlerKristian Høgsberg1-7/+7
2011-08-29window.c: Drop global handler argumentKristian Høgsberg1-1/+1
2011-04-11Define global handler on display creationTim Wiederhake1-1/+1
2011-01-23document the usage of libtoytoolkitTim Wiederhake1-0/+396