1. 943cb12 tests: use the headless backend to run the test suite by Emilio Pozuelo Monfort · 11 years ago
  2. 08dbd31 tests: Skip buffer-count if EGL initialization fails by Emilio Pozuelo Monfort · 11 years ago
  3. 088ba5e Makefile.am: Fix protocol source files usage by Quentin Glidic · 12 years ago
  4. 1e80afa build: Move tests/Makefile.am into toplevel Makefile.am by Kristian Høgsberg · 12 years ago
  5. 396a9bb build: Use subdir-objects automake option by Kristian Høgsberg · 12 years ago
  6. d716754 gitignore: Generated files text-client-protocol.h, text-protocol.c by Bryce W. Harrington · 12 years ago
  7. 73e9f86 tests: fix build on rpi with EGL by Pekka Paalanen · 12 years ago
  8. ca6bd74 tests: Only run buffer-count test on Mesa >= 10.1 by Pekka Paalanen · 12 years ago
  9. 42284f5 tests: Only run buffer-count test if we have at least mesa 10 by Kristian Høgsberg · 12 years ago
  10. f3fa832 build: Move clients libexec_PROGRAMS under BUILD_CLIENTS conditional by Kristian Høgsberg · 12 years ago
  11. 40c0c3f tests: Test whether a simple EGL main loop uses too many buffers by Neil Roberts · 12 years ago
  12. 918f2dd Remove the weston_view.geometry.width/height fields by Jason Ekstrand · 12 years ago
  13. 0f0a6ff Remove dependency on <GLES2/gl2.h> by replacing GLfloat with float by Tomeu Vizoso · 12 years ago
  14. d2c9d8a configure.ac: Make libdrm optional in weston-launch by Kristian Høgsberg · 12 years ago
  15. 89eebb7 tests: Remove an unecessary Makefile.am variable by Kristian Høgsberg · 12 years ago
  16. 9ab771d tests: Use a helper library for weston-test clients by Kristian Høgsberg · 12 years ago
  17. 8e293a5 tests: Use TEST_CLIENT for test client modules by Kristian Høgsberg · 12 years ago
  18. b9eae33 tests: .gitignore log files by Pekka Paalanen · 12 years ago
  19. f72e479 tests: allow weston test plugin to keep on running by Pekka Paalanen · 12 years ago
  20. f812477 tests: add a test causing SIGBUS to the compositor by Pekka Paalanen · 12 years ago
  21. a662206 protocol: move sub-surfaces to Wayland by Pekka Paalanen · 12 years ago
  22. ace0a39 weston-test: Always update transform when moving surface by Kristian Høgsberg · 12 years ago
  23. 80511ef tests/.gitignore: Add *.trs by Jonas Ådahl · 12 years ago
  24. a7af704 Split the geometry information from weston_surface out into weston_view by Jason Ekstrand · 12 years ago
  25. 10ddd97 compositor: Remove redundant and not well-defined focus field by Kristian Høgsberg · 12 years ago
  26. 4c8ce20 weston-test-client-helper: Use wl_fixed_to_double() when printing axis value by Kristian Høgsberg · 12 years ago
  27. c1b244f weston-test-client-helper.c: Assert on failed allocations by Kristian Høgsberg · 12 years ago
  28. 3b7d841 tests: Assert surface creation succeeds by Kristian Høgsberg · 12 years ago
  29. 1abe048 config-parser: Make weston_config_parse() tkae a file name by Kristian Høgsberg · 12 years ago
  30. b42fb52 Added tests for the vertex clipping code. by Sam Spilsbury · 12 years ago
  31. b502126 Add support for table-driven testing. by Sam Spilsbury · 12 years ago
  32. db0eda4 Remove AM_LDFLAGS usage by Sam Spilsbury · 12 years ago
  33. 9715d4d tests: list available tests if an invalid test name is given by Peter Hutterer · 12 years ago
  34. 534f0a4 tests: support -h/--help for the tests by Peter Hutterer · 12 years ago
  35. d8ca890 tests: include config.h in weston-test-runner by Peter Hutterer · 12 years ago
  36. 44f7191 tests: use variable for test name in weston-tests-env by Peter Hutterer · 12 years ago
  37. 498d5f0 tests: always build tests by Peter Hutterer · 12 years ago
  38. c7d2c4c Add more missing config.h #includes by Kristian Høgsberg · 12 years ago
  39. 3e9df07 autotools: Don't use wayland-scanner.m4 by Daiki Ueno · 12 years ago
  40. f3d6227 malloc + memset -> zalloc by Peter Hutterer · 12 years ago
  41. 919cddb Convert to wl_global_create/destroy() by Kristian Høgsberg · 12 years ago
  42. ac3a8b8 tests: Fix warnings in config-parser-test by Kristian Høgsberg · 12 years ago
  43. d2d70f2 tests: Move config-parser.test to tests/ by Quentin Glidic · 12 years ago
  44. c71cc99 tests: Add .weston extension to clients tests by Quentin Glidic · 12 years ago
  45. c1ae402 tests: Rename xwayland_test to xwayland-test by Kristian Høgsberg · 12 years ago
  46. 442a5fa tests: Fix leftover wl_client_add_versioned_object() by Kristian Høgsberg · 12 years ago
  47. a85118c Use wl_resource_create() for creating resources by Jason Ekstrand · 12 years ago
  48. 8f7f483 tests: Fix direct access to resource->data in weston-test by Kristian Høgsberg · 12 years ago
  49. 5e9bedb tests: add a sub-surface nesting loop test by Pekka Paalanen · 12 years ago
  50. beb080e tests: add sub-surface tree destruction permutations by Pekka Paalanen · 12 years ago
  51. 173ff53 fix module_init signature in module tests by U. Artie Eoff · 12 years ago
  52. a50e6e4 config-parser: Honor XDG_CONFIG_DIRS by Ossama Othman · 12 years ago
  53. e844bf2 tests: add sub-surface protocol tests by Pekka Paalanen · 12 years ago
  54. 2396aec protocol: add sub-surfaces by Pekka Paalanen · 12 years ago
  55. e314875 input: Merge wl_seat into weston_seat by Kristian Høgsberg · 12 years ago
  56. 02bbabb input: Rename wl_pointer to weston_pointer by Kristian Høgsberg · 12 years ago
  57. 29139d4 fold wl_keyboard into weston_keyboard by Kristian Høgsberg · 12 years ago
  58. 62ece76 text: Rename text_input to wl_text_input by Jan Arne Petersen · 12 years ago
  59. 00191c7 text: Fix serial handling by Jan Arne Petersen · 12 years ago
  60. 78d00e4 text: Rename text_model to text_input by Jan Arne Petersen · 12 years ago
  61. 7ef8eff text: Order requests and events in a nice way by Jan Arne Petersen · 12 years ago
  62. ece6b5a text: Add language and text-direction to protocol by Jan Arne Petersen · 12 years ago
  63. 7fe01b1 sdk: be C++ friendly by Giulio Camuffo · 12 years ago
  64. c3ce738 compositor: introduce weston_surface_geometry_dirty() by Pekka Paalanen · 12 years ago
  65. 82cb505 tests: attach the surface's buffer when moving it by Giulio Camuffo · 12 years ago
  66. 068b61c compositor: Change notify_motion to take relative motion events by Kristian Høgsberg · 12 years ago
  67. 184df50 compositor: call configure on surfaces with a null buffer too by Giulio Camuffo · 12 years ago
  68. f14977f tests: Use&Fix parallel tests by Quentin Glidic · 12 years ago
  69. cb4685b Pass argc and argv to modules by Kristian Høgsberg · 12 years ago
  70. d5a97ae tests: Fix text-test by Jan Arne Petersen · 12 years ago
  71. a1377cf Add missing builddir includes for version.h by Kristian Høgsberg · 12 years ago
  72. af4f2aa Install header files and pkg-config file for external modules by Kristian Høgsberg · 12 years ago
  73. a75a789 text: fix weston key bindings with input methods by Jan Arne Petersen · 13 years ago
  74. d1c426e tests: add test for buffer release event by Pekka Paalanen · 12 years ago
  75. 32ac9b9 tests: export create_shm_buffer() helper by Pekka Paalanen · 12 years ago
  76. 8aaef7d tests: add frame callback waiting helpers by Pekka Paalanen · 12 years ago
  77. 19dadf2 tests: Add XWayland test by Tiago Vignatti · 12 years ago
  78. 209e8f1 tests: fix assignment typo, should be comparison by U. Artie Eoff · 13 years ago
  79. 585c27c tests: make signal other than ABRT a hard failure by Pekka Paalanen · 13 years ago
  80. c59a33a tests/setbacklight: Close filedescriptor on return paths by Rob Bradford · 13 years ago
  81. e565b40 tests: Pass --backend so the test suite runs with the right modules by Kristian Høgsberg · 13 years ago
  82. d56d4d5 tests: remove test logs on 'make clean' by Pekka Paalanen · 13 years ago
  83. f2aa64f tests: check wl_display_roundtrip() for errors by Pekka Paalanen · 13 years ago
  84. 07921d7 tests: set client log handler by Pekka Paalanen · 13 years ago
  85. c660821 update git ignores by Pekka Paalanen · 13 years ago
  86. fd51796 tests: write logs to files by Pekka Paalanen · 13 years ago
  87. 15be01e tests: Convert remaining module tests to not use test-runner.c by Kristian Høgsberg · 13 years ago
  88. cbc35ae tests: Remove client-test test by Kristian Høgsberg · 13 years ago
  89. 1cb3df4 tests: Port text-test to new test framework by Kristian Høgsberg · 13 years ago
  90. ba0cfdd tests: Drop yield() helper function by Kristian Høgsberg · 13 years ago
  91. 1f4d8e9 keyboard-test: Use wl_display_roundtrip() instead of yield() by Kristian Høgsberg · 13 years ago
  92. f63fab7 button-test: Use wl_display_roundtrip instead of yield() by Kristian Høgsberg · 13 years ago
  93. db6dc7d weston-test-client-helper: Use a frame callback to flush surface geometry by Kristian Høgsberg · 13 years ago
  94. 0a7d588 tests: Convert button-test to new test extension by U. Artie Eoff · 13 years ago
  95. 84f9db5 tests: Convert event-test to new test extension by U. Artie Eoff · 13 years ago
  96. 1ba9b38 tests: Convert keyboard-test to new test extension by U. Artie Eoff · 13 years ago
  97. 617f478 tests: Allow weston-tests-env to process different test types by U. Artie Eoff · 13 years ago
  98. e491b13 tests: Rename weston-test to weston-tests-env by U. Artie Eoff · 13 years ago
  99. 65e7e7a tests: Define and implement a test protocol extension. by U. Artie Eoff · 13 years ago
  100. 4a82249 Move matrix.[ch] to shared by Rob Bradford · 13 years ago