1. 9e2be08 compositor: first destroy backend routines and then display by Tiago Vignatti · 14 years ago
  2. c349e1d compositor-drm: destroy evdev driver properly when finishing compositor by Tiago Vignatti · 14 years ago
  3. 0db1d5f evdev: use a separate function for adding devices by Tiago Vignatti · 14 years ago
  4. b303a1d compositor: use wl_list_for_each_safe when destroying output by Tiago Vignatti · 14 years ago
  5. 7bb92f0 Activate toplevel fullscreen and menu surfaces by Juan Zhao · 14 years ago
  6. ef45824 desktop-shell: Animate surface opacity in zoom animation as well by Kristian Høgsberg · 14 years ago
  7. 541e555 compositor: Implement surface global alpha by Kristian Høgsberg · 14 years ago
  8. cd9ac1d compositor: Remove server side cursors by Kristian Høgsberg · 14 years ago
  9. 7296e79 compositor: let shell override idle time by Pekka Paalanen · 14 years ago
  10. e955f1e shell: use desktop-shell ini file for screensaver path by Pekka Paalanen · 14 years ago
  11. 18027e5 shell: automatic exec and kill of wscreensaver by Pekka Paalanen · 14 years ago
  12. bce2d3f compositor: add IDLE state by Pekka Paalanen · 14 years ago
  13. af0e34c shell: center the unlock dialog by Pekka Paalanen · 14 years ago
  14. 2e097ee compositor: fix re-fading by Pekka Paalanen · 14 years ago
  15. baeb6a1 shell: let screensaver wake up the compositor by Pekka Paalanen · 14 years ago
  16. 77346a6 shell: implement screensaver surface type by Pekka Paalanen · 14 years ago
  17. 9826223 shell: handle surface type reassignment by Pekka Paalanen · 14 years ago
  18. 696f959 wscreensaver: implement screensaver interface by Pekka Paalanen · 14 years ago
  19. 999c5b5 window: expose outputs to applications by Pekka Paalanen · 14 years ago
  20. 6e16811 protocol: add screensaver interface by Pekka Paalanen · 14 years ago
  21. 12c05b7 evdev: run flush_motion only when needed by Tiago Vignatti · 14 years ago
  22. 1c2bcb1 evdev: send old valuator inside event frame when the other is missing by Tiago Vignatti · 14 years ago
  23. d7c4551 compositor-drm: Catch errors in create_output_for_connector by David Herrmann · 14 years ago
  24. 0f0d54e compositor-drm: Free output on error in create_output_for_connector by David Herrmann · 14 years ago
  25. eb8bed5 compositor-drm: Fix memory leak in create_output_for_connector by David Herrmann · 14 years ago
  26. 7551cff compositor-drm: Fix memory leak in update_outputs by David Herrmann · 14 years ago
  27. a3a7162 compositor-x11: convert (some) of X11 buttons to linux input by Tiago Vignatti · 14 years ago
  28. 01e7b00 shell: fix set_transient by Pekka Paalanen · 14 years ago
  29. 9b935c8 Use '-' to separate words in file names by Kristian Høgsberg · 14 years ago
  30. bde5e9f Remove stale comment by Kristian Høgsberg · 14 years ago
  31. d42b0c9 compositor: Use dup instead of fcntl to get a non-CLOEXEC fd by Kristian Høgsberg · 14 years ago
  32. 9b32ed3 Update .gitignores by Pekka Paalanen · 14 years ago
  33. c47ddfd compositor: reset signal mask for children by Pekka Paalanen · 14 years ago
  34. 409ef0a compositor: refactor client forking code by Pekka Paalanen · 14 years ago
  35. fd83b6d desktop-shell: add option to not use locking by Pekka Paalanen · 14 years ago
  36. 28a2070 configparser: rename BOOL, document types by Pekka Paalanen · 14 years ago
  37. c1765c6 move config parser to a convenience library by Pekka Paalanen · 14 years ago
  38. 02dfb75 desktop-shell: no need to unset WAYLAND_SOCKET by Pekka Paalanen · 14 years ago
  39. 7172d9e compositor-tty: Fix ioctl error handling by David Herrmann · 14 years ago
  40. 4bfb82a compositor: Move a few more utils to util.c by Kristian Høgsberg · 14 years ago
  41. 2f88a40 desktop-shell: Animate surface mapping by Kristian Høgsberg · 14 years ago
  42. 698c058 compositor: Split the animation code out of tablet-shell by Kristian Høgsberg · 14 years ago
  43. f32f1fc shell: forbid multiple wl_shell_surface objects by Pekka Paalanen · 14 years ago
  44. 4622967 shell: rename shell_create_shell_surface by Pekka Paalanen · 14 years ago
  45. 6b2dc91 window: do not crash without wl_shell by Pekka Paalanen · 14 years ago
  46. 92a0dc4 shell: check for missing wl_shell_surface by Pekka Paalanen · 14 years ago
  47. ec2b32f compositor: eliminate wlsc_surface::shell_priv by Pekka Paalanen · 14 years ago
  48. 068ae94 desktop-shell: update protocol and client to wl_shell_surface by Pekka Paalanen · 14 years ago
  49. 9d1613e wl_shell_surface adaptation by Pekka Paalanen · 14 years ago
  50. 865f9b8 evdev: Silence warning by Kristian Høgsberg · 14 years ago
  51. a03a93c window: fix segfault in window_handle_key() by Pekka Paalanen · 14 years ago
  52. fe34083 shell: fix resume_desktop for zero clients by Pekka Paalanen · 14 years ago
  53. 65c74cb compositor: add a comment about wlsc_surface::output by Pekka Paalanen · 14 years ago
  54. f033a7b tablet-shell: Add more interesting lock and home screens by Kristian Høgsberg · 14 years ago
  55. 6336e46 tablet-shell: Add a stub tablet-shell client by Kristian Høgsberg · 14 years ago
  56. 53ff2f6 window.c: Cache outputs by Kristian Høgsberg · 14 years ago
  57. 47fe08a Implement the new dnd/selection protocol by Kristian Høgsberg · 14 years ago
  58. f02bb64 shell: Unmap old backgrounds/panels when setting new ones by Benjamin Franzke · 14 years ago
  59. d0f79ab desktop-shell: Make panel and background output dependent by Benjamin Franzke · 14 years ago
  60. 8193bc1 desktop-shell: Unlock dialog needs to be a custom window by Benjamin Franzke · 14 years ago
  61. d775971 desktop-shell: Fix some indents by Benjamin Franzke · 14 years ago
  62. d2abb83 compositor: Move more shell.c state into the new shell_surface by Kristian Høgsberg · 14 years ago
  63. f6def54 Merge remote-tracking branch 'pq/shell-priv' by Kristian Høgsberg · 14 years ago
  64. a887312 compositor: The compositor is now jiust a regular global object by Kristian Høgsberg · 14 years ago
  65. 6b5fc3b compositor: Remove a couple of unused #defines by Kristian Høgsberg · 14 years ago
  66. 558350a compositor: Remove unused resource field from wlsc_output by Kristian Høgsberg · 14 years ago
  67. 57da4a8 shell: introduce shell_surface_purpose by Pekka Paalanen · 14 years ago
  68. 56cdea9 shell: add private surface struct by Pekka Paalanen · 14 years ago
  69. 2584cb5 compositor: Set output for cursor surface so damage_below works by Kristian Høgsberg · 14 years ago
  70. db0fa54 Simplify evdev_flush_motion() a tiny bit by Kristian Høgsberg · 14 years ago
  71. f127715 Merge remote-tracking branch 'vignatti/evdev' by Kristian Høgsberg · 14 years ago
  72. 02453dd cairo-util: Dont use non-standard JCS_EXT_BGRX color space by Kristian Høgsberg · 14 years ago
  73. c5241f5 Never include wayland-util.h directly by Kristian Høgsberg · 14 years ago
  74. 50719bc Fix inconsistent #include style by Pekka Paalanen · 14 years ago
  75. f547bd3 evdev: fetch absolute coordinates inside flush_motion only by Tiago Vignatti · 14 years ago
  76. 5c900ce evdev: remove useless field from device structure by Tiago Vignatti · 14 years ago
  77. 80885e1 evdev: reset accumulator inside evdev_flush_motion by Tiago Vignatti · 14 years ago
  78. a52b2e4 evdev: use a separate structure to denote accumulated motion events by Tiago Vignatti · 14 years ago
  79. a157fc1 evdev: use a separate struct for abs information by Tiago Vignatti · 14 years ago
  80. 280b8a6 tty: fix command line parsing by Tiago Vignatti · 14 years ago
  81. 980c49e window: Remove unused variable by Kristian Høgsberg · 14 years ago
  82. 8b56880 evdev: Reset accumulate values when we flush motion events by Kristian Høgsberg · 14 years ago
  83. e412ff3 Merge remote-tracking branch 'pq/glmatrix' by Kristian Høgsberg · 14 years ago
  84. eccef6a compositor: Queue buffer.release instead of sending immediately by Kristian Høgsberg · 14 years ago
  85. 52e158d evdev: fix order of events being sent to the compositor by Tiago Vignatti · 14 years ago
  86. 3da492b wscreensaver: configure glmatrix by Pekka Paalanen · 14 years ago
  87. 11f53f5 clients: add wscreensaver by Pekka Paalanen · 14 years ago
  88. 8260f46 clients: import glmatrix.c and matrix3.xpm by Pekka Paalanen · 14 years ago
  89. 8755ff9 evdev: remove signed value checks by Tiago Vignatti · 14 years ago
  90. a3cdf59 simple-shm: Add a wl_shm listener by Kristian Høgsberg · 14 years ago
  91. 2ca8630 shell: fix handle_lock_surface_destroy() by Pekka Paalanen · 14 years ago
  92. d81c216 shell: fix compositor wakeup while locked by Pekka Paalanen · 14 years ago
  93. d3dd6e1 shell: fix lock surface mapping by Pekka Paalanen · 14 years ago
  94. 1ec0c31 compositor: Hide surfaces by setting surface->output to NULL by Kristian Høgsberg · 14 years ago
  95. bfbb26b desktop-shell: add unlock dialog by Pekka Paalanen · 14 years ago
  96. 77cbc95 window: clean up redraw and focuses on destroy by Pekka Paalanen · 14 years ago
  97. f0fc70d compositor: implement screen locking by Pekka Paalanen · 14 years ago
  98. d503a0b compositor: check wlsc_surface::link before accessing neighbors by Pekka Paalanen · 14 years ago
  99. ebc598e compositor: fix repaint on first wakeup by Pekka Paalanen · 14 years ago
  100. 2841111 compositor: remove idle_inhibit optimization by Pekka Paalanen · 14 years ago