1. 681f9f4 compositor: Keep fade surface around while we're fading by Kristian Høgsberg · 14 years ago
  2. 607c1a7 compositor: Use weston_surface_create for creating solid color fade surface by Kristian Høgsberg · 14 years ago
  3. bbeefb0 compositor: Create surfaces neutral, select shader later by Kristian Høgsberg · 14 years ago
  4. 46e64ee compositor: Drop unused saved_texture surface field by Kristian Høgsberg · 14 years ago
  5. 2200d70 compositor: Clear repaint_scheduled when an idle repaint is cancelled by Kristian Høgsberg · 14 years ago
  6. 30c018b compositor: Combine repaint and weston_output_repaint by Kristian Høgsberg · 14 years ago
  7. a82c486 compositor: Compute overlapped early and base hw cursor decision on that by Kristian Høgsberg · 14 years ago
  8. 9f404b7 compositor: Move tracking of scanout buffers to compositor-drm by Kristian Høgsberg · 14 years ago
  9. 5f5e42e compositor: Remove prepare_scanout_surface callout by Kristian Høgsberg · 14 years ago
  10. 06cf6b0 compositor: Pull prepare_render and present callouts into repaint by Kristian Høgsberg · 14 years ago
  11. 68c479a compositor: Move repaint loop into a backend function by Kristian Høgsberg · 14 years ago
  12. 32cdc38 compositor: Insert the fade surface in the surface list by Kristian Høgsberg · 14 years ago
  13. 0763262 compositor: Move shader setup to weston_surface_draw() by Kristian Høgsberg · 14 years ago
  14. 765bcdf compositor: Compute whether or not a surface is overlapped by Kristian Høgsberg · 14 years ago
  15. ee324c2 compositor: Remove special casing of fullscreen surfaces by Kristian Høgsberg · 14 years ago
  16. a0d6dc4 compositor: Do the per surface clip region math in weston_surface_draw() by Kristian Høgsberg · 14 years ago
  17. ac58741 compositor: Assign surface damage before setting up scanout buffers by Kristian Høgsberg · 14 years ago
  18. bcecca4 Revert "weston: Drop priviledges early, and seteuid when needed" by Kristian Høgsberg · 14 years ago
  19. fc6ccb8 weston: Drop priviledges early, and seteuid when needed by Benjamin Franzke · 14 years ago
  20. 8423a89 compositor: initialise segv_action.sa_mask by Pekka Paalanen · 14 years ago
  21. 90b5381 compositor: Flush surface damage to surface below on destroy by Kristian Høgsberg · 14 years ago
  22. 34f80ff drm: Cancel any scheduled repaints in the leave vt handler by Kristian Høgsberg · 14 years ago
  23. 0690da6 compositor: Install a SEGV handler to try and clean up the VT if we crash by Kristian Høgsberg · 14 years ago
  24. 1760ebb xserver: Set DISPLAY for clients launched by the compositor by Kristian Høgsberg · 14 years ago
  25. 8e81df4 Use new format codes by Kristian Høgsberg · 14 years ago
  26. 249713b Remove redundant glTexImage2D() call by Kristian Høgsberg · 14 years ago
  27. c5e2376 compositor: Damage below before attaching new buffer by Kristian Høgsberg · 14 years ago
  28. dade649 Move wl_data_device implementation to wayland-server by Kristian Høgsberg · 14 years ago
  29. faf1fee Move default grab implementation to wayland-server by Kristian Høgsberg · 14 years ago
  30. 9ddb826 Use new grab api by Kristian Høgsberg · 14 years ago
  31. 0b17b8e compositor: Don't try and destroy old pointer surface if it empty by Rob Bradford · 14 years ago
  32. c0444e3 compositor: force fade-in on start by Pekka Paalanen · 14 years ago
  33. a33d0c3 data-device: Use a listener list to decouple the x11 selection bridge by Kristian Høgsberg · 14 years ago
  34. 3466bc8 Merge remote-tracking branch 'pq/compositor-dtors-v1' by Kristian Høgsberg · 14 years ago
  35. 8334bc1 Rename wayland-compositor to weston by Kristian Høgsberg · 14 years ago[Renamed (78%) from compositor/compositor.c]
  36. 43c61d8 compositor-x11: improve x11_destroy() by Pekka Paalanen · 14 years ago
  37. 03cb5cf compositor: Handle disappearing surfaces and input devices for touch by Kristian Høgsberg · 14 years ago
  38. 3543ff4 compositor: Send touch_up before clearing touch focus by Kristian Høgsberg · 14 years ago
  39. 1f221ff compositor: Send out touch events accordingly by Tiago Vignatti · 14 years ago
  40. 22c6bce evdev: Add ABS_MT_* support for direct touch devices by Tiago Vignatti · 14 years ago
  41. 773d13b compositor: Make surface picking not depend on an input device by Kristian Høgsberg · 14 years ago
  42. 3429a72 compositor: fix uniform handling for fade_output() by Pekka Paalanen · 14 years ago
  43. e1a850e compositor: Move click-to-focus and ctrl-alt-bs bindings to shell.c by Kristian Høgsberg · 14 years ago
  44. f47d8fe compositor: Move binding code to util.c by Kristian Høgsberg · 14 years ago
  45. 2bd5b63 compositor: Consolidate code for finding and running bindings by Kristian Høgsberg · 14 years ago
  46. 5a5f007 compositor: Make click to activate behavior a binding by Kristian Høgsberg · 14 years ago
  47. 9e2be08 compositor: first destroy backend routines and then display by Tiago Vignatti · 14 years ago
  48. b303a1d compositor: use wl_list_for_each_safe when destroying output by Tiago Vignatti · 14 years ago
  49. 541e555 compositor: Implement surface global alpha by Kristian Høgsberg · 14 years ago
  50. cd9ac1d compositor: Remove server side cursors by Kristian Høgsberg · 14 years ago
  51. 7296e79 compositor: let shell override idle time by Pekka Paalanen · 14 years ago
  52. bce2d3f compositor: add IDLE state by Pekka Paalanen · 14 years ago
  53. 2e097ee compositor: fix re-fading by Pekka Paalanen · 14 years ago
  54. bde5e9f Remove stale comment by Kristian Høgsberg · 14 years ago
  55. d42b0c9 compositor: Use dup instead of fcntl to get a non-CLOEXEC fd by Kristian Høgsberg · 14 years ago
  56. c47ddfd compositor: reset signal mask for children by Pekka Paalanen · 14 years ago
  57. 409ef0a compositor: refactor client forking code by Pekka Paalanen · 14 years ago
  58. 4bfb82a compositor: Move a few more utils to util.c by Kristian Høgsberg · 14 years ago
  59. 47fe08a Implement the new dnd/selection protocol by Kristian Høgsberg · 14 years ago
  60. d2abb83 compositor: Move more shell.c state into the new shell_surface by Kristian Høgsberg · 14 years ago
  61. f6def54 Merge remote-tracking branch 'pq/shell-priv' by Kristian Høgsberg · 14 years ago
  62. a887312 compositor: The compositor is now jiust a regular global object by Kristian Høgsberg · 14 years ago
  63. 558350a compositor: Remove unused resource field from wlsc_output by Kristian Høgsberg · 14 years ago
  64. 56cdea9 shell: add private surface struct by Pekka Paalanen · 14 years ago
  65. 2584cb5 compositor: Set output for cursor surface so damage_below works by Kristian Høgsberg · 14 years ago
  66. 50719bc Fix inconsistent #include style by Pekka Paalanen · 14 years ago
  67. eccef6a compositor: Queue buffer.release instead of sending immediately by Kristian Høgsberg · 14 years ago
  68. 1ec0c31 compositor: Hide surfaces by setting surface->output to NULL by Kristian Høgsberg · 14 years ago
  69. f0fc70d compositor: implement screen locking by Pekka Paalanen · 14 years ago
  70. d503a0b compositor: check wlsc_surface::link before accessing neighbors by Pekka Paalanen · 14 years ago
  71. ebc598e compositor: fix repaint on first wakeup by Pekka Paalanen · 14 years ago
  72. 2841111 compositor: remove idle_inhibit optimization by Pekka Paalanen · 14 years ago
  73. af867cc compositor: let the shell wake up the compositor by Kristian Høgsberg · 14 years ago
  74. 9ef3e01 desktop-shell: screen locking protocol by Pekka Paalanen · 14 years ago
  75. 496433b compositor: Hold on to surface.frame requests until we assign an output by Kristian Høgsberg · 14 years ago
  76. 8c19645 compositor: fix destroy_frame_callback() by Pekka Paalanen · 14 years ago
  77. d826404 compositor: Drop redundant compositor->damage by Kristian Høgsberg · 14 years ago
  78. 32e24cc compositor: Split shell->attach into map and configure by Kristian Høgsberg · 14 years ago
  79. d3ef7be compositor: Tweak fade spring to not overshoot by Kristian Høgsberg · 14 years ago
  80. 3ff589d compositor: Make spring model always use the same time step by Kristian Høgsberg · 14 years ago
  81. ff298d9 compositor: Clear cursor buffer in create_sprite_from_png() by Kristian Høgsberg · 14 years ago
  82. 0de0aaf composior: fix tiny cursor bug with drm compositor by Ander Conselvan de Oliveira · 14 years ago
  83. 9a38a0a compositor: page flip away from a client buffer if it's destroyed by Ander Conselvan de Oliveira · 14 years ago
  84. ac5098f Merge remote-tracking branch 'robster/rob/pointer-fixes' by Kristian Høgsberg · 14 years ago
  85. 1d72447 compositor: Report an error if we cannot the load the pointer image files by Rob Bradford · 14 years ago
  86. d354711 compositor: Don't try and use a NULL sprite for the device pointer by Rob Bradford · 14 years ago
  87. 2459694 compositor: Clean up resource destroy callback handling by Kristian Høgsberg · 14 years ago
  88. 02924bc compositor: fix whitespace error in wlsc_output_set_cursor by Ander Conselvan de Oliveira · 14 years ago
  89. 22e22a5 compositor: don't schedule idle_repaint from calls to repaint by Ander Conselvan de Oliveira · 14 years ago
  90. 191454e compositor: Rename scanout surfaces by Kristian Høgsberg · 14 years ago
  91. f1621d2 compositor: don't release the front buffer after page flip by Ander Conselvan de Oliveira · 14 years ago
  92. 3b19966 compositor: move setup of scanout surface out of wlsc_output_repaint by Ander Conselvan de Oliveira · 14 years ago
  93. cbd06f9 compositor: Silence a couple of valgrind warnings by Kristian Høgsberg · 14 years ago
  94. 32ff1f5 compositor: Dont repick for grabbed surfaces by Kristian Høgsberg · 14 years ago
  95. d2baf1f compositor: Repick focus surface as surfaces come and go by Kristian Høgsberg · 14 years ago
  96. 96aa7da Change remaining GPLv2 headers to MIT by Kristian Høgsberg · 14 years ago
  97. 9c4eecb Rename motion_grab to implicit_grab by Kristian Høgsberg · 14 years ago
  98. 7584062 Add a desktop_shell interface by Kristian Høgsberg · 14 years ago
  99. f59da39 compositor: Don't crash when receiving kb focus with no surface by Kristian Høgsberg · 14 years ago
  100. 109a007 compositor: Drop built-in background support by Kristian Høgsberg · 14 years ago