1. 14c9892 evdev: write EV_SYN input_event along with led events to device by Rolf Morel · 12 years ago
  2. e9cabc1 nested: Use a void * to avoid warnings with EGL_WL_bind_wayland_display by Kristian Høgsberg · 12 years ago
  3. 4c1a9bc build: Allow more control over cairo use in the clients by Rob Bradford · 12 years ago
  4. 473f248 screenshooter: Add missing newline and use program_invocation_short_name by Kristian Høgsberg · 12 years ago
  5. bdd8377 screenshooter: Only link to $(CLIENT_LIBS) not libtoytoolkit.la by Kristian Høgsberg · 12 years ago
  6. 4e5f115 Install shared/zalloc.h by Giulio Camuffo · 12 years ago
  7. f5e3ad2 fix compile error when EGL_BUFFER_AGE_EXT is missing by Adrian Negreanu · 12 years ago
  8. 6d14b14 remove dependency on EGL_KHR_surfaceless_context by Adrian Negreanu · 12 years ago
  9. 880ebc7 input: For serial generation get the display from the compositor by Rob Bradford · 12 years ago
  10. 4384a24 desktop-shell: Add touch support to panel launcher icons by Rusty Lynch · 12 years ago
  11. 3ba1263 calibrator: Add touch support to calibrator by Rusty Lynch · 12 years ago
  12. 3bb2b8c smoke: Add touch support to smoke example by Rusty Lynch · 12 years ago
  13. 041815a window.c: Add touch handlers by Rusty Lynch · 12 years ago
  14. f1407ff input: Store touch position and time when we start an implicit touch grab by Rusty Lynch · 12 years ago
  15. 92e8392 evdev: Use touch ID 0 when generating touch up event by Rusty Lynch · 12 years ago
  16. c838423 compositor: Setup weston-launch sock in fbdev by Adrian Negreanu · 12 years ago
  17. 499d8a4 configure.ac: check for wayland scanner macro by Peter Hutterer · 12 years ago
  18. 1bf1481 terminal.c: Check if fdopen() fails by Brian Lovin · 12 years ago
  19. 34be060 weston-launch: always drop privileges before execve by Peter Hutterer · 12 years ago
  20. 4477fee evdev: log when a device is used as touchpad by Peter Hutterer · 12 years ago
  21. 6bb15cd evdev: call evdev_device_destroy on failure by Peter Hutterer · 12 years ago
  22. 76d3528 evdev: plug a potential memleak by Peter Hutterer · 12 years ago
  23. df66c5b evdev: get the current slot value from the absinfo struct or mtdev by Peter Hutterer · 12 years ago
  24. 0d061e3 evdev: only use mtdev for Protocol A devices by Peter Hutterer · 12 years ago
  25. 89af60e evdev: add comment why we're ignoring key value 2 by Peter Hutterer · 12 years ago
  26. 11f5bfb evdev: prevent unterminated device name by Peter Hutterer · 12 years ago
  27. 3ca59d3 clients: fix an error message by Peter Hutterer · 12 years ago
  28. 96f0824 tty: fix typo in error message by Peter Hutterer · 12 years ago
  29. 45d659d evdev: check for ABS_MT_POSITION_X/Y to determine mt devices by Peter Hutterer · 12 years ago
  30. f3d6227 malloc + memset -> zalloc by Peter Hutterer · 12 years ago
  31. b1bc4a6 Add zalloc(size_t) allocator function by Peter Hutterer · 12 years ago
  32. 214e9ce cms-colord: Don't redefine _GNU_SOURCE by Armin K · 12 years ago
  33. bc91926 clients: use xmalloc in more places by Brian Lovin · 12 years ago
  34. 1c4f163 gl-renderer: Only check for subimage when we have extension at compile time by Kristian Høgsberg · 12 years ago
  35. 59758a8 Add workaround for broken GL_EXT_unpack_subimage tokens by Kristian Høgsberg · 12 years ago
  36. 4722939 gl-renderer.c: Cast wl_resource to void * to avoid warning by Kristian Høgsberg · 12 years ago
  37. ce7a5d8 gl-renderer: Test for GL_EXT_unpack_subimage not GL_UNPACK_ROW_LENGTH by Kristian Høgsberg · 12 years ago
  38. cb61dcf nested: Update to use weston-nested-client binary name by Kristian Høgsberg · 12 years ago
  39. 3c17933 Use #define WL_HIDE_DEPRECATED to avoid deprecated warnings for wl_buffer by Kristian Høgsberg · 12 years ago
  40. 85c40f2 clients: Fix typo in simple-touch and simple-shm. by Stefan Schmidt · 12 years ago
  41. c814c58 Drop extraneous duplicate header includes by Bryce Harrington · 12 years ago
  42. 0368189 rpi: Add support for SHM buffers in RGB565 format by Tomeu Vizoso · 12 years ago
  43. 1c1fc29 pixman-renderer: Add support for SHM buffers in RGB565 format by Tomeu Vizoso · 12 years ago
  44. 12072b6 gl-renderer: Add support for SHM buffers in RGB565 format by Tomeu Vizoso · 12 years ago
  45. bee45a1 window: Allow hinting of a preference for RGB565 when creating a window by Tomeu Vizoso · 12 years ago
  46. 0ff7908 compositor: Check wl_resource_create() return value by Kristian Høgsberg · 12 years ago
  47. b10b44b data-device.c: Handle failure to allocate offer in weston_drag_set_focus by Kristian Høgsberg · 12 years ago
  48. 3c30f0f data-device.c: Handle OOM in weston_data_source_send_offer() by Kristian Høgsberg · 12 years ago
  49. 09252d4 desktop-shell: Refactor launcher configuration reading to avoid leaking by Rob Bradford · 12 years ago
  50. 5c4245d compositor-x11: Don't leak the looked up name for skipped outputs by Rob Bradford · 12 years ago
  51. 5ab9c75 window: Free the allocated display if we fail to setup libxkbcommon by Rob Bradford · 12 years ago
  52. c48c34d tablet-shell: Avoid leaking the path on failed icon loading by Rob Bradford · 12 years ago
  53. c9213e7 image: Free filename saved into structure on error path by Rob Bradford · 12 years ago
  54. 307e09e compositor-drm: Use a format width parameter for the modeline sscanf by Rob Bradford · 12 years ago
  55. 581b3fd compositor-fbdev: Close fd used for re-enabling if that fails by Rob Bradford · 12 years ago
  56. f8ef42f compositor-fbdev: Avoid dereferencing a pointer in freed memory by Rob Bradford · 12 years ago
  57. 5c89710 tty: Correctly check if the opening of the file descriptor failed by Rob Bradford · 12 years ago
  58. 12a2ff3 wcap-decode: Close file descriptor when destroying the decoder by Rob Bradford · 12 years ago
  59. 45c15b8 drm: close the drm file descriptor when the compositor is destroyed by Rob Bradford · 12 years ago
  60. a02d154 autotools: Correctly prefix simple-egl client name by Armin K · 12 years ago
  61. d0357bb weston-launch: Fix signal mask typo by Eduardo Lima · 12 years ago
  62. 73c60ab weston-launch: Unblock our signalfd signals before execing child by Kristian Høgsberg · 12 years ago
  63. c30c4bd clipboard: remove the weston_seat destruction listener on destroy by Rob Bradford · 12 years ago
  64. ead3ef8 text-backend: remove the weston_seat destruction listener on destroy by Rob Bradford · 12 years ago
  65. 3d2046e screenshot: Drop extraneous 'is' to improve warning msg grammar by Bryce W. Harrington · 12 years ago
  66. a2bb791 Reset touch focus in unmap by Michael Fu · 12 years ago
  67. dce3dac xwayland: Remove transform listener when destroying the wm by Louis-Francis Ratté-Boulianne · 12 years ago
  68. aac6021 autotools: Add an option to install demo clients by Armin K · 12 years ago
  69. 77ab172 autotools: Rename demo clients by Armin K · 12 years ago
  70. 0af26c4 evdev: Suport old-style single-touch touch screens by Kristian Høgsberg · 12 years ago
  71. 58014bb evdev: Use temporary x and y coordinates when applying calibration by Kristian Høgsberg · 12 years ago
  72. cee407e evdev: Don't add output offset in evdev_process_absolute_motion() by Kristian Høgsberg · 12 years ago
  73. 4162483 window.c: Simplify window_create() by Kristian Høgsberg · 12 years ago
  74. b886212 Use xmalloc in desktop-shell.c by Kristian Høgsberg · 12 years ago
  75. 87d3841 compositor-x11: Use assert(0) instead of return NULL for non-reachable code by Kristian Høgsberg · 12 years ago
  76. 8eeb30b window.c: Use xmalloc for frame_create() by Kristian Høgsberg · 12 years ago
  77. 9a6c48d cliptest: Use xmalloc in cliptest by Kristian Høgsberg · 12 years ago
  78. 46118f8 clipboard: Fix fd leak by Kristian Høgsberg · 12 years ago
  79. 5e76a49 Rename wl_data_offer to weston_data_offer by Kristian Høgsberg · 12 years ago
  80. 0e17de1 udev: Use WL_OUTPUT udev attribute for pairing touchscreens to outputs by Kristian Høgsberg · 12 years ago
  81. f280770 weston-launch: Switch to regular poll by Kristian Høgsberg · 12 years ago
  82. 636156d weston-launch: Don't start new session unless -u is given by Kristian Høgsberg · 12 years ago
  83. ab49994 weston-launch: Drop sleep_fork option by Kristian Høgsberg · 12 years ago
  84. ca70f2f weston-launch: Move child setup and exec to its own function by Kristian Høgsberg · 12 years ago
  85. 7ff3bdb Rename wl_data_source to weston_data_source by Kristian Høgsberg · 12 years ago
  86. 862814b clipboard: Handle OOM in clipboard_source_create() by Kristian Høgsberg · 12 years ago
  87. ce27841 clients: Introduce xmalloc() and use it a few places by Kristian Høgsberg · 12 years ago
  88. c0bf817 shared: Add out-of-memory handling to theme_create() by Kristian Høgsberg · 12 years ago
  89. 3c95e70 compositor: Move weston-launch socket lookup to drm backend by Kristian Høgsberg · 12 years ago
  90. 9e5d7d1 shell: Remove redundant weston_pointer field from shell_grab by Kristian Høgsberg · 12 years ago
  91. 97e806f evdev: Use weston_output_transform_coordinate for evdev touch screens by Kristian Høgsberg · 12 years ago
  92. 98c774f compositor: Move device coordinate transform helper to compositor.c by Kristian Høgsberg · 12 years ago
  93. 5addaa1 simple-touch: Attach buffer before posting damage by Kristian Høgsberg · 12 years ago
  94. 18684d4 weston-launch: Ignore sighup by Kristian Høgsberg · 12 years ago
  95. a684b5a Bump version to 1.2.0 by Kristian Høgsberg · 12 years ago
  96. 5f08774 window: Disregard motion events outside our current surface dimensions by Rob Bradford · 12 years ago
  97. 7000283 editor: Support shift-left/right for selecting text by Rob Bradford · 12 years ago
  98. bdeb5d2 shell: Respect output transformation for input panel surface by Rob Bradford · 12 years ago
  99. 3c9d967 window: Allow popup menu when the window is maximised by Rob Bradford · 12 years ago
  100. 3cd1f86 wcap: Fix README typo by Peng Wu · 12 years ago