1. ca535c1 shell: Don't ping internal shell surfaces by Kristian Høgsberg · 13 years ago
  2. bc052c9 compositor: introduce internal shell_interface by Tiago Vignatti · 13 years ago
  3. a4e8b33 shell: Move binding-modifier to shell section by Kristian Høgsberg · 13 years ago
  4. 0b52d48 shell: modifier bindings configurable by Tiago Vignatti · 13 years ago
  5. 9521d5e shell: Cleanup ping_timer code. by Scott Moreau · 13 years ago
  6. c3e54eb Dim unresponsive windows by Scott Moreau · 13 years ago
  7. ff1db4a Install structuring for ping-pong protocol by Scott Moreau · 13 years ago
  8. bd3354b shell: Implement "driver" method of fullsceen. by Alex Wu · 13 years ago
  9. be14326 desktop-shell: use more consistent name for the main structure by Tiago Vignatti · 13 years ago
  10. 3730f36 shell: Tighten shell.set_popup semantics by Kristian Høgsberg · 13 years ago
  11. 02e79dc compositor: Add a destroy signal and turn weston_shell into signals by Kristian Høgsberg · 13 years ago
  12. 27e3052 Use wl_signal mechanism by Kristian Høgsberg · 13 years ago
  13. eae5de7 Follow wayland change to serial numbers by Kristian Høgsberg · 13 years ago
  14. fe0444a shell: handle surface destruction during move, resize and rotate grabs by Ander Conselvan de Oliveira · 13 years ago
  15. 32e5686 shell: Break up a few long lines by Kristian Høgsberg · 13 years ago
  16. 1659daa shell: set black surface alpha properly in switcher_next() by Alex Wu · 13 years ago
  17. 2185843 shell: Add fullscreen path into activate() by Alex Wu · 13 years ago
  18. 875ab9e Add signedness warning flag and fix fallout by Kristian Høgsberg · 13 years ago
  19. ed92f79 Fix warnings resulting from wayland signedness fixes by Kristian Høgsberg · 13 years ago
  20. 3448616 Remove weston_shell map and configure function pointers by Kristian Høgsberg · 13 years ago
  21. 56d23bc shell: Remove obsolete workaround by Kristian Høgsberg · 13 years ago
  22. 7fb9f95 compositor: move force_configure field to shell_surface by Ander Conselvan de Oliveira · 13 years ago
  23. 093bfa3 compositor: make surface_configure() a vfunc by Ander Conselvan de Oliveira · 13 years ago
  24. d6ea33d compositor: use new drag icon listener for setting up drag surfaces by Ander Conselvan de Oliveira · 13 years ago
  25. b8ab14f compositor: add a weston_surface_is_mapped() helper by Ander Conselvan de Oliveira · 13 years ago
  26. 9a206c4 config-parser: consolidate shell files into weston.ini only by Tiago Vignatti · 13 years ago
  27. 2d7ab82 shell: fix matrix invertible bug in rotation handler by Rafal Mielniczuk · 13 years ago
  28. a3aa9c9 Add surface opacity controls. by Scott Moreau · 13 years ago
  29. 1b45a79 Switch zoom binding to <Super>+Scroll. by Scott Moreau · 13 years ago
  30. 6a3633d Modify bindings for axis event detection. by Scott Moreau · 13 years ago
  31. 778e629 shell: correct position of a surface before rotating it. by Rafal Mielniczuk · 13 years ago
  32. 5ab91ad compositor: use smoother range for backlight control by Tiago Vignatti · 13 years ago
  33. 07b2606 shell: Fix 2 switcher crashes. by Alex Wu · 13 years ago
  34. aa6019e Fix picking crashes by Kristian Høgsberg · 13 years ago
  35. de56c31 shell: don't assign output for surface of type none by Ander Conselvan de Oliveira · 13 years ago
  36. 9c35e6b shell: Fix segment fault when clicking to activate a NULL pointer_focus by Alex Wu · 13 years ago
  37. aa08e2d shell: Fix not destroy black surface when fullscreen surface exit abnomally. by Alex Wu · 13 years ago
  38. 60c4954 shell: Put popups and transients on top of their parent by Kristian Høgsberg · 13 years ago
  39. abcef3c compositor: Swallow binding key for bindings that don't set up a grab by Kristian Høgsberg · 13 years ago
  40. 0b5cd0c Use typesafe server-side stubs by Kristian Høgsberg · 13 years ago
  41. b41c081 compositor: Add a repaint debugging mechanism by Kristian Høgsberg · 13 years ago
  42. 32bed57 shell: Don't launch a new screensaver if the old one is still running by Kristian Høgsberg · 13 years ago
  43. 3be2ce9 compositor: Organize surface stack using new struct weston_layer by Kristian Høgsberg · 13 years ago
  44. 4539b08 shell: Add implementation of fullscreen. by Alex Wu · 13 years ago
  45. 8e53c7f compositor: add dpms and backlight support by Tiago Vignatti · 13 years ago
  46. cacb7cd shell: Mark geometry dirty when we change surface alpha by Kristian Høgsberg · 13 years ago
  47. c6d7f60 Restructure output zoom key handling. by Scott Moreau · 13 years ago
  48. ccbf29d Introduce output zoom. by Scott Moreau · 13 years ago
  49. ba727bd shell: don't assign output for surface of type none by Ander Conselvan de Oliveira · 13 years ago
  50. 88277d1 shell: Fix never map fullscreen/transient surface. by Alex Wu · 13 years ago
  51. 0704539 shell: Revive super-tab application switcher by Kristian Høgsberg · 13 years ago
  52. 447013d Track server changes. by Scott Moreau · 13 years ago
  53. 1cbf326 compositor: Move fullscreen_output to shell_surface by Kristian Høgsberg · 13 years ago
  54. 6a8b553 shell: Set geometry directly in configure by Kristian Høgsberg · 13 years ago
  55. d5ae9f4 shell: Restore basic fullscreen functionality by Kristian Høgsberg · 13 years ago
  56. b29f412 protocol: remove absolute coordinates from pointer by Pekka Paalanen · 13 years ago
  57. 30eebc7 compositor: implement drag'n'drop icons by Ander Conselvan de Oliveira · 13 years ago
  58. e9e0515 shell: update position of surfaces with type none on map() by Ander Conselvan de Oliveira · 13 years ago
  59. a1ff53b shell: don't map surfaces with type NONE by Ander Conselvan de Oliveira · 13 years ago
  60. f856fd2 Follow set_fullscreen protocol change by Kristian Høgsberg · 13 years ago
  61. 96879df shell: Add the set_maximized implementation by Juan Zhao · 13 years ago
  62. 8fb8d3b compositor, shell: add and use weston_surface_set_position() by Pekka Paalanen · 13 years ago
  63. d882779 shell: remove two redundant statements from map() by Pekka Paalanen · 13 years ago
  64. 0f99701 shell: remove duplicated code by Tiago Vignatti · 13 years ago
  65. 8980f7c shell: do not apply damage on window type set by Pekka Paalanen · 13 years ago
  66. fc6d91a shell: replace identity calls to weston_surface_configure() by Pekka Paalanen · 13 years ago
  67. f07cb5d compositor: move output assignment to update_transform by Pekka Paalanen · 13 years ago
  68. b45ac5e compositor: clarify update_transform vs. repaint by Pekka Paalanen · 13 years ago
  69. 25dacab shell: remove excessive damage from rotating by Pekka Paalanen · 13 years ago
  70. 938269a compositor: simple menu transform by Pekka Paalanen · 13 years ago
  71. ddae03c compositor: q&d solution for surface drift by Pekka Paalanen · 13 years ago
  72. 5c97ae7 shell: fix resize for transformed surfaces by Pekka Paalanen · 14 years ago
  73. 7b3bd3d shell: fix move of transformed surfaces by Pekka Paalanen · 14 years ago
  74. 765e27b shell: Rotate relative to current rotation by Kristian Høgsberg · 14 years ago
  75. d581a8f Collabora copyright updates by Pekka Paalanen · 14 years ago
  76. 60921e5 compositor: move weston_surface::width,height into geometry by Pekka Paalanen · 14 years ago
  77. ba3cf95 compositor: move weston_surface::x,y into geometry by Pekka Paalanen · 14 years ago
  78. e0f3cb2 compositor: rewrite draw and input coordinate transformations by Pekka Paalanen · 14 years ago
  79. bc0b7e7 compositor: restructure weston_surface::transform by Pekka Paalanen · 14 years ago
  80. 460099f shell: add key binding for rotating a surface by Pekka Paalanen · 14 years ago
  81. a82c486 compositor: Compute overlapped early and base hw cursor decision on that by Kristian Høgsberg · 14 years ago
  82. 6af8eb9 desktop-shell: Build in sensible defaults by Kristian Høgsberg · 14 years ago
  83. cb10843 shell: deal with weston_compositor_pick_surface() = NULL by Pekka Paalanen · 14 years ago
  84. f03a616 shell: Set desktop-shell deathstamp at initial launch by Kristian Høgsberg · 14 years ago
  85. 4d733ee shell: respawn desktop-shell if it dies by Pekka Paalanen · 14 years ago
  86. b3cca0a shell: Start implementing the popup surface type by Kristian Høgsberg · 14 years ago
  87. 9ddb826 Use new grab api by Kristian Høgsberg · 14 years ago
  88. 61b5c67 shell: free memory on move/resize error paths by Pekka Paalanen · 14 years ago
  89. 9724b51 More weston rename fixes by Kristian Høgsberg · 14 years ago
  90. 3466bc8 Merge remote-tracking branch 'pq/compositor-dtors-v1' by Kristian Høgsberg · 14 years ago
  91. 8334bc1 Rename wayland-compositor to weston by Kristian Høgsberg · 14 years ago[Renamed (85%) from compositor/shell.c]
  92. 43c61d8 compositor-x11: improve x11_destroy() by Pekka Paalanen · 14 years ago
  93. 2a25cd4 compositor: Remove shell->activate callback by Kristian Høgsberg · 14 years ago
  94. e1a850e compositor: Move click-to-focus and ctrl-alt-bs bindings to shell.c by Kristian Høgsberg · 14 years ago
  95. 7bb92f0 Activate toplevel fullscreen and menu surfaces by Juan Zhao · 14 years ago
  96. cd9ac1d compositor: Remove server side cursors by Kristian Høgsberg · 14 years ago
  97. 7296e79 compositor: let shell override idle time by Pekka Paalanen · 14 years ago
  98. e955f1e shell: use desktop-shell ini file for screensaver path by Pekka Paalanen · 14 years ago
  99. 18027e5 shell: automatic exec and kill of wscreensaver by Pekka Paalanen · 14 years ago
  100. bce2d3f compositor: add IDLE state by Pekka Paalanen · 14 years ago