1. 649bbce include stdint.h for int32_t/uint32_t by Jussi Kukkonen · 9 years ago
  2. ea0316a keyboard: Only set toplevel when there is a valid output by Armin Krezović · 9 years ago
  3. e99e4bf clients & tests: Unify multiple definitions of x*alloc and related functions by Bryce Harrington · 9 years ago
  4. b57f472 Use input method protocol from wayland-protocols by Jonas Ådahl · 10 years ago
  5. 3bcba34 Use text input protocol from wayland-protocols by Jonas Ådahl · 10 years ago
  6. 1f6b0d1 clients: Update boilerplate from MIT X11 license to MIT Expat licenses by Bryce Harrington · 10 years ago
  7. 2a18a52 remove trailing whitespaces by Michael Vetter · 10 years ago
  8. 814f0ee keyboard: do not crash when input panel is not available by Olivier Blin · 11 years ago
  9. 762b231 clients: Initialize label in keyboard handling code by Bryce W. Harrington · 11 years ago
  10. 301f06b keyboard: add the missing symbols layout, fix arabic layout by Manuel Bachmann · 11 years ago
  11. 9cd661e Make sure config.h is included before any system headers by Andrew Wedgbury · 11 years ago
  12. d6d3b37 keyboard: Make debug output less verbose by Kristian Høgsberg · 11 years ago
  13. 700d6ad keyboard: Don't strcat() into a strdup()ed string by Kristian Høgsberg · 11 years ago
  14. a548b4b keyboard: Fix insert_text() string utility by Kristian Høgsberg · 11 years ago
  15. ef9c8eb keyboard: Handle touch up event by Kristian Høgsberg · 11 years ago
  16. a8e627f keyboard: Add rudimentary touch support to keyboard. by Brian J Lovin · 12 years ago
  17. 20ffdff keyboard: Don't use next_utf8_char() to go back where we came from by Kristian Høgsberg · 12 years ago
  18. f3d6227 malloc + memset -> zalloc by Peter Hutterer · 12 years ago
  19. bc91926 clients: use xmalloc in more places by Brian Lovin · 12 years ago
  20. d8aa332 keyboard: Fix offsets when deleting text by Jan Arne Petersen · 12 years ago
  21. cc75ec1 text: Rename input_method to wl_input_method by Jan Arne Petersen · 12 years ago
  22. 62ece76 text: Rename text_input to wl_text_input by Jan Arne Petersen · 12 years ago
  23. 8f2f764 keyboard: Remove unneded calls by Jan Arne Petersen · 12 years ago
  24. 919bc14 text: delete text on commit_string by Jan Arne Petersen · 12 years ago
  25. 00191c7 text: Fix serial handling by Jan Arne Petersen · 12 years ago
  26. 7cd29e1 text: Add output argument to set_toplevel by Jan Arne Petersen · 12 years ago
  27. 85ecaa5 text: Add "none" preedit-style by Jan Arne Petersen · 12 years ago
  28. 78d00e4 text: Rename text_model to text_input by Jan Arne Petersen · 12 years ago
  29. b8b76a6 keyboard: Reset state on activate by Jan Arne Petersen · 12 years ago
  30. 9d41913 text: Add example for language/text direction by Jan Arne Petersen · 12 years ago
  31. ece6b5a text: Add language and text-direction to protocol by Jan Arne Petersen · 12 years ago
  32. 4172f66 Pass argc pointer to parse_options() by Kristian Høgsberg · 12 years ago
  33. 1cc9e08 text: Split out cursor_position by Jan Arne Petersen · 12 years ago
  34. 0eabcaa text: Add commit request by Jan Arne Petersen · 12 years ago
  35. ffbb20f text: Move input_panel interface to input-method by Jan Arne Petersen · 12 years ago
  36. 2dc3b3f keyboard: add support for invoke_action by Jan Arne Petersen · 12 years ago
  37. e475f29 keyboard: Add support for a numeric layout by Jan Arne Petersen · 12 years ago
  38. 49a3fb3 keyboard: Add support for pre-edit styling by Jan Arne Petersen · 12 years ago
  39. c7d2a98 text: add serial argument to text protocol by Jan Arne Petersen · 12 years ago
  40. 4653531 text: add pre-edit styling support to protocol by Jan Arne Petersen · 12 years ago
  41. cd99706 text: Send more information with keysym events by Jan Arne Petersen · 13 years ago
  42. d9be93b text: Rename and extend text_model key event by Jan Arne Petersen · 13 years ago
  43. 5ec05fb keyboard: commit preedit before sending key events by Jan Arne Petersen · 13 years ago
  44. fa80e11 Update to new fd and wl_registry APIs by Kristian Høgsberg · 13 years ago
  45. 053fe76 keyboard: Avoid access beyond end off buffer by Rob Bradford · 13 years ago
  46. 633c83d keyboard: Allow backspace for pre-edit text by Jan Arne Petersen · 13 years ago
  47. 8aba11d editor, keyboard: Add support for arrow keys by Jan Arne Petersen · 13 years ago
  48. c1e481e text: Add reset requets to protocol by Jan Arne Petersen · 13 years ago
  49. ce8a443 text: Add support for control keys to the protocol by Jan Arne Petersen · 13 years ago
  50. e202bae text: Add delete_surrounding_text to protocol by Jan Arne Petersen · 13 years ago
  51. 43f4aa8 text: Add support for pre-edit string by Jan Arne Petersen · 13 years ago
  52. 892f1c3 keyboard: Use a qwerty virtual keyboard layout by Jan Arne Petersen · 13 years ago
  53. 30b66ef text: Split text and input-method protocols by Jan Arne Petersen · 13 years ago
  54. cb08f4d text: Fix set_surrounding_text request by Jan Arne Petersen · 13 years ago
  55. 620cd62 text: Introduce input_method_context interface by Jan Arne Petersen · 13 years ago
  56. 0636ac3 shell: Make input_panel just a regular wl_surface by Kristian Høgsberg · 13 years ago
  57. cba9e47 text: Add example clients for text protocol by Jan Arne Petersen · 13 years ago