1. 24ed621 Set WM_CLASS for X11 compositor window by Kristian Høgsberg · 15 years ago
  2. f03b6c7 connection: Also consume message data in error cases by Kristian Høgsberg · 15 years ago
  3. f9edadf shm: Check width, height and stride for invalid values by Kristian Høgsberg · 15 years ago
  4. 0fe0eb3 Screenshots were upside down by Tim Wiederhake · 15 years ago
  5. 640924f Add gio for view fixes by Kristian Høgsberg · 15 years ago
  6. 80bf6f7 clients/view: Fix memory leak by Tim Wiederhake · 15 years ago
  7. 6685ace clients/view: Don't try to show inexistant files by Tim Wiederhake · 15 years ago
  8. 9aad08e clients/view: Allow relative paths by Tim Wiederhake · 15 years ago
  9. 655467a clients/view: Add mousewheel and arrow keys by Tim Wiederhake · 15 years ago
  10. 7e182ef clients/view: Remove unnecessary variables by Tim Wiederhake · 15 years ago
  11. 1afc9a9 clients/view: Do not browse outside document range by Tim Wiederhake · 15 years ago
  12. 0043961 Fix new gcc 4.6 warnings by Kristian Høgsberg · 15 years ago
  13. 8335568 Don't compare socket(2) to NULL by Kristian Høgsberg · 15 years ago
  14. c4df99c Replace gdk_pixbuf_unref with g_object_unref by Darxus@chaosreigns.com · 15 years ago
  15. d5fb9cc window.c: Make title not const by Kristian Høgsberg · 15 years ago
  16. 734a750 Remove frame handler prototype by Kristian Høgsberg · 15 years ago
  17. 6ec41ab Merge remote branch 'callum/master' by Kristian Høgsberg · 15 years ago
  18. 4d6ff29 Merge remote branch 'nobled/for-krh' by Kristian Høgsberg · 15 years ago
  19. 70af98c fix tty_destroy by Tim Wiederhake · 15 years ago
  20. 0428a9a don't use deprecated INCLUDES variable by nobled · 15 years ago
  21. 7d95178 fix includes by nobled · 15 years ago
  22. 238515d Add specific versions to build dependencies by Darxus · 15 years ago
  23. 81bd979 initialise display by Tim Wiederhake · 15 years ago
  24. 748f672 free option context by Tim Wiederhake · 15 years ago
  25. eae5569 remove unused variable by Tim Wiederhake · 15 years ago
  26. 7c427a9 compositor-wayland: Remove unused variable by Benjamin Franzke · 15 years ago
  27. 503ccca document the usage of libtoytoolkit by Tim Wiederhake · 15 years ago
  28. f71accc close terminal window on exit by Tim Wiederhake · 15 years ago
  29. b6761dc fix resizing at top/left border by Tim Wiederhake · 15 years ago
  30. dc3f817 remove declaration without definition from window.h by Tim Wiederhake · 15 years ago
  31. b0ae49e remove unused function in clients/smoke.c, silence warning by Tim Wiederhake · 15 years ago
  32. 8a6f7e3 compositor crashes if window width or height is <= 0 by Tim Wiederhake · 15 years ago
  33. 762e5c2 add clients to .gitignore by Tim Wiederhake · 15 years ago
  34. 2a332dd compositor/shm: use internalFormat=GL_BGRA_EXT in TexImage2D by Benjamin Franzke · 15 years ago
  35. 7d498b4 Enable all compositors by default by Kristian Høgsberg · 15 years ago
  36. 6fea3dc display_iterate: Process only enabled event masks by Benjamin Franzke · 15 years ago
  37. 0f62aed Guard enums in generated wayland-*-protocol.h by Tim Wiederhake · 15 years ago
  38. 0cd8f6e Drive-by optimization of blur_surface() by Kristian Høgsberg · 15 years ago
  39. a495333 Remove unused bits of cairo code by Kristian Høgsberg · 15 years ago
  40. 7f07549 Update TODO again by Kristian Høgsberg · 15 years ago
  41. 027931b Define the shell resize enumeration in the xml spec by Kristian Høgsberg · 15 years ago
  42. 248c1b6 Add an orange pop-up menu to test the new map_transient request by Kristian Høgsberg · 15 years ago
  43. 8dc378f Add new surface.map_transient() request to map a surface relative to another by Kristian Høgsberg · 15 years ago
  44. 6eeeb30 Merge branch 'master' of git://anongit.freedesktop.org/wayland by Callum Lowcay · 15 years ago
  45. d86a6bc Update TODO by Kristian Høgsberg · 15 years ago
  46. dd4046a Take away pointer focus during server grabs by Kristian Høgsberg · 15 years ago
  47. 6bccebe terminal: Just send the pty master fd to receive the selection. by Kristian Høgsberg · 15 years ago
  48. 31cce05 Actually send selected text when pasting by Kristian Høgsberg · 15 years ago
  49. e164e4e Use cairo_push_group() for all double buffering, drop window_copy_*() by Kristian Høgsberg · 15 years ago
  50. f39a9cc Use cairo_push_group() for double buffering in the terminal by Kristian Høgsberg · 15 years ago
  51. 5982658 Render selection by Kristian Høgsberg · 15 years ago
  52. 23c03ad Use libxkbcommon #defines for modifiers by Kristian Høgsberg · 15 years ago
  53. 58eec36 Add proof-of-concept selection support to terminal by Kristian Høgsberg · 15 years ago
  54. 67cac8a Pass input device and time in key_handler callback by Kristian Høgsberg · 15 years ago
  55. 5029a13 Put the fd in the closure so debugging can print it by Kristian Høgsberg · 15 years ago
  56. 65772ce Use different closures for sending and receiving by Kristian Høgsberg · 15 years ago
  57. 943741c Use the global handler in dnd instead of custom drag_offer hook by Kristian Høgsberg · 15 years ago
  58. b46df05 window: Add a catch-all global handler hook by Kristian Høgsberg · 15 years ago
  59. ae6c8a6 First attempt at selection support by Kristian Høgsberg · 15 years ago
  60. 4cca349 Split shell object out from compositor.c into its own file by Kristian Høgsberg · 15 years ago
  61. 25f0ba4 clients/Makefile: Add AM_CPPFLAGS to view's CPPFLAGS by Benjamin Franzke · 15 years ago
  62. d3b023e compositor: Attach only valid background buffers by Benjamin Franzke · 15 years ago
  63. ecfb2b9 compositor-wayland: Assign func pointers pre init by Benjamin Franzke · 15 years ago
  64. ad67af1 simple-client: Remove unnecessary flush by Kristian Høgsberg · 15 years ago
  65. 1a11fac simple-client: Create GLES2 context by Kristian Høgsberg · 15 years ago
  66. a1015b9 Link simple-client against libGLESv2.so, not full GL by Kristian Høgsberg · 15 years ago
  67. be63ae5 Merge remote branch 'bnf/simple_client' by Kristian Høgsberg · 15 years ago
  68. aabdce0 Add a simple client by Benjamin Franzke · 15 years ago
  69. ac43268 connection: Write before reading connection data by Benjamin Franzke · 15 years ago
  70. 8def264 Check for cairo-egl instead of just cairo-gl by Kristian Høgsberg · 15 years ago
  71. d711d0c Check for GL_EXT_texture_format_BGRA8888 by Kristian Høgsberg · 15 years ago
  72. 1101b63 Both internalFormat and format should be GL_BGRA_EXT by Kristian Høgsberg · 15 years ago
  73. a941022 Make it possible to enable/disable the various compositors from configure by Kristian Høgsberg · 15 years ago
  74. c5d6be9 Remove unused visual argument to wlsc_surface_create() by Kristian Høgsberg · 15 years ago
  75. 8525a50 Move buffer creation and buffer details into drm.c and shm.c by Kristian Høgsberg · 15 years ago
  76. e4762a6 Move tty and vt handling out in its own file by Kristian Høgsberg · 15 years ago
  77. 96c8be9 Some kind of support for touchscreen by Kristian Høgsberg · 15 years ago
  78. 43db401 Split out evdev handling to its own file by Kristian Høgsberg · 15 years ago
  79. ed64311 Pick up input devices of type ID_INPUT_TABLET as well by Kristian Høgsberg · 15 years ago
  80. ef57a9b terminal: Window operations by Callum Lowcay · 15 years ago
  81. 9d708b0 terminal: Fix bugs in attribute rendering by Callum Lowcay · 15 years ago
  82. 9acdb50 Merge branch 'master' of git://anongit.freedesktop.org/wayland by Callum Lowcay · 15 years ago
  83. 67a201d terminal: Escape sequences with string parameters by Callum Lowcay · 15 years ago
  84. 08c40c3 clients: Make poppler-glib optional by Kristian Høgsberg · 15 years ago
  85. 1d3e939 Batch up drawing glyphs by Kristian Høgsberg · 15 years ago
  86. 7ae6b1a Hold on to the scaled fonts we use by Kristian Høgsberg · 15 years ago
  87. 4f50670 Use cairo_show_glyphs for rendering text by Kristian Høgsberg · 15 years ago
  88. 01994a5 Factor out decoding of character attributes by Kristian Høgsberg · 15 years ago
  89. fb266a3 Only draw background if it's different from what's already there by Kristian Høgsberg · 15 years ago
  90. 71eca89 Make border color a color from the color table by Kristian Høgsberg · 15 years ago
  91. f106fd5 Add helper to set color from color table by Kristian Høgsberg · 15 years ago
  92. 8c25420 Split background and foreground painting into separate loops by Kristian Høgsberg · 15 years ago
  93. da846ca Fix terminal resizing by Kristian Høgsberg · 15 years ago
  94. 1b091dd Merge branch 'master' of git://anongit.freedesktop.org/wayland by Callum Lowcay · 15 years ago
  95. 5fd89d2 terminal: fix crashing when terminal size is < 0 by Tiago Vignatti · 15 years ago
  96. 81179db terminal: More character attributes by Callum Lowcay · 15 years ago
  97. 86653ed terminal: Various fixes by Callum Lowcay · 15 years ago
  98. 7e08e90 terminal: Special keys by Callum Lowcay · 15 years ago
  99. 256e72f terminal: Implement character set switching by Callum Lowcay · 15 years ago
  100. 69e9658 terminal: vt102 editing commands by Callum Lowcay · 15 years ago