summaryrefslogtreecommitdiff
path: root/src/text-backend.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-19Use input method protocol from wayland-protocolsJonas Ådahl1-13/+16
2015-11-19Use text input protocol from wayland-protocolsJonas Ådahl1-27/+29
2015-09-24text: Switch to weston_client_start instead of weston_client_launchDerek Foreman1-18/+29
2015-09-24text: Don't track binding in struct text_backendDerek Foreman1-9/+0
2015-09-24text: Launch input method in text_backend_initDerek Foreman1-2/+2
2015-07-31input: Don't test keyboard/pointer/touch pointersDerek Foreman1-8/+11
2015-07-16text-backend: Replace focus_listener_initialized with a boolDerek Foreman1-3/+3
2015-06-26text_backend: make destructor call explicitPekka Paalanen1-13/+5
2015-06-16text: cleanup text backend styleMurray Calavera1-59/+98
2015-06-15Unified multiple definitions of container_of() macro.Jon Cruz1-0/+1
2015-06-15src: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington1-16/+19
2015-06-11don't attempt to start input method if path is emptyMurray Calavera1-0/+3
2015-06-11text: handle existing seats on initMurray Calavera1-9/+18
2015-05-08text-input: Replace model with inputDerek Foreman1-35/+35
2015-05-08text: Fix text-input for multi-seatDerek Foreman1-28/+48
2014-12-16text: Don't crash if a seat has no keyboardDerek Foreman1-6/+10
2014-12-15text: Use bool for input_panel_visibleDerek Foreman1-3/+4
2014-12-15text: Remove unused linked list from input_method_contextDerek Foreman1-2/+0
2014-12-15text: Fix coding styleDerek Foreman1-4/+7
2014-11-28Use zalloc instead of calloc(1, ...)Bryce Harrington1-5/+13
2014-09-05fix asprintf warningsPekka Paalanen1-2/+5
2014-08-22tests: allow running make check without make installDerek Foreman1-1/+5
2014-08-08Don't bother destroying resources after sending an errorJasper St. Pierre1-2/+0
2014-01-13text: Set context->model to NULL when we deactivate text inputKristian Høgsberg1-11/+30
2013-12-03input: Move the xkb fields from weston_seat to weston_keyboardJonas Ådahl1-2/+2
2013-10-28Add cancel function to grab interfacesJonas Ådahl1-0/+7
2013-09-11Copying xkb_info when creating a seat causes problemsAndrew Wedgbury1-2/+2
2013-07-29text-backend: remove the weston_seat destruction listener on destroyRob Bradford1-0/+1
2013-07-09Convert to wl_global_create/destroy()Kristian Høgsberg1-10/+7
2013-07-03Use wl_resource_create() for creating resourcesJason Ekstrand1-23/+26
2013-06-25compositor: Remove double free()s in resource destructorsKristian Høgsberg1-4/+0
2013-06-14input: Use wl_resource_get accessor functions for resourcesJason Ekstrand1-2/+2
2013-06-14text-backend: Change resources to wl_resource pointersJason Ekstrand1-72/+76
2013-06-14Use wl_resource_get_user_data for weston_surface resourcesJason Ekstrand1-1/+1
2013-06-12Change weston_surface.resource to a wl_resource pointer.Jason Ekstrand1-1/+1
2013-06-07text: Fix misleading error messageEduardo Lima (Etrunko)1-1/+1
2013-06-05configure.ac: Enable AC_USE_SYSTEM_EXTENSIONSDaniel Stone1-0/+2
2013-05-23text-backend: Use new config parserKristian Høgsberg1-18/+6
2013-05-14text: Respawn input method process if it exitsEduardo Lima (Etrunko)1-0/+23
2013-05-14config-parser: Honor XDG_CONFIG_DIRSOssama Othman1-4/+5
2013-05-08compositor: Adapt to wl_surface going awayKristian Høgsberg1-2/+2
2013-05-07input: Eliminate weston_seat::has_pointer/keyboard/touchKristian Høgsberg1-1/+1
2013-05-07input: Merge wl_seat into weston_seatKristian Høgsberg1-6/+7
2013-05-06input: Remove wl_seat destroy signalKristian Høgsberg1-1/+1
2013-05-06fold wl_keyboard into weston_keyboardKristian Høgsberg1-16/+16
2013-05-02text: Rename input_method to wl_input_methodJan Arne Petersen1-22/+22
2013-05-02text: Rename text_input to wl_text_inputJan Arne Petersen1-17/+17
2013-05-02text: Fix serial handlingJan Arne Petersen1-20/+13
2013-05-02text: Only allow input-method started by weston to bindJan Arne Petersen1-7/+14
2013-05-02text: Add support for panels following the cursorJan Arne Petersen1-4/+19