1. 9c6217e shell: Fix artifacts caused by workspace change animation by Ander Conselvan de Oliveira · 11 years ago
  2. 4779241 xwayland: Fix fullscreen mode by Kristian Høgsberg · 11 years ago
  3. ac985be compositor: Remove the edges parameter from send_configure by Jasper St. Pierre · 11 years ago
  4. 6d50b0f desktop-shell: Remove output_move listener on shutdown by Kristian Høgsberg · 11 years ago
  5. e5c1ae9 xwayland: Set decoration margin for xwayland windows by Kristian Høgsberg · 11 years ago
  6. a4b620e desktop-shell: Further consolidate move/resize grab checks by Kristian Høgsberg · 11 years ago
  7. e0b9d5b xwayland: Make resizing work again by Kristian Høgsberg · 11 years ago
  8. 62899f5 shell.c: Set dirty for visible views on destroyed output by Xiong Zhang · 11 years ago
  9. ef6a7e4 shell: Don't map surfaces of type SHELL_SURFACE_NONE by Ander Conselvan de Oliveira · 11 years ago
  10. 024177c desktop-shell: Properly handle seat hotplugging by Jason Ekstrand · 11 years ago
  11. 3434b33 desktop-shell: Remove unused variables by Kristian Høgsberg · 11 years ago
  12. 9e7c759 desktop-shell: Properly handle lowered fullscreen surfaces by Emilio Pozuelo Monfort · 12 years ago
  13. ae356ae desktop-shell: Keep windows on screen when moving by Kristian Høgsberg · 11 years ago
  14. 6110d07 desktop-shell: Raise new windows over fullscreen apps by Kristian Høgsberg · 11 years ago
  15. 74071e0 desktop-shell: End popup when starting a touch shell grab by Kristian Høgsberg · 11 years ago
  16. 7b83ae4 desktop-shell: Reject resize if we're already grabbed by Kristian Høgsberg · 11 years ago
  17. d0b40ed desktop-shell: Reject window move in common_surface_move() by Kristian Høgsberg · 11 years ago
  18. 9c376b5 shell: Fix crash when a client is destroyed during the resize grab by Ander Conselvan de Oliveira · 11 years ago
  19. 15f9a26 shell: Fix memory leaks caused by the window close animation by Ander Conselvan de Oliveira · 11 years ago
  20. 1679f23 libinput: Forward frame events to clients by Jonas Ådahl · 11 years ago
  21. 5082ad6 shell: display the input panel on the active output by Manuel Bachmann · 11 years ago
  22. 75c373c shell: Destroy a previous input panel animation when showing it again by Ander Conselvan de Oliveira · 11 years ago
  23. 9e9512f desktop-shell: Get rid of get_shell_client by Jason Ekstrand · 11 years ago
  24. 304996d shell: Fix view repositioning logic for output move and destroy by Ander Conselvan de Oliveira · 11 years ago
  25. 641796c shell: Keep shsurf->fullscreen_output set after unset_fullscreen() by Ander Conselvan de Oliveira · 11 years ago
  26. facc0cc shell: Damage below child surfaces on move to different workspace by Ander Conselvan de Oliveira · 11 years ago
  27. 4e20e9b shell: Disarm the screensaver timeout timer on terminate_screensaver() by Ander Conselvan de Oliveira · 11 years ago
  28. b4a9170 Reset the keyboard focus on all seats when the compositor is locked by Neil Roberts · 11 years ago
  29. 4237f50 Reset focus on unknown seats when restoring focus state by Neil Roberts · 11 years ago
  30. e5a1aee shell: Allow unresponsive surfaces to be moved again by Ander Conselvan de Oliveira · 11 years ago
  31. f0ce581 desktop-shell: Activate surface on right click too by Kristian Høgsberg · 11 years ago
  32. a46b946 shell: Fix segfault from trying to access a destroyed popup shell surface by Bryan Cain · 11 years ago
  33. c6ab3d5 compositor: let the shells create the screenshooter by Giulio Camuffo · 12 years ago
  34. 805d2f5 shell: position input panel layer above fullscreen layer by Manuel Bachmann · 11 years ago
  35. c1ae2e8 compositor: use Mod-Tab to show/raise minimized surfaces by Manuel Bachmann · 11 years ago
  36. 50c87db compositor: implement xdg_surface_set_minimized() by Manuel Bachmann · 11 years ago
  37. 952b6c8 compositor: reorganize struct weston_buffer_viewport by Pekka Paalanen · 11 years ago
  38. fe9671e shell: Correct error message when we already have an xdg surface by Jasper St. Pierre · 11 years ago
  39. b033c5e shell: Only animate window closing for mapped windows by Kristian Høgsberg · 11 years ago
  40. 160fe75 shell: Animate window closing by Kristian Høgsberg · 11 years ago
  41. c7680b0 xdg-shell: Bump unstable version to 3 by Kristian Høgsberg · 11 years ago
  42. 283bf37 shell: Consolidate state changes into xdg_surface_change_state by Kristian Høgsberg · 11 years ago
  43. 8c6aa45 xdg-shell: Replace the set_* atrocity with a new approach by Jasper St. Pierre · 11 years ago
  44. b223a72 xdg-shell: Rename focused_set / focused_unset to activated / deactivated by Jasper St. Pierre · 11 years ago
  45. 63a9c33 Reorder the xdg_shell implementations to fit the spec'd order by Jasper St. Pierre · 12 years ago
  46. a759201 exposay: avoid needlessly activating the active view by Emilio Pozuelo Monfort · 11 years ago
  47. f942b73 exposay: don't crash if a view goes away by Emilio Pozuelo Monfort · 11 years ago
  48. 3b6e68e exposay: arrange views per-output by Emilio Pozuelo Monfort · 11 years ago
  49. dd62aba shell: Use the per-client responsiveness tracking for wl_shell as well by Kristian Høgsberg · 11 years ago
  50. e11ef64 compositor: Drop core ping_handler callout by Kristian Høgsberg · 11 years ago
  51. 239902b client: Fix shell unstable version check by Kristian Høgsberg · 11 years ago
  52. 2bff94e xdg-shell: Move "ping" and "pong" to xdg_shell, not xdg_surface by Kristian Høgsberg · 11 years ago
  53. 7407345 xdg-shell: Add set_margin request by Jasper St. Pierre · 12 years ago
  54. 44cd196 xdg-shell: Drop edges arg from xdg_surface configure event by Kristian Høgsberg · 11 years ago
  55. c94d622 compositor: Move view repositioning logic into shell by Ander Conselvan de Oliveira · 12 years ago
  56. a8a9baf compositor: Remove weston_output::move_signal by Ander Conselvan de Oliveira · 12 years ago
  57. 7908bff dim-layer: fix dimming for unfocused surfaces by Emilio Pozuelo Monfort · 12 years ago
  58. 4c72f57 shell: Remove elaborate if-statement with empty body by Kristian Høgsberg · 11 years ago
  59. 0b7d995 shell: Handle wl_shell surfaces created by xwayland correctly by Kristian Høgsberg · 11 years ago
  60. 088ba5e Makefile.am: Fix protocol source files usage by Quentin Glidic · 12 years ago
  61. faf27a9 weston: Send xdg_surface_send_focused_[un]set when focusing surfaces by Jasper St. Pierre · 12 years ago
  62. adaa20c desktop-shell: initialize children link by Emilio Pozuelo Monfort · 12 years ago
  63. 38b58eb desktop-shell: maximize the surface with the kbd focus by Emilio Pozuelo Monfort · 12 years ago
  64. bc00dbe build: Move desktop-shell/Makefile.am into toplevel Makefile.am by Kristian Høgsberg · 12 years ago
  65. d500bf1 shell: Properly track the focus state surface by Kristian Høgsberg · 12 years ago
  66. f1c3bd8 shell: Don't move maximized window by Ricardo Vieira · 12 years ago
  67. 0837fa9 shell: Add mod+shift left-click as a resize binding by Kristian Høgsberg · 12 years ago
  68. cf5737a shell: assert get_shell_surface() != NULL as appropriate by U. Artie Eoff · 12 years ago
  69. 0b23b2b shell: validate create_focus_surface results by U. Artie Eoff · 12 years ago
  70. b571910 shell: validate get_animation_type parameter by U. Artie Eoff · 12 years ago
  71. c4c7a4f input-panel: validate return value of get_default_view by U. Artie Eoff · 12 years ago
  72. 6d6d190 exposay: remove redundant NULL check in highlight_surface by U. Artie Eoff · 12 years ago
  73. 87d3b61 shell: Don't start a fade animation if we don't have an output by Kristian Høgsberg · 12 years ago
  74. 8fe412d Revert part of 17bccaed428ac1f6ec9f8e667175ad81e90508ff by Kristian Høgsberg · 12 years ago
  75. 27d5fa8 shell: Cancel popups when triggering screensaver by Kristian Høgsberg · 12 years ago
  76. 8e80a31 shell: Stop moving surfae after touch point 0 goes up by Kristian Høgsberg · 12 years ago
  77. e61d2f4 shell: Don't assign keyboard focus for seats without keyboard by Kristian Høgsberg · 12 years ago
  78. 17bccae input: Handle unplugging the output for a touchscreen device by Kristian Høgsberg · 12 years ago
  79. d56ab4e shell: Disable exposay by default by Kristian Høgsberg · 12 years ago
  80. 5cbc763 shell.c: Not all seats have pointers by Kristian Høgsberg · 12 years ago
  81. 211b517 shell: Move maximize and fullscreen bindings to mod + SHIFT by Kristian Høgsberg · 12 years ago
  82. 9046d24 shell: Orphan child windows when a shell surface is destroyed by Kristian Høgsberg · 12 years ago
  83. d6d3b37 keyboard: Make debug output less verbose by Kristian Høgsberg · 12 years ago
  84. 70f2901 shell: Make sure we still have touch or pointer focus when moving/resizing by Kristian Høgsberg · 12 years ago
  85. b2917a2 shell: run surface bindings only when focus surface is not NULL by Rafal Mielniczuk · 12 years ago
  86. 1a26f1b exposay: set an alpha on fullscreen surfaces by Emilio Pozuelo Monfort · 12 years ago
  87. e6bbe5a exposay: fix infinite loop with fullscreen surfaces by Emilio Pozuelo Monfort · 12 years ago
  88. 0ed6750 shell: Only assign focus on touch if there is a touch focus surface by Kristian Høgsberg · 12 years ago
  89. 9f7e331 xwm: Handle WM_TRANSIENT_FOR by Kristian Høgsberg · 12 years ago
  90. 0e45e87 shell: Start the input panel slide slightly on the output by Kristian Høgsberg · 12 years ago
  91. 2eebcd3 shell: Test for surface->width == 0 to see if input-panel was unmapped by Kristian Høgsberg · 12 years ago
  92. c30c8a3 shell: Always set input-panel position on initial configure by Kristian Høgsberg · 12 years ago
  93. 8bc525c shell.c: Set state_changed for xwayland surfaces as well by Kristian Høgsberg · 12 years ago
  94. 7c4f6cc shell: Only assign focus on click if there is a pointer focus surface by Kristian Høgsberg · 12 years ago
  95. 8662349 shell.c: Back out alt-tab functionality by Kristian Høgsberg · 12 years ago
  96. 6228ee2 Fix the size of surfaces created in create_black_surface by Jason Ekstrand · 12 years ago
  97. ead5242 shell: Fix up previous broken commit by Kristian Høgsberg · 12 years ago
  98. d55db69 Revert "shell: Change stacking order calculation for popup surfaces" by Kristian Høgsberg · 12 years ago
  99. a1df7ac shell: Set state_changed when we make a surface transient by Kristian Høgsberg · 12 years ago
  100. 312ea4c shell: Handle the desktop shell client destroy signal by Ander Conselvan de Oliveira · 12 years ago