summaryrefslogtreecommitdiff
path: root/clients/clickdot.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-13Rename frame_create and frame_set_child_size with a window_ prefixJason Ekstrand1-1/+1
2013-08-08malloc + memset -> zallocPeter Hutterer1-3/+1
2013-07-25clients: Introduce xmalloc() and use it a few placesKristian Høgsberg1-3/+1
2013-02-20Pass argc pointer to parse_options()Kristian Høgsberg1-1/+1
2012-05-31Use enum wl_keyboard_key_state instead of integerDaniel Stone1-2/+3
2012-05-31Use enum wl_pointer_button_state instead of integerDaniel Stone1-2/+3
2012-05-25window: rename enum pointer_type to cursor_typeAnder Conselvan de Oliveira1-1/+1
2012-05-25window: track changes in libwayland-cursor apiAnder Conselvan de Oliveira1-2/+1
2012-05-22window: use libwayland-cursor instead of libXcursorAnder Conselvan de Oliveira1-1/+2
2012-05-11Update to new libxkbcommon APIKristian Høgsberg1-3/+1
2012-05-10clients: Add motion event trails to clickdotJonas Ådahl1-5/+138
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-12Add an option parserKristian Høgsberg1-1/+1
2012-01-31window: Dont take width and height in window constructorKristian Høgsberg1-1/+1
2012-01-27clickdot: implement the purposePekka Paalanen1-101/+23
2012-01-27clickdot: a copy of resizorPekka Paalanen1-0/+259