1. 2edc3d5 libweston: Rename weston_surface::configure to ::committed by Quentin Glidic · 9 years ago
  2. cde1345 input: Add helpers for all keyboard/pointer/touch events by Quentin Glidic · 9 years ago
  3. ccfd029 fullscreen-shell: Ensure that fs surface is presented on all outputs by Armin Krezović · 9 years ago
  4. 75e7106 libweston: fix animation crash when a view has no output assigned by Armin Krezović · 9 years ago
  5. 96c205a configure: bump Wayland requirement to 1.11.90 by Pekka Paalanen · 9 years ago
  6. 4ef719c libweston: Implement wl_output version 3 (release request) by Quentin Glidic · 9 years ago
  7. 36d699a gl-renderer: Make dummy surface current after all outputs are gone by Armin Krezović · 9 years ago
  8. e540384 compositor: Mark all views as dirty when a new output is assigned by Armin Krezović · 9 years ago
  9. 545dba6 compositor-drm: Use non-cast functions to retrieve backend and output objects by Armin Krezović · 9 years ago
  10. 25a2bdd Switch to use safe_strtoint instead of strtol by Bryce Harrington · 9 years ago
  11. 82b9f2b Add safe_strtoint() helper by Bryce Harrington · 9 years ago
  12. d9779e3 option-parser: Improve error checking for strtol call by Bryce Harrington · 9 years ago
  13. 139fcab xwayland: Improve error checking for strtol call by Bryce Harrington · 9 years ago
  14. 913d7c1 Standardize error checking for strtol calls by Bryce Harrington · 9 years ago
  15. 295e9d0 compositor-x11: Use non-cast functions to retrieve backend and output objects by Armin Krezović · 9 years ago
  16. 938dc52 compositor-wayland: Use non-cast functions to retrieve backend and output objects by Armin Krezović · 9 years ago
  17. fb371c6 compositor-rdp: Use non-cast functions to retrieve backend and output objects by Armin Krezović · 9 years ago
  18. a8fb5ea compositor-headless: Use non-cast functions to retrieve backend and output objects by Armin Krezović · 9 years ago
  19. 984781f compositor-drm: Do not exit when there are no outputs left by Armin Krezović · 9 years ago
  20. b12a754 compositor-drm: Do not return an error when no connectors are configured by Armin Krezović · 9 years ago
  21. 707c4fd libweston: fix major in libweston.pc by Pekka Paalanen · 9 years ago
  22. 6735145 automake: list static libraries before the shared ones by Emil Velikov · 9 years ago
  23. 9deef53 libweston: remove pkgincludedir variable from libweston.pc by Emil Velikov · 9 years ago
  24. 7fe47f3 libweston: use new versioning scheme by Emil Velikov · 9 years ago
  25. aa48592 README: Document versioning scheme, forward compatibility by Emil Velikov · 9 years ago
  26. 78a3637 compositor: Extend compositor user data by Armin Krezović · 9 years ago
  27. 649bbce include stdint.h for int32_t/uint32_t by Jussi Kukkonen · 9 years ago
  28. a4b3497 gitignore: Ignore weston-confine client by Yong Bakos · 9 years ago
  29. d0716f4 Re-apply "config-parser: Catch negative numbers assigned to unsigned config values" by Bryce Harrington · 9 years ago
  30. e776f2a config-parser: Add weston_config_section_get_color by Bryce Harrington · 9 years ago
  31. cbfde13 clients/confine: Toggle maximized state with 'm' by Jonas Ådahl · 10 years ago
  32. 4a1b9a9 clients/confine: Add option for using a more complex confine region by Jonas Ådahl · 10 years ago
  33. fdcdda3 window: Add API for manually set confine region by Jonas Ådahl · 10 years ago
  34. cadea76 clients/confine: Reset motion lines on Backspace by Jonas Ådahl · 10 years ago
  35. d0be2bb input: Support non-rectangular pointer confine regions by Jonas Ådahl · 10 years ago
  36. fdeb2bb clients/confine: Use pointer confinement to confine drawed line by Jonas Ådahl · 11 years ago
  37. 61831f4 clients: Fork clickdot as confine by Jonas Ådahl · 9 years ago
  38. 9f8c894 clients/resizor: Use pointer locking for resizing window by Jonas Ådahl · 11 years ago
  39. e5a1bb4 clients: Add API for pointer locking and pointer confinement by Jonas Ådahl · 11 years ago
  40. d3414f2 Implement pointer locking and confinement by Jonas Ådahl · 9 years ago
  41. c02ac11 input: Split out pointer button sending from grab handler by Jonas Ådahl · 9 years ago
  42. f44942e input: Split out motion sending from default grab by Jonas Ådahl · 9 years ago
  43. 3eb4ddd weston-pointer: Add destroy signal by Jonas Ådahl · 9 years ago
  44. f7deb6a compositor: Pass both surface and seat in activation signal by Jonas Ådahl · 9 years ago
  45. 5d9ca27 compositor: Add surface commit signal by Jonas Ådahl · 9 years ago
  46. 30d61d8 Implement the relative pointer protocol by Jonas Ådahl · 11 years ago
  47. de1ed2e input: Provide microsecond timestamps in motion events by Jonas Ådahl · 10 years ago
  48. 3845b32 libinput: Expose unaccelerated motion deltas in motion event struct by Jonas Ådahl · 11 years ago
  49. 94e2e2d compositor: Keep track of what views were activated by clicking by Jonas Ådahl · 11 years ago
  50. 4361b4e desktop-shell: Pass a flag bitmask instead of bool to activate() by Jonas Ådahl · 11 years ago
  51. 1fa6ded desktop-shell: Make activate() take a view instead of surface by Jonas Ådahl · 11 years ago
  52. 90c90b2 desktop-shell: Change switcher to track views by Jonas Ådahl · 11 years ago
  53. 7bfb113 desktop-shell: Track the black surface by its view by Jonas Ådahl · 11 years ago
  54. ef8e1c3 input: Activate view no matter the keyboard focus by Jonas Ådahl · 9 years ago
  55. a884024 automake: add missing git-version.h dependency by Emil Velikov · 9 years ago
  56. 4ad45ca automake: list the the builddir include before the srcdir by Emil Velikov · 9 years ago
  57. 0744894 shared/platform.h: remove the local EGL platform (re)definitions by Emil Velikov · 9 years ago
  58. 3fd0802 gl-renderer: remove local EGL platform (re)definitions by Emil Velikov · 9 years ago
  59. 706e689 weston-egl-ext.h: add EGL platform definitions by Emil Velikov · 9 years ago
  60. 025ad93 clients/simple-egl: use weston_check_egl_extension over strstr by Emil Velikov · 9 years ago
  61. ce5b614 clients/nested: use weston_check_egl_extension over strstr by Emil Velikov · 9 years ago
  62. d0fcdc9 shared/platform.h: use weston_check_egl_extension over strstr by Emil Velikov · 9 years ago
  63. f0c3a1c gl-renderer: move check_extension() to shared/ by Emil Velikov · 9 years ago
  64. cbcf545 libweston: don't install shared/platform.h by Emil Velikov · 9 years ago
  65. 10772db shared/platform.h: add missing stdbool.h include by Emil Velikov · 9 years ago
  66. bd6c413 simple-egl: remove incomplete EGL_EXT_buffer_age definition by Emil Velikov · 9 years ago
  67. 3dd22d9 gl-renderer: remove EGL_EXT_image_dma_buf_import guards by Emil Velikov · 9 years ago
  68. b56c5b4 weston-egl-ext.h: add GL_EXT_unpack_subimage definitions by Emil Velikov · 9 years ago
  69. af5bd5d weston-egl-ext.h: add EGL_MESA_configless_context definitions by Emil Velikov · 9 years ago
  70. 0725cf1 weston-egl-ext.h: add EGL_EXT_swap_buffers_with_damage definitions by Emil Velikov · 9 years ago
  71. 885a9fe client/nested: reuse weston-egl-ext.h declarations by Emil Velikov · 9 years ago
  72. 03793e3 Revert "config-parser: Catch negative numbers assigned to unsigned config values" by Bryce Harrington · 9 years ago
  73. a8d987d systemd: Also force base-10 for the strtol() call by Bryce Harrington · 9 years ago
  74. 375759e Require base-10 for strtol() calls by Bryce Harrington · 9 years ago
  75. 1dbdc0b Include space in 'if (' by Bryce Harrington · 9 years ago
  76. 6351fb0 config-parser: Catch negative numbers assigned to unsigned config values by Bryce Harrington · 9 years ago
  77. 5ba41eb rdp: Check for non-digits and errno in strtol call by Bryce Harrington · 9 years ago
  78. 7fc000c Remove a wrong closing “extern "C"” in shared/xalloc.c by Emmanuel Gil Peyrot · 9 years ago
  79. bac72b2 rdp: Check for non-numeric value in RDP_FD env var by Bryce Harrington · 9 years ago
  80. 9c09fe7 multi-resource: Check for no digits in time description by Bryce Harrington · 9 years ago
  81. f6051cb option-parser: Require integer option string values to be base-10 by Bryce Harrington · 9 years ago
  82. cbc0537 config-parser: Improve error checks for strtol/strtoul calls by Bryce Harrington · 9 years ago
  83. e4cb3c2 README: Fix grammar for 'an X*' by Bryce Harrington · 9 years ago
  84. ba63fae dmabuf: Fix grammar in a comment by Bryce Harrington · 9 years ago
  85. 1e6c0fb xwayland: Grammar fixes by Bryce Harrington · 9 years ago
  86. cff0b1d xwayland: Cleanup error message on spawn failure Signed-off-by: Bryce Harrington <bryce@osg.samsung.com> by Bryce Harrington · 9 years ago
  87. 9335ca5 xwayland: Include missing config.h by Bryce Harrington · 9 years ago
  88. 585eef3 README: Fix punctuation errors by Bryce Harrington · 9 years ago
  89. 2d01e91 README: minor the libweston ABI/API documentation by Emil Velikov · 9 years ago
  90. 99ac623 README: clarify libweston purpose/goals. by Emil Velikov · 9 years ago
  91. ad27693 compositor-x11: Flush xcb connection from x11_output_destroy() by Armin Krezović · 9 years ago
  92. 0da12b8 compositor: Switch to new surface/view mapped checks by Armin Krezović · 9 years ago
  93. d0cf441 tests: update for manual surface/view mapping by Armin Krezović · 9 years ago
  94. 50ff4bf ivi-shell: update for manual surface/view mapping by Armin Krezović · 9 years ago
  95. b1a48e6 fullscreen-shell: update for manual surface/view mapping by Armin Krezović · 9 years ago
  96. 4663aca desktop-shell: update for manual surface/view mapping by Armin Krezović · 9 years ago
  97. f8486c3 compositor: Untangle surface/view is_mapped from output assignments by Armin Krezović · 9 years ago
  98. 9c764df xwayland: make the plugin usable by libweston compositors by Giulio Camuffo · 9 years ago
  99. 827b5d2 compositor: add plugin-registry by Pekka Paalanen · 9 years ago
  100. 24f917e input: Move weston_seat_set_keyboard_focus and document by Bryce Harrington · 9 years ago