1. 1c56218 compositor: Split backends into modules by Kristian Høgsberg · 14 years ago
  2. 9d09777 meego-tablet-shell: Use KEY_COMPOSE for the menu key by Kristian Høgsberg · 14 years ago
  3. 269c782 compositor: Rename tweener to spring by Kristian Høgsberg · 14 years ago
  4. 0bc0e24 compositor: Group matrix and inverse in struct wlsc_transform by Kristian Høgsberg · 14 years ago
  5. 3a53efe meego-tablet-shell: Factor out zoom animation by Kristian Høgsberg · 14 years ago
  6. d28b4d7 meego-tablet-shell: Match meego-ux-daemon key bindings by Kristian Høgsberg · 14 years ago
  7. 3d1cad8 meego-tablet-shell: Only clear CLOEXEC flag in child by Kristian Høgsberg · 14 years ago
  8. d880e14 compositor: Export matrix functions by Kristian Høgsberg · 14 years ago
  9. a04eecc compositor: Drop broken opaque repaint optimization for now by Kristian Høgsberg · 14 years ago
  10. 2e94d11 compositor: Remove unused surface matrix, add optional transform by Kristian Høgsberg · 14 years ago
  11. 4a9be13 Tweak tweener constants and add friction parameter by Kristian Høgsberg · 14 years ago
  12. fac11d2 Remove unused surface->buffer field by Kristian Høgsberg · 14 years ago
  13. 080ab6c compositor-wayland: Fix interface renames (prefix) by Benjamin Franzke · 14 years ago
  14. 8544903 compositor: Screenhoot into a client provided shm buffer by Kristian Høgsberg · 14 years ago
  15. b41d76c compositor: Use libpng directly instead of gdb-pixbuf by Kristian Høgsberg · 14 years ago
  16. d34912c Just use getopt_long for option parsing by Kristian Høgsberg · 14 years ago
  17. d59eb1c compositor-drm: Retrieve extension functions before wlsc_compositor_init by Benjamin Franzke · 14 years ago
  18. 48d49eb Add some new things to .gitignore by Casey Dahlin · 14 years ago
  19. e28f84b compositor-openwfd: Use wfd_device_id as drm fd by Benjamin Franzke · 14 years ago
  20. 7d36664 compositor: Fix drm compositor cflags typo by Benjamin Franzke · 14 years ago
  21. 0b5116f compositor: Recalculate fullscreen surface x,y in surface_attach by Benjamin Franzke · 14 years ago
  22. e5b3b26 Cast fd's to intptr_t before casting to EGLNativeDisplay by Benjamin Franzke · 14 years ago
  23. 80492e2 configure: Only check dependencies for the enabled compositor backends by Kristian Høgsberg · 14 years ago
  24. 172ffd1 compositor: Fix overlapping options by Kristian Høgsberg · 14 years ago
  25. 82ed042 compositor-x11: Only use xcb_poll_for_queued_event if we have it by Kristian Høgsberg · 14 years ago
  26. b5819dc compositor: Stop using EGL_EGLEXT_PROTOTYPES and look up extension functions by Kristian Høgsberg · 14 years ago
  27. c352ab0 compositor: Don't use glClear for clearing by Kristian Høgsberg · 14 years ago
  28. fab5ec1 compositor: Use stride/4 as width for shm textures by Benjamin Franzke · 14 years ago
  29. cdd9db7 compositor: Use EGL_WL_bind_wayland_display only if available by Benjamin Franzke · 14 years ago
  30. eb7e12c Add meego-tablet-shell by Kristian Høgsberg · 14 years ago
  31. 02ec0a5 compositor: Support loadable shells by Kristian Høgsberg · 14 years ago
  32. cce1aec compositor: Fade to black on idle timeout by Kristian Høgsberg · 14 years ago
  33. 7ffc448 compositor: Refactor shader setup a bit by Kristian Høgsberg · 14 years ago
  34. b31d7d7 compositor-openwfd: Fix event handler return type by Kristian Høgsberg · 14 years ago
  35. e10a5d9 compositor: Implement a simple screensaver feature by Kristian Høgsberg · 14 years ago
  36. 95d843d Also fix compositor-wayland event handler by Kristian Høgsberg · 14 years ago
  37. b186847 Update return types of event handler functions by Kristian Høgsberg · 14 years ago
  38. 127d0f0 compositor-x11: Adjust to event loop changes by Kristian Høgsberg · 14 years ago
  39. 315b3dc Make use of wayland-server shm common code by Benjamin Franzke · 14 years ago
  40. bab41fb compositor: Use surface_attached_to list for shm-buffers by Benjamin Franzke · 14 years ago
  41. 0c347f0 compositor: Add wlsc_shm_buffer_attach by Benjamin Franzke · 14 years ago
  42. bde55ec Implement buffer.damage in shm, use it in window.c by Benjamin Franzke · 14 years ago
  43. e997c5f compositor-x11: Set xcb to be eventqueue owner by Benjamin Franzke · 14 years ago
  44. df2f197 compositor: Pass NULL for context to wayland buffer eglCreateImageKHR() by Kristian Høgsberg · 14 years ago
  45. ee72482 compositor-x11: Use check function to make sure we handle all events by Kristian Høgsberg · 14 years ago
  46. 025f7b8 compositor-x11: Use the keymap_notify immediately following the focus_in event by Kristian Høgsberg · 14 years ago
  47. 94da7e1 compositor-x11: Generalize handling of event pairs by Kristian Høgsberg · 14 years ago
  48. cf57dc5 Update to work with scanner that doesn't hardcode wl_* by Kristian Høgsberg · 14 years ago
  49. 91342c6 Switch to new subscribe protocol and wayland-egl by Kristian Høgsberg · 14 years ago
  50. e649fac compositor-openwfd: Fixup rebase by Benjamin Franzke · 14 years ago
  51. 5d00709 compositor: Add OpenWF Display backend by Benjamin Franzke · 14 years ago
  52. 66aa235 Optimize fullscreen scanout abit by Benjamin Franzke · 14 years ago
  53. 218c034 Merge remote-tracking branch 'bnf/fullscreen-pageflip' by Kristian Høgsberg · 14 years ago
  54. 431da9a Make use of a hardware cursor in compositor-drm by Benjamin Franzke · 14 years ago
  55. 1178a3c compositor(-drm): Pageflip to fullscreen surfaces by Benjamin Franzke · 14 years ago
  56. 3ddd148 compositor-x11: Suppress keyboard repeat events by Kristian Høgsberg · 14 years ago
  57. 10f097e Only invoke shell button bindings if there's a pointer focus surface by Kristian Høgsberg · 14 years ago
  58. 547cadf Move more switcher details to switcher.c by Kristian Høgsberg · 14 years ago
  59. 30021d7 Move switcher behaviour into switcher.c by Kristian Høgsberg · 14 years ago
  60. 0793756 Move shell bindings to shell.c by Kristian Høgsberg · 14 years ago
  61. a8ec863 Extend wlsc_binding to cover buttons too by Kristian Høgsberg · 14 years ago
  62. f512d07 Update modifier state as input devices enter and leave by Kristian Høgsberg · 14 years ago
  63. 0b9334a Define _GNU_SOURCE for O_CLOEXEC flag 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. 9cd7aca compositor-drm: Close drm fd on exec by Kristian Høgsberg · 14 years ago
  70. 2079829 Check return value of XOpenDisplay(). by Cyril Brulebois · 14 years ago
  71. ec4d342 Support per surface frame events by Benjamin Franzke · 14 years ago
  72. 264b3f9 compositor: Update only existing backgrounds in output_move by Benjamin Franzke · 14 years ago
  73. 9c26ff3 compositor-drm: Support output hotplugging by Benjamin Franzke · 14 years ago
  74. eefc36c compositor-drm: Fix multi head rendering by Benjamin Franzke · 14 years ago
  75. 13d9db2 Beginnings of multiple monitor by Marty Jack · 14 years ago
  76. 58dc6dd compositor-x11: Remove unused variables by Kristian Høgsberg · 14 years ago
  77. d28ab36 compositor-wayland: Ask for ES2 in the config by Kristian Høgsberg · 14 years ago
  78. c649a92 compositor: Remove drm.c, use shm.c for pointer images by Benjamin Franzke · 14 years ago
  79. 2af7f10 compositor: Remove wlsc_drm by Benjamin Franzke · 14 years ago
  80. 84290d0 compositor-x11: Use an EGL Window Surface as output by Benjamin Franzke · 14 years ago
  81. be01456 compositor-wayland: Use wayland-egl window surfaces by Benjamin Franzke · 14 years ago
  82. 5b2cb6f compositor: Generate Framebuffer in the backends by Benjamin Franzke · 14 years ago
  83. 1b765ff compositor: Add flags parameter to wlsc_output_init by Benjamin Franzke · 14 years ago
  84. faa0a9d compositor: Use eglBindWaylandDisplayWL by Benjamin Franzke · 14 years ago
  85. 3b288af compositor-x11: Use x11 egl platform by Benjamin Franzke · 14 years ago
  86. b2d7185 Split into a demo repository that holds the demo compositor and clients by Kristian Høgsberg · 14 years ago
  87. 525e4c0 compositor: Clip repaint to the damage region by Kristian Høgsberg · 14 years ago
  88. feb370e compositor-drm: Flush before pageflipping by Benjamin Franzke · 14 years ago
  89. fa4e2a7 compositor: Switch away from using VBOs and just stream the vertex data by Kristian Høgsberg · 14 years ago
  90. 31bd6c7 Use pixman regions to reduce repainting by Kristian Høgsberg · 14 years ago
  91. 2dfe626 compositor-x11: Don't send enter/leave notify if we have an implicit grab by Kristian Høgsberg · 14 years ago
  92. c9824dd compositor: Implement super-tab window switching by Kristian Høgsberg · 14 years ago
  93. f30c67e compositor: Set repaint_on_timeout when we schedule a timeout repaint by Kristian Høgsberg · 14 years ago
  94. 181f52e Update compositor initiated resize to use a 3x3 grid by Kristian Høgsberg · 15 years ago
  95. 5a2218a compositor: Calculate resizing direction by Benjamin Franzke · 15 years ago
  96. f992b2f Don't crash when the previous keyboard surface goes away by Kristian Høgsberg · 15 years ago
  97. 0ce2457 Add initial basic support for fullscreen surfaces by Kristian Høgsberg · 15 years ago
  98. af82bea compositor-wayland: Handle keyboard focus too by Kristian Høgsberg · 15 years ago
  99. 3ba4858 compositor-x11: Handle keyboard focus correctly so we avoid stuck modifiers by Kristian Høgsberg · 15 years ago
  100. ac5c5e7 Don't create buffer from NULL pointer by Tim Wiederhake · 15 years ago