1. 992ee04 clients/window: atomically update pointer cursor by Simon Ser · 4 years, 6 months ago
  2. a2086bb libweston: replace 0 with the enum value for the xkb init flags by Peter Hutterer · 5 years ago
  3. 8060d82 Redefine output rotations by Pekka Paalanen · 5 years ago
  4. 598d3a1 clients/window: fail earlier when frame_create fails by Simon Ser · 5 years ago
  5. 1cb0948 window: fix missing prototypes warning by Guillaume Champagne · 6 years ago
  6. f0cd00a clients/window: drop support for rgb565 by Leandro Ribeiro · 6 years ago
  7. 7bcbab1 clients/window: Add viewport destination support by Harish Krupo · 7 years ago
  8. 9774917 clients: Add more sanity checks to catch destroyed window by Jeffy Chen · 6 years ago
  9. 179458a clients: Drop corresponding touch points when destroying windows by Jeffy Chen · 6 years ago
  10. ac1b92d clients/window: bump wl_seat version to 7 by Sebastian Wick · 6 years ago
  11. 5b64fbd clients/window: bump wl_seat version to 6 by Sebastian Wick · 6 years ago
  12. c505af8 desktop-shell: Click top left and align clock by - · 6 years ago
  13. 3957863 log: remove "%m" from format strings by using strerror(errno) by Antonio Borneo · 6 years ago
  14. 43152a3 Fix: clients/window: Premature finish request when copy-pasting by Harish Krupo · 6 years ago
  15. ee4c7a2 window.c: Don't assume registry advertisement order by Harish Krupo · 6 years ago
  16. ecbdcfd Rename zalloc.h to libweston/zalloc.h by Pekka Paalanen · 6 years ago
  17. f99fac2 clients: use xdg_shell stable instead of v6 by ant8me · 7 years ago
  18. d6371b5 window client: remove ivi-application support by Michael Teyfel · 8 years ago
  19. ac71ee5 clients: sanitize XCURSOR_SIZE by emersion · 7 years ago
  20. 13bdf25 clients: A better fix for a crash when unlocking or unconfining a pointer by Dima Ryazanov · 7 years ago
  21. 44dd7f2 clients: Delete an unused variable by Dima Ryazanov · 7 years ago
  22. 336ce67 Revert "Fix a crash when unlocking or unconfining a pointer" by Dima Ryazanov · 7 years ago
  23. 807cd2e clients: configure cursor theme from XCURSOR_* env by emersion · 7 years ago
  24. b79dead clients: add a new touchscreen calibrator by Louis-Francis Ratté-Boulianne · 8 years ago
  25. e0dc5d4 Fix a crash when unlocking or unconfining a pointer by Dima Ryazanov · 7 years ago
  26. 64a26bc clients: consolidate timer code part 2 by Pekka Paalanen · 7 years ago
  27. 3f5f3af clients: consolidate timer code part 1 by Pekka Paalanen · 7 years ago
  28. 6b58ea8 xwm: Add icon support to the frame by Emmanuel Gil Peyrot · 8 years ago
  29. 4b341a8 clients: Fix build without Cairo/GLES2 by Daniel Stone · 8 years ago
  30. 3b7c207 window: Check for NULL surface in keyboard_handle_enter by Dima Ryazanov · 9 years ago
  31. 6c1c0dd clients: fix a couple of trivial typos by Abdur Rehman · 9 years ago
  32. 2b685d9 weston-terminal: Fix crash on first keystroke by Derek Foreman · 9 years ago
  33. 050e5d0 clients/window: use weston_platform_destroy_egl_surface wrapper by Emil Velikov · 9 years ago
  34. 9b1f8ef Get rid of the window_create_menu function by Dima Ryazanov · 9 years ago
  35. be8a6d3 xdg-shell: validate positioner object by Sjoerd Simons · 9 years ago
  36. 5b01596 clients: Make XKB compose support conditional by Daniel Stone · 9 years ago
  37. e57b6a1 window: Fix 'devlivery' misspelling by Bryce Harrington · 9 years ago
  38. 894b3ec clients: Add XKB compose key support by Bryce Harrington · 9 years ago
  39. af7f98b toytoolkit: Port to xdg_shell unstable v6 by Jonas Ådahl · 9 years ago
  40. fdcdda3 window: Add API for manually set confine region by Jonas Ådahl · 10 years ago
  41. e5a1bb4 clients: Add API for pointer locking and pointer confinement by Jonas Ådahl · 11 years ago
  42. 7dda25b toytoolkit: Return NULL when no outputs are present by Armin Krezović · 9 years ago
  43. e99e4bf clients & tests: Unify multiple definitions of x*alloc and related functions by Bryce Harrington · 9 years ago
  44. 0d1a622 clients: Use zalloc by Bryce Harrington · 9 years ago
  45. 5ccf047 client: Add DnD cursors to the managed cursors list by Carlos Garnacho · 10 years ago
  46. 9c93179 data-device: Implement DnD actions by Carlos Garnacho · 10 years ago
  47. 78d4bf9 data-device: Implement DnD progress notification by Carlos Garnacho · 10 years ago
  48. 87743e9 Support axis source, axis discrete, frame and axis stop events by Peter Hutterer · 10 years ago
  49. b50ed17 clients: Adjust grammar of comment for toysurface->prepare function pointer by Chris Michael · 10 years ago
  50. f69bd1a clients: Fix a few minor typos in comments by Bryce Harrington · 10 years ago
  51. 118387e toytoolkit: Remove window_damage() by Derek Foreman · 10 years ago
  52. 5b0b770 Remove workspaces protocol by Jonas Ådahl · 10 years ago
  53. 2a22933 Use xdg_shell protocol from wayland-protocols by Jonas Ådahl · 10 years ago
  54. 46812b6 clients: don't discard motion if we have a grab by Derek Foreman · 10 years ago
  55. 5d13548 clients: try harder to discard motion after resize by Derek Foreman · 10 years ago
  56. 3a1580f clients: track seat_version per seat, not per display by Derek Foreman · 10 years ago
  57. f7bb935 weston: release keyboard/touch/pointer objects by FORT David · 10 years ago
  58. 673bbe2 clients: ungrab the correct input when menus close by Derek Foreman · 10 years ago
  59. decc965 clients: Drop deadlock circumvention hack now that we don't need it by Jonas Ådahl · 11 years ago
  60. 74a635b Coding style fixes by Dawid Gajownik · 10 years ago
  61. 118a429 window: Use wl_cursor_frame_and_duration() for mouse cursor updates by Derek Foreman · 10 years ago
  62. da9d8fa clients: Simplify memory allocation with xzalloc() by Bryce Harrington · 10 years ago
  63. d618f68 Moved the MIN() macro to the helper include. by Jon Cruz · 10 years ago
  64. 35b2eaa Moved helper macro to a discrete include file. by Jon Cruz · 10 years ago
  65. 4678bab Remove redundant #include path component. by Jon Cruz · 10 years ago
  66. 1f6b0d1 clients: Update boilerplate from MIT X11 license to MIT Expat licenses by Bryce Harrington · 10 years ago
  67. 2a18a52 remove trailing whitespaces by Michael Vetter · 10 years ago
  68. 6c71aae Pass config file from compositor to everything by Pekka Paalanen · 10 years ago
  69. abff883 platform: rename create_egl_window to create_egl_surface by Jonny Lamb · 10 years ago
  70. 4bdcb57 clients & tests: use eglCreatePlatformWindowSurfaceEXT when supported by Jonny Lamb · 10 years ago
  71. 51a7ae5 clients & tests: use eglGetPlatformDisplayEXT when supported by Jonny Lamb · 10 years ago
  72. a86c3ee Spellcheck fixes by Bryce Harrington · 10 years ago
  73. 493d979 window: Fix crash in input_set_pointer_image when cursor is special by Derek Foreman · 10 years ago
  74. 5ba1e1d xdg-shell: Bump unstable version by Jasper St. Pierre · 10 years ago
  75. 14f330c xdg-shell: Remove the flags from get_xdg_popup by Jasper St. Pierre · 10 years ago
  76. ecf2a0f xdg-shell: Remove the serial from popup_done by Jasper St. Pierre · 10 years ago
  77. 66bc949 xdg-shell: Take a xdg_surface as the parent surface by Jasper St. Pierre · 10 years ago
  78. a519d06 window: use roundtrip instead of dispatch after get_registry by Marek Chalupa · 11 years ago
  79. b1d121d clients: support ivi-application.xml for clients/window.c by Nobuhiko Tanibata · 11 years ago
  80. 2204492 clients: Use xmalloc in a few more places by Derek Foreman · 11 years ago
  81. 6ce67ec window : compare version and call appropriate destructor by kabeer khan · 11 years ago
  82. 382de46 clients: Maximize window when double touch on title bar by Xiong Zhang · 11 years ago
  83. b2c1864 window: Don't needlessly sync parent and geometry by Ondřej Majerech · 11 years ago
  84. 2623786 Partially revert "xdg-shell: Add show_window_menu request" by Pekka Paalanen · 11 years ago
  85. bfb4ade clients: Maximize window when double click on title bar by Xiong Zhang · 11 years ago
  86. 38d90be window: unbind egl surface and context on surface release by Arnaud Vrac · 11 years ago
  87. 71182ae xdg-shell: bump experimental protocol version by Pekka Paalanen · 11 years ago
  88. 2e1968f Replace deprecated xkbcommon symbols with current names by Ran Benita · 11 years ago
  89. 0695908 clients: use repeat_info event details by Jonny Lamb · 11 years ago
  90. a177df0 window: Don't use the frame's geometry when fullscreen by Jasper St. Pierre · 11 years ago
  91. ccf48fb shell: Replace set_margin with set_window_geometry by Jasper St. Pierre · 11 years ago
  92. bd65e50 Interpret the size in the configure event as window geometry by Jasper St. Pierre · 11 years ago
  93. 81ff075 xdg-shell: Add show_window_menu request by Jasper St. Pierre · 11 years ago
  94. de8bd50 clients: Allow creating a "detached" menu by Jasper St. Pierre · 11 years ago
  95. dda9313 clients: Remove the window / user parameters from the menu function by Jasper St. Pierre · 11 years ago
  96. be803ad window: Send ack_configure immediately from configure handler by Kristian Høgsberg · 11 years ago
  97. f184c38 window: Move the resize after interpreting the states by Jasper St. Pierre · 11 years ago
  98. ccf908b window: Set frame flags immediately when we handle the new states in configure by Jasper St. Pierre · 11 years ago
  99. 973d787 xdg-shell: Turn "activated" into a state by Jasper St. Pierre · 11 years ago
  100. de68099 terminal: Only add the new size to the title when we're resizing by Jasper St. Pierre · 11 years ago