summaryrefslogtreecommitdiff
path: root/src/text-backend.c
Commit message (Expand)AuthorAgeFilesLines
* Use input method protocol from wayland-protocolsJonas Ådahl2015-11-191-13/+16
* Use text input protocol from wayland-protocolsJonas Ådahl2015-11-191-27/+29
* text: Switch to weston_client_start instead of weston_client_launchDerek Foreman2015-09-241-18/+29
* text: Don't track binding in struct text_backendDerek Foreman2015-09-241-9/+0
* text: Launch input method in text_backend_initDerek Foreman2015-09-241-2/+2
* input: Don't test keyboard/pointer/touch pointersDerek Foreman2015-07-311-8/+11
* text-backend: Replace focus_listener_initialized with a boolDerek Foreman2015-07-161-3/+3
* text_backend: make destructor call explicitPekka Paalanen2015-06-261-13/+5
* text: cleanup text backend styleMurray Calavera2015-06-161-59/+98
* Unified multiple definitions of container_of() macro.Jon Cruz2015-06-151-0/+1
* src: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington2015-06-151-16/+19
* don't attempt to start input method if path is emptyMurray Calavera2015-06-111-0/+3
* text: handle existing seats on initMurray Calavera2015-06-111-9/+18
* text-input: Replace model with inputDerek Foreman2015-05-081-35/+35
* text: Fix text-input for multi-seatDerek Foreman2015-05-081-28/+48
* text: Don't crash if a seat has no keyboardDerek Foreman2014-12-161-6/+10
* text: Use bool for input_panel_visibleDerek Foreman2014-12-151-3/+4
* text: Remove unused linked list from input_method_contextDerek Foreman2014-12-151-2/+0
* text: Fix coding styleDerek Foreman2014-12-151-4/+7
* Use zalloc instead of calloc(1, ...)Bryce Harrington2014-11-281-5/+13
* fix asprintf warningsPekka Paalanen2014-09-051-2/+5
* tests: allow running make check without make installDerek Foreman2014-08-221-1/+5
* Don't bother destroying resources after sending an errorJasper St. Pierre2014-08-081-2/+0
* text: Set context->model to NULL when we deactivate text inputKristian Høgsberg2014-01-131-11/+30
* input: Move the xkb fields from weston_seat to weston_keyboardJonas Ådahl2013-12-031-2/+2
* Add cancel function to grab interfacesJonas Ådahl2013-10-281-0/+7
* Copying xkb_info when creating a seat causes problemsAndrew Wedgbury2013-09-111-2/+2
* text-backend: remove the weston_seat destruction listener on destroyRob Bradford2013-07-291-0/+1
* Convert to wl_global_create/destroy()Kristian Høgsberg2013-07-091-10/+7
* Use wl_resource_create() for creating resourcesJason Ekstrand2013-07-031-23/+26
* compositor: Remove double free()s in resource destructorsKristian Høgsberg2013-06-251-4/+0
* input: Use wl_resource_get accessor functions for resourcesJason Ekstrand2013-06-141-2/+2
* text-backend: Change resources to wl_resource pointersJason Ekstrand2013-06-141-72/+76
* Use wl_resource_get_user_data for weston_surface resourcesJason Ekstrand2013-06-141-1/+1
* Change weston_surface.resource to a wl_resource pointer.Jason Ekstrand2013-06-121-1/+1
* text: Fix misleading error messageEduardo Lima (Etrunko)2013-06-071-1/+1
* configure.ac: Enable AC_USE_SYSTEM_EXTENSIONSDaniel Stone2013-06-051-0/+2
* text-backend: Use new config parserKristian Høgsberg2013-05-231-18/+6
* text: Respawn input method process if it exitsEduardo Lima (Etrunko)2013-05-141-0/+23
* config-parser: Honor XDG_CONFIG_DIRSOssama Othman2013-05-141-4/+5
* compositor: Adapt to wl_surface going awayKristian Høgsberg2013-05-081-2/+2
* input: Eliminate weston_seat::has_pointer/keyboard/touchKristian Høgsberg2013-05-071-1/+1
* input: Merge wl_seat into weston_seatKristian Høgsberg2013-05-071-6/+7
* input: Remove wl_seat destroy signalKristian Høgsberg2013-05-061-1/+1
* fold wl_keyboard into weston_keyboardKristian Høgsberg2013-05-061-16/+16
* text: Rename input_method to wl_input_methodJan Arne Petersen2013-05-021-22/+22
* text: Rename text_input to wl_text_inputJan Arne Petersen2013-05-021-17/+17
* text: Fix serial handlingJan Arne Petersen2013-05-021-20/+13
* text: Only allow input-method started by weston to bindJan Arne Petersen2013-05-021-7/+14
* text: Add support for panels following the cursorJan Arne Petersen2013-05-021-4/+19