1. 3b288af compositor-x11: Use x11 egl platform by Benjamin Franzke · 14 years ago
  2. b2d7185 Split into a demo repository that holds the demo compositor and clients by Kristian Høgsberg · 14 years ago
  3. 525e4c0 compositor: Clip repaint to the damage region by Kristian Høgsberg · 14 years ago
  4. feb370e compositor-drm: Flush before pageflipping by Benjamin Franzke · 14 years ago
  5. fa4e2a7 compositor: Switch away from using VBOs and just stream the vertex data by Kristian Høgsberg · 14 years ago
  6. 31bd6c7 Use pixman regions to reduce repainting by Kristian Høgsberg · 14 years ago
  7. 9c7a8cc fix typo in window.c by Tim Wiederhake · 14 years ago
  8. 48e2989 wayland-client: Support WAYLAND_DEBUG client side as well by Kristian Høgsberg · 14 years ago
  9. 52f2264 configure: remove libdrm dependency for clients by Tiago Vignatti · 14 years ago
  10. 0d5007a window.c: Use eglGetProcAddress to look up extension functions by Kristian Høgsberg · 14 years ago
  11. 297d6dd window.c: Include wayland-egl.h before EGL headers so we get the right platform by Kristian Høgsberg · 14 years ago
  12. 43c63e5 wayland-egl: Define WL_EGL_PLATFORM in wayland-egl.h by Kristian Høgsberg · 14 years ago
  13. 2dfe626 compositor-x11: Don't send enter/leave notify if we have an implicit grab by Kristian Høgsberg · 14 years ago
  14. 3eff366 Add struct wl_egl_display argument to wl_egl_window_create by Kristian Høgsberg · 14 years ago
  15. 0bbb97b Print object interface name when printing message arguments in debug mode by Kristian Høgsberg · 14 years ago
  16. bfb8e61 Follow wayland-egl renames by Kristian Høgsberg · 14 years ago
  17. c9824dd compositor: Implement super-tab window switching by Kristian Høgsberg · 14 years ago
  18. f30c67e compositor: Set repaint_on_timeout when we schedule a timeout repaint by Kristian Høgsberg · 14 years ago
  19. a495a5e simple-client: Port to wayland-egl and use eglSwapBuffers() by Kristian Høgsberg · 14 years ago
  20. f57a96f gears: Remove unused drm_fd field by Kristian Høgsberg · 14 years ago
  21. 297c631 Port window.c to use wayland-egl by Kristian Høgsberg · 14 years ago
  22. 66cea0a Add wayland-egl.h by Benjamin Franzke · 15 years ago
  23. 181f52e Update compositor initiated resize to use a 3x3 grid by Kristian Høgsberg · 15 years ago
  24. 5a2218a compositor: Calculate resizing direction by Benjamin Franzke · 15 years ago
  25. 7b87cb0 window: add null checks by nobled · 15 years ago
  26. 14d222f add newlines in error messages by nobled · 15 years ago
  27. 3f9f73f connection: Handle broken pipes in sendmsg by Benjamin Franzke · 15 years ago
  28. 5312f21 Fix out of source build [wayland.png] by Benjamin Franzke · 15 years ago
  29. 4b8bd1f Add wayland.png to .gitignore by Tim Wiederhake · 15 years ago
  30. f992b2f Don't crash when the previous keyboard surface goes away by Kristian Høgsberg · 15 years ago
  31. 0ce2457 Add initial basic support for fullscreen surfaces by Kristian Høgsberg · 15 years ago
  32. 5e4d83f Merge remote branch 'nobled/for-krh' by Kristian Høgsberg · 15 years ago
  33. 8446258 configure: Drop gdk-pixbuf version dependency by Benjamin Franzke · 15 years ago
  34. 48f975d fix configure check for gcc by nobled · 15 years ago
  35. af82bea compositor-wayland: Handle keyboard focus too by Kristian Høgsberg · 15 years ago
  36. 3ba4858 compositor-x11: Handle keyboard focus correctly so we avoid stuck modifiers by Kristian Høgsberg · 15 years ago
  37. ac5c5e7 Don't create buffer from NULL pointer by Tim Wiederhake · 15 years ago
  38. 93331ff compositor: Forward pointer focus notification from compostor backend by Kristian Høgsberg · 15 years ago
  39. 26ef22e Test for rsvg-convert in configure.ac by Kristian Høgsberg · 15 years ago
  40. f58d8ca compositor-x11: Set window icon by Kristian Høgsberg · 15 years ago
  41. 24ed621 Set WM_CLASS for X11 compositor window by Kristian Høgsberg · 15 years ago
  42. f03b6c7 connection: Also consume message data in error cases by Kristian Høgsberg · 15 years ago
  43. f9edadf shm: Check width, height and stride for invalid values by Kristian Høgsberg · 15 years ago
  44. 0fe0eb3 Screenshots were upside down by Tim Wiederhake · 15 years ago
  45. 640924f Add gio for view fixes by Kristian Høgsberg · 15 years ago
  46. 80bf6f7 clients/view: Fix memory leak by Tim Wiederhake · 15 years ago
  47. 6685ace clients/view: Don't try to show inexistant files by Tim Wiederhake · 15 years ago
  48. 9aad08e clients/view: Allow relative paths by Tim Wiederhake · 15 years ago
  49. 655467a clients/view: Add mousewheel and arrow keys by Tim Wiederhake · 15 years ago
  50. 7e182ef clients/view: Remove unnecessary variables by Tim Wiederhake · 15 years ago
  51. 1afc9a9 clients/view: Do not browse outside document range by Tim Wiederhake · 15 years ago
  52. 0043961 Fix new gcc 4.6 warnings by Kristian Høgsberg · 15 years ago
  53. 8335568 Don't compare socket(2) to NULL by Kristian Høgsberg · 15 years ago
  54. c4df99c Replace gdk_pixbuf_unref with g_object_unref by Darxus@chaosreigns.com · 15 years ago
  55. d5fb9cc window.c: Make title not const by Kristian Høgsberg · 15 years ago
  56. 734a750 Remove frame handler prototype by Kristian Høgsberg · 15 years ago
  57. 6ec41ab Merge remote branch 'callum/master' by Kristian Høgsberg · 15 years ago
  58. 4d6ff29 Merge remote branch 'nobled/for-krh' by Kristian Høgsberg · 15 years ago
  59. 70af98c fix tty_destroy by Tim Wiederhake · 15 years ago
  60. 0428a9a don't use deprecated INCLUDES variable by nobled · 15 years ago
  61. 7d95178 fix includes by nobled · 15 years ago
  62. 238515d Add specific versions to build dependencies by Darxus · 15 years ago
  63. 81bd979 initialise display by Tim Wiederhake · 15 years ago
  64. 748f672 free option context by Tim Wiederhake · 15 years ago
  65. eae5569 remove unused variable by Tim Wiederhake · 15 years ago
  66. 7c427a9 compositor-wayland: Remove unused variable by Benjamin Franzke · 15 years ago
  67. 503ccca document the usage of libtoytoolkit by Tim Wiederhake · 15 years ago
  68. f71accc close terminal window on exit by Tim Wiederhake · 15 years ago
  69. b6761dc fix resizing at top/left border by Tim Wiederhake · 15 years ago
  70. dc3f817 remove declaration without definition from window.h by Tim Wiederhake · 15 years ago
  71. b0ae49e remove unused function in clients/smoke.c, silence warning by Tim Wiederhake · 15 years ago
  72. 8a6f7e3 compositor crashes if window width or height is <= 0 by Tim Wiederhake · 15 years ago
  73. 762e5c2 add clients to .gitignore by Tim Wiederhake · 15 years ago
  74. 2a332dd compositor/shm: use internalFormat=GL_BGRA_EXT in TexImage2D by Benjamin Franzke · 15 years ago
  75. 7d498b4 Enable all compositors by default by Kristian Høgsberg · 15 years ago
  76. 6fea3dc display_iterate: Process only enabled event masks by Benjamin Franzke · 15 years ago
  77. 0f62aed Guard enums in generated wayland-*-protocol.h by Tim Wiederhake · 15 years ago
  78. 0cd8f6e Drive-by optimization of blur_surface() by Kristian Høgsberg · 15 years ago
  79. a495333 Remove unused bits of cairo code by Kristian Høgsberg · 15 years ago
  80. 7f07549 Update TODO again by Kristian Høgsberg · 15 years ago
  81. 027931b Define the shell resize enumeration in the xml spec by Kristian Høgsberg · 15 years ago
  82. 248c1b6 Add an orange pop-up menu to test the new map_transient request by Kristian Høgsberg · 15 years ago
  83. 8dc378f Add new surface.map_transient() request to map a surface relative to another by Kristian Høgsberg · 15 years ago
  84. 6eeeb30 Merge branch 'master' of git://anongit.freedesktop.org/wayland by Callum Lowcay · 15 years ago
  85. d86a6bc Update TODO by Kristian Høgsberg · 15 years ago
  86. dd4046a Take away pointer focus during server grabs by Kristian Høgsberg · 15 years ago
  87. 6bccebe terminal: Just send the pty master fd to receive the selection. by Kristian Høgsberg · 15 years ago
  88. 31cce05 Actually send selected text when pasting by Kristian Høgsberg · 15 years ago
  89. e164e4e Use cairo_push_group() for all double buffering, drop window_copy_*() by Kristian Høgsberg · 15 years ago
  90. f39a9cc Use cairo_push_group() for double buffering in the terminal by Kristian Høgsberg · 15 years ago
  91. 5982658 Render selection by Kristian Høgsberg · 15 years ago
  92. 23c03ad Use libxkbcommon #defines for modifiers by Kristian Høgsberg · 15 years ago
  93. 58eec36 Add proof-of-concept selection support to terminal by Kristian Høgsberg · 15 years ago
  94. 67cac8a Pass input device and time in key_handler callback by Kristian Høgsberg · 15 years ago
  95. 5029a13 Put the fd in the closure so debugging can print it by Kristian Høgsberg · 15 years ago
  96. 65772ce Use different closures for sending and receiving by Kristian Høgsberg · 15 years ago
  97. 943741c Use the global handler in dnd instead of custom drag_offer hook by Kristian Høgsberg · 15 years ago
  98. b46df05 window: Add a catch-all global handler hook by Kristian Høgsberg · 15 years ago
  99. ae6c8a6 First attempt at selection support by Kristian Høgsberg · 15 years ago
  100. 4cca349 Split shell object out from compositor.c into its own file by Kristian Høgsberg · 15 years ago