summaryrefslogtreecommitdiff
path: root/ism/extras
AgeCommit message (Expand)AuthorFilesLines
2019-04-12Improve logs for readabilityJihoon Kim1-3/+6
2019-03-11Add keycode in the filter_key eventInhong Han1-2/+4
2019-03-11Add log to check crash issueInhong Han2-0/+2
2019-02-13Add back key no grab mode using environment variableJihoon Kim1-0/+15
2019-02-07Fix potential errorJihoon Kim1-2/+4
2019-02-07Fix indentationJihoon Kim1-6/+6
2018-12-07Fix mismatch between log format and actual parameterJihoon Kim2-4/+4
2018-10-19Fix the issue that IME doesn't work when ISF was terminated in On-demand modeInhong Han1-14/+23
2018-10-17Prevent Segmentation faultInhong Han1-4/+10
2018-10-17Add a log related to ecore_timerInhong Han1-1/+5
2018-09-04Add signal, slot to Infomanager for restarting IME in on-demand modeInHong Han1-9/+14
2018-09-04Fix issue that IME restarts automatically when the focus is changedInHong Han1-11/+8
2018-08-29Fix issue content hint was not delivered when the focus_in is called without ...InHong Han1-0/+2
2018-08-20Fix issue that IME didn't restart in on-demand modeInHong Han1-0/+4
2018-07-13send autocapital mode regardless of languageJihoon Kim1-32/+25
2018-07-12Change autocapital status when changing languageJihoon Kim1-0/+5
2018-07-04Fix issue that IME is launched twice in on-demand modeInHong Han1-4/+5
2018-06-21Prevent lock issueInHong Han1-3/+3
2018-06-14Remove card security code autofill hintJihoon Kim1-3/+0
2018-05-23Fix build warningJihoon Kim1-2/+2
2018-05-23Fix IME On-demand problemSungmin Kwak1-1/+1
2018-05-17Modifed to call the preedit_changed_cb without changing preedit_textInHong Han1-0/+3
2018-05-17Fix bug IME doesn't show in in-demand mode of TVInHong Han1-5/+6
2018-05-15Support IME self-termination in IME On-demand modeSungmin Kwak1-8/+11
2018-05-02Fix defects detected by static analysis toolJi-hoon Lee1-4/+4
2018-04-19Support all preedit stylesInHong Han1-5/+11
2018-04-17Fix the bug that IME isn't shown when input_panel_show is called before focus_inInHong Han1-7/+7
2018-04-12Changed the calling sequence to reduce the transfer timeInHong Han1-6/+7
2018-04-10Fixed the deadlock issueInHong Han1-2/+7
2018-04-04Extract function for restoring global configJi-hoon Lee1-11/+35
2018-04-04Fix the bug that global file is not created automaticallyJi-hoon Lee1-0/+7
2018-04-03Fix defects detected by static analysis toolJi-hoon Lee1-1/+1
2018-04-03Modified to prevent IME's start automatically in on-demand modeInHong Han1-2/+4
2018-04-03Fix defect detected by static anlaysis toolInHong Han2-4/+1
2018-03-30Fix defect detected by static anlaysis toolJi-hoon Lee1-1/+2
2018-03-28Add en/decoding routine when processing input device eventsJi-hoon Lee1-2/+8
2018-03-28Handle the exceptional case that /opt is not yet mountedInHong Han2-6/+152
2018-03-28Control key repeat rateSungmin Kwak1-0/+47
2018-03-20Track Ecore_IMF and WaylandIMContext pair for checking validityJi-hoon Lee3-2/+99
2018-03-20Revert "Change the keyboard mode rule on focus-in event"Ji-hoon Lee1-4/+1
2018-03-19maintain ecore_device using ref/unref funcJengHyun Kang1-1/+2
2018-03-19Add code to connect to wl displayJihoon Kim1-5/+24
2018-03-19Update Ecore_Wayland API to EFL 1.20InHong Han4-77/+103
2018-03-19Change the keyboard mode rule on focus-in eventSungmin Kwak1-1/+4
2018-03-15Modify 'Return' key handling regarding the keyboard modeSungmin Kwak1-19/+16
2018-03-13Fix issue detected by static analysis toolInHong Han1-16/+10
2018-03-06Add configuration value for the on-demand ISEInHong Han1-1/+3
2018-02-13Fix the issue that preedit string didn't commit when turn the clockwise in we...Xie Ligang1-0/+1
2018-02-09Add key_down event for key pairInHong Han1-0/+3
2018-02-01Check ISE alive even if ISE launch was not successfulJi-hoon Lee1-24/+38