1. a669bd5 toytoolkit: Don't crash if wl_data_device_manager is not present by Jason Ekstrand · 11 years ago
  2. 738715d toytoolkit: Expose output make and model by Jason Ekstrand · 11 years ago
  3. ce97a6b toytoolkit: Only require xdg_shell if the window is not custom by Jason Ekstrand · 11 years ago
  4. 842a36a Check return value of wl_cursor functions by Hardening · 11 years ago
  5. e81a175 clients: Remove unused client-side resize tracking code by Jasper St. Pierre · 11 years ago
  6. c7680b0 xdg-shell: Bump unstable version to 3 by Kristian Høgsberg · 11 years ago
  7. 8c6aa45 xdg-shell: Replace the set_* atrocity with a new approach by Jasper St. Pierre · 11 years ago
  8. b223a72 xdg-shell: Rename focused_set / focused_unset to activated / deactivated by Jasper St. Pierre · 11 years ago
  9. 5a18332 clients: Add support for the minimize button by Jasper St. Pierre · 11 years ago
  10. 63a9c33 Reorder the xdg_shell implementations to fit the spec'd order by Jasper St. Pierre · 12 years ago
  11. 63a1410 window: Remove window_location enum by Jasper St. Pierre · 11 years ago
  12. e818d59 toytoolkit: avoid unnecessary redraws when focus changes by Emilio Pozuelo Monfort · 11 years ago
  13. 239902b client: Fix shell unstable version check by Kristian Høgsberg · 11 years ago
  14. 2bff94e xdg-shell: Move "ping" and "pong" to xdg_shell, not xdg_surface by Kristian Høgsberg · 11 years ago
  15. 7407345 xdg-shell: Add set_margin request by Jasper St. Pierre · 12 years ago
  16. 2097fe1 xdg-shell: Add a "delete" event by Jasper St. Pierre · 12 years ago
  17. 44cd196 xdg-shell: Drop edges arg from xdg_surface configure event by Kristian Høgsberg · 11 years ago
  18. 9a7ad67 window: Delay scheduled redraws if we start maximize or fullscreen protocol by Kristian Høgsberg · 11 years ago
  19. d2a0213 window: Ask xkbcommon whether or not to repeat a key by Kristian Høgsberg · 11 years ago
  20. 5368604 window: Add wrappers for xdg_surface_set_transient_for by Jasper St. Pierre · 12 years ago
  21. 0790e39 westoy: Port the toy toolkit over to xdg-shell by Jasper St. Pierre · 12 years ago
  22. c0f17ab westoy: Remove MAXIMIZED and FULLSCREEN as separate window types by Jasper St. Pierre · 12 years ago
  23. 76ec082 westoy: Remove fullscreen methods by Jasper St. Pierre · 12 years ago
  24. 7f4386e westoy: Use subsurfaces for tooltips instead of transient windows by Jasper St. Pierre · 12 years ago
  25. e22952b westoy: Schedule a full resize when we add a subsurface by Jasper St. Pierre · 12 years ago
  26. 23900f7 input: Empty the current input region when configuring pointer surfaces by Ander Conselvan de Oliveira · 12 years ago
  27. bae79ca clients/window: fail if NULL returned from frame_create by U. Artie Eoff · 12 years ago
  28. 211b517 shell: Move maximize and fullscreen bindings to mod + SHIFT by Kristian Høgsberg · 12 years ago
  29. b637a40 window: Properly destroy tooltip windows when parent window is destroyed by Kristian Høgsberg · 12 years ago
  30. 700d6ad keyboard: Don't strcat() into a strdup()ed string by Kristian Høgsberg · 12 years ago
  31. 97b747c westoy: Add an option to explicitly disable cairo on a widget by Neil Roberts · 12 years ago
  32. ef9c8eb keyboard: Handle touch up event by Kristian Høgsberg · 12 years ago
  33. c152ee1 window.c: Don't put buttons on frames for custom windows by Kristian Høgsberg · 12 years ago
  34. 5e10a04 clients: Add a widget_get_wl_subsurface by Neil Roberts · 12 years ago
  35. fdca95c window: handle insufficient buffer space by Pekka Paalanen · 12 years ago
  36. c971d2a clients: Add window_is_transient() helper to the toy toolkit window by Philip Withnall · 12 years ago
  37. bf3c1c6 distinguish touch screen and pointer dnd in client by Xiong Zhang · 12 years ago
  38. 853a779 client/dnd.c: add dnd support for touch screen in client by Xiong Zhang · 12 years ago
  39. 77a51fd westoy: Remove some accessors for wl_shell / wl_shell_surface by Jasper St. Pierre · 12 years ago
  40. bf17590 westoy: Remove unused support for window parents by Jasper St. Pierre · 12 years ago
  41. 01eaaac westoy: Remove window_touch_move by Jasper St. Pierre · 12 years ago
  42. 47f1043 westoy: Fix the version number we request for wl_seat by Jasper St. Pierre · 12 years ago
  43. 4a7409a toytoolkit: Don't segfault on window close by Jason Ekstrand · 12 years ago
  44. 8ae6385 window.c: Don't ungrab input after displaying the menu by Kristian Høgsberg · 12 years ago
  45. 83d8ee7 window, desktop-shell: deal with output unplug on client side by Xiong Zhang · 12 years ago
  46. 89f4bc4 window.c: Don't put titlebars on menu windows by Kristian Høgsberg · 12 years ago
  47. c680e90 window.c: Use frame code for drawing menus by Kristian Høgsberg · 12 years ago
  48. 67b8215 terminal: Add context menu with new terminal/copy/paste by Kristian Høgsberg · 12 years ago
  49. 3eccb86 clients/window: Dispose of previous keymap and state on keymap change by Rui Matos · 12 years ago
  50. afb9828 window: Only clamp min size for windows with frame by Kristian Høgsberg · 12 years ago
  51. 53ec560 window: Set a minimum size for toytoolkit windows by Kristian Høgsberg · 12 years ago
  52. 598477d window: Set opaque region to window size if we're fullscreen by Kristian Høgsberg · 12 years ago
  53. 3f66cf9 Use cairo-util frame in tinytoolkit by Jason Ekstrand · 12 years ago
  54. ee7fefc Rename frame_create and frame_set_child_size with a window_ prefix by Jason Ekstrand · 12 years ago
  55. b5c973c window.c: Free cursor theme name once we're done with it by Kristian Høgsberg · 12 years ago
  56. 1abe048 config-parser: Make weston_config_parse() tkae a file name by Kristian Høgsberg · 12 years ago
  57. 8c079ae window.c: Port to use weston_config instead of old parser by Kristian Høgsberg · 12 years ago
  58. 0749e3f terminal: Accept utf-8 text drop by Kristian Høgsberg · 12 years ago
  59. 0803118 window: Use new wl_pointer/keyboard_release request by Rob Bradford · 12 years ago
  60. b22bf57 window.c: Fix SIGSEGV in pointer_handle_motion by Paul Winwood · 12 years ago
  61. 1084da5 Add touch support for wl_shell_surface_move by Rusty Lynch · 12 years ago
  62. 69594cc window: Use xzalloc() instead of silently failing to add output by Kristian Høgsberg · 12 years ago
  63. adcd54b window: Use xzalloc() instead of failing to add input device by Kristian Høgsberg · 12 years ago
  64. 1a5f0c3 window: Fix logic for looking up widget default cursor by Kristian Høgsberg · 12 years ago
  65. 980b018 window: Don't check for subcompositor in window_add_subsurface() by Kristian Høgsberg · 12 years ago
  66. b20b009 window: Add API to check for subcompositor, use in subsurface example by Kristian Høgsberg · 12 years ago
  67. 6d14b14 remove dependency on EGL_KHR_surfaceless_context by Adrian Negreanu · 12 years ago
  68. 041815a window.c: Add touch handlers by Rusty Lynch · 12 years ago
  69. 3ca59d3 clients: fix an error message by Peter Hutterer · 12 years ago
  70. f3d6227 malloc + memset -> zalloc by Peter Hutterer · 12 years ago
  71. bc91926 clients: use xmalloc in more places by Brian Lovin · 12 years ago
  72. bee45a1 window: Allow hinting of a preference for RGB565 when creating a window by Tomeu Vizoso · 12 years ago
  73. 5ab9c75 window: Free the allocated display if we fail to setup libxkbcommon by Rob Bradford · 12 years ago
  74. 4162483 window.c: Simplify window_create() by Kristian Høgsberg · 12 years ago
  75. 8eeb30b window.c: Use xmalloc for frame_create() by Kristian Høgsberg · 12 years ago
  76. ce27841 clients: Introduce xmalloc() and use it a few places by Kristian Høgsberg · 12 years ago
  77. 5f08774 window: Disregard motion events outside our current surface dimensions by Rob Bradford · 12 years ago
  78. 3c9d967 window: Allow popup menu when the window is maximised by Rob Bradford · 12 years ago
  79. d27cb09 window: Request version 3 of wl_compositor by Jason Ekstrand · 12 years ago
  80. e61561f toytoolkit: Allow operation without a keymap by Matt Roper · 12 years ago
  81. c228e23 configure.ac: Enable AC_USE_SYSTEM_EXTENSIONS by Daniel Stone · 12 years ago
  82. 1cc5ac3 clients: Nested compositor example by Kristian Høgsberg · 12 years ago
  83. edddbd1 Convert all scales to int32_t by Alexander Larsson · 12 years ago
  84. 6cd1de3 toytoolkit: Make the window resizing optimization optional by Louis-Francis Ratté-Boulianne · 12 years ago
  85. d68f523 window: Add window_get_output_scale() by Alexander Larsson · 12 years ago
  86. 1818e31 window: Store server_allocation in surface size by Alexander Larsson · 12 years ago
  87. 2aaa8b7 window: Apply buffer_scale automatically in widget_cairo_create by Alexander Larsson · 12 years ago
  88. 5e9b652 window: allow setting a buffer scale on a window by Alexander Larsson · 12 years ago
  89. afd319a window: Track output scales by Alexander Larsson · 12 years ago
  90. 15901f0 window: Support transform in widget_cairo_create() by Alexander Larsson · 12 years ago
  91. 9777744 window: avoid a gcc warning in buffer release handler by Pekka Paalanen · 12 years ago
  92. f6128fc Fix missing corner resize cursors in Kubuntu (oxy-white theme) by Dima Ryazanov · 12 years ago
  93. a50e6e4 config-parser: Honor XDG_CONFIG_DIRS by Ossama Othman · 12 years ago
  94. 7123388 window: add DBG code for leaf management and redraws by Pekka Paalanen · 12 years ago
  95. eebff54 window: throttle resizing to the main surface by Pekka Paalanen · 12 years ago
  96. e9297f8 window: prevent EGL sub-surface deadlock by Pekka Paalanen · 12 years ago
  97. 7ff7a80 clients: add subsurfaces demo by Pekka Paalanen · 12 years ago
  98. 40cb67b window: implement per-surface redraws by Pekka Paalanen · 12 years ago
  99. 35e8263 window: create sub-surfaces by Pekka Paalanen · 12 years ago
  100. aef0254 window: implement shm triple-buffering by Pekka Paalanen · 12 years ago