1. 312ea4c shell: Handle the desktop shell client destroy signal by Ander Conselvan de Oliveira · 12 years ago
  2. 5c11a33 Add a weston_surface_set_size function by Jason Ekstrand · 12 years ago
  3. fc63fdd shell: Reset fullscreen and maximized state on output unplug by Ander Conselvan de Oliveira · 12 years ago
  4. 3123693 desktop-shell: Invalidate saved position when output is destroyed by Zhang, Xiong Y · 12 years ago
  5. 1aaf3e4 sdk: make C++11 plugins build again by Giulio Camuffo · 12 years ago
  6. 8f180d4 shell: Fix set_transient_for with a NULL parent by Jasper St. Pierre · 12 years ago
  7. 8d344a0 shell: Make sure the shell implementation and protocol versions match by Kristian Høgsberg · 12 years ago
  8. c8f8dd8 desktop-shell: Drop next_type from shell_surface by Kristian Høgsberg · 12 years ago
  9. 4804a30 shell: Put xwayland surface at the top of the fullscreen layer by Kristian Høgsberg · 12 years ago
  10. 41fbf6f desktop-shell: Make set_toplevel() clear surface states by Kristian Høgsberg · 12 years ago
  11. e960b3f desktop-shell: Set fullscreen flags in common code path by Kristian Høgsberg · 12 years ago
  12. c2745b1 desktop-shell: Set maximized flags in common code path by Kristian Høgsberg · 12 years ago
  13. 5031cbe shell: Don't try to switch to a NULL shell surface. by Rafael Antognolli · 12 years ago
  14. db59f9a shell: Set a surface as TOPLEVEL instead of the old surface types. by Rafael Antognolli · 12 years ago
  15. 44a3162 shell: Add missing break to a case statement inside set_surface_type. by Rafael Antognolli · 12 years ago
  16. ba5d2d7 shell: Fix activate logic on surface map. by Rafael Antognolli · 12 years ago
  17. 677a5f5 desktop-shell: Split out input-panel code by Kristian Høgsberg · 12 years ago
  18. 1ef2313 desktop-shell: Split out exposay immplementation by Kristian Høgsberg · 12 years ago
  19. 19d1e6b desktop-shell: Move to new desktop-shell subdirectory by Kristian Høgsberg · 12 years ago[Renamed from src/shell.c]
  20. ea997ac xdg-shell: Add key bindings for setting maximized and fullscreen. by Rafael Antognolli · 12 years ago
  21. 65f98d8 xdg-shell: xdg_surface_set_output should only affect fullscreen. by Rafael Antognolli · 12 years ago
  22. 3c4e3f7 xdg-shell: Add surface size to configure. by Rafael Antognolli · 12 years ago
  23. e2a3455 xdg-shell: Implement xdg-shell interface. by Rafael Antognolli · 12 years ago
  24. 4b99a40 shell: Move shell_surface_set_parent to wl_shell calls. by Rafael Antognolli · 12 years ago
  25. ed207b4 shell: Remove SHELL_SURFACE_TRANSIENT. by Rafael Antognolli · 12 years ago
  26. 03b1659 shell: Remove SHELL_SURFACE_FULLSCREEN and SHELL_SURFACE_MAXIMIZED. by Rafael Antognolli · 12 years ago
  27. 918f2dd Remove the weston_view.geometry.width/height fields by Jason Ekstrand · 12 years ago
  28. 8a81b83 Make the default desktop shell client configurable by Emilio Pozuelo Monfort · 12 years ago
  29. 9484b69 input: Keep track of number of touch points inside touch struct by Jonas Ådahl · 12 years ago
  30. da704d9 shell: Change stacking order calculation for popup surfaces by Philip Withnall · 12 years ago
  31. 2c3849b shell: Fix a potential NULL pointer dereference by Philip Withnall · 12 years ago
  32. 648a4dd shell: Store parent–child links between shsurfs for window stacking by Philip Withnall · 12 years ago
  33. ed8f1a9 shell: Factor out common code to create fullscreen black surfaces by Philip Withnall · 12 years ago
  34. 83ffd9d shell: Remove weston_view_restack() by Philip Withnall · 12 years ago
  35. e1d75ae shell: Update a shsurf’s layer when its surface type changes by Philip Withnall · 12 years ago
  36. 07926d9 shell: Factor out code to set the layer for a shsurf by Philip Withnall · 12 years ago
  37. b995e1d shell: Don’t change popups’ window types until the next configure event by Philip Withnall · 12 years ago
  38. dc4332f shell: Factor out code to set a shsurf’s parent by Philip Withnall · 12 years ago
  39. f85fe84 shell: Tidy up unset_fullscreen() by Philip Withnall · 12 years ago
  40. 659163d shell: Refactor workspace code to operate on shsurfs rather than views by Philip Withnall · 12 years ago
  41. 352e7ed shell: Factor out common code to set a shsurf’s output by Philip Withnall · 12 years ago
  42. 4a86a0a shell: Add missing cases to switch statements for animations and fading by Philip Withnall · 12 years ago
  43. 0f640e2 shell: Add missing cases to switch statements for surface types by Philip Withnall · 12 years ago
  44. becb77e shell: Reorganise set/unset methods for fullscreen/maximize/popup/transient by Philip Withnall · 12 years ago
  45. becf5a3 src/shell.c: set black_surface->width and height by Xiong Zhang · 12 years ago
  46. 1fd9c0f compositor: gather buffer_transform and _scale into a struct by Pekka Paalanen · 12 years ago
  47. eed9344 exposay: properly go away when the modifier is pressed by Emilio Pozuelo Monfort · 12 years ago
  48. 234c524 exposay: provide a cancel func to the ptr grab iface by Emilio Pozuelo Monfort · 12 years ago
  49. 3d0fc76 shell: don't crash if a pointer's focus is null by Emilio Pozuelo Monfort · 12 years ago
  50. 46ce798 shell: add a client config entry by Emilio Pozuelo Monfort · 12 years ago
  51. 17467d6 exposay: move the pointer in our motion handler by Emilio Pozuelo Monfort · 12 years ago
  52. da64426 shell: Set output on the focus_surfaces' view by Emilio Pozuelo Monfort · 12 years ago
  53. 5c22ce6 exposay: Activate a surface when hovering it by Emilio Pozuelo Monfort · 12 years ago
  54. 8224309 exposay: add cancel impl to the kbd grab iface by Emilio Pozuelo Monfort · 12 years ago
  55. 03251b6 shell: Implement alt-tab switcher by Emilio Pozuelo Monfort · 12 years ago
  56. df8133b Add Exposay by Daniel Stone · 12 years ago
  57. b482dbd animation, shell: add kbd focus change animation by Louis-Francis Ratté-Boulianne · 12 years ago
  58. 1959ab8 input: let the pointer motion handlers move the pointer by Giulio Camuffo · 12 years ago
  59. 412b024 zoom: use the new pointer motion signal to move the zoom frame. by Giulio Camuffo · 12 years ago
  60. aa2ee8b shell: Create view for lock surface by Kristian Høgsberg · 12 years ago
  61. 912e0a1 Fall back to ANIMATION_NONE if startup-animation is zoom by Kristian Høgsberg · 12 years ago
  62. 1ea343e Add cancel function to grab interfaces by Jonas Ådahl · 12 years ago
  63. 1c6e63e shell: Don't leak weston_touch_move_grab structs by Jonas Ådahl · 12 years ago
  64. c85f1d4 shell.c: Prevent moving a window from more than one source by Kristian Høgsberg · 12 years ago
  65. 0d94f41 shell.c: Don't overwrite focus surface argument in activate_binding() by Kristian Høgsberg · 12 years ago
  66. 7ab139c shell: Don't cast weston_view to surface when we just need view->surface by Kristian Høgsberg · 12 years ago
  67. 48588f8 shell: Create a view for the grab_surface by Kristian Høgsberg · 12 years ago
  68. a3a0e18 shell: Add the right output object to the shell output_list by Kristian Høgsberg · 12 years ago
  69. 6b48142 shell: register output->destroy_signal handler by Xiong Zhang · 12 years ago
  70. a7af704 Split the geometry information from weston_surface out into weston_view by Jason Ekstrand · 12 years ago
  71. 724c8d9 shell: Add a new weston.ini to control the startup animation by Kristian Høgsberg · 12 years ago
  72. e14aa4f Don't remove the touch grab until the last touch point is removed by Neil Roberts · 12 years ago
  73. aba0f25 Add a touch move binding by Neil Roberts · 12 years ago
  74. a28c693 Add a touch binding to activate a surface by Neil Roberts · 12 years ago
  75. 96d790e input: Emit events on all resources for a client by Neil Roberts · 12 years ago
  76. 57388e4 Notify clients on mode_switch() by Hardening · 12 years ago
  77. 62942ad xwm: set the shell_surface's title by Giulio Camuffo · 12 years ago
  78. 2e3c396 shell: Use wl_resource_for_each() for sending out workspace status by Kristian Høgsberg · 12 years ago
  79. e1b655d shell: Make sure we have seat->pointer and seat->touch before dereferencing by Kristian Høgsberg · 12 years ago
  80. 1084da5 Add touch support for wl_shell_surface_move by Rusty Lynch · 12 years ago
  81. 880ebc7 input: For serial generation get the display from the compositor by Rob Bradford · 12 years ago
  82. f3d6227 malloc + memset -> zalloc by Peter Hutterer · 12 years ago
  83. 3c17933 Use #define WL_HIDE_DEPRECATED to avoid deprecated warnings for wl_buffer by Kristian Høgsberg · 12 years ago
  84. 9e5d7d1 shell: Remove redundant weston_pointer field from shell_grab by Kristian Høgsberg · 12 years ago
  85. bdeb5d2 shell: Respect output transformation for input panel surface by Rob Bradford · 12 years ago
  86. 919cddb Convert to wl_global_create/destroy() by Kristian Høgsberg · 12 years ago
  87. 6780073 shell: Always go through end_busy_cursor when ending the busy cursor grab by Kristian Høgsberg · 12 years ago
  88. c9974a0 shell: Dont set grab cursor if desktop-shell client died by Kristian Høgsberg · 12 years ago
  89. dfe3105 shell: Allow ending of popup grabs from within the starting of the grab by Rob Bradford · 12 years ago
  90. 9a4f10f shell: Fix calculation of center point in surface rotation by Louis-Francis Ratté-Boulianne · 12 years ago
  91. a85118c Use wl_resource_create() for creating resources by Jason Ekstrand · 12 years ago
  92. f004607 compositor: Fix remaining double free()s by Kristian Høgsberg · 12 years ago
  93. 8418c29 shell: Free temporary strings by Quentin Glidic · 12 years ago
  94. 1cfd406 shell: Tweak spring animation for zoom animation type by Kristian Høgsberg · 12 years ago
  95. 8eb0f4f shell: Fix warning and indentation in shell_surface_configure() by Kristian Høgsberg · 12 years ago
  96. 5281fb1 spring: Tweak the window fade-in spring to not overshoot by Kristian Høgsberg · 12 years ago
  97. a0d2dde output: Use wl_resource_get accessors for weston_output resources by Jason Ekstrand · 12 years ago
  98. 44a3863 input: Use wl_resource_get accessor functions for resources by Jason Ekstrand · 12 years ago
  99. 51e5b14 input_panel_surface: Change resource to a wl_resource pointer by Jason Ekstrand · 12 years ago
  100. 651f00e shell: Convert resources to pointers by Jason Ekstrand · 12 years ago