1. 1084da5 Add touch support for wl_shell_surface_move by Rusty Lynch · 12 years ago
  2. b20b009 window: Add API to check for subcompositor, use in subsurface example by Kristian Høgsberg · 12 years ago
  3. 041815a window.c: Add touch handlers by Rusty Lynch · 12 years ago
  4. f3d6227 malloc + memset -> zalloc by Peter Hutterer · 12 years ago
  5. bee45a1 window: Allow hinting of a preference for RGB565 when creating a window by Tomeu Vizoso · 12 years ago
  6. ce27841 clients: Introduce xmalloc() and use it a few places by Kristian Høgsberg · 12 years ago
  7. 1cc5ac3 clients: Nested compositor example by Kristian Høgsberg · 12 years ago
  8. edddbd1 Convert all scales to int32_t by Alexander Larsson · 12 years ago
  9. d68f523 window: Add window_get_output_scale() by Alexander Larsson · 12 years ago
  10. 5e9b652 window: allow setting a buffer scale on a window by Alexander Larsson · 12 years ago
  11. afd319a window: Track output scales by Alexander Larsson · 12 years ago
  12. 7ff7a80 clients: add subsurfaces demo by Pekka Paalanen · 12 years ago
  13. 35e8263 window: create sub-surfaces by Pekka Paalanen · 12 years ago
  14. 2396aec protocol: add sub-surfaces by Pekka Paalanen · 12 years ago
  15. 4172f66 Pass argc pointer to parse_options() by Kristian Høgsberg · 12 years ago
  16. 0c4445b window: create Cairo surfaces on demand for redraw by Pekka Paalanen · 12 years ago
  17. 02bba7c window: move buffer type and transform into struct surface by Pekka Paalanen · 12 years ago
  18. 5403f52 window: Allow clients to choose the fullscreen method by Ander Conselvan de Oliveira · 13 years ago
  19. bf74d52 window: Add a widget default cursor convenience helper by Kristian Høgsberg · 13 years ago
  20. 15256f6 window: Add a way to retrieve a window's output transform by Ander Conselvan de Oliveira · 13 years ago
  21. 6d4cb4e window: Let clients set buffer transformations by Ander Conselvan de Oliveira · 13 years ago
  22. a85292e Fix a crash when opening two terminal windows and closing the first one. by Dima Ryazanov · 13 years ago
  23. 8c03616 weston-simple-im: Create our own xkb_context by Kristian Høgsberg · 13 years ago
  24. c31288d window: Allow to get xkb context from display by Jan Arne Petersen · 13 years ago
  25. cd99706 text: Send more information with keysym events by Jan Arne Petersen · 13 years ago
  26. a8d4c84 window: make window_flush() private by Pekka Paalanen · 13 years ago
  27. ce36f6d window: make window_{create,set}_surface private by Pekka Paalanen · 13 years ago
  28. fedc527 window: remove window_set_transparent() declaration by Pekka Paalanen · 13 years ago
  29. 8c31a4c Define our own container_of as well by Kristian Høgsberg · 13 years ago
  30. 5717b6d Stop relying on ARRAY_LENGTH being defined in wayland-util.h by Kristian Høgsberg · 13 years ago
  31. 53e5848 window: remove dead EGL code by Pekka Paalanen · 13 years ago
  32. fa80e11 Update to new fd and wl_registry APIs by Kristian Høgsberg · 13 years ago
  33. 1671e11 window: Add getters for fullscreen and maximized state by Kristian Høgsberg · 13 years ago
  34. 7e0cc54 toytoolkit: add axis handler by Philipp Brüschweiler · 13 years ago
  35. 86adef9 window.c: Handle multiple keyboard foci by Kristian Høgsberg · 13 years ago
  36. 67ace20 window.c: Add fullscreen handler to keep fullscreen state consistent by Kristian Høgsberg · 13 years ago
  37. fe89f07 toytoolkit: Remove obsolete function window_set_custom(). by Scott Moreau · 13 years ago
  38. 962342c shell: Don't make desktop_shell background a wl_shell_surface by Kristian Høgsberg · 13 years ago
  39. f337052 window: Add support for the blank cursor by Kristian Høgsberg · 13 years ago
  40. a162792 window: Compute initial window size correctly by Kristian Høgsberg · 13 years ago
  41. 8062007 window: Implement animated cursors (using pointer surfaces) by Ander Conselvan de Oliveira · 13 years ago
  42. d56bd90 shell: Use a busy cursor animation for unresponsive surfaces by Kristian Høgsberg · 13 years ago
  43. 7cee197 window.c: Add primitive support for animated cursors by Kristian Høgsberg · 13 years ago
  44. 8591dbf window.c: Add watch cursor by Kristian Høgsberg · 13 years ago
  45. 5a4e9ff window.c: Drop timestamp argument to input_set_pointer_image() by Kristian Høgsberg · 13 years ago
  46. c9785ea Use enum wl_keyboard_key_state instead of integer by Daniel Stone · 13 years ago
  47. 4dbadb1 Use enum wl_pointer_button_state instead of integer by Daniel Stone · 13 years ago
  48. 7a1b32a Implement text cursor position protocol. by Scott Moreau · 13 years ago
  49. 210eb9d dnd: work around cairo-gl brokenness by Ander Conselvan de Oliveira · 13 years ago
  50. dc8c8fc window: rename enum pointer_type to cursor_type by Ander Conselvan de Oliveira · 13 years ago
  51. 82db9d8 window: add simple text tooltip handlers by Tiago Vignatti · 13 years ago
  52. 1042dc1 window: use libwayland-cursor instead of libXcursor by Ander Conselvan de Oliveira · 13 years ago
  53. dec7658 window: send transient flags over the wire by Tiago Vignatti · 13 years ago
  54. 37816df Convert wl_input_device to wl_seat (and friends) by Daniel Stone · 13 years ago
  55. 80680c7 window.c: Just use float instead of GLfloat, remove GLES2.h include by Kristian Høgsberg · 13 years ago
  56. 7016313 Port Wayland clients to new xkbcommon API by Kristian Høgsberg · 13 years ago
  57. b230a7e Convert internal input co-ordinates to GLfloat by Daniel Stone · 13 years ago
  58. 5d66371 Change button from int to uint32_t by Daniel Stone · 13 years ago
  59. da5b93c Change key/button grab bindings to take unsigned state by Daniel Stone · 13 years ago
  60. eae5de7 Follow wayland change to serial numbers by Kristian Høgsberg · 13 years ago
  61. bad4297 window: Drop EGLImage surface type by Kristian Høgsberg · 13 years ago
  62. bcacef1 Add an option parser by Kristian Høgsberg · 13 years ago
  63. 067fd60 window.c: Drop support for rgb contexts by Kristian Høgsberg · 13 years ago
  64. 010f98b window: Track and report input and opaque regions by Kristian Høgsberg · 13 years ago
  65. 9d4f030 window: Use new xkbcommon include path by Daniel Stone · 13 years ago
  66. d6bcd7d window: Toggle maximized with super-f5 by Kristian Høgsberg · 13 years ago
  67. 009ac0a window: Dont take width and height in window constructor by Kristian Høgsberg · 14 years ago
  68. d31fcab window: Make window frame menu available to client by Kristian Høgsberg · 14 years ago
  69. 6d174cf window: menu leak fixes by Pekka Paalanen · 14 years ago
  70. 0bd8927 window: remove duplicate widget_resize_handler_t by Pekka Paalanen · 14 years ago
  71. b632351 window: Move focus widget to struct input by Kristian Høgsberg · 14 years ago
  72. 831dd52 window: Implement input device grabbing by Kristian Høgsberg · 14 years ago
  73. 29af3eb window: Make decorations just a widget by Kristian Høgsberg · 14 years ago
  74. bb97700 window: Get rid of the window child allocation concept by Kristian Høgsberg · 14 years ago
  75. 441338c window: Keep widgets in a tree instead of a list by Kristian Høgsberg · 14 years ago
  76. b67e94b window: Make resize and redraw handlers widget vfuncs by Kristian Høgsberg · 14 years ago
  77. bb901fa window: Return pointer type from widget enter handler by Kristian Høgsberg · 14 years ago
  78. a8a0db3 window: Move button handler to widget by Kristian Høgsberg · 14 years ago
  79. 87a57bb window: Create a widget for the window, drop window motion handler by Kristian Høgsberg · 14 years ago
  80. 04e9834 window: Add a widget motion handler by Kristian Høgsberg · 14 years ago
  81. ab9e79f window: Remove window enter/leave handlers by Kristian Høgsberg · 14 years ago
  82. ee14323 window: Replace widget focus handler with a enter/leave handler pair by Kristian Høgsberg · 14 years ago
  83. 9a13dab window: Move widget focus handler to the widget by Kristian Høgsberg · 14 years ago
  84. c51f799 window: Rename item to widget by Kristian Høgsberg · 14 years ago
  85. 4f7dcd6 window: Add a window menu by Kristian Høgsberg · 14 years ago
  86. b3cca0a shell: Start implementing the popup surface type by Kristian Høgsberg · 14 years ago
  87. e7aaec3 x11: Bridge X11 CLIPBOARD selection to Wayland clients by Kristian Høgsberg · 14 years ago
  88. fe6079a window: add display_destroy() by Pekka Paalanen · 14 years ago
  89. 826d795 window: add display_exit() by Pekka Paalanen · 14 years ago
  90. bbedd7e clients: Implement a toy-menu for testing the menu surface type by Kristian Høgsberg · 14 years ago
  91. 999c5b5 window: expose outputs to applications by Pekka Paalanen · 14 years ago
  92. c1765c6 move config parser to a convenience library by Pekka Paalanen · 14 years ago
  93. 9d1613e wl_shell_surface adaptation by Pekka Paalanen · 14 years ago
  94. 53ff2f6 window.c: Cache outputs by Kristian Høgsberg · 14 years ago
  95. 47fe08a Implement the new dnd/selection protocol by Kristian Høgsberg · 14 years ago
  96. 668dd56 window: add a helper for config file paths by Pekka Paalanen · 14 years ago
  97. ac3a59a window: Add a cheesy parser for ini-files, use it in desktop-shell by Kristian Høgsberg · 14 years ago
  98. bcee9a4 desktop-shell: Add beginning of pop-up menu to panel by Kristian Høgsberg · 14 years ago
  99. 1a89f28 gears: Fail if compiled without cairo-egl by Benjamin Franzke · 14 years ago
  100. 0c99163 window: Create a cairo device for each egl config by Benjamin Franzke · 14 years ago