1. 61831f4 clients: Fork clickdot as confine by Jonas Ådahl · 9 years ago
  2. 9f8c894 clients/resizor: Use pointer locking for resizing window by Jonas Ådahl · 11 years ago
  3. e5a1bb4 clients: Add API for pointer locking and pointer confinement by Jonas Ådahl · 11 years ago
  4. d3414f2 Implement pointer locking and confinement by Jonas Ådahl · 9 years ago
  5. c02ac11 input: Split out pointer button sending from grab handler by Jonas Ådahl · 9 years ago
  6. f44942e input: Split out motion sending from default grab by Jonas Ådahl · 9 years ago
  7. 3eb4ddd weston-pointer: Add destroy signal by Jonas Ådahl · 9 years ago
  8. f7deb6a compositor: Pass both surface and seat in activation signal by Jonas Ådahl · 9 years ago
  9. 5d9ca27 compositor: Add surface commit signal by Jonas Ådahl · 9 years ago
  10. 30d61d8 Implement the relative pointer protocol by Jonas Ådahl · 11 years ago
  11. de1ed2e input: Provide microsecond timestamps in motion events by Jonas Ådahl · 10 years ago
  12. 3845b32 libinput: Expose unaccelerated motion deltas in motion event struct by Jonas Ådahl · 11 years ago
  13. 94e2e2d compositor: Keep track of what views were activated by clicking by Jonas Ådahl · 11 years ago
  14. 4361b4e desktop-shell: Pass a flag bitmask instead of bool to activate() by Jonas Ådahl · 11 years ago
  15. 1fa6ded desktop-shell: Make activate() take a view instead of surface by Jonas Ådahl · 11 years ago
  16. 90c90b2 desktop-shell: Change switcher to track views by Jonas Ådahl · 11 years ago
  17. 7bfb113 desktop-shell: Track the black surface by its view by Jonas Ådahl · 11 years ago
  18. ef8e1c3 input: Activate view no matter the keyboard focus by Jonas Ådahl · 9 years ago
  19. a884024 automake: add missing git-version.h dependency by Emil Velikov · 9 years ago
  20. 4ad45ca automake: list the the builddir include before the srcdir by Emil Velikov · 9 years ago
  21. 0744894 shared/platform.h: remove the local EGL platform (re)definitions by Emil Velikov · 9 years ago
  22. 3fd0802 gl-renderer: remove local EGL platform (re)definitions by Emil Velikov · 9 years ago
  23. 706e689 weston-egl-ext.h: add EGL platform definitions by Emil Velikov · 9 years ago
  24. 025ad93 clients/simple-egl: use weston_check_egl_extension over strstr by Emil Velikov · 9 years ago
  25. ce5b614 clients/nested: use weston_check_egl_extension over strstr by Emil Velikov · 9 years ago
  26. d0fcdc9 shared/platform.h: use weston_check_egl_extension over strstr by Emil Velikov · 9 years ago
  27. f0c3a1c gl-renderer: move check_extension() to shared/ by Emil Velikov · 9 years ago
  28. cbcf545 libweston: don't install shared/platform.h by Emil Velikov · 9 years ago
  29. 10772db shared/platform.h: add missing stdbool.h include by Emil Velikov · 9 years ago
  30. bd6c413 simple-egl: remove incomplete EGL_EXT_buffer_age definition by Emil Velikov · 9 years ago
  31. 3dd22d9 gl-renderer: remove EGL_EXT_image_dma_buf_import guards by Emil Velikov · 9 years ago
  32. b56c5b4 weston-egl-ext.h: add GL_EXT_unpack_subimage definitions by Emil Velikov · 9 years ago
  33. af5bd5d weston-egl-ext.h: add EGL_MESA_configless_context definitions by Emil Velikov · 9 years ago
  34. 0725cf1 weston-egl-ext.h: add EGL_EXT_swap_buffers_with_damage definitions by Emil Velikov · 9 years ago
  35. 885a9fe client/nested: reuse weston-egl-ext.h declarations by Emil Velikov · 9 years ago
  36. 03793e3 Revert "config-parser: Catch negative numbers assigned to unsigned config values" by Bryce Harrington · 9 years ago
  37. a8d987d systemd: Also force base-10 for the strtol() call by Bryce Harrington · 9 years ago
  38. 375759e Require base-10 for strtol() calls by Bryce Harrington · 9 years ago
  39. 1dbdc0b Include space in 'if (' by Bryce Harrington · 9 years ago
  40. 6351fb0 config-parser: Catch negative numbers assigned to unsigned config values by Bryce Harrington · 9 years ago
  41. 5ba41eb rdp: Check for non-digits and errno in strtol call by Bryce Harrington · 9 years ago
  42. 7fc000c Remove a wrong closing “extern "C"” in shared/xalloc.c by Emmanuel Gil Peyrot · 9 years ago
  43. bac72b2 rdp: Check for non-numeric value in RDP_FD env var by Bryce Harrington · 9 years ago
  44. 9c09fe7 multi-resource: Check for no digits in time description by Bryce Harrington · 9 years ago
  45. f6051cb option-parser: Require integer option string values to be base-10 by Bryce Harrington · 9 years ago
  46. cbc0537 config-parser: Improve error checks for strtol/strtoul calls by Bryce Harrington · 9 years ago
  47. e4cb3c2 README: Fix grammar for 'an X*' by Bryce Harrington · 9 years ago
  48. ba63fae dmabuf: Fix grammar in a comment by Bryce Harrington · 9 years ago
  49. 1e6c0fb xwayland: Grammar fixes by Bryce Harrington · 9 years ago
  50. cff0b1d xwayland: Cleanup error message on spawn failure Signed-off-by: Bryce Harrington <bryce@osg.samsung.com> by Bryce Harrington · 9 years ago
  51. 9335ca5 xwayland: Include missing config.h by Bryce Harrington · 9 years ago
  52. 585eef3 README: Fix punctuation errors by Bryce Harrington · 9 years ago
  53. 2d01e91 README: minor the libweston ABI/API documentation by Emil Velikov · 9 years ago
  54. 99ac623 README: clarify libweston purpose/goals. by Emil Velikov · 9 years ago
  55. ad27693 compositor-x11: Flush xcb connection from x11_output_destroy() by Armin Krezović · 9 years ago
  56. 0da12b8 compositor: Switch to new surface/view mapped checks by Armin Krezović · 9 years ago
  57. d0cf441 tests: update for manual surface/view mapping by Armin Krezović · 9 years ago
  58. 50ff4bf ivi-shell: update for manual surface/view mapping by Armin Krezović · 9 years ago
  59. b1a48e6 fullscreen-shell: update for manual surface/view mapping by Armin Krezović · 9 years ago
  60. 4663aca desktop-shell: update for manual surface/view mapping by Armin Krezović · 9 years ago
  61. f8486c3 compositor: Untangle surface/view is_mapped from output assignments by Armin Krezović · 9 years ago
  62. 9c764df xwayland: make the plugin usable by libweston compositors by Giulio Camuffo · 9 years ago
  63. 827b5d2 compositor: add plugin-registry by Pekka Paalanen · 9 years ago
  64. 24f917e input: Move weston_seat_set_keyboard_focus and document by Bryce Harrington · 9 years ago
  65. 260c2ff input: Rename weston_surface_activate to weston_seat_set_keyboard_focus by Bryce Harrington · 9 years ago
  66. a5bb91d tests: implement visualize_image_difference() by Pekka Paalanen · 9 years ago
  67. 365c129 tests: make screenshooting return a buffer by Pekka Paalanen · 9 years ago
  68. fd10ef0 tests: convert image saver to pixman by Pekka Paalanen · 9 years ago
  69. 289fdeb tests: convert reference image loader to pixman by Pekka Paalanen · 9 years ago
  70. 47d68da tests: rewrite check_surfaces_*() API by Pekka Paalanen · 9 years ago
  71. 2be0c98 tests: let create_shm_buffer() handle any format by Pekka Paalanen · 9 years ago
  72. 11f2633 tests: make create_shm_buffer() static by Pekka Paalanen · 9 years ago
  73. 41d5231 tests: ivi_layout-test to use create_shm_buffer_a8r8g8b8() by Pekka Paalanen · 9 years ago
  74. 95e2872 tests: internal-screenshot-test to use create_shm_buffer_a8r8g8b8() by Pekka Paalanen · 9 years ago
  75. 7789acd tests: event-test to use create_shm_buffer_a8r8g8b8() by Pekka Paalanen · 9 years ago
  76. 924cd94 tests: introduce struct buffer for client-helper by Pekka Paalanen · 9 years ago
  77. 37d25bb ivi-shell: implement surface_on_many_layer test by Ucan, Emre (ADITG/SW1) · 9 years ago
  78. 5e8d55d ivi-shell: introduce ivi_layout_view by Ucan, Emre (ADITG/SW1) · 9 years ago
  79. d97f100 ivi-shell: add surface_created listener after launchers by Ucan, Emre (ADITG/SW1) · 9 years ago
  80. 28d240f gl-renderer: Always setup gl-renderer by Armin Krezović · 9 years ago
  81. ea0316a keyboard: Only set toplevel when there is a valid output by Armin Krezović · 9 years ago
  82. 70487cd fullscreen-shell: Avoid NULL pointer dereference by Armin Krezović · 9 years ago
  83. c77f258 desktop-shell: Avoid NULL pointer dereference by Armin Krezović · 9 years ago
  84. 7dda25b toytoolkit: Return NULL when no outputs are present by Armin Krezović · 9 years ago
  85. 10b0618 desktop-shell: Return NULL when no outputs are present by Armin Krezović · 9 years ago
  86. d84deeb compositor-headless: Support starting with zero outputs by Armin Krezović · 9 years ago
  87. 5c2f20e compositor-x11: fix title overflow in x11_backend_create_output by Benoit Gschwind · 9 years ago
  88. 0f1cac5 tests: print the command line to log by Pekka Paalanen · 9 years ago
  89. 20436e2 main: log the command line by Pekka Paalanen · 9 years ago
  90. e651bb0 tests: fix the cursor race in internal-screenshot by Pekka Paalanen · 9 years ago
  91. b5e3ea2 Rename src/ to libweston/ by Pekka Paalanen · 9 years ago
  92. 58f98c9 Move weston source to compositor/ by Pekka Paalanen · 9 years ago
  93. a1046ad compositor-headless: do not create a seat by Pekka Paalanen · 9 years ago
  94. 315bf8c tests: check kbd init in the plugin by Pekka Paalanen · 9 years ago
  95. f8da0c2 compositor-drm: support RGB565 with pixman renderer by Tomi Valkeinen · 9 years ago
  96. ad0241d Build: Silence shift-negative-value warning by Daniel Stone · 9 years ago
  97. c7d88fa screen-share: Use wet_get_config() by Daniel Stone · 9 years ago
  98. d56b94a clients/dmabuf-intel: use three buffers by Pekka Paalanen · 9 years ago
  99. be112d4 main: report presentation clock resolution by Pekka Paalanen · 9 years ago
  100. e77f8ad compositor-fbdev: drop EGL support by Pekka Paalanen · 9 years ago