summaryrefslogtreecommitdiff
path: root/clients/clickdot.c
Commit message (Expand)AuthorAgeFilesLines
* clients & tests: Unify multiple definitions of x*alloc and related functionsBryce Harrington2016-03-171-0/+1
* Unified multiple definitions of container_of() macro.Jon Cruz2015-06-151-0/+1
* clients: Update boilerplate from MIT X11 license to MIT Expat licensesBryce Harrington2015-06-151-16/+17
* input: Schedule pointer sprite repaint when cursor is setJonas Ådahl2014-09-101-1/+49
* Make sure config.h is included before any system headersAndrew Wedgbury2014-04-071-0/+2
* Rename frame_create and frame_set_child_size with a window_ prefixJason Ekstrand2013-10-131-1/+1
* malloc + memset -> zallocPeter Hutterer2013-08-081-3/+1
* clients: Introduce xmalloc() and use it a few placesKristian Høgsberg2013-07-251-3/+1
* Pass argc pointer to parse_options()Kristian Høgsberg2013-02-201-1/+1
* Use enum wl_keyboard_key_state instead of integerDaniel Stone2012-05-311-2/+3
* Use enum wl_pointer_button_state instead of integerDaniel Stone2012-05-311-2/+3
* window: rename enum pointer_type to cursor_typeAnder Conselvan de Oliveira2012-05-251-1/+1
* window: track changes in libwayland-cursor apiAnder Conselvan de Oliveira2012-05-251-2/+1
* window: use libwayland-cursor instead of libXcursorAnder Conselvan de Oliveira2012-05-221-1/+2
* Update to new libxkbcommon APIKristian Høgsberg2012-05-111-3/+1
* clients: Add motion event trails to clickdotJonas Ådahl2012-05-101-5/+138
* Change button from int to uint32_tDaniel Stone2012-05-071-1/+1
* Change key/button grab bindings to take unsigned stateDaniel Stone2012-05-071-1/+1
* Add an option parserKristian Høgsberg2012-03-121-1/+1
* window: Dont take width and height in window constructorKristian Høgsberg2012-01-311-1/+1
* clickdot: implement the purposePekka Paalanen2012-01-271-101/+23
* clickdot: a copy of resizorPekka Paalanen2012-01-271-0/+259