Check if preedit string is empty before sending cursor_pos
[platform/core/uifw/isf.git] / ism / extras / wayland_immodule / wayland_imcontext.c
2017-01-18 Ji-hoon LeeCheck if preedit string is empty before sending cursor_pos 66/110566/5
2017-01-12 Ji-hoon LeeDisable unnecessary hide_permission query 82/109882/3
2017-01-09 Jihoon KimRemove unnecessary exported symbols in immodule 59/108959/5
2017-01-07 Jihoon KimFix blink issue when reset is called 69/109069/1
2017-01-06 Jihoon KimCheck focus before sending wayland text input protocol 26/108826/3
2017-01-05 Ji-hoon LeeCache has_conformant info for preventing app crash 28/108628/1
2017-01-04 Ji-hoon LeeRename (un)initialize functions for prevent confusion 01/108001/2
2016-12-21 Jihoon KimAdd geometry log in immodule 20/106320/2
2016-12-19 Jihoon KimFix bug IME does not show in case of no window focus 66/105766/2
2016-12-16 InHong HanFix issue detected by static analysis tool for 64bit... 64/104764/2
2016-12-13 InHong HanFix build warning on 64bit architecture 00/104500/2
2016-12-13 Ji-hoon LeeModified to send cursor position together with surround... 82/104382/1
2016-12-08 Jihoon KimFix bug auto period worked following carriage return 21/103321/2
2016-12-08 Wonkeun OhFixed that IME was not hidden when the show and hide... 62/101862/5
2016-12-08 InHong HanMerge "Add return_key_disabled in remote_control_entry_...
2016-12-07 Ji-hoon LeeSet focus out immediately even when asking for hide... 94/103094/2
2016-12-05 Jihoon KimDo not send cursor position in the preedit status 26/102126/1
2016-12-02 Jihoon KimDo not request to show IME in H/W keyboard mode 79/101679/1
2016-11-30 Ji-hoon LeeModified not to ignore hide permission response when... 35/101235/2
2016-11-30 Ji-hoon LeeModified not to send unnecessary reset request 51/101051/2
2016-11-22 Li ZhangRemove useless reset_sync and reset_done 10/98210/2
2016-11-21 Jihoon KimFix bug not to deliver the prediction allow after havin... 97/98797/1
2016-11-17 Ji-hoon LeeAdded temporary solution for custom conformant 87/98487/2
2016-11-17 Jihoon KimRemove key event filter log 90/98290/1
2016-11-15 InHong HanFix deadlock issue when calling a null value of Ecore_W... 12/97912/1
2016-11-09 InHong HanFix issue detected by static analysis tool 54/96454/1
2016-11-02 Wonkeun OhCleared hide timer when the input_panel ctx is deleted. 53/95153/1
2016-11-02 InHong HanMerge branch 'tizen' into tizen_3.0 30/95030/1 accepted/tizen/3.0/ivi/20161102.102604 accepted/tizen/3.0/mobile/20161102.102232 accepted/tizen/3.0/tv/20161102.102403 accepted/tizen/3.0/wearable/20161102.102502 submit/tizen_3.0/20161102.065320
2016-10-31 Jihoon KimFix build warning 82/94482/1
2016-10-28 Li ZhangImplement auto capitalization feature in IMModule 68/92568/9
2016-10-27 Wonkeun OhAdded the ecore_event to send the device_info of evas... 06/93706/2
2016-10-25 Li ZhangRemove useless code 48/93648/1
2016-10-24 Jihoon KimFix bug back key does not work in inputing Chinese 07/93407/1
2016-10-24 Jihoon KimFix typo issue in function name 62/93362/1
2016-10-20 Wonkeun OhRevert "Modified not to commit preedit_commit strings... 84/92884/2
2016-10-19 InHong HanModified preedit_commit when preedit string is empty 56/92856/1
2016-10-18 Jihoon KimSet password mode in password layout 86/92686/3
2016-10-18 Ji-hoon LeeRestore conformant info when WILL_HIDE canceled and... 94/92694/2
2016-10-14 Wonkeun OhModified hiding input panel logic when the back is... 63/91963/3
2016-10-11 Jihoon KimCheck canvas is NULL or not 71/91771/1
2016-10-06 Jihoon KimFix autoperiod bug 21/91121/1
2016-10-05 Ji-hoon LeeModified to not to commit preedit_commit when empty 18/90918/2
2016-09-29 Ji-hoon LeeMerge "Fix IME does not hide when context is deleted...
2016-09-29 Jihoon KimFix IME does not hide when context is deleted 64/90364/1
2016-09-28 Wonkeun OhAdded the device information in the filter_key event 42/89142/4
2016-09-27 Jihoon KimFix issue return key disable was not delivered 23/89823/1
2016-09-26 Wonkeun OhModified the wrong defined mask value 48/89148/3
2016-09-26 Jihoon KimFix issue that does not show input panel in case that... 25/89525/1
2016-09-21 Jihoon KimMerge changes Ib3764a2c,Ie7d84a72 into tizen
2016-09-21 Jihoon KimSupport to hide input panel or not according to window... 92/88892/3
2016-09-20 Jihoon KimSupport to deliver caps lock and num lock 11/88511/4
2016-09-09 Jihoon Kimclear preedit text before commiting text 47/87747/1
2016-09-09 Li ZhangNext key event should be processed next to current... 85/87485/2
2016-09-08 Jihoon KimAdd condition in case ecore_wl_display_get() returns... 09/87409/1
2016-09-07 Jihoon KimFix deference of NULL return issues 23/87223/3
2016-08-31 Ji-hoon LeeModified not to commit preedit_commit strings in TV... 47/86247/1
2016-08-24 Li ZhangAdd commit string as parameter for update_preedit_string() 54/82854/7
2016-08-17 InHong HanSupport voice input panel layout 81/83981/2
2016-08-17 Jihoon KimUse security log 73/84173/1
2016-08-11 InHong HanAdd surrounding_text log in wayland immodule 43/83443/1
2016-08-10 Jihoon KimSet default preedit style as reverse 48/82548/4
2016-08-05 InHong HanFix reset sync issue 36/80036/7
2016-08-05 Li ZhangAdd macro ENABLE_RESET_DONE_FUNC for conditional compil... 58/79858/8
2016-08-05 Li ZhangAdd macro ENABLE_GRAB_KEYBOARD for conditional compilation 24/79924/12
2016-08-05 InHong HanFix imdata not being delivered issue 21/82621/7
2016-08-05 Jihoon KimFix bug not to transfer the right bidi direction infomation 82/82682/1
2016-08-02 Jihoon KimAdd warning message in case of no canvas focus 22/82122/6
2016-08-02 Jihoon KimAdd device information in ecore key event 34/81734/6
2016-08-02 Jihoon KimSupport to apply when calling set APIs in case of havin... 86/81686/4
2016-08-02 Wonkeun OhDo not handle the SW keyboard event again in the immodule 04/80604/5
2016-07-22 Jihoon KimFix issue shift key doesn't work 81/81181/1
2016-07-22 Jihoon KimSupport to change auto capital type dynamically 77/81177/1
2016-07-22 Jihoon KimAdd missing key event information in filter 76/81176/1
2016-07-18 Li ZhangEmit ECORE_IMF_CALLBACK_PREEDIT_CHANGED only when preed... 95/80495/1
2016-07-18 Jihoon KimFix crash issue when deleting a window of multi-windows 21/80421/1
2016-07-17 Jihoon KimFix crash issue due to hide timer after deleting context 56/80356/1
2016-07-15 Ji-hoon LeeGenerate Geometry event when conformant changes 88/80288/1
2016-07-14 Jihoon KimRevert "Set default preedit style as reverse" 99/79999/2
2016-07-13 Jihoon KimFix build warning 58/79958/1
2016-07-13 Jihoon KimAdd NULL check when calling hide request 50/79950/1
2016-07-12 Jihoon KimSet default preedit style as reverse 70/79770/1
2016-07-12 Jihoon KimFix wrong modifier issue 70/79670/2
2016-07-07 Jihoon KimMerge "Added contructor for initializing member variabl...
2016-07-07 Jihoon KimSupport to switch between H/W and S/W keyboard mode 80/78880/1
2016-07-07 Jihoon KimFix back key doesn't work in legacy applications based... 99/78799/2
2016-07-05 Jihoon KimUse secure log 53/78253/2
2016-07-05 Ji-hoon LeeFixed the WILL_HIDE_ACK not being delivered issue 27/78227/2
2016-07-04 Ji-hoon LeeModified to hide IME before resetting focused_ctx 60/78060/2
2016-07-04 Jihoon KimCheck focus-in in filter event 06/78006/3
2016-06-30 Ji-hoon LeeModified to handle WILL_HIDE message when ISE hides 15/77415/8
2016-06-30 Li ZhangAdd reset_sync and reset_done 96/75896/14
2016-06-30 Li ZhangFilter key event by APP, remove grab_keyboard 24/72724/20
2016-06-30 Jihoon KimFix issue not to show IME when entry has focus again... 88/77488/2
2016-06-23 Jihoon KimAdd code to check the validation of imcontext 03/76303/2
2016-06-23 Li ZhangCheck imcontext != NULL to avoid APP crash 91/76291/1
2016-06-22 Wonkeun OhFixed the bug that input_panel was hidden by other... 73/75873/1
2016-06-21 Wonkeun OhEnhanced the dlog level to LOGI for tv profile 65/75065/2
2016-06-17 Jihoon KimAdd window focus out handler in wayland immodule 28/75228/2
2016-06-15 Ji-hoon LeeAdded interface for supporting unconventional input... 89/70589/6
2016-06-14 Jihoon KimSupport multiline hint in wayland immodule 00/74500/1
next