index
:
platform/core/uifw/isf
1.0_post
2.0alpha
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
sandbox/denis13/LTO
sandbox/dkson95/gcc6
sandbox/dkson95/gcc6x
sandbox/jaehun77/gcc6x
sandbox/mzx/4.0
sandbox/nmerinov/llvm
sandbox/upgrade/efl120
sandbox/vbarinov/lto
tizen
tizen_2.0
tizen_2.1
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_4.0_tv
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream-git
Domain: UI Framework / Text Input;
Jihoon Kim <jihoon48.kim@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ism
/
extras
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-12
Improve logs for readability
Jihoon Kim
1
-3
/
+6
2019-03-11
Add keycode in the filter_key event
Inhong Han
1
-2
/
+4
2019-03-11
Add log to check crash issue
Inhong Han
2
-0
/
+2
2019-02-13
Add back key no grab mode using environment variable
Jihoon Kim
1
-0
/
+15
2019-02-07
Fix potential error
Jihoon Kim
1
-2
/
+4
2019-02-07
Fix indentation
Jihoon Kim
1
-6
/
+6
2018-12-07
Fix mismatch between log format and actual parameter
Jihoon Kim
2
-4
/
+4
2018-10-19
Fix the issue that IME doesn't work when ISF was terminated in On-demand mode
Inhong Han
1
-14
/
+23
2018-10-17
Prevent Segmentation fault
Inhong Han
1
-4
/
+10
2018-10-17
Add a log related to ecore_timer
Inhong Han
1
-1
/
+5
2018-09-04
Add signal, slot to Infomanager for restarting IME in on-demand mode
InHong Han
1
-9
/
+14
2018-09-04
Fix issue that IME restarts automatically when the focus is changed
InHong Han
1
-11
/
+8
2018-08-29
Fix issue content hint was not delivered when the focus_in is called without ...
InHong Han
1
-0
/
+2
2018-08-20
Fix issue that IME didn't restart in on-demand mode
InHong Han
1
-0
/
+4
2018-07-13
send autocapital mode regardless of language
Jihoon Kim
1
-32
/
+25
2018-07-12
Change autocapital status when changing language
Jihoon Kim
1
-0
/
+5
2018-07-04
Fix issue that IME is launched twice in on-demand mode
InHong Han
1
-4
/
+5
2018-06-21
Prevent lock issue
InHong Han
1
-3
/
+3
2018-06-14
Remove card security code autofill hint
Jihoon Kim
1
-3
/
+0
2018-05-23
Fix build warning
Jihoon Kim
1
-2
/
+2
2018-05-23
Fix IME On-demand problem
Sungmin Kwak
1
-1
/
+1
2018-05-17
Modifed to call the preedit_changed_cb without changing preedit_text
InHong Han
1
-0
/
+3
2018-05-17
Fix bug IME doesn't show in in-demand mode of TV
InHong Han
1
-5
/
+6
2018-05-15
Support IME self-termination in IME On-demand mode
Sungmin Kwak
1
-8
/
+11
2018-05-02
Fix defects detected by static analysis tool
Ji-hoon Lee
1
-4
/
+4
2018-04-19
Support all preedit styles
InHong Han
1
-5
/
+11
2018-04-17
Fix the bug that IME isn't shown when input_panel_show is called before focus_in
InHong Han
1
-7
/
+7
2018-04-12
Changed the calling sequence to reduce the transfer time
InHong Han
1
-6
/
+7
2018-04-10
Fixed the deadlock issue
InHong Han
1
-2
/
+7
2018-04-04
Extract function for restoring global config
Ji-hoon Lee
1
-11
/
+35
2018-04-04
Fix the bug that global file is not created automatically
Ji-hoon Lee
1
-0
/
+7
2018-04-03
Fix defects detected by static analysis tool
Ji-hoon Lee
1
-1
/
+1
2018-04-03
Modified to prevent IME's start automatically in on-demand mode
InHong Han
1
-2
/
+4
2018-04-03
Fix defect detected by static anlaysis tool
InHong Han
2
-4
/
+1
2018-03-30
Fix defect detected by static anlaysis tool
Ji-hoon Lee
1
-1
/
+2
2018-03-28
Add en/decoding routine when processing input device events
Ji-hoon Lee
1
-2
/
+8
2018-03-28
Handle the exceptional case that /opt is not yet mounted
InHong Han
2
-6
/
+152
2018-03-28
Control key repeat rate
Sungmin Kwak
1
-0
/
+47
2018-03-20
Track Ecore_IMF and WaylandIMContext pair for checking validity
Ji-hoon Lee
3
-2
/
+99
2018-03-20
Revert "Change the keyboard mode rule on focus-in event"
Ji-hoon Lee
1
-4
/
+1
2018-03-19
maintain ecore_device using ref/unref func
JengHyun Kang
1
-1
/
+2
2018-03-19
Add code to connect to wl display
Jihoon Kim
1
-5
/
+24
2018-03-19
Update Ecore_Wayland API to EFL 1.20
InHong Han
4
-77
/
+103
2018-03-19
Change the keyboard mode rule on focus-in event
Sungmin Kwak
1
-1
/
+4
2018-03-15
Modify 'Return' key handling regarding the keyboard mode
Sungmin Kwak
1
-19
/
+16
2018-03-13
Fix issue detected by static analysis tool
InHong Han
1
-16
/
+10
2018-03-06
Add configuration value for the on-demand ISE
InHong Han
1
-1
/
+3
2018-02-13
Fix the issue that preedit string didn't commit when turn the clockwise in we...
Xie Ligang
1
-0
/
+1
2018-02-09
Add key_down event for key pair
InHong Han
1
-0
/
+3
2018-02-01
Check ISE alive even if ISE launch was not successful
Ji-hoon Lee
1
-24
/
+38
[next]