1. 7d498b4 Enable all compositors by default by Kristian Høgsberg · 15 years ago
  2. 6fea3dc display_iterate: Process only enabled event masks by Benjamin Franzke · 15 years ago
  3. 0f62aed Guard enums in generated wayland-*-protocol.h by Tim Wiederhake · 15 years ago
  4. 0cd8f6e Drive-by optimization of blur_surface() by Kristian Høgsberg · 15 years ago
  5. a495333 Remove unused bits of cairo code by Kristian Høgsberg · 15 years ago
  6. 7f07549 Update TODO again by Kristian Høgsberg · 15 years ago
  7. 027931b Define the shell resize enumeration in the xml spec by Kristian Høgsberg · 15 years ago
  8. 248c1b6 Add an orange pop-up menu to test the new map_transient request by Kristian Høgsberg · 15 years ago
  9. 8dc378f Add new surface.map_transient() request to map a surface relative to another by Kristian Høgsberg · 15 years ago
  10. d86a6bc Update TODO by Kristian Høgsberg · 15 years ago
  11. dd4046a Take away pointer focus during server grabs by Kristian Høgsberg · 15 years ago
  12. 6bccebe terminal: Just send the pty master fd to receive the selection. by Kristian Høgsberg · 15 years ago
  13. 31cce05 Actually send selected text when pasting by Kristian Høgsberg · 15 years ago
  14. e164e4e Use cairo_push_group() for all double buffering, drop window_copy_*() by Kristian Høgsberg · 15 years ago
  15. f39a9cc Use cairo_push_group() for double buffering in the terminal by Kristian Høgsberg · 15 years ago
  16. 5982658 Render selection by Kristian Høgsberg · 15 years ago
  17. 23c03ad Use libxkbcommon #defines for modifiers by Kristian Høgsberg · 15 years ago
  18. 58eec36 Add proof-of-concept selection support to terminal by Kristian Høgsberg · 15 years ago
  19. 67cac8a Pass input device and time in key_handler callback by Kristian Høgsberg · 15 years ago
  20. 5029a13 Put the fd in the closure so debugging can print it by Kristian Høgsberg · 15 years ago
  21. 65772ce Use different closures for sending and receiving by Kristian Høgsberg · 15 years ago
  22. 943741c Use the global handler in dnd instead of custom drag_offer hook by Kristian Høgsberg · 15 years ago
  23. b46df05 window: Add a catch-all global handler hook by Kristian Høgsberg · 15 years ago
  24. ae6c8a6 First attempt at selection support by Kristian Høgsberg · 15 years ago
  25. 4cca349 Split shell object out from compositor.c into its own file by Kristian Høgsberg · 15 years ago
  26. 25f0ba4 clients/Makefile: Add AM_CPPFLAGS to view's CPPFLAGS by Benjamin Franzke · 15 years ago
  27. d3b023e compositor: Attach only valid background buffers by Benjamin Franzke · 15 years ago
  28. ecfb2b9 compositor-wayland: Assign func pointers pre init by Benjamin Franzke · 15 years ago
  29. ad67af1 simple-client: Remove unnecessary flush by Kristian Høgsberg · 15 years ago
  30. 1a11fac simple-client: Create GLES2 context by Kristian Høgsberg · 15 years ago
  31. a1015b9 Link simple-client against libGLESv2.so, not full GL by Kristian Høgsberg · 15 years ago
  32. be63ae5 Merge remote branch 'bnf/simple_client' by Kristian Høgsberg · 15 years ago
  33. aabdce0 Add a simple client by Benjamin Franzke · 15 years ago
  34. ac43268 connection: Write before reading connection data by Benjamin Franzke · 15 years ago
  35. 8def264 Check for cairo-egl instead of just cairo-gl by Kristian Høgsberg · 15 years ago
  36. d711d0c Check for GL_EXT_texture_format_BGRA8888 by Kristian Høgsberg · 15 years ago
  37. 1101b63 Both internalFormat and format should be GL_BGRA_EXT by Kristian Høgsberg · 15 years ago
  38. a941022 Make it possible to enable/disable the various compositors from configure by Kristian Høgsberg · 15 years ago
  39. c5d6be9 Remove unused visual argument to wlsc_surface_create() by Kristian Høgsberg · 15 years ago
  40. 8525a50 Move buffer creation and buffer details into drm.c and shm.c by Kristian Høgsberg · 15 years ago
  41. e4762a6 Move tty and vt handling out in its own file by Kristian Høgsberg · 15 years ago
  42. 96c8be9 Some kind of support for touchscreen by Kristian Høgsberg · 15 years ago
  43. 43db401 Split out evdev handling to its own file by Kristian Høgsberg · 15 years ago
  44. ed64311 Pick up input devices of type ID_INPUT_TABLET as well by Kristian Høgsberg · 15 years ago
  45. 9d708b0 terminal: Fix bugs in attribute rendering by Callum Lowcay · 15 years ago
  46. 9acdb50 Merge branch 'master' of git://anongit.freedesktop.org/wayland by Callum Lowcay · 15 years ago
  47. 67a201d terminal: Escape sequences with string parameters by Callum Lowcay · 15 years ago
  48. 08c40c3 clients: Make poppler-glib optional by Kristian Høgsberg · 15 years ago
  49. 1d3e939 Batch up drawing glyphs by Kristian Høgsberg · 15 years ago
  50. 7ae6b1a Hold on to the scaled fonts we use by Kristian Høgsberg · 15 years ago
  51. 4f50670 Use cairo_show_glyphs for rendering text by Kristian Høgsberg · 15 years ago
  52. 01994a5 Factor out decoding of character attributes by Kristian Høgsberg · 15 years ago
  53. fb266a3 Only draw background if it's different from what's already there by Kristian Høgsberg · 15 years ago
  54. 71eca89 Make border color a color from the color table by Kristian Høgsberg · 15 years ago
  55. f106fd5 Add helper to set color from color table by Kristian Høgsberg · 15 years ago
  56. 8c25420 Split background and foreground painting into separate loops by Kristian Høgsberg · 15 years ago
  57. da846ca Fix terminal resizing by Kristian Høgsberg · 15 years ago
  58. 1b091dd Merge branch 'master' of git://anongit.freedesktop.org/wayland by Callum Lowcay · 15 years ago
  59. 5fd89d2 terminal: fix crashing when terminal size is < 0 by Tiago Vignatti · 15 years ago
  60. 81179db terminal: More character attributes by Callum Lowcay · 15 years ago
  61. 86653ed terminal: Various fixes by Callum Lowcay · 15 years ago
  62. 7e08e90 terminal: Special keys by Callum Lowcay · 15 years ago
  63. 256e72f terminal: Implement character set switching by Callum Lowcay · 15 years ago
  64. 69e9658 terminal: vt102 editing commands by Callum Lowcay · 15 years ago
  65. 8e57dd5 terminal: Basic vt100 escape codes by Callum Lowcay · 15 years ago
  66. bbeac60 terminal: Scroll margins by Callum Lowcay · 15 years ago
  67. b8609ad terminal: Escape sequence handling fixes by Callum Lowcay · 15 years ago
  68. a0ee21c terminal: Window size ioctls by Callum Lowcay · 15 years ago
  69. 30eeae5 terminal: Fancy colors by Callum Lowcay · 15 years ago
  70. 15bdc5d terminal: UTF-8 support by Callum Lowcay · 15 years ago
  71. 052d17d Map new surfaces on top of all other surface by Kristian Høgsberg · 15 years ago
  72. 96ce968 gears: Include config.h by Kristian Høgsberg · 15 years ago
  73. 1926eba Add missing newline in gears error message by Kristian Høgsberg · 15 years ago
  74. 8a457e3 Simplify visual check by Kristian Høgsberg · 15 years ago
  75. 8f66a57 Ignore surface.map_toplevel() if already mapped by Kristian Høgsberg · 15 years ago
  76. 175e6ce Pass EGL_NO_CONTEXT to eglCreateImageKHR for EGL_DRM_BUFFER_MESA target by Kristian Høgsberg · 15 years ago
  77. f6b1471 Initialize surface->link so we can always wl_list_remove() it by Kristian Høgsberg · 15 years ago
  78. 4e63c63 Merge remote branch 'nobled/fixes2' by Kristian Høgsberg · 15 years ago
  79. f1ef15c Move grab definitions to wayland-util.h by Kristian Høgsberg · 15 years ago
  80. 9835417 Workaround gears depending on cairo-gl by nobled · 15 years ago
  81. 5753188 Move basic grab handling to core libraries by Kristian Høgsberg · 15 years ago
  82. f8475c9 Fix window.c build without cairo-gl by nobled · 15 years ago
  83. 0d8805e Install the pkgconfig files by Kristian Høgsberg · 15 years ago
  84. cbe6f04 Fix compositor-wayland by Kristian Høgsberg · 15 years ago
  85. 82da52b Update surface.attach and change surface.map to surface.map_toplevel by Kristian Høgsberg · 15 years ago
  86. 53a7f21 Fix the resizor by Kristian Høgsberg · 15 years ago
  87. 5c4056e Schedule frame callback in the redraw handler by Kristian Høgsberg · 15 years ago
  88. 7c221d2 Add window resize sample client by Kristian Høgsberg · 15 years ago
  89. 3a1b481 Fixed a small typo by Joel Teichroeb · 15 years ago
  90. ab1862d Move code around to keep input device interface and init function close by Kristian Høgsberg · 15 years ago
  91. 67f367f Document the shell.configure event a bit by Kristian Høgsberg · 15 years ago
  92. c5c510e Set up visuals in wayland-server by Kristian Høgsberg · 15 years ago
  93. b3fc757 Handle buttons in grab objects too by Kristian Høgsberg · 15 years ago
  94. 9c3e8d7 Move grab state to struct wl_input_device by Kristian Høgsberg · 15 years ago
  95. dfce71d Reenable fragment shader precision specifier by Kristian Høgsberg · 15 years ago
  96. 8321e69 Use grab object for motion grabs too by Kristian Høgsberg · 15 years ago
  97. 57db067 Make wlsc_input_device_update_grab() take a grab object by Kristian Høgsberg · 15 years ago
  98. 287343a Use a grab object for drag and drop by Kristian Høgsberg · 15 years ago
  99. 6d65d5f Handle shell.move using a grab object by Kristian Høgsberg · 15 years ago
  100. fc9c28a Move resizing to a grab object by Kristian Høgsberg · 15 years ago