1. 383b671 shell: Fix repaint debugging by Ander Conselvan de Oliveira · 13 years ago
  2. 8801357 shell: don't abuse link_layer for keeping track of input panel surfaces by Philipp Brüschweiler · 13 years ago
  3. 61f00f5 shell: Make sure the black surface is opaque by Kristian Høgsberg · 13 years ago
  4. 79af73e compositor-drm: Disable planes when zoomed or capturing by Kristian Høgsberg · 13 years ago
  5. bbe9839 shell: Make it possible to move and raise unresponsive surfaces by Kristian Høgsberg · 13 years ago
  6. 9e31bff shell: Move surface move code back to just after the move grab functions by Kristian Høgsberg · 13 years ago
  7. 64eca89 compositor: Fold the log prototypes into compositor.h and drop log.h by Kristian Høgsberg · 13 years ago
  8. e377822 shell: Give keyboard focus to top surface when current keyboard focus goes away by Kristian Høgsberg · 13 years ago
  9. 2f5faff shell: Always track focus state per workspace by Kristian Høgsberg · 13 years ago
  10. c94de64 shell: Remove unused shsurf->focus_state by Kristian Høgsberg · 13 years ago
  11. b8e0d0f shell: Use the right destroy listener in focus_state_surface_destroy() by Kristian Høgsberg · 13 years ago
  12. 65191d1 shell: Remove unused pointer_end_grab by Tiago Vignatti · 13 years ago
  13. a08b528 shell: Center fullscreen surface whenever new buffer is attached by Kristian Høgsberg · 13 years ago
  14. 82a1d11 shell: Set shell_interface.shell at initialization by Kristian Høgsberg · 13 years ago
  15. 94de680 shell: Default to maximize/fullscreen on current output by Kristian Høgsberg · 13 years ago
  16. eac9a46 shell: Don't ping the grab surface by Ander Conselvan de Oliveira · 13 years ago
  17. 240dfeb shell: Scale fullscreen surface without cropping them, center on output by Kristian Høgsberg · 13 years ago
  18. 4ab9468 shell: Use the correct the member name when iterating panel_list by Juan Zhao · 13 years ago
  19. e4d3a2b Only position fullscreen surface in surface->configure callback by Kristian Høgsberg · 13 years ago
  20. 31b6862 shell: Use desired output when sending configure events when maximised by Rob Bradford · 13 years ago
  21. 00d17bb shell: Don't move fullscreen surfaces by Ander Conselvan de Oliveira · 13 years ago
  22. b9d2a0f shell: Show approprite cursors during move and resize grabs by Ander Conselvan de Oliveira · 13 years ago
  23. 73694c8 compositor: Move repaint debug binding to mod-shift-space by Kristian Høgsberg · 13 years ago
  24. c7cd626 compositor: Update xkb state with key releases on focus out by Kristian Høgsberg · 13 years ago
  25. 8150b19 shell: Take a wl_surface as parent for transient and popup windows by Kristian Høgsberg · 13 years ago
  26. 0636ac3 shell: Make input_panel just a regular wl_surface by Kristian Høgsberg · 13 years ago
  27. 1a73a63 shell: Make screensaver just a wl_surface by Kristian Høgsberg · 13 years ago
  28. 730c94d shell: Make the lock surface just a plain wl_surface too by Kristian Høgsberg · 13 years ago
  29. af7b1ff shell: Make panel just a wl_surface too by Kristian Høgsberg · 13 years ago
  30. 962342c shell: Don't make desktop_shell background a wl_shell_surface by Kristian Høgsberg · 13 years ago
  31. ce345b0 shell: Fix inverted test for locked in workspace bindings by Kristian Høgsberg · 13 years ago
  32. 4476aaf shell: Hide workspace layer when locking screen by Kristian Høgsberg · 13 years ago
  33. 1ce6a2a shell: Animate input panel mapping by Kristian Høgsberg · 13 years ago
  34. 414bd42 util: Generalize surface animation code by Kristian Høgsberg · 13 years ago
  35. 85b2e4b shell: Don't focus to background, screensaver or input_panel surfaces by Kristian Høgsberg · 13 years ago
  36. a4a4de4 shell: Don't allow move/resize/rotate for input panel surfaces by Kristian Høgsberg · 13 years ago
  37. 42feced shell: Add support for input panels by Jan Arne Petersen · 13 years ago
  38. d813445 shell: Just use surface->private for shell_surface by Kristian Høgsberg · 13 years ago
  39. 6c6fb99 shell: Schedule repaint when moving a surface by Kristian Høgsberg · 13 years ago
  40. b0d8e77 switcher: Don't use compositor->surface_list by Kristian Høgsberg · 13 years ago
  41. 8dacaab Animate transitions for zoom focus point change. by Scott Moreau · 13 years ago
  42. 7b5029f shell: Don't override the sprite surface output by Kristian Høgsberg · 13 years ago
  43. 0476974 shell: Store focus state in workspaces by Jonas Ådahl · 13 years ago
  44. 62fcd04 shell: Animate workspace changes by Jonas Ådahl · 13 years ago
  45. e3cddce shell: Virtual workspaces by Jonas Ådahl · 13 years ago
  46. e660398 Implement animated transitions for zoom in/out. by Scott Moreau · 13 years ago
  47. 6d11836 Replace fprintf() by weston_log() by Martin Minarik · 13 years ago
  48. b2af93e compositor: Drop weston_surface_to_global() by Kristian Høgsberg · 13 years ago
  49. 633b145 shell: Emit destroy signal for when we manually destroy shell surface by Kristian Høgsberg · 13 years ago
  50. 47b5dca shell: Don't remove grab listener if surface was destroyed by Kristian Høgsberg · 13 years ago
  51. 43e1ba8 shell: fix crash when no pointer device by Pekka Paalanen · 13 years ago
  52. 4e1f2ff shell: fix a crash during 'make check' by Pekka Paalanen · 13 years ago
  53. d56bd90 shell: Use a busy cursor animation for unresponsive surfaces by Kristian Høgsberg · 13 years ago
  54. 0c1e46e Use wl_fixed_t for axis bindings by Daniel Stone · 13 years ago
  55. 325fc2d Split bindings into separate key/button/axis bindings by Daniel Stone · 13 years ago
  56. b210468 shell: Reset focus for all seats on activation by Daniel Stone · 13 years ago
  57. c9785ea Use enum wl_keyboard_key_state instead of integer by Daniel Stone · 13 years ago
  58. 4dbadb1 Use enum wl_pointer_button_state instead of integer by Daniel Stone · 13 years ago
  59. 496ca17 Convert Weston modifier #defines to an enum by Daniel Stone · 13 years ago
  60. 351eb61 Support wl_keyboard::modifiers event by Daniel Stone · 13 years ago
  61. 7a1b32a Implement text cursor position protocol. by Scott Moreau · 13 years ago
  62. 92a57db shell: Add keybinding to force-close (SIGKILL) inactive clients by Kristian Høgsberg · 13 years ago
  63. 99aeb1e shell: use transient flags for activate or not new surfaces by Tiago Vignatti · 13 years ago
  64. c1693f2 xwm: Implement resizing by frame borders by Kristian Høgsberg · 13 years ago
  65. a61ca06 xwm: Add window resize support by Kristian Høgsberg · 13 years ago
  66. 9b68af0 shell: Add back mod+pageup/down keybindings for zoom by Kristian Høgsberg · 13 years ago
  67. 850ca42 Restructure output zoom. by Scott Moreau · 13 years ago
  68. 02709af shell: Update relevant bits to work with recent alpha value changes. by Scott Moreau · 13 years ago
  69. 9540ea6 shell: Fix broken indentation in shell_get_shell_surface() by Kristian Høgsberg · 13 years ago
  70. 45ba869 shell: Make create_shell_surface() just return the shsurf by Kristian Høgsberg · 13 years ago
  71. a416fa1 xwm: Switch alpha, brightness and saturation to GLfloat by Kristian Høgsberg · 13 years ago
  72. 579f293 shell: Remove fading animation from animation list when surface destroyed by Rob Bradford · 13 years ago
  73. 491bac1 shell: Expose set_transient in shell interface by Tiago Vignatti · 13 years ago
  74. 938b8fa shell: Expose surface move functionality in shell interface by Kristian Høgsberg · 13 years ago
  75. 37816df Convert wl_input_device to wl_seat (and friends) by Daniel Stone · 13 years ago
  76. dc54993 Convert wl_fixed_t to int in weston_output_update_zoom(). by Scott Moreau · 13 years ago
  77. 88c1607 shell: Remove lock/unlock listeners on shutdown by Kristian Høgsberg · 13 years ago
  78. b71302e Fix a few -pedantic warnings by Kristian Høgsberg · 13 years ago
  79. 103db7f Convert wire input co-ordinates to fixed-point by Daniel Stone · 13 years ago
  80. 52e598c shell: use own struct for transient surfaces by Tiago Vignatti · 13 years ago
  81. 70e5c9c shell: fix uninitialized variable warning by Tiago Vignatti · 13 years ago
  82. e5a0120 Rename 'state' in axis (or ambiguous) bindings to 'value' by Daniel Stone · 13 years ago
  83. da5b93c Change key/button grab bindings to take unsigned state by Daniel Stone · 13 years ago
  84. e7afd91 shell: Handle set_title and set_class by Kristian Høgsberg · 13 years ago
  85. f7e23d5 shell: Always configure when surface type changes by Kristian Høgsberg · 13 years ago
  86. 7f366e7 shell: Don't move or reconfigure surfaces until we get the new buffer by Kristian Høgsberg · 13 years ago
  87. 7bcb8bd shell: Fix not remove rotation for fullscreen surf by Alex Wu · 13 years ago
  88. fb98089 shell: allocate enough memory for shsurf->ping_timer by Ander Conselvan de Oliveira · 13 years ago
  89. e10d279 shell-animation: add conf option in shell by Juan Zhao · 13 years ago
  90. ca535c1 shell: Don't ping internal shell surfaces by Kristian Høgsberg · 13 years ago
  91. bc052c9 compositor: introduce internal shell_interface by Tiago Vignatti · 13 years ago
  92. a4e8b33 shell: Move binding-modifier to shell section by Kristian Høgsberg · 13 years ago
  93. 0b52d48 shell: modifier bindings configurable by Tiago Vignatti · 13 years ago
  94. 9521d5e shell: Cleanup ping_timer code. by Scott Moreau · 13 years ago
  95. c3e54eb Dim unresponsive windows by Scott Moreau · 13 years ago
  96. ff1db4a Install structuring for ping-pong protocol by Scott Moreau · 13 years ago
  97. bd3354b shell: Implement "driver" method of fullsceen. by Alex Wu · 13 years ago
  98. be14326 desktop-shell: use more consistent name for the main structure by Tiago Vignatti · 13 years ago
  99. 3730f36 shell: Tighten shell.set_popup semantics by Kristian Høgsberg · 13 years ago
  100. 02e79dc compositor: Add a destroy signal and turn weston_shell into signals by Kristian Høgsberg · 13 years ago