1. 97863d6 text-input: Clear out context->input pointer by Daniel Stone · 9 years ago
  2. 649bbce include stdint.h for int32_t/uint32_t by Jussi Kukkonen · 9 years ago
  3. 58f98c9 Move weston source to compositor/ by Pekka Paalanen · 9 years ago[Renamed from src/text-backend.c]
  4. d52f3b7 compositor: remove the weston_config field in weston_compositor by Giulio Camuffo · 9 years ago
  5. fba27fb Move the functions launching clients to main.c by Giulio Camuffo · 9 years ago
  6. b57f472 Use input method protocol from wayland-protocols by Jonas Ådahl · 10 years ago
  7. 3bcba34 Use text input protocol from wayland-protocols by Jonas Ådahl · 10 years ago
  8. 89dcea9 text: Switch to weston_client_start instead of weston_client_launch by Derek Foreman · 10 years ago
  9. e821ce6 text: Don't track binding in struct text_backend by Derek Foreman · 10 years ago
  10. b4bacd2 text: Launch input method in text_backend_init by Derek Foreman · 10 years ago
  11. 1281a36 input: Don't test keyboard/pointer/touch pointers by Derek Foreman · 10 years ago
  12. ddc2c97 text-backend: Replace focus_listener_initialized with a bool by Derek Foreman · 10 years ago
  13. aa9536a text_backend: make destructor call explicit by Pekka Paalanen · 10 years ago
  14. 972d1af text: cleanup text backend style by Murray Calavera · 10 years ago
  15. 867d50e Unified multiple definitions of container_of() macro. by Jon Cruz · 10 years ago
  16. a0bbfea src: Update boilerplate from MIT X11 license to MIT Expat license by Bryce Harrington · 10 years ago
  17. f65f89b don't attempt to start input method if path is empty by Murray Calavera · 10 years ago
  18. 2588124 text: handle existing seats on init by Murray Calavera · 10 years ago
  19. 0f29923 text-input: Replace model with input by Derek Foreman · 10 years ago
  20. 516d603 text: Fix text-input for multi-seat by Derek Foreman · 10 years ago
  21. f0aaa41 text: Don't crash if a seat has no keyboard by Derek Foreman · 11 years ago
  22. d09dbb3 text: Use bool for input_panel_visible by Derek Foreman · 11 years ago
  23. b1c32f6 text: Remove unused linked list from input_method_context by Derek Foreman · 11 years ago
  24. cb5fcea text: Fix coding style by Derek Foreman · 11 years ago
  25. de16d89 Use zalloc instead of calloc(1, ...) by Bryce Harrington · 11 years ago
  26. 974c094 fix asprintf warnings by Pekka Paalanen · 11 years ago
  27. c721043 tests: allow running make check without make install by Derek Foreman · 11 years ago
  28. c91408f Don't bother destroying resources after sending an error by Jasper St. Pierre · 11 years ago
  29. c180977 text: Set context->model to NULL when we deactivate text input by Kristian Høgsberg · 11 years ago
  30. 7395ea0 input: Move the xkb fields from weston_seat to weston_keyboard by Jonas Ådahl · 12 years ago
  31. 1ea343e Add cancel function to grab interfaces by Jonas Ådahl · 12 years ago
  32. 9a6f02a Copying xkb_info when creating a seat causes problems by Andrew Wedgbury · 12 years ago
  33. ead3ef8 text-backend: remove the weston_seat destruction listener on destroy by Rob Bradford · 12 years ago
  34. 919cddb Convert to wl_global_create/destroy() by Kristian Høgsberg · 12 years ago
  35. a85118c Use wl_resource_create() for creating resources by Jason Ekstrand · 12 years ago
  36. 6c8d778 compositor: Remove double free()s in resource destructors by Kristian Høgsberg · 12 years ago
  37. 44a3863 input: Use wl_resource_get accessor functions for resources by Jason Ekstrand · 12 years ago
  38. 89d3199 text-backend: Change resources to wl_resource pointers by Jason Ekstrand · 12 years ago
  39. 0f2ef7e Use wl_resource_get_user_data for weston_surface resources by Jason Ekstrand · 12 years ago
  40. 26ed73c Change weston_surface.resource to a wl_resource pointer. by Jason Ekstrand · 12 years ago
  41. a2ce68f text: Fix misleading error message by Eduardo Lima (Etrunko) · 12 years ago
  42. c228e23 configure.ac: Enable AC_USE_SYSTEM_EXTENSIONS by Daniel Stone · 12 years ago
  43. 00fd7b8 text-backend: Use new config parser by Kristian Høgsberg · 12 years ago
  44. 2733700 text: Respawn input method process if it exits by Eduardo Lima (Etrunko) · 12 years ago
  45. a50e6e4 config-parser: Honor XDG_CONFIG_DIRS by Ossama Othman · 12 years ago
  46. fe7aa90 compositor: Adapt to wl_surface going away by Kristian Høgsberg · 12 years ago
  47. 2bf8762 input: Eliminate weston_seat::has_pointer/keyboard/touch by Kristian Høgsberg · 12 years ago
  48. e314875 input: Merge wl_seat into weston_seat by Kristian Høgsberg · 12 years ago
  49. 4912454 input: Remove wl_seat destroy signal by Kristian Høgsberg · 12 years ago
  50. 29139d4 fold wl_keyboard into weston_keyboard by Kristian Høgsberg · 12 years ago
  51. cc75ec1 text: Rename input_method to wl_input_method by Jan Arne Petersen · 12 years ago
  52. 62ece76 text: Rename text_input to wl_text_input by Jan Arne Petersen · 12 years ago
  53. 00191c7 text: Fix serial handling by Jan Arne Petersen · 12 years ago
  54. b41531a text: Only allow input-method started by weston to bind by Jan Arne Petersen · 12 years ago
  55. 14da96b text: Add support for panels following the cursor by Jan Arne Petersen · 12 years ago
  56. 78d00e4 text: Rename text_model to text_input by Jan Arne Petersen · 12 years ago
  57. 7ef8eff text: Order requests and events in a nice way by Jan Arne Petersen · 12 years ago
  58. fa35738 text: rename text_model::commit to commit_state by Jan Arne Petersen · 12 years ago
  59. ece6b5a text: Add language and text-direction to protocol by Jan Arne Petersen · 12 years ago
  60. 1cc9e08 text: Split out cursor_position by Jan Arne Petersen · 12 years ago
  61. 6138197 text: Add show/hide_input_panel requests by Jan Arne Petersen · 12 years ago
  62. 0eabcaa text: Add commit request by Jan Arne Petersen · 12 years ago
  63. f255165 text: Remove unused requests/events by Jan Arne Petersen · 12 years ago
  64. a75a789 text: fix weston key bindings with input methods by Jan Arne Petersen · 12 years ago
  65. adfedc1 text: add support for invoke_action request by Jan Arne Petersen · 12 years ago
  66. 26ffa81 text: Add content type support to text protocol by Jan Arne Petersen · 12 years ago
  67. c7d2a98 text: add serial argument to text protocol by Jan Arne Petersen · 12 years ago
  68. 4653531 text: add pre-edit styling support to protocol by Jan Arne Petersen · 12 years ago
  69. 337df95 text: Add support for forwarding key events by Jan Arne Petersen · 13 years ago
  70. 466b9c1 text: Add support for grabbing the keyboard by Jan Arne Petersen · 13 years ago
  71. d9be93b text: Rename and extend text_model key event by Jan Arne Petersen · 13 years ago
  72. 674fd1d text: Start input method from configuration by Jan Arne Petersen · 13 years ago
  73. 680275f text: Rename de/activate to enter/leave by Jan Arne Petersen · 13 years ago
  74. c1e481e text: Add reset requets to protocol by Jan Arne Petersen · 13 years ago
  75. ce8a443 text: Add support for control keys to the protocol by Jan Arne Petersen · 13 years ago
  76. e202bae text: Add delete_surrounding_text to protocol by Jan Arne Petersen · 13 years ago
  77. 43f4aa8 text: Add support for pre-edit string by Jan Arne Petersen · 13 years ago
  78. 30b66ef text: Split text and input-method protocols by Jan Arne Petersen · 13 years ago
  79. cb08f4d text: Fix set_surrounding_text request by Jan Arne Petersen · 13 years ago
  80. 620cd62 text: Introduce input_method_context interface by Jan Arne Petersen · 13 years ago
  81. b13b9ff text: Have only one text_model_factory by Philipp Brüschweiler · 13 years ago
  82. 4c26518 text: Remove surface arg in create_text_model by Jan Arne Petersen · 13 years ago
  83. cd8cdcc text: Deactivate text_model on keyboard focus lost by Jan Arne Petersen · 13 years ago
  84. e829adc text: Assign text_model to a wl_seat by Jan Arne Petersen · 13 years ago
  85. de3b6a1 text: Add activate/deactivate events by Jan Arne Petersen · 13 years ago
  86. 5196374 text: Rename text_model_manager to factory by Jan Arne Petersen · 13 years ago
  87. f25602b Extract the text_model_manager interface from input_method by Philipp Brüschweiler · 13 years ago
  88. f97f379 text-backend.c: Whitespace fixes by Kristian Høgsberg · 13 years ago
  89. 1746781 text-backend: minor fixes by Philipp Brüschweiler · 13 years ago
  90. 1f17be4 text: Add input_method and text_model interfaces by Jan Arne Petersen · 13 years ago