1. 890bc05 Use libudev for enumerating input devices. by Kristian Høgsberg · 17 years ago
  2. 94448c0 Add listener interfaces for output and input_device objects. by Kristian Høgsberg · 17 years ago
  3. e787bc6 Use a more generic glob for input devices. by Kristian Høgsberg · 17 years ago
  4. b3131d9 Add client side demarshalling for events. by Kristian Høgsberg · 17 years ago
  5. fabd439 Track objects client side using a hash too. by Kristian Høgsberg · 17 years ago
  6. 12ea62e Add a proxy for the server side output object. by Kristian Høgsberg · 17 years ago
  7. 0395f30 Add a fullscreen mode to the terminal. by Kristian Høgsberg · 17 years ago
  8. ee02ca6 Add hook to allow globals to send cold-plug events to new clients. by Kristian Høgsberg · 17 years ago
  9. 8049cbb Also check for interface version wl_display_get_object_id(). by Kristian Høgsberg · 17 years ago
  10. 97079ad Send client id range as an event. by Kristian Høgsberg · 17 years ago
  11. fb6d68d Represent event and method metadata with struct wl_message. by Kristian Høgsberg · 17 years ago
  12. fe831a7 Move protocol metadata to wayland-protocol.[ch]. by Kristian Høgsberg · 17 years ago
  13. bf967b4 Advertise globals using a new display event. by Kristian Høgsberg · 17 years ago
  14. 0ab2624 Consolidate tty setup and fix a few spacing issues. by Kristian Høgsberg · 17 years ago
  15. e3ef3e5 Oops, fix compilation. by Kristian Høgsberg · 17 years ago
  16. 7e972a5 Move coordinate transformation to pick_surface(). by Kristian Høgsberg · 17 years ago
  17. e96dcb8 Only forward events to compositor if on active VT by Ray Strode · 17 years ago
  18. 3350089 Handle more control characters in terminal. by Kristian Høgsberg · 17 years ago
  19. 966aa11 Ignore tty input by Ray Strode · 17 years ago
  20. 2c0e56b Drop the silly overlay hack. by Kristian Høgsberg · 17 years ago
  21. 82f6e8a Rename egl-compositor to wayland-system-compositor. by Kristian Høgsberg · 17 years ago
  22. 15d0f8b Use the new eagle config chooser for picking the config. by Kristian Høgsberg · 17 years ago
  23. 112c0be Remove visual debug prints. by Kristian Høgsberg · 17 years ago
  24. 2c875bd Cache modesetting data and just do drmModeSetCrtc on vt enter. by Kristian Høgsberg · 17 years ago
  25. 38ccd3a Do vt ioctl on the right fd. by Kristian Høgsberg · 17 years ago
  26. 19ad6a9 Restore framebuffer when switching back to VT by Ray Strode · 17 years ago
  27. fe57347 Add new event loop api for watching signals by Ray Strode · 17 years ago
  28. 90e701d Force pointer to stay on screen. by Ray Strode · 17 years ago
  29. 2d4219e Scale background pixbuf when loading. by Kristian Høgsberg · 17 years ago
  30. 18fd33c Fix rgb byte order for GdkPixbuf backgrounds. by Ray Strode · 17 years ago
  31. e10b828 Remember to handle rgb_visual case in surface_attach. by Kristian Høgsberg · 17 years ago
  32. de31d5c Add preliminary visual support. by Kristian Høgsberg · 17 years ago
  33. c8c5d58 Set terminal type to vt100. by Kristian Høgsberg · 17 years ago
  34. b7037a0 Don't pin front buffer, kernel modesetting takes care of that now. by Kristian Høgsberg · 17 years ago
  35. 5b7f832 Fall back to solid color background if not image is found. by Kristian Høgsberg · 17 years ago
  36. d2412e2 Redesign the compositor / server interface. by Kristian Høgsberg · 17 years ago
  37. 0ea4710 Use gdk-pixbuf for saving the screenshot. by Kristian Høgsberg · 17 years ago
  38. 3f16956 Initialize count to 0 in wl_list_length(). by Kristian Høgsberg · 17 years ago
  39. 6494997 Fix default input device path. by Kristian Høgsberg · 17 years ago
  40. a7700c8 Handle per-device keyboard focus. by Kristian Høgsberg · 17 years ago
  41. f0c7b20 Don't close uninitialized fd, check forkpty error. by Kristian Høgsberg · 17 years ago
  42. c492b48 Make multi-pointer work. by Kristian Høgsberg · 17 years ago
  43. d653126 Add option parsing using GOption. by Kristian Høgsberg · 17 years ago
  44. 864c468 Make sure we initialize object hash. by Kristian Høgsberg · 17 years ago
  45. 997e71e Use the screen size for sizing the background. by Kristian Høgsberg · 17 years ago
  46. 9e4c76b Pass -fPIC when compiling shared libraries. by Kristian Høgsberg · 17 years ago
  47. aad70ba Forgot to add egl-compositor.h. by Kristian Høgsberg · 17 years ago
  48. 29573bc Implement passive grabs on button clicks. by Kristian Høgsberg · 17 years ago
  49. 5ee1a60 Rewrite input event delivery path. by Kristian Høgsberg · 17 years ago
  50. d1c58d6 Fix signature for pointer motion event. by Kristian Høgsberg · 17 years ago
  51. b96785c Drop glx-compositor for now. by Kristian Høgsberg · 17 years ago
  52. 4a8767b Install libraries plus headers and add pkg-config files. by Kristian Høgsberg · 17 years ago
  53. 7fdff04 Only send key events to toplevel surface. by Kristian Høgsberg · 17 years ago
  54. 5a75c90 Feed button events through compositor. by Kristian Høgsberg · 17 years ago
  55. 715a081 Feed motion events through compositor. by Kristian Høgsberg · 17 years ago
  56. 201a904 Drop surface iterator API, just track surfaces in the compositor. by Kristian Høgsberg · 17 years ago
  57. eac149a Pass button clicks through to compositor. by Kristian Høgsberg · 17 years ago
  58. 98fed0f Use bilinear filtering. by Kristian Høgsberg · 17 years ago
  59. fdea72a Handle interrupted system calls in connection code. by Kristian Høgsberg · 17 years ago
  60. dbd5464 Implement a bunch of escape codes. by Kristian Høgsberg · 17 years ago
  61. 73f4e76 Fix wl_method for screenshooter. by Kristian Høgsberg · 17 years ago
  62. 6e0a2f8 Tweak terminal font color. by Kristian Høgsberg · 17 years ago
  63. 9f88b18 Don't forget to initialize overlay position. by Kristian Høgsberg · 17 years ago
  64. 2210676 Let clients override the suggested size on resize. by Kristian Høgsberg · 17 years ago
  65. 1584c57 Snap terminal size to an integer number of character cells. by Kristian Høgsberg · 17 years ago
  66. 17809b1 Handle \e[J and \e[H so we can clear the terminal. by Kristian Høgsberg · 17 years ago
  67. 721f09f Make sure we don't miss queue redraws between commit and ack. by Kristian Høgsberg · 17 years ago
  68. c47303f Destroy back buffer in acknowledge handler. by Kristian Høgsberg · 17 years ago
  69. 7a8431f Only update gears angle in frame handler. by Kristian Høgsberg · 17 years ago
  70. 0d77fd4 Add key map for ctrl modifier as well. by Kristian Høgsberg · 17 years ago
  71. b29415e Update tail pointer correctly so scrolling works. by Kristian Høgsberg · 17 years ago
  72. f04e838 Skip escape codes for now. by Kristian Høgsberg · 17 years ago
  73. 6e83d58 Add keyboard input to terminal. by Kristian Høgsberg · 17 years ago
  74. 269d6e3 Run command in a pty and feed output to wayland terminal. by Kristian Høgsberg · 17 years ago
  75. 44e3c5e Add some text contents to terminal. by Kristian Høgsberg · 17 years ago
  76. 0c4457f Refactor window logic into reusable parts, add a new terminal application. by Kristian Høgsberg · 17 years ago
  77. dc0f355 Fix API to always include socket name length. by Kristian Høgsberg · 17 years ago
  78. cb70316 Update .gitignore. by Kristian Høgsberg · 17 years ago
  79. 841883b Fail if we can't create the compositor. by Kristian Høgsberg · 17 years ago
  80. 122912c Make the wayland server a library used by the compositors. by Kristian Høgsberg · 17 years ago
  81. 87e0a38 Use type strings for method and event signatures. by Kristian Høgsberg · 17 years ago
  82. d4de54e Use autoconf instead of $(shell ...) in the Makefile. by Kristian Høgsberg · 17 years ago
  83. b820b82 Add note about how clients could embed other applications. by Kristian Høgsberg · 17 years ago
  84. e2ce43a Fix namespace convention for glib source. by Kristian Høgsberg · 17 years ago
  85. 3505256 Exit if load_compositor() fails. by Kristian Høgsberg · 17 years ago
  86. d91e049 Update .gitignore. by Kristian Høgsberg · 17 years ago
  87. fcb6cbd Drop early, obsolete compositor. by Kristian Høgsberg · 17 years ago
  88. 3620295 Drop unused clients, pointer and window. by Kristian Høgsberg · 17 years ago
  89. ffd710e Put Wayland under the MIT license. by Kristian Høgsberg · 17 years ago
  90. c2b633e Add wl_client_marshal() for sending events. by Kristian Høgsberg · 17 years ago
  91. 4a29890 Generalize event loop a bit and pull in the timerfd stuff. by Kristian Høgsberg · 17 years ago
  92. fbdbbdc Finally implement the commit/ack/frame protocol and improve repaint loop. by Kristian Høgsberg · 17 years ago
  93. 44f36e3 Make ack event signal that the requests have been composited. by Kristian Høgsberg · 17 years ago
  94. f3723fe Add .gitignore. by Kristian Høgsberg · 17 years ago
  95. 0ee8408 Convert touchpad absolute events to relative. by Kristian Høgsberg · 17 years ago
  96. 18fb783 Use struct buffer from cairo-util.c in flower.c. by Kristian Høgsberg · 17 years ago
  97. 73c3058 Make overlay animation actually stop. by Kristian Høgsberg · 17 years ago
  98. 4097923 Add commit request + ack event to wayland core. by Kristian Høgsberg · 17 years ago
  99. 961a04c Correct pointer hotspot location. by Kristian Høgsberg · 17 years ago
  100. ffb7406 Add different type of overlay animation. by Kristian Høgsberg · 17 years ago