1. b502126 Add support for table-driven testing. by Sam Spilsbury · 12 years ago
  2. db0eda4 Remove AM_LDFLAGS usage by Sam Spilsbury · 12 years ago
  3. f97a680 clients: remove superfluous call by Peter Hutterer · 12 years ago
  4. e2a9eff clients: de-duplicate demo clients list by Peter Hutterer · 12 years ago
  5. 62942ad xwm: set the shell_surface's title by Giulio Camuffo · 12 years ago
  6. ca43f09 xwm: place transient windows at the right position by Giulio Camuffo · 12 years ago
  7. 9715d4d tests: list available tests if an invalid test name is given by Peter Hutterer · 12 years ago
  8. 534f0a4 tests: support -h/--help for the tests by Peter Hutterer · 12 years ago
  9. d8ca890 tests: include config.h in weston-test-runner by Peter Hutterer · 12 years ago
  10. 44f7191 tests: use variable for test name in weston-tests-env by Peter Hutterer · 12 years ago
  11. 498d5f0 tests: always build tests by Peter Hutterer · 12 years ago
  12. 2e3c396 shell: Use wl_resource_for_each() for sending out workspace status by Kristian Høgsberg · 12 years ago
  13. 6e737f5 input: Use new wl_resource_for_each for sending updated seat caps by Rob Bradford · 12 years ago
  14. a62ef3e vaapi-recorder: Don't leak drm fd by Ander Conselvan de Oliveira · 12 years ago
  15. b85ded0 vaapi-recorder: Encode frames in a separate thread by Ander Conselvan de Oliveira · 12 years ago
  16. 4aa756d add libhybris support by Adrian Negreanu · 12 years ago
  17. 8a20500 terminal: Stop complaining about OSC escape code 7 by Kristian Høgsberg · 12 years ago
  18. a94dc8a compositor-x11: Copying xkb_info when creating a seat causes problems by Andrew Wedgbury · 12 years ago
  19. ffbddff fbdev: Support of TrueColor and Directcolor of video hardware by Marc Chalain · 12 years ago
  20. bfbb8e5 gl_renderer: Use EGL_WAYLAND_Y_INVERTED_WL to query wl_buffer's orientation by Stanislav Vorobiov · 12 years ago
  21. 9a6f02a Copying xkb_info when creating a seat causes problems by Andrew Wedgbury · 12 years ago
  22. 1702d4c input: Initialize data source to NULL by Kristian Høgsberg · 12 years ago
  23. 0abad07 compositor: Return 0 on success by Kristian Høgsberg · 12 years ago
  24. 735bda2 dnd: Support dropping as text/plain;charset=utf-8 by Kristian Høgsberg · 12 years ago
  25. 73bdc0c xwm: Fix fd leak in weston_wm_send_data() by Kristian Høgsberg · 12 years ago
  26. 3f7fcf8 xwm: Try a non-blocking write before setting up an fd watch for property data by Kristian Høgsberg · 12 years ago
  27. f9cb3b1 xwm: Add support for bridging Xdnd to wayaland DnD by Kristian Høgsberg · 12 years ago
  28. 9466e50 xwm: Only handle selection notify events for CLIPBOARD in selection code by Kristian Høgsberg · 12 years ago
  29. 668fc0d xwm: Fix fd leak in selection code by Kristian Høgsberg · 12 years ago
  30. 85de9c2 compositor: Split dnd setup up into weston_seat_start_drag() by Kristian Høgsberg · 12 years ago
  31. 0749e3f terminal: Accept utf-8 text drop by Kristian Høgsberg · 12 years ago
  32. 938f102 dnd: Only accept dnd with the application/x-wayland-dnd-flower mime-type by Kristian Høgsberg · 12 years ago
  33. edb6a3b configure.ac: Only enable enable_simple_egl_clients if enable_egl is yes by Kristian Høgsberg · 12 years ago
  34. a8e627f keyboard: Add rudimentary touch support to keyboard. by Brian J Lovin · 12 years ago
  35. 1f7ce6e configure.ac: Only build libva recorder if we found libva by Kristian Høgsberg · 12 years ago
  36. 6399646 compositor-drm: Pass the wl_resource to gbm_bo_import() by Kristian Høgsberg · 12 years ago
  37. ab6d667 xwm: Unmap frame window when client window is unmapped by Kristian Høgsberg · 12 years ago
  38. 318ea37 xwm: Split creation of frame window out into its own function by Kristian Høgsberg · 12 years ago
  39. 81cadc7 xwm: Set window->surface to NULL when surface goes away by Kristian Høgsberg · 12 years ago
  40. 1a7a57f xwm: Detect WM_NORMAL_HINTS fullscreen attempts by Kristian Høgsberg · 12 years ago
  41. 59f44c1 xwm: Detect legacy fullscreen modes by Kristian Høgsberg · 12 years ago
  42. 1b6fed4 xwm: Update size when override redirect windows change size by Kristian Høgsberg · 12 years ago
  43. c940dcd configure: Require wayland-server 1.2.90 by Kristian Høgsberg · 12 years ago
  44. 0803118 window: Use new wl_pointer/keyboard_release request by Rob Bradford · 12 years ago
  45. 69e25fc compositor: Implement release request for input interfaces by Kristian Høgsberg · 12 years ago
  46. 0eac34a configure.ac: Auto-enable vaapi recorder, but allow overrides by Kristian Høgsberg · 12 years ago
  47. 6aae4d3 compositor-drm: Add hardware accelerated capture of screen using libva by Ander Conselvan de Oliveira · 12 years ago
  48. 9f43cb4 autotools: Fix AC_PATH_PROG call by Quentin Glidic · 12 years ago
  49. eec6aee .gitignore: Reflect recent client binary rename by Bryce W. Harrington · 12 years ago
  50. b22bf57 window.c: Fix SIGSEGV in pointer_handle_motion by Paul Winwood · 12 years ago
  51. 037bdc4 evdev: Don't parse config file again, use compositor->config by Kristian Høgsberg · 12 years ago
  52. e1b655d shell: Make sure we have seat->pointer and seat->touch before dereferencing by Kristian Høgsberg · 12 years ago
  53. 73db924 gl-renderer: Use GL_UNSIGNED_SHORT for index array type by Kristian Høgsberg · 12 years ago
  54. 6346e50 subsurfaces: fix rendering problem with cairo-glesv2 by Stanislav Vorobiov · 12 years ago
  55. f66f99d configure.ac: fix broken compilation when configure with --disable-egl option by Samuel Iglesias Gonsalvez · 12 years ago
  56. c4a4c6b configure.ac: Bump configure.ac version to 1.2.90 by Kristian Høgsberg · 12 years ago
  57. 6c7583d evdev: Don't transform device->abs.x/y in place by Kristian Høgsberg · 12 years ago
  58. c4df408 desktop-shell: Add support for touch unlock by Brian J Lovin · 12 years ago
  59. a985da4 Add a --shell option to override the default desktop-shell by Jason Ekstrand · 12 years ago
  60. 7778743 simple-egl: Handle missing EGL_EXT_buffer_age better by Kristian Høgsberg · 12 years ago
  61. 403ea92 compositor.h: Don't include config.h by Pier Luigi Fiorini · 12 years ago
  62. c7d2c4c Add more missing config.h #includes by Kristian Høgsberg · 12 years ago
  63. 4e55d06 evdev: Initliaze device->link so we can wl_list_remove() without crashing by Kristian Høgsberg · 12 years ago
  64. 146f5ba xwm: Use window->x/y for override redirect surfaces by Kristian Høgsberg · 12 years ago
  65. e89a8b6 xwm: Fix transform listener by Kristian Høgsberg · 12 years ago
  66. 122877d xwm: Fix configure notify handler by Kristian Høgsberg · 12 years ago
  67. 69981d9 xwm: Set _NET_WM_CM_S0 instead of relying on the xwayland module to do it by Kristian Høgsberg · 12 years ago
  68. ac6104e compositor-drm: Zero out create_arg when creating dumb framebuffers by Kristian Høgsberg · 12 years ago
  69. 0b36d97 terminal: Include config.h instead of defining _XOPEN_SOURCE by Kristian Høgsberg · 12 years ago
  70. 7e105f9 configure.ac: Add AC_SYS_LARGEFILE for mmap()ing dumb GEM buffers by Kristian Høgsberg · 12 years ago
  71. a34e2f2 data-device: Only bail out if we failed to allocate offer by Kristian Høgsberg · 12 years ago
  72. ab19f93 compositor: Only check buffer for NULL tried to allocate something by Kristian Høgsberg · 12 years ago
  73. 3e9df07 autotools: Don't use wayland-scanner.m4 by Daiki Ueno · 12 years ago
  74. 58bcc36 set RDP output enabled by default (stable 1.2) by Hardening · 12 years ago
  75. cfcc111 Fixes CJK wide character display by Peng Wu · 12 years ago
  76. 1084da5 Add touch support for wl_shell_surface_move by Rusty Lynch · 12 years ago
  77. d224bb9 nested: Fix skipping frames due to texture update without a context by Ander Conselvan de Oliveira · 12 years ago
  78. 0d5fe3a nested: The wl_resouce is the buffer, not the wl_resource user data by Kristian Høgsberg · 12 years ago
  79. 8e7a8bd Add more missing config.h includes by Daniel Stone · 12 years ago
  80. 69594cc window: Use xzalloc() instead of silently failing to add output by Kristian Høgsberg · 12 years ago
  81. 92de144 add [xwayland] path weston.ini option by Maksim Melnikau · 12 years ago
  82. 06b16c2 weston-info: Use xmalloc() in weston-info by Kristian Høgsberg · 12 years ago
  83. adcd54b window: Use xzalloc() instead of failing to add input device by Kristian Høgsberg · 12 years ago
  84. 1a5f0c3 window: Fix logic for looking up widget default cursor by Kristian Høgsberg · 12 years ago
  85. 08b58c7 compositor: Handle OOM in weston_buffer_from_resource() by Kristian Høgsberg · 12 years ago
  86. 980b018 window: Don't check for subcompositor in window_add_subsurface() by Kristian Høgsberg · 12 years ago
  87. b20b009 window: Add API to check for subcompositor, use in subsurface example by Kristian Høgsberg · 12 years ago
  88. c85a917 simple-touch: Handle OOM when allocating struct touch by Kristian Høgsberg · 12 years ago
  89. 96c619a simple-shm: Handle OOM when allocating struct display by Kristian Høgsberg · 12 years ago
  90. 20ffdff keyboard: Don't use next_utf8_char() to go back where we came from by Kristian Høgsberg · 12 years ago
  91. 0a8461b autotools: Add configure summary by Armin K · 12 years ago
  92. 3e12583 terminal: Make utf-8 state machine assemble unicode code point value by Kristian Høgsberg · 12 years ago
  93. 13b85bd compositor: ref-count weston_surface instances by Giulio Camuffo · 12 years ago
  94. b1c02a8 evdev: Ignore joystick devices by Kristian Høgsberg · 12 years ago
  95. 9f42e50 xwm: do not crash when activating a NULL surface by Giulio Camuffo · 12 years ago
  96. b502f90 evdev-touchpad: Set some options using weston.ini by Armin K · 12 years ago
  97. 7ac9f73 weston-launch: Only pass non-NULL value into setenv() by Rob Bradford · 12 years ago
  98. 14c9892 evdev: write EV_SYN input_event along with led events to device by Rolf Morel · 12 years ago
  99. e9cabc1 nested: Use a void * to avoid warnings with EGL_WL_bind_wayland_display by Kristian Høgsberg · 12 years ago
  100. 4c1a9bc build: Allow more control over cairo use in the clients by Rob Bradford · 12 years ago