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