1. b7c00a4 Send keyboard_focus only to client surfaces by Benjamin Franzke · 14 years ago
  2. 758dd3e compsitor: Put background surface in the big surface list by Kristian Høgsberg · 14 years ago
  3. 8244b44 compositor: Put cursor surfaces into the big surface list by Kristian Høgsberg · 14 years ago
  4. 751b5bc compositor: Change default background to be a png by Kristian Høgsberg · 14 years ago
  5. 27da538 compositor: Add socket based activation for X server by Kristian Høgsberg · 14 years ago
  6. 487213d Damage surface before attaching new buffer by Kristian Høgsberg · 14 years ago
  7. fd94bf0 compositor: Fix region leak by Kristian Høgsberg · 14 years ago
  8. e75cb7f compositor: Store the output rectangle in a region by Kristian Høgsberg · 14 years ago
  9. ef04414 compositor: Repaint immediately after pageflip finishes by Kristian Høgsberg · 14 years ago
  10. 6f5fc69 compositor: Decrement buffers busy_count in post_release by Benjamin Franzke · 14 years ago
  11. ec13890 Merge remote-tracking branch 'bnf/buffer.release-2' by Kristian Høgsberg · 14 years ago
  12. 0628626 Implement buffer.release event by Benjamin Franzke · 14 years ago
  13. 2468692 Merge remote-tracking branch 'bnf/fixes-2' by Kristian Høgsberg · 14 years ago
  14. 8f0ce05 compositor: Send out more detailed output events by Kristian Høgsberg · 14 years ago
  15. d72037c compositor: Send frame event after redraw by Benjamin Franzke · 14 years ago
  16. fb4b5a2 compositor: Do not leak old client buffers by Benjamin Franzke · 14 years ago
  17. 40caded compositor: Only use GL_LINEAR when surface is transformed by Kristian Høgsberg · 14 years ago
  18. cde9bfc compositor: Damage after setting surface width and height by Kristian Høgsberg · 14 years ago
  19. 7a5c979 Move map requests to shell by Kristian Høgsberg · 14 years ago
  20. ff073a6 compositor: Don't pass a non-existing varying into the fragment shader by Kristian Høgsberg · 14 years ago
  21. 52612f1 meego-tablet-shell: Tweak spring constants by Kristian Høgsberg · 14 years ago
  22. 2e02d24 compositor: Call wlsc_buffer_attach() after setting es->width by Kristian Høgsberg · 14 years ago
  23. b7acce6 compositor: Fix warning in load_module by Benjamin Franzke · 14 years ago
  24. 4721a3c Make use of wl_resource.destroy_listener_list for surfaces. by Benjamin Franzke · 14 years ago
  25. e4c40a4 compositor: Disable hw cursor if we're texturing the cursor by Kristian Høgsberg · 14 years ago
  26. 4d07a1c compositor: Scanout client buffers even if they're not map_fullscreen by Kristian Høgsberg · 14 years ago
  27. 1c56218 compositor: Split backends into modules by Kristian Høgsberg · 14 years ago
  28. 269c782 compositor: Rename tweener to spring by Kristian Høgsberg · 14 years ago
  29. 0bc0e24 compositor: Group matrix and inverse in struct wlsc_transform by Kristian Høgsberg · 14 years ago
  30. d880e14 compositor: Export matrix functions by Kristian Høgsberg · 14 years ago
  31. a04eecc compositor: Drop broken opaque repaint optimization for now by Kristian Høgsberg · 14 years ago
  32. 2e94d11 compositor: Remove unused surface matrix, add optional transform by Kristian Høgsberg · 14 years ago
  33. 4a9be13 Tweak tweener constants and add friction parameter by Kristian Høgsberg · 14 years ago
  34. fac11d2 Remove unused surface->buffer field by Kristian Høgsberg · 14 years ago
  35. 8544903 compositor: Screenhoot into a client provided shm buffer by Kristian Høgsberg · 14 years ago
  36. b41d76c compositor: Use libpng directly instead of gdb-pixbuf by Kristian Høgsberg · 14 years ago
  37. d34912c Just use getopt_long for option parsing by Kristian Høgsberg · 14 years ago
  38. 0b5116f compositor: Recalculate fullscreen surface x,y in surface_attach by Benjamin Franzke · 14 years ago
  39. 172ffd1 compositor: Fix overlapping options by Kristian Høgsberg · 14 years ago
  40. b5819dc compositor: Stop using EGL_EGLEXT_PROTOTYPES and look up extension functions by Kristian Høgsberg · 14 years ago
  41. c352ab0 compositor: Don't use glClear for clearing by Kristian Høgsberg · 14 years ago
  42. fab5ec1 compositor: Use stride/4 as width for shm textures by Benjamin Franzke · 14 years ago
  43. cdd9db7 compositor: Use EGL_WL_bind_wayland_display only if available by Benjamin Franzke · 14 years ago
  44. 02ec0a5 compositor: Support loadable shells by Kristian Høgsberg · 14 years ago
  45. cce1aec compositor: Fade to black on idle timeout by Kristian Høgsberg · 14 years ago
  46. 7ffc448 compositor: Refactor shader setup a bit by Kristian Høgsberg · 14 years ago
  47. e10a5d9 compositor: Implement a simple screensaver feature by Kristian Høgsberg · 14 years ago
  48. b186847 Update return types of event handler functions by Kristian Høgsberg · 14 years ago
  49. 315b3dc Make use of wayland-server shm common code by Benjamin Franzke · 14 years ago
  50. bab41fb compositor: Use surface_attached_to list for shm-buffers by Benjamin Franzke · 14 years ago
  51. 0c347f0 compositor: Add wlsc_shm_buffer_attach by Benjamin Franzke · 14 years ago
  52. bde55ec Implement buffer.damage in shm, use it in window.c by Benjamin Franzke · 14 years ago
  53. df2f197 compositor: Pass NULL for context to wayland buffer eglCreateImageKHR() by Kristian Høgsberg · 14 years ago
  54. 91342c6 Switch to new subscribe protocol and wayland-egl by Kristian Høgsberg · 14 years ago
  55. 5d00709 compositor: Add OpenWF Display backend by Benjamin Franzke · 14 years ago
  56. 66aa235 Optimize fullscreen scanout abit by Benjamin Franzke · 14 years ago
  57. 431da9a Make use of a hardware cursor in compositor-drm by Benjamin Franzke · 14 years ago
  58. 1178a3c compositor(-drm): Pageflip to fullscreen surfaces by Benjamin Franzke · 14 years ago
  59. 547cadf Move more switcher details to switcher.c by Kristian Høgsberg · 14 years ago
  60. 30021d7 Move switcher behaviour into switcher.c by Kristian Høgsberg · 14 years ago
  61. 0793756 Move shell bindings to shell.c by Kristian Høgsberg · 14 years ago
  62. a8ec863 Extend wlsc_binding to cover buttons too by Kristian Høgsberg · 14 years ago
  63. f512d07 Update modifier state as input devices enter and leave by Kristian Høgsberg · 14 years ago
  64. c32c81b Remove typo by Kristian Høgsberg · 14 years ago
  65. 11e2828 Merge remote-tracking branch 'bnf/surface-frame-event' by Kristian Høgsberg · 14 years ago
  66. 3555d09 Add a simple key binding mechanism by Kristian Høgsberg · 14 years ago
  67. 04db9fa Call present after clearing repaint_needed by Kristian Høgsberg · 14 years ago
  68. cfc6d27 Clip out pixels covered by opaque surfaces during repaint by Kristian Høgsberg · 14 years ago
  69. ec4d342 Support per surface frame events by Benjamin Franzke · 14 years ago
  70. 264b3f9 compositor: Update only existing backgrounds in output_move by Benjamin Franzke · 14 years ago
  71. 9c26ff3 compositor-drm: Support output hotplugging by Benjamin Franzke · 14 years ago
  72. eefc36c compositor-drm: Fix multi head rendering by Benjamin Franzke · 14 years ago
  73. c649a92 compositor: Remove drm.c, use shm.c for pointer images by Benjamin Franzke · 14 years ago
  74. 5b2cb6f compositor: Generate Framebuffer in the backends by Benjamin Franzke · 14 years ago
  75. 1b765ff compositor: Add flags parameter to wlsc_output_init by Benjamin Franzke · 14 years ago
  76. faa0a9d compositor: Use eglBindWaylandDisplayWL by Benjamin Franzke · 14 years ago
  77. 525e4c0 compositor: Clip repaint to the damage region by Kristian Høgsberg · 14 years ago
  78. fa4e2a7 compositor: Switch away from using VBOs and just stream the vertex data by Kristian Høgsberg · 14 years ago
  79. 31bd6c7 Use pixman regions to reduce repainting by Kristian Høgsberg · 14 years ago
  80. c9824dd compositor: Implement super-tab window switching by Kristian Høgsberg · 14 years ago
  81. f30c67e compositor: Set repaint_on_timeout when we schedule a timeout repaint by Kristian Høgsberg · 14 years ago
  82. 181f52e Update compositor initiated resize to use a 3x3 grid by Kristian Høgsberg · 15 years ago
  83. 5a2218a compositor: Calculate resizing direction by Benjamin Franzke · 15 years ago
  84. f992b2f Don't crash when the previous keyboard surface goes away by Kristian Høgsberg · 15 years ago
  85. 0ce2457 Add initial basic support for fullscreen surfaces by Kristian Høgsberg · 15 years ago
  86. 3ba4858 compositor-x11: Handle keyboard focus correctly so we avoid stuck modifiers by Kristian Høgsberg · 15 years ago
  87. ac5c5e7 Don't create buffer from NULL pointer by Tim Wiederhake · 15 years ago
  88. 93331ff compositor: Forward pointer focus notification from compostor backend by Kristian Høgsberg · 15 years ago
  89. f58d8ca compositor-x11: Set window icon by Kristian Høgsberg · 15 years ago
  90. c4df99c Replace gdk_pixbuf_unref with g_object_unref by Darxus@chaosreigns.com · 15 years ago
  91. 027931b Define the shell resize enumeration in the xml spec by Kristian Høgsberg · 15 years ago
  92. 8dc378f Add new surface.map_transient() request to map a surface relative to another by Kristian Høgsberg · 15 years ago
  93. dd4046a Take away pointer focus during server grabs by Kristian Høgsberg · 15 years ago
  94. ae6c8a6 First attempt at selection support by Kristian Høgsberg · 15 years ago
  95. 4cca349 Split shell object out from compositor.c into its own file by Kristian Høgsberg · 15 years ago
  96. d3b023e compositor: Attach only valid background buffers by Benjamin Franzke · 15 years ago
  97. d711d0c Check for GL_EXT_texture_format_BGRA8888 by Kristian Høgsberg · 15 years ago
  98. a941022 Make it possible to enable/disable the various compositors from configure by Kristian Høgsberg · 15 years ago
  99. c5d6be9 Remove unused visual argument to wlsc_surface_create() by Kristian Høgsberg · 15 years ago
  100. 8525a50 Move buffer creation and buffer details into drm.c and shm.c by Kristian Høgsberg · 15 years ago