1. 8544903 compositor: Screenhoot into a client provided shm buffer by Kristian Høgsberg · 14 years ago
  2. 48d49eb Add some new things to .gitignore by Casey Dahlin · 14 years ago
  3. 80492e2 configure: Only check dependencies for the enabled compositor backends by Kristian Høgsberg · 14 years ago
  4. bde55ec Implement buffer.damage in shm, use it in window.c by Benjamin Franzke · 14 years ago
  5. 7cbdb64 Fix clients to work with wl_ prefixed interface names by Kristian Høgsberg · 14 years ago
  6. cf57dc5 Update to work with scanner that doesn't hardcode wl_* by Kristian Høgsberg · 14 years ago
  7. 91342c6 Switch to new subscribe protocol and wayland-egl by Kristian Høgsberg · 14 years ago
  8. d11eadb window.c: Check for cairo device failure the right way by Kristian Høgsberg · 14 years ago
  9. 01aed1c Remove double definition of window_get_wl_surface() by Kristian Høgsberg · 14 years ago
  10. 11e2828 Merge remote-tracking branch 'bnf/surface-frame-event' by Kristian Høgsberg · 14 years ago
  11. 12b0bb3 Fix window_set_child_size() for windows without decoration by Kristian Høgsberg · 14 years ago
  12. 386857b Add struct window accessor for the wl_surface by Kristian Høgsberg · 14 years ago
  13. b4b6734 Define global handler on display creation by Tim Wiederhake · 14 years ago
  14. 8d85e88 Merge remote-tracking branch 'bnf/fixes' by Kristian Høgsberg · 14 years ago
  15. cff904e gears: Use wayland egl surface instead of images by Benjamin Franzke · 14 years ago
  16. 6693ac2 window: Use window surfaces for windows by Benjamin Franzke · 14 years ago
  17. 2eae9e3 simple-client: Request a alpha channel in choose config by Benjamin Franzke · 14 years ago
  18. ec4d342 Support per surface frame events by Benjamin Franzke · 14 years ago
  19. b2d7185 Split into a demo repository that holds the demo compositor and clients by Kristian Høgsberg · 14 years ago
  20. 9c7a8cc fix typo in window.c by Tim Wiederhake · 14 years ago
  21. 0d5007a window.c: Use eglGetProcAddress to look up extension functions by Kristian Høgsberg · 14 years ago
  22. 297d6dd window.c: Include wayland-egl.h before EGL headers so we get the right platform by Kristian Høgsberg · 14 years ago
  23. 3eff366 Add struct wl_egl_display argument to wl_egl_window_create by Kristian Høgsberg · 14 years ago
  24. bfb8e61 Follow wayland-egl renames by Kristian Høgsberg · 14 years ago
  25. a495a5e simple-client: Port to wayland-egl and use eglSwapBuffers() by Kristian Høgsberg · 14 years ago
  26. f57a96f gears: Remove unused drm_fd field by Kristian Høgsberg · 14 years ago
  27. 297c631 Port window.c to use wayland-egl by Kristian Høgsberg · 14 years ago
  28. 7b87cb0 window: add null checks by nobled · 15 years ago
  29. 14d222f add newlines in error messages by nobled · 15 years ago
  30. 0ce2457 Add initial basic support for fullscreen surfaces by Kristian Høgsberg · 15 years ago
  31. 3ba4858 compositor-x11: Handle keyboard focus correctly so we avoid stuck modifiers by Kristian Høgsberg · 15 years ago
  32. 80bf6f7 clients/view: Fix memory leak by Tim Wiederhake · 15 years ago
  33. 6685ace clients/view: Don't try to show inexistant files by Tim Wiederhake · 15 years ago
  34. 9aad08e clients/view: Allow relative paths by Tim Wiederhake · 15 years ago
  35. 655467a clients/view: Add mousewheel and arrow keys by Tim Wiederhake · 15 years ago
  36. 7e182ef clients/view: Remove unnecessary variables by Tim Wiederhake · 15 years ago
  37. 1afc9a9 clients/view: Do not browse outside document range by Tim Wiederhake · 15 years ago
  38. 0043961 Fix new gcc 4.6 warnings by Kristian Høgsberg · 15 years ago
  39. c4df99c Replace gdk_pixbuf_unref with g_object_unref by Darxus@chaosreigns.com · 15 years ago
  40. d5fb9cc window.c: Make title not const by Kristian Høgsberg · 15 years ago
  41. 734a750 Remove frame handler prototype by Kristian Høgsberg · 15 years ago
  42. 6ec41ab Merge remote branch 'callum/master' by Kristian Høgsberg · 15 years ago
  43. 7d95178 fix includes by nobled · 15 years ago
  44. 81bd979 initialise display by Tim Wiederhake · 15 years ago
  45. 748f672 free option context by Tim Wiederhake · 15 years ago
  46. eae5569 remove unused variable by Tim Wiederhake · 15 years ago
  47. 503ccca document the usage of libtoytoolkit by Tim Wiederhake · 15 years ago
  48. f71accc close terminal window on exit by Tim Wiederhake · 15 years ago
  49. b6761dc fix resizing at top/left border by Tim Wiederhake · 15 years ago
  50. dc3f817 remove declaration without definition from window.h by Tim Wiederhake · 15 years ago
  51. b0ae49e remove unused function in clients/smoke.c, silence warning by Tim Wiederhake · 15 years ago
  52. 8a6f7e3 compositor crashes if window width or height is <= 0 by Tim Wiederhake · 15 years ago
  53. 762e5c2 add clients to .gitignore by Tim Wiederhake · 15 years ago
  54. 0cd8f6e Drive-by optimization of blur_surface() by Kristian Høgsberg · 15 years ago
  55. a495333 Remove unused bits of cairo code by Kristian Høgsberg · 15 years ago
  56. 248c1b6 Add an orange pop-up menu to test the new map_transient request by Kristian Høgsberg · 15 years ago
  57. 6eeeb30 Merge branch 'master' of git://anongit.freedesktop.org/wayland by Callum Lowcay · 15 years ago
  58. 6bccebe terminal: Just send the pty master fd to receive the selection. by Kristian Høgsberg · 15 years ago
  59. 31cce05 Actually send selected text when pasting by Kristian Høgsberg · 15 years ago
  60. e164e4e Use cairo_push_group() for all double buffering, drop window_copy_*() by Kristian Høgsberg · 15 years ago
  61. f39a9cc Use cairo_push_group() for double buffering in the terminal by Kristian Høgsberg · 15 years ago
  62. 5982658 Render selection by Kristian Høgsberg · 15 years ago
  63. 23c03ad Use libxkbcommon #defines for modifiers by Kristian Høgsberg · 15 years ago
  64. 58eec36 Add proof-of-concept selection support to terminal by Kristian Høgsberg · 15 years ago
  65. 67cac8a Pass input device and time in key_handler callback by Kristian Høgsberg · 15 years ago
  66. 943741c Use the global handler in dnd instead of custom drag_offer hook by Kristian Høgsberg · 15 years ago
  67. b46df05 window: Add a catch-all global handler hook by Kristian Høgsberg · 15 years ago
  68. 25f0ba4 clients/Makefile: Add AM_CPPFLAGS to view's CPPFLAGS by Benjamin Franzke · 15 years ago
  69. ad67af1 simple-client: Remove unnecessary flush by Kristian Høgsberg · 15 years ago
  70. 1a11fac simple-client: Create GLES2 context by Kristian Høgsberg · 15 years ago
  71. a1015b9 Link simple-client against libGLESv2.so, not full GL by Kristian Høgsberg · 15 years ago
  72. be63ae5 Merge remote branch 'bnf/simple_client' by Kristian Høgsberg · 15 years ago
  73. aabdce0 Add a simple client by Benjamin Franzke · 15 years ago
  74. 8def264 Check for cairo-egl instead of just cairo-gl by Kristian Høgsberg · 15 years ago
  75. ef57a9b terminal: Window operations by Callum Lowcay · 15 years ago
  76. 9d708b0 terminal: Fix bugs in attribute rendering by Callum Lowcay · 15 years ago
  77. 9acdb50 Merge branch 'master' of git://anongit.freedesktop.org/wayland by Callum Lowcay · 15 years ago
  78. 67a201d terminal: Escape sequences with string parameters by Callum Lowcay · 15 years ago
  79. 08c40c3 clients: Make poppler-glib optional by Kristian Høgsberg · 15 years ago
  80. 1d3e939 Batch up drawing glyphs by Kristian Høgsberg · 15 years ago
  81. 7ae6b1a Hold on to the scaled fonts we use by Kristian Høgsberg · 15 years ago
  82. 4f50670 Use cairo_show_glyphs for rendering text by Kristian Høgsberg · 15 years ago
  83. 01994a5 Factor out decoding of character attributes by Kristian Høgsberg · 15 years ago
  84. fb266a3 Only draw background if it's different from what's already there by Kristian Høgsberg · 15 years ago
  85. 71eca89 Make border color a color from the color table by Kristian Høgsberg · 15 years ago
  86. f106fd5 Add helper to set color from color table by Kristian Høgsberg · 15 years ago
  87. 8c25420 Split background and foreground painting into separate loops by Kristian Høgsberg · 15 years ago
  88. da846ca Fix terminal resizing by Kristian Høgsberg · 15 years ago
  89. 1b091dd Merge branch 'master' of git://anongit.freedesktop.org/wayland by Callum Lowcay · 15 years ago
  90. 5fd89d2 terminal: fix crashing when terminal size is < 0 by Tiago Vignatti · 15 years ago
  91. 81179db terminal: More character attributes by Callum Lowcay · 15 years ago
  92. 86653ed terminal: Various fixes by Callum Lowcay · 15 years ago
  93. 7e08e90 terminal: Special keys by Callum Lowcay · 15 years ago
  94. 256e72f terminal: Implement character set switching by Callum Lowcay · 15 years ago
  95. 69e9658 terminal: vt102 editing commands by Callum Lowcay · 15 years ago
  96. 8e57dd5 terminal: Basic vt100 escape codes by Callum Lowcay · 15 years ago
  97. bbeac60 terminal: Scroll margins by Callum Lowcay · 15 years ago
  98. b8609ad terminal: Escape sequence handling fixes by Callum Lowcay · 15 years ago
  99. a0ee21c terminal: Window size ioctls by Callum Lowcay · 15 years ago
  100. 30eeae5 terminal: Fancy colors by Callum Lowcay · 15 years ago