1. 875ab9e Add signedness warning flag and fix fallout by Kristian Høgsberg · 13 years ago
  2. bcacef1 Add an option parser by Kristian Høgsberg · 13 years ago
  3. 9dd1ed2 terminal: Don't queue a resize after setting fullscreen by Kristian Høgsberg · 13 years ago
  4. 010f98b window: Track and report input and opaque regions by Kristian Høgsberg · 13 years ago
  5. 035ac94 terminal: run $SHELL if set by Peter Hutterer · 14 years ago
  6. 009ac0a window: Dont take width and height in window constructor by Kristian Høgsberg · 14 years ago
  7. 29af3eb window: Make decorations just a widget by Kristian Høgsberg · 14 years ago
  8. bb97700 window: Get rid of the window child allocation concept by Kristian Høgsberg · 14 years ago
  9. b67e94b window: Make resize and redraw handlers widget vfuncs by Kristian Høgsberg · 14 years ago
  10. 5d12990 window: Allocate and flush the window surface in window.c by Kristian Høgsberg · 14 years ago
  11. 75bc667 window: Drop the window widget by Kristian Høgsberg · 14 years ago
  12. a8a0db3 window: Move button handler to widget by Kristian Høgsberg · 14 years ago
  13. 87a57bb window: Create a widget for the window, drop window motion handler by Kristian Høgsberg · 14 years ago
  14. 5f190ef window: Convert a few clients to use widget motion handler by Kristian Høgsberg · 14 years ago
  15. 727bacd terminal: Don't close fd twice by Kristian Høgsberg · 14 years ago
  16. e7aaec3 x11: Bridge X11 CLIPBOARD selection to Wayland clients by Kristian Høgsberg · 14 years ago
  17. 47fe08a Implement the new dnd/selection protocol by Kristian Høgsberg · 14 years ago
  18. c5241f5 Never include wayland-util.h directly by Kristian Høgsberg · 14 years ago
  19. 50719bc Fix inconsistent #include style by Pekka Paalanen · 14 years ago
  20. 3a69627 window: Stop using glib mainloop in toy toolkit by Kristian Høgsberg · 14 years ago
  21. 547da5a terminal: Make -f (fullscreen) option work again by Kristian Høgsberg · 14 years ago
  22. 2613086 terminal: Fix unused return value warnings by Kristian Høgsberg · 14 years ago
  23. 9de79a9 window.c: Drop global handler argument by Kristian Høgsberg · 14 years ago
  24. 54b8683 terminal: Don't set terminal size before we have the pty by Kristian Høgsberg · 14 years ago
  25. b4b6734 Define global handler on display creation by Tim Wiederhake · 14 years ago
  26. 0ce2457 Add initial basic support for fullscreen surfaces by Kristian Høgsberg · 15 years ago
  27. 0043961 Fix new gcc 4.6 warnings by Kristian Høgsberg · 15 years ago
  28. 6ec41ab Merge remote branch 'callum/master' by Kristian Høgsberg · 15 years ago
  29. f71accc close terminal window on exit by Tim Wiederhake · 15 years ago
  30. 248c1b6 Add an orange pop-up menu to test the new map_transient request by Kristian Høgsberg · 15 years ago
  31. 6eeeb30 Merge branch 'master' of git://anongit.freedesktop.org/wayland by Callum Lowcay · 15 years ago
  32. 6bccebe terminal: Just send the pty master fd to receive the selection. by Kristian Høgsberg · 15 years ago
  33. 31cce05 Actually send selected text when pasting by Kristian Høgsberg · 15 years ago
  34. f39a9cc Use cairo_push_group() for double buffering in the terminal by Kristian Høgsberg · 15 years ago
  35. 5982658 Render selection by Kristian Høgsberg · 15 years ago
  36. 23c03ad Use libxkbcommon #defines for modifiers by Kristian Høgsberg · 15 years ago
  37. 58eec36 Add proof-of-concept selection support to terminal by Kristian Høgsberg · 15 years ago
  38. 67cac8a Pass input device and time in key_handler callback by Kristian Høgsberg · 15 years ago
  39. ef57a9b terminal: Window operations by Callum Lowcay · 15 years ago
  40. 9d708b0 terminal: Fix bugs in attribute rendering by Callum Lowcay · 15 years ago
  41. 9acdb50 Merge branch 'master' of git://anongit.freedesktop.org/wayland by Callum Lowcay · 15 years ago
  42. 67a201d terminal: Escape sequences with string parameters by Callum Lowcay · 15 years ago
  43. 1d3e939 Batch up drawing glyphs by Kristian Høgsberg · 15 years ago
  44. 7ae6b1a Hold on to the scaled fonts we use by Kristian Høgsberg · 15 years ago
  45. 4f50670 Use cairo_show_glyphs for rendering text by Kristian Høgsberg · 15 years ago
  46. 01994a5 Factor out decoding of character attributes by Kristian Høgsberg · 15 years ago
  47. fb266a3 Only draw background if it's different from what's already there by Kristian Høgsberg · 15 years ago
  48. 71eca89 Make border color a color from the color table by Kristian Høgsberg · 15 years ago
  49. f106fd5 Add helper to set color from color table by Kristian Høgsberg · 15 years ago
  50. 8c25420 Split background and foreground painting into separate loops by Kristian Høgsberg · 15 years ago
  51. da846ca Fix terminal resizing by Kristian Høgsberg · 15 years ago
  52. 1b091dd Merge branch 'master' of git://anongit.freedesktop.org/wayland by Callum Lowcay · 15 years ago
  53. 5fd89d2 terminal: fix crashing when terminal size is < 0 by Tiago Vignatti · 15 years ago
  54. 81179db terminal: More character attributes by Callum Lowcay · 15 years ago
  55. 86653ed terminal: Various fixes by Callum Lowcay · 15 years ago
  56. 7e08e90 terminal: Special keys by Callum Lowcay · 15 years ago
  57. 256e72f terminal: Implement character set switching by Callum Lowcay · 15 years ago
  58. 69e9658 terminal: vt102 editing commands by Callum Lowcay · 15 years ago
  59. 8e57dd5 terminal: Basic vt100 escape codes by Callum Lowcay · 15 years ago
  60. bbeac60 terminal: Scroll margins by Callum Lowcay · 15 years ago
  61. b8609ad terminal: Escape sequence handling fixes by Callum Lowcay · 15 years ago
  62. a0ee21c terminal: Window size ioctls by Callum Lowcay · 15 years ago
  63. 30eeae5 terminal: Fancy colors by Callum Lowcay · 15 years ago
  64. 15bdc5d terminal: UTF-8 support by Callum Lowcay · 15 years ago
  65. 82da52b Update surface.attach and change surface.map to surface.map_toplevel by Kristian Høgsberg · 15 years ago
  66. e9f5e36 Make clients exit orderly when there is no connection by Yuval Fledel · 15 years ago
  67. 9d69f8e Replace commit/ack/frame protocol with simpler sync and frame callbacks by Kristian Høgsberg · 15 years ago
  68. 43788b1 Update keyboard focus handler signatures by Kristian Høgsberg · 15 years ago
  69. f252d6a Update to use eglGetDRMDisplayMESA() by Kristian Høgsberg · 15 years ago
  70. 94adf6c Use libxkbcommon for mapping keycodes to keysyms by Kristian Høgsberg · 15 years ago
  71. c8c3734 Set window user data using separate function by Kristian Høgsberg · 15 years ago
  72. dcb71b6 Update decoration drawing to be less cairo path happy by Kristian Høgsberg · 15 years ago
  73. 80d746f Consolidate redraw scheduling in window.c by Kristian Høgsberg · 15 years ago
  74. 0953162 Fix resizing by Kristian Høgsberg · 15 years ago
  75. 478d926 Send device name at connect time by Kristian Høgsberg · 15 years ago
  76. 7824d81 Consolidate more code in clients/window.c by Kristian Høgsberg · 15 years ago
  77. b2a432e Move clients to subdirectory by Kristian Høgsberg · 15 years ago[Renamed from terminal.c]
  78. a341fa0 Use FBOs instead of eagle-specific API by Kristian Høgsberg · 16 years ago
  79. 2aac302 Stop using surface::copy in window by Kristian Høgsberg · 16 years ago
  80. 12308a4 Add color scheme support by Kristian Høgsberg · 16 years ago
  81. 7e3e860 terminal: trim unused headers. by Kristian Høgsberg · 16 years ago
  82. 3c248cc Paint terminal cursor hollow when focus is lost. by Kristian Høgsberg · 16 years ago
  83. 0208ed4 Don't close the pty master in forkpty child. by Kristian Høgsberg · 16 years ago
  84. b0b82e2 Draw terminal cursor. by Kristian Høgsberg · 16 years ago
  85. 5544491 Move keymap to window.c by Kristian Høgsberg · 16 years ago
  86. 43c28ee Add a toy-display object that caches state. by Kristian Høgsberg · 17 years ago
  87. 0ac16f0 Switch to cairo-drm, drop struct buffer hacks. by Kristian Høgsberg · 17 years ago
  88. 94448c0 Add listener interfaces for output and input_device objects. by Kristian Høgsberg · 17 years ago
  89. 0395f30 Add a fullscreen mode to the terminal. by Kristian Høgsberg · 17 years ago
  90. 3350089 Handle more control characters in terminal. by Kristian Høgsberg · 17 years ago
  91. c8c5d58 Set terminal type to vt100. by Kristian Høgsberg · 17 years ago
  92. d2412e2 Redesign the compositor / server interface. by Kristian Høgsberg · 17 years ago
  93. f0c7b20 Don't close uninitialized fd, check forkpty error. by Kristian Høgsberg · 17 years ago
  94. dbd5464 Implement a bunch of escape codes. by Kristian Høgsberg · 17 years ago
  95. 6e0a2f8 Tweak terminal font color. by Kristian Høgsberg · 17 years ago
  96. 2210676 Let clients override the suggested size on resize. by Kristian Høgsberg · 17 years ago
  97. 1584c57 Snap terminal size to an integer number of character cells. by Kristian Høgsberg · 17 years ago
  98. 17809b1 Handle \e[J and \e[H so we can clear the terminal. by Kristian Høgsberg · 17 years ago
  99. 721f09f Make sure we don't miss queue redraws between commit and ack. by Kristian Høgsberg · 17 years ago
  100. c47303f Destroy back buffer in acknowledge handler. by Kristian Høgsberg · 17 years ago