1. 912e0a1 Fall back to ANIMATION_NONE if startup-animation is zoom by Kristian Høgsberg · 12 years ago
  2. 1ea343e Add cancel function to grab interfaces by Jonas Ådahl · 12 years ago
  3. 1c6e63e shell: Don't leak weston_touch_move_grab structs by Jonas Ådahl · 12 years ago
  4. c85f1d4 shell.c: Prevent moving a window from more than one source by Kristian Høgsberg · 12 years ago
  5. 0d94f41 shell.c: Don't overwrite focus surface argument in activate_binding() by Kristian Høgsberg · 12 years ago
  6. 7ab139c shell: Don't cast weston_view to surface when we just need view->surface by Kristian Høgsberg · 12 years ago
  7. 48588f8 shell: Create a view for the grab_surface by Kristian Høgsberg · 12 years ago
  8. a3a0e18 shell: Add the right output object to the shell output_list by Kristian Høgsberg · 12 years ago
  9. 6b48142 shell: register output->destroy_signal handler by Xiong Zhang · 12 years ago
  10. a7af704 Split the geometry information from weston_surface out into weston_view by Jason Ekstrand · 12 years ago
  11. 724c8d9 shell: Add a new weston.ini to control the startup animation by Kristian Høgsberg · 12 years ago
  12. e14aa4f Don't remove the touch grab until the last touch point is removed by Neil Roberts · 12 years ago
  13. aba0f25 Add a touch move binding by Neil Roberts · 12 years ago
  14. a28c693 Add a touch binding to activate a surface by Neil Roberts · 12 years ago
  15. 96d790e input: Emit events on all resources for a client by Neil Roberts · 12 years ago
  16. 57388e4 Notify clients on mode_switch() by Hardening · 12 years ago
  17. 62942ad xwm: set the shell_surface's title by Giulio Camuffo · 12 years ago
  18. 2e3c396 shell: Use wl_resource_for_each() for sending out workspace status by Kristian Høgsberg · 12 years ago
  19. e1b655d shell: Make sure we have seat->pointer and seat->touch before dereferencing by Kristian Høgsberg · 12 years ago
  20. 1084da5 Add touch support for wl_shell_surface_move by Rusty Lynch · 12 years ago
  21. 880ebc7 input: For serial generation get the display from the compositor by Rob Bradford · 12 years ago
  22. f3d6227 malloc + memset -> zalloc by Peter Hutterer · 12 years ago
  23. 3c17933 Use #define WL_HIDE_DEPRECATED to avoid deprecated warnings for wl_buffer by Kristian Høgsberg · 12 years ago
  24. 9e5d7d1 shell: Remove redundant weston_pointer field from shell_grab by Kristian Høgsberg · 12 years ago
  25. bdeb5d2 shell: Respect output transformation for input panel surface by Rob Bradford · 12 years ago
  26. 919cddb Convert to wl_global_create/destroy() by Kristian Høgsberg · 12 years ago
  27. 6780073 shell: Always go through end_busy_cursor when ending the busy cursor grab by Kristian Høgsberg · 12 years ago
  28. c9974a0 shell: Dont set grab cursor if desktop-shell client died by Kristian Høgsberg · 12 years ago
  29. dfe3105 shell: Allow ending of popup grabs from within the starting of the grab by Rob Bradford · 12 years ago
  30. 9a4f10f shell: Fix calculation of center point in surface rotation by Louis-Francis Ratté-Boulianne · 12 years ago
  31. a85118c Use wl_resource_create() for creating resources by Jason Ekstrand · 12 years ago
  32. f004607 compositor: Fix remaining double free()s by Kristian Høgsberg · 12 years ago
  33. 8418c29 shell: Free temporary strings by Quentin Glidic · 12 years ago
  34. 1cfd406 shell: Tweak spring animation for zoom animation type by Kristian Høgsberg · 12 years ago
  35. 8eb0f4f shell: Fix warning and indentation in shell_surface_configure() by Kristian Høgsberg · 12 years ago
  36. 5281fb1 spring: Tweak the window fade-in spring to not overshoot by Kristian Høgsberg · 12 years ago
  37. a0d2dde output: Use wl_resource_get accessors for weston_output resources by Jason Ekstrand · 12 years ago
  38. 44a3863 input: Use wl_resource_get accessor functions for resources by Jason Ekstrand · 12 years ago
  39. 51e5b14 input_panel_surface: Change resource to a wl_resource pointer by Jason Ekstrand · 12 years ago
  40. 651f00e shell: Convert resources to pointers by Jason Ekstrand · 12 years ago
  41. 0f2ef7e Use wl_resource_get_user_data for weston_surface resources by Jason Ekstrand · 12 years ago
  42. fb2adba xwayland: Forward global position to X by Tiago Vignatti · 12 years ago
  43. 26ed73c Change weston_surface.resource to a wl_resource pointer. by Jason Ekstrand · 12 years ago
  44. c228e23 configure.ac: Enable AC_USE_SYSTEM_EXTENSIONS by Daniel Stone · 12 years ago
  45. 690f718 shell: Position DRIVER fullscreen surfaces at origin by Alexander Larsson · 12 years ago
  46. d622ed3 shell: Center window in fullscreen if needed by Alexander Larsson · 12 years ago
  47. f82b6ca shell: Always go to original mode when focused window not fullscreen by Alexander Larsson · 12 years ago
  48. 355748e shell: Use buffer_scale as output scale on fullscreen DRIVER by Alexander Larsson · 12 years ago
  49. 14e438c compositor: Parse config file in main(), only keep weston config object by Kristian Høgsberg · 12 years ago
  50. fc10cc0 shell: Remove input panel debug fprintf by Kristian Høgsberg · 12 years ago
  51. 673a889 shell: Use new config parser by Kristian Høgsberg · 12 years ago
  52. 79346ab shell: wait for desktop-shell init before fade in by Pekka Paalanen · 12 years ago
  53. 7bb6510 compositor: add capability flag for arbitrary surface rotation by Pekka Paalanen · 12 years ago
  54. 2f8d9aa shell: End grab if the grabbed shell surface has been destroyed by Rob Bradford · 12 years ago
  55. eb1e130 Fix surface_pong when a seat doesn't have a pointer by Hardening · 12 years ago
  56. b9f1c52 lock-surface: Set geometry width and height before centering by Kristian Høgsberg · 12 years ago
  57. a50e6e4 config-parser: Honor XDG_CONFIG_DIRS by Ossama Othman · 12 years ago
  58. b836664 shell: account for the subsurfaces when going fullscreen or maximizing by Giulio Camuffo · 12 years ago
  59. 61da3fc shell: enable moving and resizing of a surface when clicking on a subsurface by Giulio Camuffo · 12 years ago
  60. 01388e2 shell: keyboard focus and restacking fixes for sub-surfaces by Pekka Paalanen · 12 years ago
  61. 6848c25 input: Move surface picking into the pointer grab focus callback by Kristian Høgsberg · 12 years ago
  62. be6403e input: Get rid of grab focus concept by Kristian Høgsberg · 12 years ago
  63. e122b7b input: Remove 'current' and related fields from weston_pointer by Kristian Høgsberg · 12 years ago
  64. fe7aa90 compositor: Adapt to wl_surface going away by Kristian Høgsberg · 12 years ago
  65. 2bf8762 input: Eliminate weston_seat::has_pointer/keyboard/touch by Kristian Høgsberg · 12 years ago
  66. 8799d41 compositor: Move fan_debug to gl-renderer by Kristian Høgsberg · 12 years ago
  67. e314875 input: Merge wl_seat into weston_seat by Kristian Høgsberg · 12 years ago
  68. 4912454 input: Remove wl_seat destroy signal by Kristian Høgsberg · 12 years ago
  69. 02bbabb input: Rename wl_pointer to weston_pointer by Kristian Høgsberg · 12 years ago
  70. 29139d4 fold wl_keyboard into weston_keyboard by Kristian Høgsberg · 12 years ago
  71. cc75ec1 text: Rename input_method to wl_input_method by Jan Arne Petersen · 12 years ago
  72. 70d942b text: Rename ::set_panel to ::set_overlay_panel by Jan Arne Petersen · 12 years ago
  73. 7cd29e1 text: Add output argument to set_toplevel by Jan Arne Petersen · 12 years ago
  74. 14da96b text: Add support for panels following the cursor by Jan Arne Petersen · 12 years ago
  75. 63e7be6 shell: clear popup grab interface on remove_popup_grab and popup_grab_end by Philipp Brüschweiler · 12 years ago
  76. 7fe01b1 sdk: be C++ friendly by Giulio Camuffo · 12 years ago
  77. 1b4b61a shell: set the popup grab button as pressed only if it actually is by Giulio Camuffo · 12 years ago
  78. 5085a75 shell: handle multiple popups by Giulio Camuffo · 12 years ago
  79. fffdcdd shell: reset rotation for maximized surface by Rafal Mielniczuk · 12 years ago
  80. 23c6759 shell: block move, rotate, resize in maximized state by Rafal Mielniczuk · 12 years ago
  81. 483243f compositor, shell: surface transform inheritance by Pekka Paalanen · 12 years ago
  82. c3ce738 compositor: introduce weston_surface_geometry_dirty() by Pekka Paalanen · 12 years ago
  83. 976a050 Fix memory leaks by Scott Moreau · 12 years ago
  84. 184df50 compositor: call configure on surfaces with a null buffer too by Giulio Camuffo · 12 years ago
  85. dda9d78 shell: Go straight to sleep if the sceensaver isn't configured by Ander Conselvan de Oliveira · 12 years ago
  86. b17537e shell: Use weston_compositor_sleep() instead of setting DPMS state by Ander Conselvan de Oliveira · 12 years ago
  87. a457563 compositor: Rename lock and unlock signals to idle and wake by Ander Conselvan de Oliveira · 12 years ago
  88. 87524b6 compositor: Move state tracking complexity into shell by Ander Conselvan de Oliveira · 12 years ago
  89. 859e885 shell: Use its own timer for the screensaver timeout by Ander Conselvan de Oliveira · 12 years ago
  90. 19d10ef compositor: Move fade animation out of core Weston into shell by Ander Conselvan de Oliveira · 12 years ago
  91. ee41605 animation: Make fade more controllable by Ander Conselvan de Oliveira · 12 years ago
  92. cb4685b Pass argc and argv to modules by Kristian Høgsberg · 12 years ago
  93. 8aa1617 shell: Do not hang when mapping a popup twice by Giulio Camuffo · 12 years ago
  94. 6138197 text: Add show/hide_input_panel requests by Jan Arne Petersen · 13 years ago
  95. ffbb20f text: Move input_panel interface to input-method by Jan Arne Petersen · 13 years ago
  96. 23ccfb3 shell: Do not hang after setting input_panel twice by Jan Arne Petersen · 13 years ago
  97. af7b6c9 shell: Do not crash when hiding input_panel by Jan Arne Petersen · 13 years ago
  98. a75a789 text: fix weston key bindings with input methods by Jan Arne Petersen · 13 years ago
  99. 18639f8 shell: Set the DPMS state if the screensaver fails to launch or dies by Ander Conselvan de Oliveira · 12 years ago
  100. 451a971 shell: Fix bug when input panel is shown twice by Jan Arne Petersen · 12 years ago