1. 0ab2624 Consolidate tty setup and fix a few spacing issues. by Kristian Høgsberg · 17 years ago
  2. e3ef3e5 Oops, fix compilation. by Kristian Høgsberg · 17 years ago
  3. 7e972a5 Move coordinate transformation to pick_surface(). by Kristian Høgsberg · 17 years ago
  4. e96dcb8 Only forward events to compositor if on active VT by Ray Strode · 17 years ago
  5. 966aa11 Ignore tty input by Ray Strode · 17 years ago
  6. 2c0e56b Drop the silly overlay hack. by Kristian Høgsberg · 17 years ago
  7. 82f6e8a Rename egl-compositor to wayland-system-compositor. by Kristian Høgsberg · 17 years ago[Renamed (94%) from egl-compositor.c]
  8. 15d0f8b Use the new eagle config chooser for picking the config. by Kristian Høgsberg · 17 years ago
  9. 2c875bd Cache modesetting data and just do drmModeSetCrtc on vt enter. by Kristian Høgsberg · 17 years ago
  10. 38ccd3a Do vt ioctl on the right fd. by Kristian Høgsberg · 17 years ago
  11. 19ad6a9 Restore framebuffer when switching back to VT by Ray Strode · 17 years ago
  12. 90e701d Force pointer to stay on screen. by Ray Strode · 17 years ago
  13. 2d4219e Scale background pixbuf when loading. by Kristian Høgsberg · 17 years ago
  14. 18fd33c Fix rgb byte order for GdkPixbuf backgrounds. by Ray Strode · 17 years ago
  15. e10b828 Remember to handle rgb_visual case in surface_attach. by Kristian Høgsberg · 17 years ago
  16. de31d5c Add preliminary visual support. by Kristian Høgsberg · 17 years ago
  17. b7037a0 Don't pin front buffer, kernel modesetting takes care of that now. by Kristian Høgsberg · 17 years ago
  18. 5b7f832 Fall back to solid color background if not image is found. by Kristian Høgsberg · 17 years ago
  19. d2412e2 Redesign the compositor / server interface. by Kristian Høgsberg · 17 years ago
  20. 0ea4710 Use gdk-pixbuf for saving the screenshot. by Kristian Høgsberg · 17 years ago
  21. 6494997 Fix default input device path. by Kristian Høgsberg · 17 years ago
  22. a7700c8 Handle per-device keyboard focus. by Kristian Høgsberg · 17 years ago
  23. c492b48 Make multi-pointer work. by Kristian Høgsberg · 17 years ago
  24. d653126 Add option parsing using GOption. by Kristian Høgsberg · 17 years ago
  25. 997e71e Use the screen size for sizing the background. by Kristian Høgsberg · 17 years ago
  26. 29573bc Implement passive grabs on button clicks. by Kristian Høgsberg · 17 years ago
  27. 5ee1a60 Rewrite input event delivery path. by Kristian Høgsberg · 17 years ago
  28. 7fdff04 Only send key events to toplevel surface. by Kristian Høgsberg · 17 years ago
  29. 5a75c90 Feed button events through compositor. by Kristian Høgsberg · 17 years ago
  30. 715a081 Feed motion events through compositor. by Kristian Høgsberg · 17 years ago
  31. 201a904 Drop surface iterator API, just track surfaces in the compositor. by Kristian Høgsberg · 17 years ago
  32. eac149a Pass button clicks through to compositor. by Kristian Høgsberg · 17 years ago
  33. 98fed0f Use bilinear filtering. by Kristian Høgsberg · 17 years ago
  34. 73f4e76 Fix wl_method for screenshooter. by Kristian Høgsberg · 17 years ago
  35. 9f88b18 Don't forget to initialize overlay position. by Kristian Høgsberg · 17 years ago
  36. dc0f355 Fix API to always include socket name length. by Kristian Høgsberg · 17 years ago
  37. 841883b Fail if we can't create the compositor. by Kristian Høgsberg · 17 years ago
  38. 122912c Make the wayland server a library used by the compositors. by Kristian Høgsberg · 17 years ago
  39. ffd710e Put Wayland under the MIT license. by Kristian Høgsberg · 17 years ago
  40. 4a29890 Generalize event loop a bit and pull in the timerfd stuff. by Kristian Høgsberg · 17 years ago
  41. fbdbbdc Finally implement the commit/ack/frame protocol and improve repaint loop. by Kristian Høgsberg · 17 years ago
  42. 44f36e3 Make ack event signal that the requests have been composited. by Kristian Høgsberg · 17 years ago
  43. 73c3058 Make overlay animation actually stop. by Kristian Høgsberg · 17 years ago
  44. 961a04c Correct pointer hotspot location. by Kristian Høgsberg · 17 years ago
  45. ffb7406 Add different type of overlay animation. by Kristian Høgsberg · 17 years ago
  46. 5c1e6ec Tweak overlay animation a bit. by Kristian Høgsberg · 17 years ago
  47. 443853c Pick a config instead of hard coding one. by Kristian Høgsberg · 17 years ago
  48. bf9541f Allocate and set mode in egl-compositor. by Kristian Høgsberg · 17 years ago
  49. 9af92b3 Animate overlay on/off. by Kristian Høgsberg · 17 years ago
  50. cddc0ad Add keyboard input, move input device creation to compositor. by Kristian Høgsberg · 17 years ago
  51. 1e4b86a Expose screenshooting as an interface, drop SIGUSR hack. by Kristian Høgsberg · 17 years ago
  52. 5487982 Add an overlay type window in the compositor. by Kristian Høgsberg · 17 years ago
  53. aa5b5be Load and draw background in compositor. by Kristian Høgsberg · 17 years ago
  54. 4c9f2c9 Move pointer drawing into compositor. by Kristian Høgsberg · 17 years ago
  55. 2959003 Remove redundant glFlush(). by Kristian Høgsberg · 17 years ago
  56. 8d7ca6b Add quick screenshot hack. by Kristian Høgsberg · 17 years ago
  57. e4feb56 Make window prettier again. by Kristian Høgsberg · 17 years ago
  58. b7a0192 Add prototypes warnings, use -fvisibility. by Kristian Høgsberg · 17 years ago
  59. 78231c8 Implement surface copy request, use it for egl gears. by Kristian Høgsberg · 17 years ago
  60. 7f77bd8 Add copy and damage surface requests. by Kristian Høgsberg · 17 years ago
  61. 5503bf8 dlopen the compositor, add a glx compositor. by Kristian Høgsberg · 17 years ago
  62. 56f3c71 Add a FIXME for when we have a working fbconfig chooser. by Kristian Høgsberg · 17 years ago
  63. 2d9cd1e Use eglBindTexImage instead of copying texture data. by Kristian Høgsberg · 17 years ago
  64. 3f59e82 Use GL_ONE for the source in glBendFunc instead of pre-unmultiplying. by Kristian Høgsberg · 17 years ago
  65. 6b5e762 Move background drawing to a client. by Kristian Høgsberg · 17 years ago
  66. 5a27f3e Add a new client that draws a pointer. by Kristian Høgsberg · 17 years ago
  67. c508d93 Update for eagle changes. by Kristian Høgsberg · 17 years ago
  68. 48a33ba Use triangle strips for drawing surfaces. by Kristian Høgsberg · 17 years ago
  69. a234e70 Make test client a little more interesting. by Kristian Høgsberg · 17 years ago
  70. ef7a9ca Run compositor fullscreen, repaint when surfaces come and go. by Kristian Høgsberg · 17 years ago
  71. 5ebb317 Recomposite screen in idle handler. by Kristian Høgsberg · 17 years ago
  72. f921289 Handle multiple clients better. by Kristian Høgsberg · 17 years ago
  73. 16eb675 Add an EGL compositor. Still pretty lame. by Kristian Høgsberg · 17 years ago