1. 5884bcd configure: add helper for setting xserver directory by Tiago Vignatti · 14 years ago
  2. 338c963 xserver: Print atom names by Kristian Høgsberg · 14 years ago
  3. 8417d43 screenshot: A couple of minor tweaks by Kristian Høgsberg · 14 years ago
  4. 4d0d203 screenshot: use gdk-pixbuf for writing png images by Tiago Vignatti · 14 years ago
  5. c1ace8c tty: Use /dev/tty instead of tty0 by Kristian Høgsberg · 14 years ago
  6. 9ffb6b9 compositor: Only configure surface when it changes geometry by Kristian Høgsberg · 14 years ago
  7. 4f0df04 compositor: Pick output for surface based on amount of overlap by Kristian Høgsberg · 14 years ago
  8. 7fb56b3 compositor-openwfd: Update to systemd seat input devices by Benjamin Franzke · 14 years ago
  9. 1ccd9d2 compositor-x11: Support multiple outputs by Kristian Høgsberg · 14 years ago
  10. a4ba1da xserver: Ignore requests from X servers we didn't launch by Kristian Høgsberg · 14 years ago
  11. 2669f72 clients: Rename simple-client to simple-egl by Kristian Høgsberg · 14 years ago
  12. 93165e3 configure: set up simple clients independently from the others by Tiago Vignatti · 14 years ago
  13. e81fe83 clients: simple-shm: remove unused libraries and headers by Tiago Vignatti · 14 years ago
  14. 79caa75 simple-shm: assert display conection by Tiago Vignatti · 14 years ago
  15. 1d26603 evdev: Only add event devices by Kristian Høgsberg · 14 years ago
  16. b3b425c xserver: use $bindir prefix when launching X by Kristian Høgsberg · 14 years ago
  17. 535e2c6 xserver: Memset the right size by Kristian Høgsberg · 14 years ago
  18. 4a43147 xserver: Only launch wm for xservers we launch by Kristian Høgsberg · 14 years ago
  19. 86ec8e8 compositor: Use systemd seats for input devices as well by Kristian Høgsberg · 14 years ago
  20. 8d51f14 compositor: Use systemd seat configuration conventions by Kristian Høgsberg · 14 years ago
  21. 3cad436 xserver: Clean up X server socket on exit by Kristian Høgsberg · 14 years ago
  22. fcf6577 xserver: Detect an clean up stale lock file by Kristian Høgsberg · 14 years ago
  23. d6520e1 xserver: Create per-display log file by Kristian Høgsberg · 14 years ago
  24. 6244668 compositor-drm: Drop cursor debug message by Kristian Høgsberg · 14 years ago
  25. 22d5481 window.c: Fix compile/run using cairo without egl by Benjamin Franzke · 14 years ago
  26. 97ba2e6 clients: Add a simple shared memory client by Kristian Høgsberg · 14 years ago
  27. 7341e9b compositor: Fix damage tracking for multi-head compositors by Kristian Høgsberg · 14 years ago
  28. a8bdeae compositor: Fix cursor damaging on multi head by Benjamin Franzke · 14 years ago
  29. 5ec0a93 compositor: Add a simple WM to the xserver launcher by Kristian Høgsberg · 14 years ago
  30. cd0d10b compositor: Damage surface when raising by Kristian Høgsberg · 14 years ago
  31. 8e9e626 openwfd: Combine native_resolution/rect/width,height into union by Benjamin Franzke · 14 years ago
  32. 9b1f2d2 compositor-openwfd: Expose physical size by Benjamin Franzke · 14 years ago
  33. 259037d compositor-openwfd: Expose all modes by Benjamin Franzke · 14 years ago
  34. a16e002 compositor-drm: Pass physical size to output_init by Benjamin Franzke · 14 years ago
  35. a691aee compositor: Track opaque region of a surface by Kristian Høgsberg · 14 years ago
  36. aee7f84 compositor: Stop repainting below opaque surfaces by Kristian Høgsberg · 14 years ago
  37. 53df1d8 compositor: Fix a couple of region leaks by Kristian Høgsberg · 14 years ago
  38. b8a9833 compositor: Add helper to damage surface below by Kristian Høgsberg · 14 years ago
  39. 8b72f60 compositor: Clip away obscured damage by Kristian Høgsberg · 14 years ago
  40. 20300ba compositor: Accumulate damage in per-surface regions by Kristian Høgsberg · 14 years ago
  41. b1ba0d1 Merge remote-tracking branch 'bnf/fix' by Kristian Høgsberg · 14 years ago
  42. b7c00a4 Send keyboard_focus only to client surfaces by Benjamin Franzke · 14 years ago
  43. 9d4db09 compositor: Launch X server rootless by Kristian Høgsberg · 14 years ago
  44. 758dd3e compsitor: Put background surface in the big surface list by Kristian Høgsberg · 14 years ago
  45. 8244b44 compositor: Put cursor surfaces into the big surface list by Kristian Høgsberg · 14 years ago
  46. 751b5bc compositor: Change default background to be a png by Kristian Høgsberg · 14 years ago
  47. 060cf80 Use gbm for compositor-{drm,openwfd} by Benjamin Franzke · 14 years ago
  48. 41402f8 compositor-openwfd: Update to mode changes by Benjamin Franzke · 14 years ago
  49. 14f7ff9 window: Set egl_window_resize late and once by Benjamin Franzke · 14 years ago
  50. d4af320 meego-tablet-shell: Use central sigchild handler by Kristian Høgsberg · 14 years ago
  51. 27da538 compositor: Add socket based activation for X server by Kristian Høgsberg · 14 years ago
  52. 57eca74 meego-tablet-shell: Generalize zoom animation by Kristian Høgsberg · 14 years ago
  53. 54b8683 terminal: Don't set terminal size before we have the pty by Kristian Høgsberg · 14 years ago
  54. 487213d Damage surface before attaching new buffer by Kristian Høgsberg · 14 years ago
  55. fd94bf0 compositor: Fix region leak by Kristian Høgsberg · 14 years ago
  56. e75cb7f compositor: Store the output rectangle in a region by Kristian Høgsberg · 14 years ago
  57. ef04414 compositor: Repaint immediately after pageflip finishes by Kristian Høgsberg · 14 years ago
  58. 6f5fc69 compositor: Decrement buffers busy_count in post_release by Benjamin Franzke · 14 years ago
  59. ec13890 Merge remote-tracking branch 'bnf/buffer.release-2' by Kristian Høgsberg · 14 years ago
  60. 0628626 Implement buffer.release event by Benjamin Franzke · 14 years ago
  61. 2468692 Merge remote-tracking branch 'bnf/fixes-2' by Kristian Høgsberg · 14 years ago
  62. 8f0ce05 compositor: Send out more detailed output events by Kristian Høgsberg · 14 years ago
  63. d72037c compositor: Send frame event after redraw by Benjamin Franzke · 14 years ago
  64. fb4b5a2 compositor: Do not leak old client buffers by Benjamin Franzke · 14 years ago
  65. 282019a simple-client: Trigger first drawing by hand by Benjamin Franzke · 14 years ago
  66. 40caded compositor: Only use GL_LINEAR when surface is transformed by Kristian Høgsberg · 14 years ago
  67. cde9bfc compositor: Damage after setting surface width and height by Kristian Høgsberg · 14 years ago
  68. 7c47667 compositor-wayland: Update to new APIs by Kristian Høgsberg · 14 years ago
  69. 7a5c979 Move map requests to shell by Kristian Høgsberg · 14 years ago
  70. 83eeacb compositor-x11: Support fullscreen mode by Kristian Høgsberg · 14 years ago
  71. 65e5051 clients: Add an optional roundtrip for visual lookup by Benjamin Franzke · 14 years ago
  72. ff073a6 compositor: Don't pass a non-existing varying into the fragment shader by Kristian Høgsberg · 14 years ago
  73. 52612f1 meego-tablet-shell: Tweak spring constants by Kristian Høgsberg · 14 years ago
  74. 9a06f70 Update .gitignore by Casey Dahlin · 14 years ago
  75. b3bef62 view: Set opaque when going fullscreen by Kristian Høgsberg · 14 years ago
  76. 3be87d1 window: Add support for opaque windows by Kristian Høgsberg · 14 years ago
  77. 8357cd6 window.c: Deal with visual changes by Kristian Høgsberg · 14 years ago
  78. 393d47a view: Add fullscreen option by Kristian Høgsberg · 14 years ago
  79. 12283cc view: Set resize handler so fullscreen doesn't crash by Kristian Høgsberg · 14 years ago
  80. ded9ff3 simple-client: setenv the EGL platform for simple client as well by Kristian Høgsberg · 14 years ago
  81. 2e02d24 compositor: Call wlsc_buffer_attach() after setting es->width by Kristian Høgsberg · 14 years ago
  82. a010abf configure: Only check for XCB if x11 compositor is enabled by Kristian Høgsberg · 14 years ago
  83. e7b8d90 compositor: Set EGL_PLATFORM env variable for each backend. by Egbert Eich · 14 years ago
  84. b79216e meego-tablet-compositor: Only ask for lockscreen after we get homescreen by Kristian Høgsberg · 14 years ago
  85. b7acce6 compositor: Fix warning in load_module by Benjamin Franzke · 14 years ago
  86. f2de6c7 compositor-openwfd: Update to tty, cursor and cflags changes by Benjamin Franzke · 14 years ago
  87. 4721a3c Make use of wl_resource.destroy_listener_list for surfaces. by Benjamin Franzke · 14 years ago
  88. d8e181b compositor-drm: Hide hw cursors on vt switch by Kristian Høgsberg · 14 years ago
  89. 9396fc5 compositor-drm: Fix vt switching by Kristian Høgsberg · 14 years ago
  90. 6c709a3 Fix warnings and symbol visibility from missing CFLAGS by Kristian Høgsberg · 14 years ago
  91. bbefb13 Make sure all targets use GCC_CFLAGS by Kristian Høgsberg · 14 years ago
  92. 5a43db5 configure: Remove a xcb-dri2 leftover by Benjamin Franzke · 14 years ago
  93. e4c40a4 compositor: Disable hw cursor if we're texturing the cursor by Kristian Høgsberg · 14 years ago
  94. 4d07a1c compositor: Scanout client buffers even if they're not map_fullscreen by Kristian Høgsberg · 14 years ago
  95. 7981d00 compositor-drm: Use EGL_DRM_BUFFER_USE_CURSOR_MESA by Kristian Høgsberg · 14 years ago
  96. 5fa7f17 meego-tablet-shell: Destroy tablet_client resource in destroy request by Kristian Høgsberg · 14 years ago
  97. bfcf07c meego-tablet-shell: Handle app switcher choices by Kristian Høgsberg · 14 years ago
  98. f64c661 compositor-openwfd: Fixup backend split by Benjamin Franzke · 14 years ago
  99. 81e8c26 meego-tablet-shell: Rename tablet_client.poke to activate and add a destructor by Kristian Høgsberg · 14 years ago
  100. 92fb0e9 meego-tablet-shell: Add requests to let ux-daemon ask for appgrid or panels by Kristian Høgsberg · 14 years ago