summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-09-09Use len parameter when copying strings passed via libwebsocketJi-hoon Lee1-2/+2
2020-04-10Move websocket server starting code from init() to run()Ji-hoon Lee4-17/+36
2020-03-13Set the vconf value to send the IME geometryInHong Han1-0/+7
2020-03-10Fix crash issue when IME is shownInHong Han1-4/+4
2020-03-05Modified to call language_changed, accessibility_changed callback on the C# IMEInHong Han1-13/+9
2020-02-06Merge branch tizen_5.5 to tizenJi-hoon Lee1-2/+5
2020-02-06Make sure to destroy context after thread gets joinedJi-hoon Lee1-2/+5
2020-01-29Add update_preedit_caret() APIJihoon Kim8-0/+36
2020-01-29Cancel lws_service before calling pthread_joinJi-hoon Lee1-6/+6
2020-01-28Cancel lws_service before calling pthread_joinJi-hoon Lee1-6/+6
2020-01-20Fixed defects detected by static analysis toolInHong Han1-8/+9
2020-01-20Modified to not send invalid geometry to appInHong Han6-1/+67
2020-01-20Modified to not send invalid geometry to appInHong Han6-0/+65
2019-09-27Add update_preedit_caret() APIJihoon Kim8-0/+36
2019-09-26Fix typo in interface nameJihoon Kim4-4/+4
2019-09-05Make timer operation run within an ecore_thread_main_loop blockJi-hoon Lee1-2/+10
2019-03-18Separate process_key_event_with_keycode from process_key_eventInhong Han2-4/+17
2019-03-11Add keycode in the filter_key eventInhong Han2-4/+4
2019-03-06Add logs when launching IMEInhong Han2-0/+2
2018-12-07Use %z format string for printing size_t typesJi-hoon Lee1-2/+1
2018-12-07Fix mismatch between log format and actual parameterJi-hoon Lee1-1/+2
2018-11-22Fix i18n issue in IMEJihoon Kim1-0/+6
2018-07-04Make sure key events are processed before subsequent commit messagesJi-hoon Lee1-3/+10
2018-06-04Add optimization_hint for ISEsJi-hoon Lee3-0/+19
2018-04-10Apply EFL 1.20 upgradeJi-hoon Lee1-8/+13
2018-04-10Add timer to process accumulated partial messagesJi-hoon Lee3-39/+125
2018-04-10Add connection test client that checks libwebsocket server is aliveJi-hoon Lee1-6/+87
2018-04-10Handle the case WebIME reloads and losts init informationJi-hoon Lee2-8/+54
2018-03-19EFL 1.20 migrationJi-hoon Lee1-15/+27
2018-03-13Fixed defects detected by static analysis toolJi-hoon Lee2-1/+3
2018-02-23Handle one write websocket job per one writable callbackJi-hoon Lee2-20/+36
2018-02-12[a11y] set accessible name "Keyboard" to windowShinwoo Kim1-0/+1
2017-12-15Support prediction_hint_dataJihoon Kim2-0/+13
2017-12-12Add deferring window creation featureJi-hoon Lee5-24/+56
2017-11-20Fixed bug mime_type_cb is called whenever the ISE is shownInHong Han1-1/+1
2017-11-02Set atspi accessible role for screen reader supportJi-hoon Lee1-0/+1
2017-09-26Add callback invocation test routineJi-hoon Lee1-1/+75
2017-09-12Fix wrong parameter description of get_selection_textJihoon Kim1-1/+1
2017-09-05Add default keyboard size hints just in case no values are providedJi-hoon Lee1-0/+11
2017-08-10Allow only a single write operation per one writable callbackJi-hoon Lee1-2/+6
2017-07-25Add APIs for moving the floating input panelInHong Han8-0/+37
2017-07-18Add missing function calls for triggering WebIME event handlersJi-hoon Lee1-0/+46
2017-07-18Remove unnecessary code for checking evas engineJihoon Kim1-36/+0
2017-07-18Fix logical error unsigned variable compares with negative valueJihoon Kim1-2/+2
2017-06-26Add support for uix-inputmethod apisJi-hoon Lee9-40/+128
2017-06-26Revert "Add init interface with main_window as a parameter"Ji-hoon Lee12-605/+186
2017-06-26Revert "Added missing callback in CoreUIEFLCallback"Ji-hoon Lee2-13/+0
2017-06-19Add interface to set floating modeJihoon Kim8-0/+40
2017-06-16Use evas_render() to force renderizationJi-hoon Lee1-20/+2
2017-06-14Added missing callback in CoreUIEFLCallbackInHong Han2-0/+13