1. f0aaa41 text: Don't crash if a seat has no keyboard by Derek Foreman · 11 years ago
  2. d09dbb3 text: Use bool for input_panel_visible by Derek Foreman · 11 years ago
  3. b1c32f6 text: Remove unused linked list from input_method_context by Derek Foreman · 11 years ago
  4. cb5fcea text: Fix coding style by Derek Foreman · 11 years ago
  5. de16d89 Use zalloc instead of calloc(1, ...) by Bryce Harrington · 11 years ago
  6. 974c094 fix asprintf warnings by Pekka Paalanen · 11 years ago
  7. c721043 tests: allow running make check without make install by Derek Foreman · 11 years ago
  8. c91408f Don't bother destroying resources after sending an error by Jasper St. Pierre · 11 years ago
  9. c180977 text: Set context->model to NULL when we deactivate text input by Kristian Høgsberg · 12 years ago
  10. 7395ea0 input: Move the xkb fields from weston_seat to weston_keyboard by Jonas Ådahl · 12 years ago
  11. 1ea343e Add cancel function to grab interfaces by Jonas Ådahl · 12 years ago
  12. 9a6f02a Copying xkb_info when creating a seat causes problems by Andrew Wedgbury · 12 years ago
  13. ead3ef8 text-backend: remove the weston_seat destruction listener on destroy by Rob Bradford · 12 years ago
  14. 919cddb Convert to wl_global_create/destroy() by Kristian Høgsberg · 12 years ago
  15. a85118c Use wl_resource_create() for creating resources by Jason Ekstrand · 12 years ago
  16. 6c8d778 compositor: Remove double free()s in resource destructors by Kristian Høgsberg · 12 years ago
  17. 44a3863 input: Use wl_resource_get accessor functions for resources by Jason Ekstrand · 12 years ago
  18. 89d3199 text-backend: Change resources to wl_resource pointers by Jason Ekstrand · 12 years ago
  19. 0f2ef7e Use wl_resource_get_user_data for weston_surface resources by Jason Ekstrand · 12 years ago
  20. 26ed73c Change weston_surface.resource to a wl_resource pointer. by Jason Ekstrand · 12 years ago
  21. a2ce68f text: Fix misleading error message by Eduardo Lima (Etrunko) · 12 years ago
  22. c228e23 configure.ac: Enable AC_USE_SYSTEM_EXTENSIONS by Daniel Stone · 12 years ago
  23. 00fd7b8 text-backend: Use new config parser by Kristian Høgsberg · 12 years ago
  24. 2733700 text: Respawn input method process if it exits by Eduardo Lima (Etrunko) · 12 years ago
  25. a50e6e4 config-parser: Honor XDG_CONFIG_DIRS by Ossama Othman · 12 years ago
  26. fe7aa90 compositor: Adapt to wl_surface going away by Kristian Høgsberg · 12 years ago
  27. 2bf8762 input: Eliminate weston_seat::has_pointer/keyboard/touch by Kristian Høgsberg · 12 years ago
  28. e314875 input: Merge wl_seat into weston_seat by Kristian Høgsberg · 12 years ago
  29. 4912454 input: Remove wl_seat destroy signal by Kristian Høgsberg · 12 years ago
  30. 29139d4 fold wl_keyboard into weston_keyboard by Kristian Høgsberg · 12 years ago
  31. cc75ec1 text: Rename input_method to wl_input_method by Jan Arne Petersen · 12 years ago
  32. 62ece76 text: Rename text_input to wl_text_input by Jan Arne Petersen · 12 years ago
  33. 00191c7 text: Fix serial handling by Jan Arne Petersen · 12 years ago
  34. b41531a text: Only allow input-method started by weston to bind by Jan Arne Petersen · 12 years ago
  35. 14da96b text: Add support for panels following the cursor by Jan Arne Petersen · 12 years ago
  36. 78d00e4 text: Rename text_model to text_input by Jan Arne Petersen · 12 years ago
  37. 7ef8eff text: Order requests and events in a nice way by Jan Arne Petersen · 12 years ago
  38. fa35738 text: rename text_model::commit to commit_state by Jan Arne Petersen · 12 years ago
  39. ece6b5a text: Add language and text-direction to protocol by Jan Arne Petersen · 12 years ago
  40. 1cc9e08 text: Split out cursor_position by Jan Arne Petersen · 13 years ago
  41. 6138197 text: Add show/hide_input_panel requests by Jan Arne Petersen · 13 years ago
  42. 0eabcaa text: Add commit request by Jan Arne Petersen · 13 years ago
  43. f255165 text: Remove unused requests/events by Jan Arne Petersen · 13 years ago
  44. a75a789 text: fix weston key bindings with input methods by Jan Arne Petersen · 13 years ago
  45. adfedc1 text: add support for invoke_action request by Jan Arne Petersen · 13 years ago
  46. 26ffa81 text: Add content type support to text protocol by Jan Arne Petersen · 13 years ago
  47. c7d2a98 text: add serial argument to text protocol by Jan Arne Petersen · 13 years ago
  48. 4653531 text: add pre-edit styling support to protocol by Jan Arne Petersen · 13 years ago
  49. 337df95 text: Add support for forwarding key events by Jan Arne Petersen · 13 years ago
  50. 466b9c1 text: Add support for grabbing the keyboard by Jan Arne Petersen · 13 years ago
  51. d9be93b text: Rename and extend text_model key event by Jan Arne Petersen · 13 years ago
  52. 674fd1d text: Start input method from configuration by Jan Arne Petersen · 13 years ago
  53. 680275f text: Rename de/activate to enter/leave by Jan Arne Petersen · 13 years ago
  54. c1e481e text: Add reset requets to protocol by Jan Arne Petersen · 13 years ago
  55. ce8a443 text: Add support for control keys to the protocol by Jan Arne Petersen · 13 years ago
  56. e202bae text: Add delete_surrounding_text to protocol by Jan Arne Petersen · 13 years ago
  57. 43f4aa8 text: Add support for pre-edit string by Jan Arne Petersen · 13 years ago
  58. 30b66ef text: Split text and input-method protocols by Jan Arne Petersen · 13 years ago
  59. cb08f4d text: Fix set_surrounding_text request by Jan Arne Petersen · 13 years ago
  60. 620cd62 text: Introduce input_method_context interface by Jan Arne Petersen · 13 years ago
  61. b13b9ff text: Have only one text_model_factory by Philipp Brüschweiler · 13 years ago
  62. 4c26518 text: Remove surface arg in create_text_model by Jan Arne Petersen · 13 years ago
  63. cd8cdcc text: Deactivate text_model on keyboard focus lost by Jan Arne Petersen · 13 years ago
  64. e829adc text: Assign text_model to a wl_seat by Jan Arne Petersen · 13 years ago
  65. de3b6a1 text: Add activate/deactivate events by Jan Arne Petersen · 13 years ago
  66. 5196374 text: Rename text_model_manager to factory by Jan Arne Petersen · 13 years ago
  67. f25602b Extract the text_model_manager interface from input_method by Philipp Brüschweiler · 13 years ago
  68. f97f379 text-backend.c: Whitespace fixes by Kristian Høgsberg · 13 years ago
  69. 1746781 text-backend: minor fixes by Philipp Brüschweiler · 13 years ago
  70. 1f17be4 text: Add input_method and text_model interfaces by Jan Arne Petersen · 13 years ago