1. 649bbce include stdint.h for int32_t/uint32_t by Jussi Kukkonen · 9 years ago
  2. 901ac32 eventdemo: use %u for uint32_t printing by Pekka Paalanen · 9 years ago
  3. 0baffb0 eventdemo: do not print axis events if not requested by Pekka Paalanen · 9 years ago
  4. 10e92db eventdemo: use zalloc by Pekka Paalanen · 9 years ago
  5. 4386499 eventdemo: do not print pointer frames alone by Pekka Paalanen · 9 years ago
  6. 87743e9 Support axis source, axis discrete, frame and axis stop events by Peter Hutterer · 9 years ago
  7. 74a635b Coding style fixes by Dawid Gajownik · 10 years ago
  8. 35b2eaa Moved helper macro to a discrete include file. by Jon Cruz · 10 years ago
  9. 1f6b0d1 clients: Update boilerplate from MIT X11 license to MIT Expat licenses by Bryce Harrington · 10 years ago
  10. 4fb8491 weston-eventdemo --help works by Bill Spitzak · 11 years ago
  11. 9cd661e Make sure config.h is included before any system headers by Andrew Wedgbury · 11 years ago
  12. ee7fefc Rename frame_create and frame_set_child_size with a window_ prefix by Jason Ekstrand · 12 years ago
  13. 4172f66 Pass argc pointer to parse_options() by Kristian Høgsberg · 12 years ago
  14. 3b132e3 Fix spelling errors by Martin Olsson · 13 years ago
  15. 70cc73b eventdemo: add axis logging by Philipp Brüschweiler · 13 years ago
  16. a306a26 eventdemo: fix --no-border by Philipp Brüschweiler · 13 years ago
  17. 850f504 eventdemo: fix incorrect comments by Philipp Brüschweiler · 13 years ago
  18. c663b22 clients: Free resources on exit in eventdemo by Martin Olsson · 13 years ago
  19. c9785ea Use enum wl_keyboard_key_state instead of integer by Daniel Stone · 13 years ago
  20. 4dbadb1 Use enum wl_pointer_button_state instead of integer by Daniel Stone · 13 years ago
  21. dc8c8fc window: rename enum pointer_type to cursor_type by Ander Conselvan de Oliveira · 13 years ago
  22. d8f527c window: track changes in libwayland-cursor api by Ander Conselvan de Oliveira · 13 years ago
  23. 1042dc1 window: use libwayland-cursor instead of libXcursor by Ander Conselvan de Oliveira · 13 years ago
  24. 4c3dac9 clients: Remove superfluous #includes by Kristian Høgsberg · 13 years ago
  25. 80680c7 window.c: Just use float instead of GLfloat, remove GLES2.h include by Kristian Høgsberg · 13 years ago
  26. b230a7e Convert internal input co-ordinates to GLfloat by Daniel Stone · 13 years ago
  27. 5d66371 Change button from int to uint32_t by Daniel Stone · 13 years ago
  28. da5b93c Change key/button grab bindings to take unsigned state by Daniel Stone · 13 years ago
  29. 875ab9e Add signedness warning flag and fix fallout by Kristian Høgsberg · 13 years ago
  30. bcacef1 Add an option parser by Kristian Høgsberg · 13 years ago
  31. 009ac0a window: Dont take width and height in window constructor by Kristian Høgsberg · 13 years ago
  32. 29af3eb window: Make decorations just a widget by Kristian Høgsberg · 13 years ago
  33. bb97700 window: Get rid of the window child allocation concept by Kristian Høgsberg · 13 years ago
  34. b67e94b window: Make resize and redraw handlers widget vfuncs by Kristian Høgsberg · 13 years ago
  35. 5d12990 window: Allocate and flush the window surface in window.c by Kristian Høgsberg · 13 years ago
  36. 75bc667 window: Drop the window widget by Kristian Høgsberg · 13 years ago
  37. a8a0db3 window: Move button handler to widget by Kristian Høgsberg · 13 years ago
  38. 87a57bb window: Create a widget for the window, drop window motion handler by Kristian Høgsberg · 13 years ago
  39. 9de79a9 window.c: Drop global handler argument by Kristian Høgsberg · 14 years ago
  40. b4b6734 Define global handler on display creation by Tim Wiederhake · 14 years ago
  41. 503ccca document the usage of libtoytoolkit by Tim Wiederhake · 14 years ago