1. 745e647 editor: Add missing free() and display_destroy() in main by Raúl Peñacoba · 8 years ago
  2. c8b4645 clients: fix errno handling by Peter Hutterer · 8 years ago
  3. db776db editor: Drop g_type_init() call by Quentin Glidic · 9 years ago
  4. 411ffab editor: Load a file if specified on command line by Bryce Harrington · 9 years ago
  5. 3d90da2 editor: Use parse_options() from shared for command line options by Bryce Harrington · 9 years ago
  6. e31d95f weston-editor: Free preferred_language in text_entry_destroy by Silvan Jegen · 9 years ago
  7. 2af7e20 weston-editor: Close the data source after sending by Derek Foreman · 9 years ago
  8. 649bbce include stdint.h for int32_t/uint32_t by Jussi Kukkonen · 9 years ago
  9. e99e4bf clients & tests: Unify multiple definitions of x*alloc and related functions by Bryce Harrington · 9 years ago
  10. 3bcba34 Use text input protocol from wayland-protocols by Jonas Ådahl · 10 years ago
  11. 5e653ca Use [x]zalloc instead of [x]malloc + memset by Ryo Munakata · 10 years ago
  12. 35b2eaa Moved helper macro to a discrete include file. by Jon Cruz · 10 years ago
  13. 1f6b0d1 clients: Update boilerplate from MIT X11 license to MIT Expat licenses by Bryce Harrington · 10 years ago
  14. 7dd12ec editor: warn when write fails by Bryce Harrington · 10 years ago
  15. 2a18a52 remove trailing whitespaces by Michael Vetter · 10 years ago
  16. 22f3430 editor: implement Cut,Copy,Paste by Manuel Bachmann · 10 years ago
  17. 237a684 editor: Make editor multi-seat aware by Derek Foreman · 11 years ago
  18. 2204492 clients: Use xmalloc in a few more places by Derek Foreman · 11 years ago
  19. 30e1f3c editor: do not crash when text input manager is not available by Olivier Blin · 11 years ago
  20. bb0bb9c weston-editor --help works by Bill Spitzak · 11 years ago
  21. 31732f7 Clients: Fix memleak issues in various clients of weston by vivek · 11 years ago
  22. 8e37d96 editor: Fix cursor positioning with pointer and touch by Ander Conselvan de Oliveira · 11 years ago
  23. 6375ea0 editor: Remove unused variables by Kristian Høgsberg · 11 years ago
  24. 8986c18 editor: react on Enter, Tab, and Up-Down arrow keys by Manuel Bachmann · 11 years ago
  25. 966e3ed editor: Add missing touch-to-activate for the entries by Kristian Høgsberg · 11 years ago
  26. 7885890 editor: Add keyboard_focus handler to schedule repaint by Kristian Høgsberg · 12 years ago
  27. ee7fefc Rename frame_create and frame_set_child_size with a window_ prefix by Jason Ekstrand · 12 years ago
  28. bc91926 clients: use xmalloc in more places by Brian Lovin · 12 years ago
  29. 7000283 editor: Support shift-left/right for selecting text by Rob Bradford · 12 years ago
  30. b9a23f4 clients/editor.c: Draw cursor at correct verical position by Peter Maatman · 12 years ago
  31. 08c38d4 clients/editor.c: Ignore ESC key by Peter Maatman · 12 years ago
  32. b08b329 editor: Fix segfault when deleting the first character by Daiki Ueno · 12 years ago
  33. 8ccb7cc editor: Do not commit/preedit after invalid delete by Jan Arne Petersen · 12 years ago
  34. 895a128 editor: Improve checks on delete add asserts by Jan Arne Petersen · 12 years ago
  35. 9eaa8e5 editor: Properly adjust cursor on delete by Jan Arne Petersen · 12 years ago
  36. a96953d editor: Support deleting text in preedit_string by Jan Arne Petersen · 12 years ago
  37. 1c45b4a editor: Fix text selection by Jan Arne Petersen · 12 years ago
  38. a0868a2 editor: Removed unused utf8_characters() function by Kristian Høgsberg · 12 years ago
  39. 6851686 editor: Fix some offsets for multi-byte characters by Jan Arne Petersen · 12 years ago
  40. 62ece76 text: Rename text_input to wl_text_input by Jan Arne Petersen · 12 years ago
  41. 919bc14 text: delete text on commit_string by Jan Arne Petersen · 12 years ago
  42. 00191c7 text: Fix serial handling by Jan Arne Petersen · 12 years ago
  43. fe89e71 editor: Send cursor position to the input method by Jan Arne Petersen · 12 years ago
  44. dfd3446 editor: Only delete on backspace key released by Jan Arne Petersen · 12 years ago
  45. 78d00e4 text: Rename text_model to text_input by Jan Arne Petersen · 12 years ago
  46. 7ef8eff text: Order requests and events in a nice way by Jan Arne Petersen · 12 years ago
  47. fa35738 text: rename text_model::commit to commit_state by Jan Arne Petersen · 12 years ago
  48. 08015b6 editor: Reset text model on reset by Jan Arne Petersen · 12 years ago
  49. 9d41913 text: Add example for language/text direction by Jan Arne Petersen · 12 years ago
  50. ece6b5a text: Add language and text-direction to protocol by Jan Arne Petersen · 12 years ago
  51. 4172f66 Pass argc pointer to parse_options() by Kristian Høgsberg · 12 years ago
  52. 1cc9e08 text: Split out cursor_position by Jan Arne Petersen · 12 years ago
  53. 6138197 text: Add show/hide_input_panel requests by Jan Arne Petersen · 12 years ago
  54. 0eabcaa text: Add commit request by Jan Arne Petersen · 12 years ago
  55. f255165 text: Remove unused requests/events by Jan Arne Petersen · 12 years ago
  56. 3fb6e71 editor: Add support for backspace keysym events by Jan Arne Petersen · 12 years ago
  57. 3489ba9 editor: add support for invoke_action by Jan Arne Petersen · 12 years ago
  58. 0558a93 editor: Add content type example by Jan Arne Petersen · 12 years ago
  59. 0a1cf39 editor: add support for pre-edit styling by Jan Arne Petersen · 12 years ago
  60. 4a17fae editor: support commit on reset by Jan Arne Petersen · 12 years ago
  61. c7d2a98 text: add serial argument to text protocol by Jan Arne Petersen · 12 years ago
  62. 4653531 text: add pre-edit styling support to protocol by Jan Arne Petersen · 12 years ago
  63. 9d1d32b editor: Add support for editing text using the keyboard by Rob Bradford · 13 years ago
  64. cd99706 text: Send more information with keysym events by Jan Arne Petersen · 13 years ago
  65. d9be93b text: Rename and extend text_model key event by Jan Arne Petersen · 13 years ago
  66. 8083e01 editor: Remove preedit text on startup by Jan Arne Petersen · 13 years ago
  67. 25f6db5 editor: Initalize editor struct with 0 by Jan Arne Petersen · 13 years ago
  68. 6345faa editor: Fix handling of UTF-8 text by Jan Arne Petersen · 13 years ago
  69. 011a1ce Remove some dead code. by John Kåre Alsaker · 13 years ago
  70. fa80e11 Update to new fd and wl_registry APIs by Kristian Høgsberg · 13 years ago
  71. 70f8367 editor: more intuitive cursor positioning by Philipp Brüschweiler · 13 years ago
  72. 9f897c7 editor: take text offset into account when computing cursor position by Philipp Brüschweiler · 13 years ago
  73. b8911dc editor: make selection a lighter shade of blue, much easier to read by Philipp Brüschweiler · 13 years ago
  74. 237358b editor: fix assert to take preedit string into account by Philipp Brüschweiler · 13 years ago
  75. 680275f text: Rename de/activate to enter/leave by Jan Arne Petersen · 13 years ago
  76. 80ad1a9 editor: Fix selection anchor on text deletion by Jan Arne Petersen · 13 years ago
  77. e386dd2 editor: Delete selected text before adding new by Jan Arne Petersen · 13 years ago
  78. 8aba11d editor, keyboard: Add support for arrow keys by Jan Arne Petersen · 13 years ago
  79. c1e481e text: Add reset requets to protocol by Jan Arne Petersen · 13 years ago
  80. ce8a443 text: Add support for control keys to the protocol by Jan Arne Petersen · 13 years ago
  81. e202bae text: Add delete_surrounding_text to protocol by Jan Arne Petersen · 13 years ago
  82. 43f4aa8 text: Add support for pre-edit string by Jan Arne Petersen · 13 years ago
  83. cb08f4d text: Fix set_surrounding_text request by Jan Arne Petersen · 13 years ago
  84. c1fbcb7 editor: Add support for setting a preedit by Jan Arne Petersen · 13 years ago
  85. 0e5bd45 editor: Add support for selection by Jan Arne Petersen · 13 years ago
  86. 09e7c96 editor: Insert commit-string at cursor by Jan Arne Petersen · 13 years ago
  87. 7e634a0 editor: Add support for cursor by Jan Arne Petersen · 13 years ago
  88. b9eb02c editor: Extract text handling into text_layout by Jan Arne Petersen · 13 years ago
  89. f80bc06 editor: Make text_entry a widget by Jan Arne Petersen · 13 years ago
  90. 4c26518 text: Remove surface arg in create_text_model by Jan Arne Petersen · 13 years ago
  91. e829adc text: Assign text_model to a wl_seat by Jan Arne Petersen · 13 years ago
  92. de3b6a1 text: Add activate/deactivate events by Jan Arne Petersen · 13 years ago
  93. 5196374 text: Rename text_model_manager to factory by Jan Arne Petersen · 13 years ago
  94. 72f6082 text: Add missing callbacks for text_model events by Jan Arne Petersen · 13 years ago
  95. f25602b Extract the text_model_manager interface from input_method by Philipp Brüschweiler · 13 years ago
  96. 591cfca editor: deactivate old text model before activating the new one by Philipp Brüschweiler · 13 years ago
  97. cba9e47 text: Add example clients for text protocol by Jan Arne Petersen · 13 years ago