1. 966e3ed editor: Add missing touch-to-activate for the entries by Kristian Høgsberg · 12 years ago
  2. 7885890 editor: Add keyboard_focus handler to schedule repaint by Kristian Høgsberg · 12 years ago
  3. ee7fefc Rename frame_create and frame_set_child_size with a window_ prefix by Jason Ekstrand · 12 years ago
  4. bc91926 clients: use xmalloc in more places by Brian Lovin · 12 years ago
  5. 7000283 editor: Support shift-left/right for selecting text by Rob Bradford · 12 years ago
  6. b9a23f4 clients/editor.c: Draw cursor at correct verical position by Peter Maatman · 12 years ago
  7. 08c38d4 clients/editor.c: Ignore ESC key by Peter Maatman · 12 years ago
  8. b08b329 editor: Fix segfault when deleting the first character by Daiki Ueno · 12 years ago
  9. 8ccb7cc editor: Do not commit/preedit after invalid delete by Jan Arne Petersen · 12 years ago
  10. 895a128 editor: Improve checks on delete add asserts by Jan Arne Petersen · 12 years ago
  11. 9eaa8e5 editor: Properly adjust cursor on delete by Jan Arne Petersen · 12 years ago
  12. a96953d editor: Support deleting text in preedit_string by Jan Arne Petersen · 12 years ago
  13. 1c45b4a editor: Fix text selection by Jan Arne Petersen · 12 years ago
  14. a0868a2 editor: Removed unused utf8_characters() function by Kristian Høgsberg · 12 years ago
  15. 6851686 editor: Fix some offsets for multi-byte characters by Jan Arne Petersen · 12 years ago
  16. 62ece76 text: Rename text_input to wl_text_input by Jan Arne Petersen · 12 years ago
  17. 919bc14 text: delete text on commit_string by Jan Arne Petersen · 12 years ago
  18. 00191c7 text: Fix serial handling by Jan Arne Petersen · 12 years ago
  19. fe89e71 editor: Send cursor position to the input method by Jan Arne Petersen · 12 years ago
  20. dfd3446 editor: Only delete on backspace key released by Jan Arne Petersen · 12 years ago
  21. 78d00e4 text: Rename text_model to text_input by Jan Arne Petersen · 12 years ago
  22. 7ef8eff text: Order requests and events in a nice way by Jan Arne Petersen · 12 years ago
  23. fa35738 text: rename text_model::commit to commit_state by Jan Arne Petersen · 12 years ago
  24. 08015b6 editor: Reset text model on reset by Jan Arne Petersen · 12 years ago
  25. 9d41913 text: Add example for language/text direction by Jan Arne Petersen · 12 years ago
  26. ece6b5a text: Add language and text-direction to protocol by Jan Arne Petersen · 12 years ago
  27. 4172f66 Pass argc pointer to parse_options() by Kristian Høgsberg · 12 years ago
  28. 1cc9e08 text: Split out cursor_position by Jan Arne Petersen · 13 years ago
  29. 6138197 text: Add show/hide_input_panel requests by Jan Arne Petersen · 13 years ago
  30. 0eabcaa text: Add commit request by Jan Arne Petersen · 13 years ago
  31. f255165 text: Remove unused requests/events by Jan Arne Petersen · 13 years ago
  32. 3fb6e71 editor: Add support for backspace keysym events by Jan Arne Petersen · 13 years ago
  33. 3489ba9 editor: add support for invoke_action by Jan Arne Petersen · 13 years ago
  34. 0558a93 editor: Add content type example by Jan Arne Petersen · 13 years ago
  35. 0a1cf39 editor: add support for pre-edit styling by Jan Arne Petersen · 13 years ago
  36. 4a17fae editor: support commit on reset by Jan Arne Petersen · 13 years ago
  37. c7d2a98 text: add serial argument to text protocol by Jan Arne Petersen · 13 years ago
  38. 4653531 text: add pre-edit styling support to protocol by Jan Arne Petersen · 13 years ago
  39. 9d1d32b editor: Add support for editing text using the keyboard by Rob Bradford · 13 years ago
  40. cd99706 text: Send more information with keysym events by Jan Arne Petersen · 13 years ago
  41. d9be93b text: Rename and extend text_model key event by Jan Arne Petersen · 13 years ago
  42. 8083e01 editor: Remove preedit text on startup by Jan Arne Petersen · 13 years ago
  43. 25f6db5 editor: Initalize editor struct with 0 by Jan Arne Petersen · 13 years ago
  44. 6345faa editor: Fix handling of UTF-8 text by Jan Arne Petersen · 13 years ago
  45. 011a1ce Remove some dead code. by John Kåre Alsaker · 13 years ago
  46. fa80e11 Update to new fd and wl_registry APIs by Kristian Høgsberg · 13 years ago
  47. 70f8367 editor: more intuitive cursor positioning by Philipp Brüschweiler · 13 years ago
  48. 9f897c7 editor: take text offset into account when computing cursor position by Philipp Brüschweiler · 13 years ago
  49. b8911dc editor: make selection a lighter shade of blue, much easier to read by Philipp Brüschweiler · 13 years ago
  50. 237358b editor: fix assert to take preedit string into account by Philipp Brüschweiler · 13 years ago
  51. 680275f text: Rename de/activate to enter/leave by Jan Arne Petersen · 13 years ago
  52. 80ad1a9 editor: Fix selection anchor on text deletion by Jan Arne Petersen · 13 years ago
  53. e386dd2 editor: Delete selected text before adding new by Jan Arne Petersen · 13 years ago
  54. 8aba11d editor, keyboard: Add support for arrow keys by Jan Arne Petersen · 13 years ago
  55. c1e481e text: Add reset requets to protocol by Jan Arne Petersen · 13 years ago
  56. ce8a443 text: Add support for control keys to the protocol by Jan Arne Petersen · 13 years ago
  57. e202bae text: Add delete_surrounding_text to protocol by Jan Arne Petersen · 13 years ago
  58. 43f4aa8 text: Add support for pre-edit string by Jan Arne Petersen · 13 years ago
  59. cb08f4d text: Fix set_surrounding_text request by Jan Arne Petersen · 13 years ago
  60. c1fbcb7 editor: Add support for setting a preedit by Jan Arne Petersen · 13 years ago
  61. 0e5bd45 editor: Add support for selection by Jan Arne Petersen · 13 years ago
  62. 09e7c96 editor: Insert commit-string at cursor by Jan Arne Petersen · 13 years ago
  63. 7e634a0 editor: Add support for cursor by Jan Arne Petersen · 13 years ago
  64. b9eb02c editor: Extract text handling into text_layout by Jan Arne Petersen · 13 years ago
  65. f80bc06 editor: Make text_entry a widget by Jan Arne Petersen · 13 years ago
  66. 4c26518 text: Remove surface arg in create_text_model by Jan Arne Petersen · 13 years ago
  67. e829adc text: Assign text_model to a wl_seat by Jan Arne Petersen · 13 years ago
  68. de3b6a1 text: Add activate/deactivate events by Jan Arne Petersen · 13 years ago
  69. 5196374 text: Rename text_model_manager to factory by Jan Arne Petersen · 13 years ago
  70. 72f6082 text: Add missing callbacks for text_model events by Jan Arne Petersen · 13 years ago
  71. f25602b Extract the text_model_manager interface from input_method by Philipp Brüschweiler · 13 years ago
  72. 591cfca editor: deactivate old text model before activating the new one by Philipp Brüschweiler · 13 years ago
  73. cba9e47 text: Add example clients for text protocol by Jan Arne Petersen · 13 years ago