1. b36f7ef terminal: Don't snap resize if we're maximized by Kristian Høgsberg · 13 years ago
  2. b7ed4cb terminal: Use window_get_fullscreen() instead of tracking that state manually by Kristian Høgsberg · 13 years ago
  3. fdb4b02 terminal: support entering non-ascii characters by Philipp Brüschweiler · 13 years ago
  4. 86adef9 window.c: Handle multiple keyboard foci by Kristian Høgsberg · 13 years ago
  5. 552d12b terminal: Don't crash on non-ascii chars by Andre Heider · 13 years ago
  6. 2a1aa4e terminal: Don't output @ for ASCII NUL by Kristian Høgsberg · 13 years ago
  7. 67ace20 window.c: Add fullscreen handler to keep fullscreen state consistent by Kristian Høgsberg · 13 years ago
  8. d3a1965 clients: Implement minimum size for toy toolkit clients by Kristian Høgsberg · 13 years ago
  9. 0fe782b terminal: Extend selection to end of line when selecting past last char by Kristian Høgsberg · 13 years ago
  10. 0dee647 terminal: Insert newlines when copying multiple lines by Kristian Høgsberg · 13 years ago
  11. 8268d41 terminal: Handle selection for pointer positions outside widget correctly by Kristian Høgsberg · 13 years ago
  12. 2978440 terminal: Add a terminal enter handler for setting I-beam cursor by Kristian Høgsberg · 13 years ago
  13. 18e928d terminal: Scroll selection with terminal contents by Kristian Høgsberg · 13 years ago
  14. 38912df terminal: Make font size configurable by Kristian Høgsberg · 13 years ago
  15. 333db0a terminal: Implement word and line based selection by Kristian Høgsberg · 13 years ago
  16. 129decb terminal: Tab should not output spaces, just move cursor by Kristian Høgsberg · 13 years ago
  17. 22fbcf7 terminal: Ignore more modifier keys by Kristian Høgsberg · 13 years ago
  18. b24ab80 terminal: Only hide cursor for keypresses that generate data for the process by Kristian Høgsberg · 13 years ago
  19. 88fd408 terminal: Only hide cursor on first key-press in a repeat sequence by Kristian Høgsberg · 13 years ago
  20. ae9e073 terminal: Support both Alt and Control modifiers for regular keys by Kristian Høgsberg · 13 years ago
  21. b7f94bf terminal: Handle Alt-Backspace by Kristian Høgsberg · 13 years ago
  22. 63b298f terminal: Set blank cursor on keyboard press by Kristian Høgsberg · 13 years ago
  23. b21fb9f terminal: Add Ctrl-Shift-N keyboard binding to open new window by Kristian Høgsberg · 13 years ago
  24. de845cf terminal: Default terminal type to xterm by Kristian Høgsberg · 13 years ago
  25. 71a4cf4 terminal: Send ASCII DEL on for backspace by Kristian Høgsberg · 13 years ago
  26. a162792 window: Compute initial window size correctly by Kristian Høgsberg · 13 years ago
  27. e828e90 terminal: Track down remaining unhandled xterm-256color escape codes by Kristian Høgsberg · 13 years ago
  28. cca3c2f terminal: Fix tab expansion by Kristian Høgsberg · 13 years ago
  29. 82cd36b terminal: Make terminal font configurable from command line and weston.ini by Kristian Høgsberg · 13 years ago
  30. e2b88c0 Add minimum size for terminal by Alexander Preisinger · 13 years ago
  31. fee91be terminal: Use serial, not timestamp for setting the selection by Kristian Høgsberg · 13 years ago
  32. c9785ea Use enum wl_keyboard_key_state instead of integer by Daniel Stone · 13 years ago
  33. 4dbadb1 Use enum wl_pointer_button_state instead of integer by Daniel Stone · 13 years ago
  34. 7a1b32a Implement text cursor position protocol. by Scott Moreau · 13 years ago
  35. a6128d6 terminal: add glyphs to character list by David Herrmann · 13 years ago
  36. 516b9e1 terminal: fix up horizontal scan-line characters by David Herrmann · 13 years ago
  37. dc8c8fc window: rename enum pointer_type to cursor_type by Ander Conselvan de Oliveira · 13 years ago
  38. d8f527c window: track changes in libwayland-cursor api by Ander Conselvan de Oliveira · 13 years ago
  39. 1042dc1 window: use libwayland-cursor instead of libXcursor by Ander Conselvan de Oliveira · 13 years ago
  40. 4c3dac9 clients: Remove superfluous #includes by Kristian Høgsberg · 13 years ago
  41. bef52d1 Update to new libxkbcommon API by Kristian Høgsberg · 13 years ago
  42. 80680c7 window.c: Just use float instead of GLfloat, remove GLES2.h include by Kristian Høgsberg · 13 years ago
  43. 7016313 Port Wayland clients to new xkbcommon API by Kristian Høgsberg · 13 years ago
  44. b230a7e Convert internal input co-ordinates to GLfloat by Daniel Stone · 13 years ago
  45. 5d66371 Change button from int to uint32_t by Daniel Stone · 13 years ago
  46. da5b93c Change key/button grab bindings to take unsigned state by Daniel Stone · 13 years ago
  47. 875ab9e Add signedness warning flag and fix fallout by Kristian Høgsberg · 13 years ago
  48. bcacef1 Add an option parser by Kristian Høgsberg · 13 years ago
  49. 9dd1ed2 terminal: Don't queue a resize after setting fullscreen by Kristian Høgsberg · 13 years ago
  50. 010f98b window: Track and report input and opaque regions by Kristian Høgsberg · 13 years ago
  51. 035ac94 terminal: run $SHELL if set by Peter Hutterer · 14 years ago
  52. 009ac0a window: Dont take width and height in window constructor by Kristian Høgsberg · 14 years ago
  53. 29af3eb window: Make decorations just a widget by Kristian Høgsberg · 14 years ago
  54. bb97700 window: Get rid of the window child allocation concept by Kristian Høgsberg · 14 years ago
  55. b67e94b window: Make resize and redraw handlers widget vfuncs by Kristian Høgsberg · 14 years ago
  56. 5d12990 window: Allocate and flush the window surface in window.c by Kristian Høgsberg · 14 years ago
  57. 75bc667 window: Drop the window widget by Kristian Høgsberg · 14 years ago
  58. a8a0db3 window: Move button handler to widget by Kristian Høgsberg · 14 years ago
  59. 87a57bb window: Create a widget for the window, drop window motion handler by Kristian Høgsberg · 14 years ago
  60. 5f190ef window: Convert a few clients to use widget motion handler by Kristian Høgsberg · 14 years ago
  61. 727bacd terminal: Don't close fd twice by Kristian Høgsberg · 14 years ago
  62. e7aaec3 x11: Bridge X11 CLIPBOARD selection to Wayland clients by Kristian Høgsberg · 14 years ago
  63. 47fe08a Implement the new dnd/selection protocol by Kristian Høgsberg · 14 years ago
  64. c5241f5 Never include wayland-util.h directly by Kristian Høgsberg · 14 years ago
  65. 50719bc Fix inconsistent #include style by Pekka Paalanen · 14 years ago
  66. 3a69627 window: Stop using glib mainloop in toy toolkit by Kristian Høgsberg · 14 years ago
  67. 547da5a terminal: Make -f (fullscreen) option work again by Kristian Høgsberg · 14 years ago
  68. 2613086 terminal: Fix unused return value warnings by Kristian Høgsberg · 14 years ago
  69. 9de79a9 window.c: Drop global handler argument by Kristian Høgsberg · 14 years ago
  70. 54b8683 terminal: Don't set terminal size before we have the pty by Kristian Høgsberg · 14 years ago
  71. b4b6734 Define global handler on display creation by Tim Wiederhake · 14 years ago
  72. 0ce2457 Add initial basic support for fullscreen surfaces by Kristian Høgsberg · 15 years ago
  73. 0043961 Fix new gcc 4.6 warnings by Kristian Høgsberg · 15 years ago
  74. 6ec41ab Merge remote branch 'callum/master' by Kristian Høgsberg · 15 years ago
  75. f71accc close terminal window on exit by Tim Wiederhake · 15 years ago
  76. 248c1b6 Add an orange pop-up menu to test the new map_transient request by Kristian Høgsberg · 15 years ago
  77. 6eeeb30 Merge branch 'master' of git://anongit.freedesktop.org/wayland by Callum Lowcay · 15 years ago
  78. 6bccebe terminal: Just send the pty master fd to receive the selection. by Kristian Høgsberg · 15 years ago
  79. 31cce05 Actually send selected text when pasting by Kristian Høgsberg · 15 years ago
  80. f39a9cc Use cairo_push_group() for double buffering in the terminal by Kristian Høgsberg · 15 years ago
  81. 5982658 Render selection by Kristian Høgsberg · 15 years ago
  82. 23c03ad Use libxkbcommon #defines for modifiers by Kristian Høgsberg · 15 years ago
  83. 58eec36 Add proof-of-concept selection support to terminal by Kristian Høgsberg · 15 years ago
  84. 67cac8a Pass input device and time in key_handler callback by Kristian Høgsberg · 15 years ago
  85. ef57a9b terminal: Window operations by Callum Lowcay · 15 years ago
  86. 9d708b0 terminal: Fix bugs in attribute rendering by Callum Lowcay · 15 years ago
  87. 9acdb50 Merge branch 'master' of git://anongit.freedesktop.org/wayland by Callum Lowcay · 15 years ago
  88. 67a201d terminal: Escape sequences with string parameters by Callum Lowcay · 15 years ago
  89. 1d3e939 Batch up drawing glyphs by Kristian Høgsberg · 15 years ago
  90. 7ae6b1a Hold on to the scaled fonts we use by Kristian Høgsberg · 15 years ago
  91. 4f50670 Use cairo_show_glyphs for rendering text by Kristian Høgsberg · 15 years ago
  92. 01994a5 Factor out decoding of character attributes by Kristian Høgsberg · 15 years ago
  93. fb266a3 Only draw background if it's different from what's already there by Kristian Høgsberg · 15 years ago
  94. 71eca89 Make border color a color from the color table by Kristian Høgsberg · 15 years ago
  95. f106fd5 Add helper to set color from color table by Kristian Høgsberg · 15 years ago
  96. 8c25420 Split background and foreground painting into separate loops by Kristian Høgsberg · 15 years ago
  97. da846ca Fix terminal resizing by Kristian Høgsberg · 15 years ago
  98. 1b091dd Merge branch 'master' of git://anongit.freedesktop.org/wayland by Callum Lowcay · 15 years ago
  99. 5fd89d2 terminal: fix crashing when terminal size is < 0 by Tiago Vignatti · 15 years ago
  100. 81179db terminal: More character attributes by Callum Lowcay · 15 years ago