1. 880ebc7 input: For serial generation get the display from the compositor by Rob Bradford · 12 years ago
  2. f3d6227 malloc + memset -> zalloc by Peter Hutterer · 12 years ago
  3. 3c17933 Use #define WL_HIDE_DEPRECATED to avoid deprecated warnings for wl_buffer by Kristian Høgsberg · 12 years ago
  4. 9e5d7d1 shell: Remove redundant weston_pointer field from shell_grab by Kristian Høgsberg · 12 years ago
  5. bdeb5d2 shell: Respect output transformation for input panel surface by Rob Bradford · 12 years ago
  6. 919cddb Convert to wl_global_create/destroy() by Kristian Høgsberg · 12 years ago
  7. 6780073 shell: Always go through end_busy_cursor when ending the busy cursor grab by Kristian Høgsberg · 12 years ago
  8. c9974a0 shell: Dont set grab cursor if desktop-shell client died by Kristian Høgsberg · 12 years ago
  9. dfe3105 shell: Allow ending of popup grabs from within the starting of the grab by Rob Bradford · 12 years ago
  10. 9a4f10f shell: Fix calculation of center point in surface rotation by Louis-Francis Ratté-Boulianne · 12 years ago
  11. a85118c Use wl_resource_create() for creating resources by Jason Ekstrand · 12 years ago
  12. f004607 compositor: Fix remaining double free()s by Kristian Høgsberg · 12 years ago
  13. 8418c29 shell: Free temporary strings by Quentin Glidic · 12 years ago
  14. 1cfd406 shell: Tweak spring animation for zoom animation type by Kristian Høgsberg · 12 years ago
  15. 8eb0f4f shell: Fix warning and indentation in shell_surface_configure() by Kristian Høgsberg · 12 years ago
  16. 5281fb1 spring: Tweak the window fade-in spring to not overshoot by Kristian Høgsberg · 12 years ago
  17. a0d2dde output: Use wl_resource_get accessors for weston_output resources by Jason Ekstrand · 12 years ago
  18. 44a3863 input: Use wl_resource_get accessor functions for resources by Jason Ekstrand · 12 years ago
  19. 51e5b14 input_panel_surface: Change resource to a wl_resource pointer by Jason Ekstrand · 12 years ago
  20. 651f00e shell: Convert resources to pointers by Jason Ekstrand · 12 years ago
  21. 0f2ef7e Use wl_resource_get_user_data for weston_surface resources by Jason Ekstrand · 12 years ago
  22. fb2adba xwayland: Forward global position to X by Tiago Vignatti · 12 years ago
  23. 26ed73c Change weston_surface.resource to a wl_resource pointer. by Jason Ekstrand · 12 years ago
  24. c228e23 configure.ac: Enable AC_USE_SYSTEM_EXTENSIONS by Daniel Stone · 12 years ago
  25. 690f718 shell: Position DRIVER fullscreen surfaces at origin by Alexander Larsson · 12 years ago
  26. d622ed3 shell: Center window in fullscreen if needed by Alexander Larsson · 12 years ago
  27. f82b6ca shell: Always go to original mode when focused window not fullscreen by Alexander Larsson · 12 years ago
  28. 355748e shell: Use buffer_scale as output scale on fullscreen DRIVER by Alexander Larsson · 12 years ago
  29. 14e438c compositor: Parse config file in main(), only keep weston config object by Kristian Høgsberg · 12 years ago
  30. fc10cc0 shell: Remove input panel debug fprintf by Kristian Høgsberg · 12 years ago
  31. 673a889 shell: Use new config parser by Kristian Høgsberg · 12 years ago
  32. 79346ab shell: wait for desktop-shell init before fade in by Pekka Paalanen · 12 years ago
  33. 7bb6510 compositor: add capability flag for arbitrary surface rotation by Pekka Paalanen · 12 years ago
  34. 2f8d9aa shell: End grab if the grabbed shell surface has been destroyed by Rob Bradford · 12 years ago
  35. eb1e130 Fix surface_pong when a seat doesn't have a pointer by Hardening · 12 years ago
  36. b9f1c52 lock-surface: Set geometry width and height before centering by Kristian Høgsberg · 12 years ago
  37. a50e6e4 config-parser: Honor XDG_CONFIG_DIRS by Ossama Othman · 12 years ago
  38. b836664 shell: account for the subsurfaces when going fullscreen or maximizing by Giulio Camuffo · 12 years ago
  39. 61da3fc shell: enable moving and resizing of a surface when clicking on a subsurface by Giulio Camuffo · 12 years ago
  40. 01388e2 shell: keyboard focus and restacking fixes for sub-surfaces by Pekka Paalanen · 12 years ago
  41. 6848c25 input: Move surface picking into the pointer grab focus callback by Kristian Høgsberg · 12 years ago
  42. be6403e input: Get rid of grab focus concept by Kristian Høgsberg · 12 years ago
  43. e122b7b input: Remove 'current' and related fields from weston_pointer by Kristian Høgsberg · 12 years ago
  44. fe7aa90 compositor: Adapt to wl_surface going away by Kristian Høgsberg · 12 years ago
  45. 2bf8762 input: Eliminate weston_seat::has_pointer/keyboard/touch by Kristian Høgsberg · 12 years ago
  46. 8799d41 compositor: Move fan_debug to gl-renderer by Kristian Høgsberg · 12 years ago
  47. e314875 input: Merge wl_seat into weston_seat by Kristian Høgsberg · 12 years ago
  48. 4912454 input: Remove wl_seat destroy signal by Kristian Høgsberg · 12 years ago
  49. 02bbabb input: Rename wl_pointer to weston_pointer by Kristian Høgsberg · 12 years ago
  50. 29139d4 fold wl_keyboard into weston_keyboard by Kristian Høgsberg · 12 years ago
  51. cc75ec1 text: Rename input_method to wl_input_method by Jan Arne Petersen · 12 years ago
  52. 70d942b text: Rename ::set_panel to ::set_overlay_panel by Jan Arne Petersen · 12 years ago
  53. 7cd29e1 text: Add output argument to set_toplevel by Jan Arne Petersen · 12 years ago
  54. 14da96b text: Add support for panels following the cursor by Jan Arne Petersen · 12 years ago
  55. 63e7be6 shell: clear popup grab interface on remove_popup_grab and popup_grab_end by Philipp Brüschweiler · 12 years ago
  56. 7fe01b1 sdk: be C++ friendly by Giulio Camuffo · 12 years ago
  57. 1b4b61a shell: set the popup grab button as pressed only if it actually is by Giulio Camuffo · 12 years ago
  58. 5085a75 shell: handle multiple popups by Giulio Camuffo · 12 years ago
  59. fffdcdd shell: reset rotation for maximized surface by Rafal Mielniczuk · 12 years ago
  60. 23c6759 shell: block move, rotate, resize in maximized state by Rafal Mielniczuk · 12 years ago
  61. 483243f compositor, shell: surface transform inheritance by Pekka Paalanen · 12 years ago
  62. c3ce738 compositor: introduce weston_surface_geometry_dirty() by Pekka Paalanen · 12 years ago
  63. 976a050 Fix memory leaks by Scott Moreau · 12 years ago
  64. 184df50 compositor: call configure on surfaces with a null buffer too by Giulio Camuffo · 12 years ago
  65. dda9d78 shell: Go straight to sleep if the sceensaver isn't configured by Ander Conselvan de Oliveira · 12 years ago
  66. b17537e shell: Use weston_compositor_sleep() instead of setting DPMS state by Ander Conselvan de Oliveira · 12 years ago
  67. a457563 compositor: Rename lock and unlock signals to idle and wake by Ander Conselvan de Oliveira · 12 years ago
  68. 87524b6 compositor: Move state tracking complexity into shell by Ander Conselvan de Oliveira · 12 years ago
  69. 859e885 shell: Use its own timer for the screensaver timeout by Ander Conselvan de Oliveira · 12 years ago
  70. 19d10ef compositor: Move fade animation out of core Weston into shell by Ander Conselvan de Oliveira · 12 years ago
  71. ee41605 animation: Make fade more controllable by Ander Conselvan de Oliveira · 12 years ago
  72. cb4685b Pass argc and argv to modules by Kristian Høgsberg · 12 years ago
  73. 8aa1617 shell: Do not hang when mapping a popup twice by Giulio Camuffo · 12 years ago
  74. 6138197 text: Add show/hide_input_panel requests by Jan Arne Petersen · 13 years ago
  75. ffbb20f text: Move input_panel interface to input-method by Jan Arne Petersen · 13 years ago
  76. 23ccfb3 shell: Do not hang after setting input_panel twice by Jan Arne Petersen · 13 years ago
  77. af7b6c9 shell: Do not crash when hiding input_panel by Jan Arne Petersen · 13 years ago
  78. a75a789 text: fix weston key bindings with input methods by Jan Arne Petersen · 13 years ago
  79. 18639f8 shell: Set the DPMS state if the screensaver fails to launch or dies by Ander Conselvan de Oliveira · 12 years ago
  80. 451a971 shell: Fix bug when input panel is shown twice by Jan Arne Petersen · 12 years ago
  81. 0c36903 shell: Add back ability to rotate unresponsive surfaces by Kristian Høgsberg · 12 years ago
  82. 9f3dd15 shell: Bypass fullscreen scaling if surface width and height match output by Rob Bradford · 12 years ago
  83. b810eb5 xwm: Support _NET_WM_STATE_FULLSCREEN by Kristian Høgsberg · 12 years ago
  84. c0d79ce shell: Whitespaces cleanup by Quentin Glidic · 13 years ago
  85. 1bbf372 matrix: track transform type by Vasily Khoruzhick · 13 years ago
  86. 3a1d07d shell: remove remnants of screensaver surface list by Pekka Paalanen · 13 years ago
  87. a178f70 shell: Don't lower fullscreen layer on activate by Jonas Ådahl · 13 years ago
  88. 33619a4 shell: Set input region of the black fullscreen surface by Jonas Ådahl · 13 years ago
  89. db99938 shell: Remove confusing case fall-through by Rob Bradford · 13 years ago
  90. de685b8 compositor: introduce weston_buffer_reference by Pekka Paalanen · 13 years ago
  91. 82ec909 shell: Do not remove input panel layer when locked by Jan Arne Petersen · 13 years ago
  92. 012b4c7 compositor: Implement buffer transformation by Ander Conselvan de Oliveira · 13 years ago
  93. aa628d0 shell/zoom: Increment/decrement disable_planes only when zoom.active changes by Ville Syrjälä · 13 years ago
  94. f97f811 shell: Remove the old repaint debug mode by Ander Conselvan de Oliveira · 13 years ago
  95. c509d2b compositor: Add debug key bindings infrastructure by Ander Conselvan de Oliveira · 13 years ago
  96. cf18a32 shell: Do not insert input panel layer when locked by Jan Arne Petersen · 13 years ago
  97. 57e0907 shell: End popups if we trigger a shell grab by Kristian Høgsberg · 13 years ago
  98. b0b87ba shell: Update bindings to conform to pointer axis protocol by Jonas Ådahl · 13 years ago
  99. b89b004 shell: do not double-init input region by Pekka Paalanen · 13 years ago
  100. 71f6f3b shell: do not double-init a region by Pekka Paalanen · 13 years ago