1. 3759ad1 tests: Fix use after free on exit by Derek Foreman · 3 years, 7 months ago
  2. eff793a Fix indentation all through the project by Emmanuel Gil Peyrot · 4 years ago
  3. 7514bf7 tests: proper weston_test_surface_create() by Pekka Paalanen · 4 years, 2 months ago
  4. 79491b4 tests: drop test suite screenshooter implementation and protocol extension by Leandro Ribeiro · 4 years, 10 months ago
  5. 32a5acd tests: add mechanism to change Weston's behavior when running certain tests by Leandro Ribeiro · 4 years, 10 months ago
  6. 7bce28b tests: release resources on compositor destruction by Guillaume Champagne · 5 years ago
  7. 7df5349 tests: remove tests_weston and WESTON_TEST_CLIENT_PATH by Pekka Paalanen · 6 years ago
  8. babb3b3 tests: thread-based client harness by Pekka Paalanen · 6 years ago
  9. 442ffcb tests: stop using frame_signal 'void *data' argument to get weston_output by Leandro Ribeiro · 6 years ago
  10. 6ffbba3 Use weston_compositor_add_destroy_listener_once() in plugins by Pekka Paalanen · 6 years ago
  11. 93dde24 libweston: Add functions to modify disable_planes counter for an output by Ankit Nautiyal · 6 years ago
  12. 5d649b6 libweston: Migrate functions that operate on 'weston_seat' by Marius Vlad · 6 years ago
  13. 0bf3f5a libweston: Migrate functions that operate on 'weston_seat' by Marius Vlad · 6 years ago
  14. 3957863 log: remove "%m" from format strings by using strerror(errno) by Antonio Borneo · 6 years ago
  15. 3d5d947 Rename compositor.h to libweston/libweston.h by Pekka Paalanen · 6 years ago
  16. be61a1f tests: fix references to automake by Pekka Paalanen · 6 years ago
  17. a37920e tests: use weston_compositor_exit by Pekka Paalanen · 6 years ago
  18. 91bf16b tests: remove remnants of buffer-count test by Pekka Paalanen · 7 years ago
  19. bcbce33 libweston: notify_touch API to use weston_touch_device by Pekka Paalanen · 7 years ago
  20. 6ef59c9 input: introduce weston_touch_device by Louis-Francis Ratté-Boulianne · 8 years ago
  21. f39249a tests: add test_seat_release() for symmetry by Pekka Paalanen · 7 years ago
  22. 055c113 libweston: make wl_output point to weston_head by Pekka Paalanen · 8 years ago
  23. 85f8432 tests: Support weston_test request for adding a test seat by Alexandros Frantzis · 8 years ago
  24. b0341ae tests: Add test for pointer axis events by Alexandros Frantzis · 8 years ago
  25. c20b580 tests: Add test for touch event timestamps by Alexandros Frantzis · 8 years ago
  26. dae224c tests: Add test for keyboard key event timestamps by Alexandros Frantzis · 8 years ago
  27. 2180858 tests: Add checks for pointer motion and button event timestamps by Alexandros Frantzis · 8 years ago
  28. 47e79c8 libweston: Use struct timespec for key events by Alexandros Frantzis · 8 years ago
  29. 215bedc libweston: Use struct timespec for button events by Alexandros Frantzis · 8 years ago
  30. 84b31f8 libweston: Use struct timespec for motion events by Alexandros Frantzis · 8 years ago
  31. 9ffb250 libweston: introduce weston_output_from_resource() by Pekka Paalanen · 8 years ago
  32. 4938f93 tests: Remove buffer-count by Daniel Stone · 9 years ago
  33. 8af2bec weston: Properly namespace modules entrypoint by Quentin Glidic · 9 years ago
  34. 8268157 libweston: Position layers in an absolute way by Quentin Glidic · 9 years ago
  35. 2edc3d5 libweston: Rename weston_surface::configure to ::committed by Quentin Glidic · 9 years ago
  36. 649bbce include stdint.h for int32_t/uint32_t by Jussi Kukkonen · 9 years ago
  37. d0cf441 tests: update for manual surface/view mapping by Armin Krezović · 9 years ago
  38. 260c2ff input: Rename weston_surface_activate to weston_seat_set_keyboard_focus by Bryce Harrington · 9 years ago
  39. b5e3ea2 Rename src/ to libweston/ by Pekka Paalanen · 9 years ago
  40. 58f98c9 Move weston source to compositor/ by Pekka Paalanen · 9 years ago
  41. 315bf8c tests: check kbd init in the plugin by Pekka Paalanen · 9 years ago
  42. fba27fb Move the functions launching clients to main.c by Giulio Camuffo · 9 years ago
  43. 2ec5f2a cosmetic: Remove use of C++ style comments by Chris Michael · 10 years ago
  44. d251010 input: Make pointer grab motion callbacks take an event struct by Jonas Ådahl · 11 years ago
  45. 1281a36 input: Don't test keyboard/pointer/touch pointers by Derek Foreman · 10 years ago
  46. 867d50e Unified multiple definitions of container_of() macro. by Jon Cruz · 10 years ago
  47. 4678bab Remove redundant #include path component. by Jon Cruz · 10 years ago
  48. 2cc9297 tests: Update boilerplate from MIT X11 license to MIT Expat license by Bryce Harrington · 10 years ago
  49. f280d11 tests: Add screenshot recording capability to weston-test by Bryce Harrington · 10 years ago
  50. c3c3fc4 tests: use special seat by Marek Chalupa · 10 years ago
  51. c8daf77 weston-test: add device_{release/add} into protocol by Marek Chalupa · 10 years ago
  52. f6a6592 tests: Rename wayland-test to weston-test by Derek Foreman · 10 years ago
  53. e789771 tests: Include weston-egl-ext from weston-test by Daniel Stone · 10 years ago
  54. a768026 tests: Cleanup superfluous headers by Bryce Harrington · 11 years ago
  55. 42ebdda weston-test: check if resource is not NULL by Marek Chalupa · 11 years ago
  56. 412e6a5 compositor: keep track of the weston_layer a weston_view is in by Giulio Camuffo · 11 years ago
  57. dae8a4b tests: Properly report skipped tests by Emilio Pozuelo Monfort · 11 years ago
  58. 40c0c3f tests: Test whether a simple EGL main loop uses too many buffers by Neil Roberts · 12 years ago
  59. 918f2dd Remove the weston_view.geometry.width/height fields by Jason Ekstrand · 12 years ago
  60. f72e479 tests: allow weston test plugin to keep on running by Pekka Paalanen · 12 years ago
  61. ace0a39 weston-test: Always update transform when moving surface by Kristian Høgsberg · 12 years ago
  62. a7af704 Split the geometry information from weston_surface out into weston_view by Jason Ekstrand · 12 years ago
  63. 10ddd97 compositor: Remove redundant and not well-defined focus field by Kristian Høgsberg · 12 years ago
  64. f3d6227 malloc + memset -> zalloc by Peter Hutterer · 12 years ago
  65. 919cddb Convert to wl_global_create/destroy() by Kristian Høgsberg · 12 years ago
  66. 442a5fa tests: Fix leftover wl_client_add_versioned_object() by Kristian Høgsberg · 12 years ago
  67. a85118c Use wl_resource_create() for creating resources by Jason Ekstrand · 12 years ago
  68. 8f7f483 tests: Fix direct access to resource->data in weston-test by Kristian Høgsberg · 12 years ago
  69. a50e6e4 config-parser: Honor XDG_CONFIG_DIRS by Ossama Othman · 12 years ago
  70. e314875 input: Merge wl_seat into weston_seat by Kristian Høgsberg · 12 years ago
  71. 02bbabb input: Rename wl_pointer to weston_pointer by Kristian Høgsberg · 12 years ago
  72. 29139d4 fold wl_keyboard into weston_keyboard by Kristian Høgsberg · 12 years ago
  73. 7fe01b1 sdk: be C++ friendly by Giulio Camuffo · 12 years ago
  74. c3ce738 compositor: introduce weston_surface_geometry_dirty() by Pekka Paalanen · 12 years ago
  75. 068b61c compositor: Change notify_motion to take relative motion events by Kristian Høgsberg · 12 years ago
  76. 184df50 compositor: call configure on surfaces with a null buffer too by Giulio Camuffo · 12 years ago
  77. cb4685b Pass argc and argv to modules by Kristian Høgsberg · 12 years ago
  78. a75a789 text: fix weston key bindings with input methods by Jan Arne Petersen · 13 years ago
  79. 65e7e7a tests: Define and implement a test protocol extension. by U. Artie Eoff · 13 years ago