1. 9b1f8ef Get rid of the window_create_menu function by Dima Ryazanov · 9 years ago
  2. 649bbce include stdint.h for int32_t/uint32_t by Jussi Kukkonen · 9 years ago
  3. fdcdda3 window: Add API for manually set confine region by Jonas Ådahl · 10 years ago
  4. e5a1bb4 clients: Add API for pointer locking and pointer confinement by Jonas Ådahl · 11 years ago
  5. e99e4bf clients & tests: Unify multiple definitions of x*alloc and related functions by Bryce Harrington · 9 years ago
  6. 5ccf047 client: Add DnD cursors to the managed cursors list by Carlos Garnacho · 9 years ago
  7. 9c93179 data-device: Implement DnD actions by Carlos Garnacho · 9 years ago
  8. 87743e9 Support axis source, axis discrete, frame and axis stop events by Peter Hutterer · 9 years ago
  9. 118387e toytoolkit: Remove window_damage() by Derek Foreman · 10 years ago
  10. 867d50e Unified multiple definitions of container_of() macro. by Jon Cruz · 10 years ago
  11. 35b2eaa Moved helper macro to a discrete include file. by Jon Cruz · 10 years ago
  12. 4678bab Remove redundant #include path component. by Jon Cruz · 10 years ago
  13. 1f6b0d1 clients: Update boilerplate from MIT X11 license to MIT Expat licenses by Bryce Harrington · 10 years ago
  14. 883ac02 Whitespace corrections by Murray Calavera · 10 years ago
  15. 51a7ae5 clients & tests: use eglGetPlatformDisplayEXT when supported by Jonny Lamb · 10 years ago
  16. de8bd50 clients: Allow creating a "detached" menu by Jasper St. Pierre · 11 years ago
  17. dda9313 clients: Remove the window / user parameters from the menu function by Jasper St. Pierre · 11 years ago
  18. de68099 terminal: Only add the new size to the title when we're resizing by Jasper St. Pierre · 11 years ago
  19. c815d62 xdg-shell: Rename set_transient_for to set_parent by Jasper St. Pierre · 11 years ago
  20. 9cd661e Make sure config.h is included before any system headers by Andrew Wedgbury · 11 years ago
  21. cd186fb toytoolkit: match parent surface type when adding a subsurface by Manuel Bachmann · 11 years ago
  22. 738715d toytoolkit: Expose output make and model by Jason Ekstrand · 11 years ago
  23. 5a18332 clients: Add support for the minimize button by Jasper St. Pierre · 11 years ago
  24. 5368604 window: Add wrappers for xdg_surface_set_transient_for by Jasper St. Pierre · 12 years ago
  25. 76ec082 westoy: Remove fullscreen methods by Jasper St. Pierre · 12 years ago
  26. 7f4386e westoy: Use subsurfaces for tooltips instead of transient windows by Jasper St. Pierre · 12 years ago
  27. 700d6ad keyboard: Don't strcat() into a strdup()ed string by Kristian Høgsberg · 11 years ago
  28. 97b747c westoy: Add an option to explicitly disable cairo on a widget by Neil Roberts · 12 years ago
  29. ef9c8eb keyboard: Handle touch up event by Kristian Høgsberg · 11 years ago
  30. 5e10a04 clients: Add a widget_get_wl_subsurface by Neil Roberts · 12 years ago
  31. c971d2a clients: Add window_is_transient() helper to the toy toolkit window by Philip Withnall · 12 years ago
  32. bf3c1c6 distinguish touch screen and pointer dnd in client by Xiong Zhang · 12 years ago
  33. a662206 protocol: move sub-surfaces to Wayland by Pekka Paalanen · 12 years ago
  34. 77a51fd westoy: Remove some accessors for wl_shell / wl_shell_surface by Jasper St. Pierre · 12 years ago
  35. bf17590 westoy: Remove unused support for window parents by Jasper St. Pierre · 12 years ago
  36. 01eaaac westoy: Remove window_touch_move by Jasper St. Pierre · 12 years ago
  37. 83d8ee7 window, desktop-shell: deal with output unplug on client side by Xiong Zhang · 12 years ago
  38. 67b8215 terminal: Add context menu with new terminal/copy/paste by Kristian Høgsberg · 12 years ago
  39. ee7fefc Rename frame_create and frame_set_child_size with a window_ prefix by Jason Ekstrand · 12 years ago
  40. 0749e3f terminal: Accept utf-8 text drop by Kristian Høgsberg · 12 years ago
  41. 1084da5 Add touch support for wl_shell_surface_move by Rusty Lynch · 12 years ago
  42. b20b009 window: Add API to check for subcompositor, use in subsurface example by Kristian Høgsberg · 12 years ago
  43. 041815a window.c: Add touch handlers by Rusty Lynch · 12 years ago
  44. f3d6227 malloc + memset -> zalloc by Peter Hutterer · 12 years ago
  45. bee45a1 window: Allow hinting of a preference for RGB565 when creating a window by Tomeu Vizoso · 12 years ago
  46. ce27841 clients: Introduce xmalloc() and use it a few places by Kristian Høgsberg · 12 years ago
  47. 1cc5ac3 clients: Nested compositor example by Kristian Høgsberg · 12 years ago
  48. edddbd1 Convert all scales to int32_t by Alexander Larsson · 12 years ago
  49. d68f523 window: Add window_get_output_scale() by Alexander Larsson · 12 years ago
  50. 5e9b652 window: allow setting a buffer scale on a window by Alexander Larsson · 12 years ago
  51. afd319a window: Track output scales by Alexander Larsson · 12 years ago
  52. 7ff7a80 clients: add subsurfaces demo by Pekka Paalanen · 12 years ago
  53. 35e8263 window: create sub-surfaces by Pekka Paalanen · 12 years ago
  54. 2396aec protocol: add sub-surfaces by Pekka Paalanen · 12 years ago
  55. 4172f66 Pass argc pointer to parse_options() by Kristian Høgsberg · 12 years ago
  56. 0c4445b window: create Cairo surfaces on demand for redraw by Pekka Paalanen · 12 years ago
  57. 02bba7c window: move buffer type and transform into struct surface by Pekka Paalanen · 12 years ago
  58. 5403f52 window: Allow clients to choose the fullscreen method by Ander Conselvan de Oliveira · 13 years ago
  59. bf74d52 window: Add a widget default cursor convenience helper by Kristian Høgsberg · 13 years ago
  60. 15256f6 window: Add a way to retrieve a window's output transform by Ander Conselvan de Oliveira · 13 years ago
  61. 6d4cb4e window: Let clients set buffer transformations by Ander Conselvan de Oliveira · 13 years ago
  62. a85292e Fix a crash when opening two terminal windows and closing the first one. by Dima Ryazanov · 13 years ago
  63. 8c03616 weston-simple-im: Create our own xkb_context by Kristian Høgsberg · 13 years ago
  64. c31288d window: Allow to get xkb context from display by Jan Arne Petersen · 13 years ago
  65. cd99706 text: Send more information with keysym events by Jan Arne Petersen · 13 years ago
  66. a8d4c84 window: make window_flush() private by Pekka Paalanen · 13 years ago
  67. ce36f6d window: make window_{create,set}_surface private by Pekka Paalanen · 13 years ago
  68. fedc527 window: remove window_set_transparent() declaration by Pekka Paalanen · 13 years ago
  69. 8c31a4c Define our own container_of as well by Kristian Høgsberg · 13 years ago
  70. 5717b6d Stop relying on ARRAY_LENGTH being defined in wayland-util.h by Kristian Høgsberg · 13 years ago
  71. 53e5848 window: remove dead EGL code by Pekka Paalanen · 13 years ago
  72. fa80e11 Update to new fd and wl_registry APIs by Kristian Høgsberg · 13 years ago
  73. 1671e11 window: Add getters for fullscreen and maximized state by Kristian Høgsberg · 13 years ago
  74. 7e0cc54 toytoolkit: add axis handler by Philipp Brüschweiler · 13 years ago
  75. 86adef9 window.c: Handle multiple keyboard foci by Kristian Høgsberg · 13 years ago
  76. 67ace20 window.c: Add fullscreen handler to keep fullscreen state consistent by Kristian Høgsberg · 13 years ago
  77. fe89f07 toytoolkit: Remove obsolete function window_set_custom(). by Scott Moreau · 13 years ago
  78. 962342c shell: Don't make desktop_shell background a wl_shell_surface by Kristian Høgsberg · 13 years ago
  79. f337052 window: Add support for the blank cursor by Kristian Høgsberg · 13 years ago
  80. a162792 window: Compute initial window size correctly by Kristian Høgsberg · 13 years ago
  81. 8062007 window: Implement animated cursors (using pointer surfaces) by Ander Conselvan de Oliveira · 13 years ago
  82. d56bd90 shell: Use a busy cursor animation for unresponsive surfaces by Kristian Høgsberg · 13 years ago
  83. 7cee197 window.c: Add primitive support for animated cursors by Kristian Høgsberg · 13 years ago
  84. 8591dbf window.c: Add watch cursor by Kristian Høgsberg · 13 years ago
  85. 5a4e9ff window.c: Drop timestamp argument to input_set_pointer_image() by Kristian Høgsberg · 13 years ago
  86. c9785ea Use enum wl_keyboard_key_state instead of integer by Daniel Stone · 13 years ago
  87. 4dbadb1 Use enum wl_pointer_button_state instead of integer by Daniel Stone · 13 years ago
  88. 7a1b32a Implement text cursor position protocol. by Scott Moreau · 13 years ago
  89. 210eb9d dnd: work around cairo-gl brokenness by Ander Conselvan de Oliveira · 13 years ago
  90. dc8c8fc window: rename enum pointer_type to cursor_type by Ander Conselvan de Oliveira · 13 years ago
  91. 82db9d8 window: add simple text tooltip handlers by Tiago Vignatti · 13 years ago
  92. 1042dc1 window: use libwayland-cursor instead of libXcursor by Ander Conselvan de Oliveira · 13 years ago
  93. dec7658 window: send transient flags over the wire by Tiago Vignatti · 13 years ago
  94. 37816df Convert wl_input_device to wl_seat (and friends) by Daniel Stone · 13 years ago
  95. 80680c7 window.c: Just use float instead of GLfloat, remove GLES2.h include by Kristian Høgsberg · 13 years ago
  96. 7016313 Port Wayland clients to new xkbcommon API by Kristian Høgsberg · 13 years ago
  97. b230a7e Convert internal input co-ordinates to GLfloat by Daniel Stone · 13 years ago
  98. 5d66371 Change button from int to uint32_t by Daniel Stone · 13 years ago
  99. da5b93c Change key/button grab bindings to take unsigned state by Daniel Stone · 13 years ago
  100. eae5de7 Follow wayland change to serial numbers by Kristian Høgsberg · 13 years ago