1. 9e2be08 compositor: first destroy backend routines and then display by Tiago Vignatti · 14 years ago
  2. b303a1d compositor: use wl_list_for_each_safe when destroying output by Tiago Vignatti · 14 years ago
  3. 541e555 compositor: Implement surface global alpha by Kristian Høgsberg · 14 years ago
  4. cd9ac1d compositor: Remove server side cursors by Kristian Høgsberg · 14 years ago
  5. 7296e79 compositor: let shell override idle time by Pekka Paalanen · 14 years ago
  6. bce2d3f compositor: add IDLE state by Pekka Paalanen · 14 years ago
  7. 2e097ee compositor: fix re-fading by Pekka Paalanen · 14 years ago
  8. bde5e9f Remove stale comment by Kristian Høgsberg · 14 years ago
  9. d42b0c9 compositor: Use dup instead of fcntl to get a non-CLOEXEC fd by Kristian Høgsberg · 14 years ago
  10. c47ddfd compositor: reset signal mask for children by Pekka Paalanen · 14 years ago
  11. 409ef0a compositor: refactor client forking code by Pekka Paalanen · 14 years ago
  12. 4bfb82a compositor: Move a few more utils to util.c by Kristian Høgsberg · 14 years ago
  13. 47fe08a Implement the new dnd/selection protocol by Kristian Høgsberg · 14 years ago
  14. d2abb83 compositor: Move more shell.c state into the new shell_surface by Kristian Høgsberg · 14 years ago
  15. f6def54 Merge remote-tracking branch 'pq/shell-priv' by Kristian Høgsberg · 14 years ago
  16. a887312 compositor: The compositor is now jiust a regular global object by Kristian Høgsberg · 14 years ago
  17. 558350a compositor: Remove unused resource field from wlsc_output by Kristian Høgsberg · 14 years ago
  18. 56cdea9 shell: add private surface struct by Pekka Paalanen · 14 years ago
  19. 2584cb5 compositor: Set output for cursor surface so damage_below works by Kristian Høgsberg · 14 years ago
  20. 50719bc Fix inconsistent #include style by Pekka Paalanen · 14 years ago
  21. eccef6a compositor: Queue buffer.release instead of sending immediately by Kristian Høgsberg · 14 years ago
  22. 1ec0c31 compositor: Hide surfaces by setting surface->output to NULL by Kristian Høgsberg · 14 years ago
  23. f0fc70d compositor: implement screen locking by Pekka Paalanen · 14 years ago
  24. d503a0b compositor: check wlsc_surface::link before accessing neighbors by Pekka Paalanen · 14 years ago
  25. ebc598e compositor: fix repaint on first wakeup by Pekka Paalanen · 14 years ago
  26. 2841111 compositor: remove idle_inhibit optimization by Pekka Paalanen · 14 years ago
  27. af867cc compositor: let the shell wake up the compositor by Kristian Høgsberg · 14 years ago
  28. 9ef3e01 desktop-shell: screen locking protocol by Pekka Paalanen · 14 years ago
  29. 496433b compositor: Hold on to surface.frame requests until we assign an output by Kristian Høgsberg · 14 years ago
  30. 8c19645 compositor: fix destroy_frame_callback() by Pekka Paalanen · 14 years ago
  31. d826404 compositor: Drop redundant compositor->damage by Kristian Høgsberg · 14 years ago
  32. 32e24cc compositor: Split shell->attach into map and configure by Kristian Høgsberg · 14 years ago
  33. d3ef7be compositor: Tweak fade spring to not overshoot by Kristian Høgsberg · 14 years ago
  34. 3ff589d compositor: Make spring model always use the same time step by Kristian Høgsberg · 14 years ago
  35. ff298d9 compositor: Clear cursor buffer in create_sprite_from_png() by Kristian Høgsberg · 14 years ago
  36. 0de0aaf composior: fix tiny cursor bug with drm compositor by Ander Conselvan de Oliveira · 14 years ago
  37. 9a38a0a compositor: page flip away from a client buffer if it's destroyed by Ander Conselvan de Oliveira · 14 years ago
  38. ac5098f Merge remote-tracking branch 'robster/rob/pointer-fixes' by Kristian Høgsberg · 14 years ago
  39. 1d72447 compositor: Report an error if we cannot the load the pointer image files by Rob Bradford · 14 years ago
  40. d354711 compositor: Don't try and use a NULL sprite for the device pointer by Rob Bradford · 14 years ago
  41. 2459694 compositor: Clean up resource destroy callback handling by Kristian Høgsberg · 14 years ago
  42. 02924bc compositor: fix whitespace error in wlsc_output_set_cursor by Ander Conselvan de Oliveira · 14 years ago
  43. 22e22a5 compositor: don't schedule idle_repaint from calls to repaint by Ander Conselvan de Oliveira · 14 years ago
  44. 191454e compositor: Rename scanout surfaces by Kristian Høgsberg · 14 years ago
  45. f1621d2 compositor: don't release the front buffer after page flip by Ander Conselvan de Oliveira · 14 years ago
  46. 3b19966 compositor: move setup of scanout surface out of wlsc_output_repaint by Ander Conselvan de Oliveira · 14 years ago
  47. cbd06f9 compositor: Silence a couple of valgrind warnings by Kristian Høgsberg · 14 years ago
  48. 32ff1f5 compositor: Dont repick for grabbed surfaces by Kristian Høgsberg · 14 years ago
  49. d2baf1f compositor: Repick focus surface as surfaces come and go by Kristian Høgsberg · 14 years ago
  50. 96aa7da Change remaining GPLv2 headers to MIT by Kristian Høgsberg · 14 years ago
  51. 9c4eecb Rename motion_grab to implicit_grab by Kristian Høgsberg · 14 years ago
  52. 7584062 Add a desktop_shell interface by Kristian Høgsberg · 14 years ago
  53. f59da39 compositor: Don't crash when receiving kb focus with no surface by Kristian Høgsberg · 14 years ago
  54. 109a007 compositor: Drop built-in background support by Kristian Høgsberg · 14 years ago
  55. 4eaa830 compositor: Repick surface when grab ends by Kristian Høgsberg · 14 years ago
  56. 9ebcf94 Use wl_resource_* error functions by Kristian Høgsberg · 14 years ago
  57. 11568a7 Turn off hardware cursor when screen fade begins. by Matt Roper · 14 years ago
  58. b826302 Remove return type from wlsc_compositor_shutdown by Benjamin Franzke · 14 years ago
  59. f389cac Move away from visuals and just use EGLConfigs or shm format tokens by Kristian Høgsberg · 14 years ago
  60. 4ebf3a0 Fix cursor visibility bug by Kristian Høgsberg · 14 years ago
  61. 6f7179c compositor: Discard surface.frame if the surface isn't visible by Kristian Høgsberg · 14 years ago
  62. 8e6d712 compositor: Track bound resources for input device by Kristian Høgsberg · 14 years ago
  63. 57295eb compositor: Handle NULL buffer in input_device.attach correctly by Kristian Høgsberg · 14 years ago
  64. fd07fb7 Create resource for wl_output by Kristian Høgsberg · 14 years ago
  65. 97d44aa Pass resources to functions that take object references by Kristian Høgsberg · 14 years ago
  66. f790c79 Use wl_display_bind() for binding to globals by Kristian Høgsberg · 14 years ago
  67. d9551a3 compositor: drop wl_display_add_object() by Kristian Høgsberg · 14 years ago
  68. 904055a compositor: Make all exported objects wl_resources by Kristian Høgsberg · 14 years ago
  69. 3341820 Use the new wl_callback interface by Kristian Høgsberg · 14 years ago
  70. 361d2ad Update compositor shutdown code by Matt Roper · 14 years ago
  71. 2cc8b87 compositor: fix pitch initialization by Tiago Vignatti · 14 years ago
  72. 6bded3f Don't pass NULL pointer as user data to signal handler by Kristian Høgsberg · 14 years ago
  73. 2116b89 compositor: Move signal handler initialization before module loading by Tiago Vignatti · 14 years ago
  74. 9ffb6b9 compositor: Only configure surface when it changes geometry by Kristian Høgsberg · 14 years ago
  75. 4f0df04 compositor: Pick output for surface based on amount of overlap by Kristian Høgsberg · 14 years ago
  76. 3cad436 xserver: Clean up X server socket on exit by Kristian Høgsberg · 14 years ago
  77. 7341e9b compositor: Fix damage tracking for multi-head compositors by Kristian Høgsberg · 14 years ago
  78. a8bdeae compositor: Fix cursor damaging on multi head by Benjamin Franzke · 14 years ago
  79. 5ec0a93 compositor: Add a simple WM to the xserver launcher by Kristian Høgsberg · 14 years ago
  80. cd0d10b compositor: Damage surface when raising by Kristian Høgsberg · 14 years ago
  81. a691aee compositor: Track opaque region of a surface by Kristian Høgsberg · 14 years ago
  82. aee7f84 compositor: Stop repainting below opaque surfaces by Kristian Høgsberg · 14 years ago
  83. 53df1d8 compositor: Fix a couple of region leaks by Kristian Høgsberg · 14 years ago
  84. b8a9833 compositor: Add helper to damage surface below by Kristian Høgsberg · 14 years ago
  85. 8b72f60 compositor: Clip away obscured damage by Kristian Høgsberg · 14 years ago
  86. 20300ba compositor: Accumulate damage in per-surface regions by Kristian Høgsberg · 14 years ago
  87. b7c00a4 Send keyboard_focus only to client surfaces by Benjamin Franzke · 14 years ago
  88. 758dd3e compsitor: Put background surface in the big surface list by Kristian Høgsberg · 14 years ago
  89. 8244b44 compositor: Put cursor surfaces into the big surface list by Kristian Høgsberg · 14 years ago
  90. 751b5bc compositor: Change default background to be a png by Kristian Høgsberg · 14 years ago
  91. 27da538 compositor: Add socket based activation for X server by Kristian Høgsberg · 14 years ago
  92. 487213d Damage surface before attaching new buffer by Kristian Høgsberg · 14 years ago
  93. fd94bf0 compositor: Fix region leak by Kristian Høgsberg · 14 years ago
  94. e75cb7f compositor: Store the output rectangle in a region by Kristian Høgsberg · 14 years ago
  95. ef04414 compositor: Repaint immediately after pageflip finishes by Kristian Høgsberg · 14 years ago
  96. 6f5fc69 compositor: Decrement buffers busy_count in post_release by Benjamin Franzke · 14 years ago
  97. ec13890 Merge remote-tracking branch 'bnf/buffer.release-2' by Kristian Høgsberg · 14 years ago
  98. 0628626 Implement buffer.release event by Benjamin Franzke · 14 years ago
  99. 2468692 Merge remote-tracking branch 'bnf/fixes-2' by Kristian Høgsberg · 14 years ago
  100. 8f0ce05 compositor: Send out more detailed output events by Kristian Høgsberg · 14 years ago