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