summaryrefslogtreecommitdiff
path: root/ism/modules
AgeCommit message (Expand)AuthorFilesLines
2016-11-08SocketConfig server works in a separate thread for avoiding to get block betw...Li Zhang9-444/+899
2016-11-08Support month layout in wayland environmentJihoon Kim1-0/+2
2016-11-01Support multiline flag between immodule and panelJihoon Kim1-0/+5
2016-10-28Implement auto capitalization feature in IMModuleLi Zhang3-254/+17
2016-10-21Fix issues detected by static analysis toolJihoon Kim1-70/+72
2016-10-18Fix crash issue when remote_update string APIs are calledInHong Han1-1/+3
2016-10-18Use #ifdef not #ifJihoon Kim2-4/+4
2016-10-06Fix autoperiod bugJihoon Kim2-173/+0
2016-10-06Reduce unnecessary IPC to get surrounding text in no remote input environmentJihoon Kim1-0/+8
2016-10-05Fix code formattingJihoon Kim1-162/+157
2016-09-27Added the device information in the filter_key eventWonkeun Oh2-4/+7
2016-09-26Modified the wrong defined mask valueWonkeun Oh1-1/+1
2016-09-23Added helper request for hiding ISEJi-hoon Lee2-1/+11
2016-09-20Support to deliver caps lock and num lockJihoon Kim1-1/+8
2016-09-19Add remote_control_input_resource_changed_cb()InHong Han3-10/+65
2016-09-19Replace remote_control_default_text_cb() with remote_control_text_updated_cb()InHong Han3-27/+318
2016-09-09Remove unused functionJihoon Kim1-42/+0
2016-09-08Remove key event logJihoon Kim1-2/+0
2016-09-02Revert "Add SocketConfigServer PanelAgent module"Jihoon Kim7-967/+624
2016-09-02Revert "Fix SocketConfigServer module loading failure issue"Jihoon Kim1-5/+5
2016-08-31Add NULL check in wayland panel agent moduleJihoon Kim1-5/+13
2016-08-29Modify remote control commandsInHong Han1-7/+7
2016-08-26Fix SocketConfigServer module loading failure issueLi Zhang1-5/+5
2016-08-25Add remote_control_delete_surrounding_text APIInHong Han1-0/+19
2016-08-24Add commit string as parameter for update_preedit_string()Li Zhang2-81/+48
2016-08-22Add check privilege of remote inputInHong Han1-0/+13
2016-08-23Fix infinite loop issue in case of EcoreSocket PanelAgent module unloadingLi Zhang1-5/+4
2016-08-18Fix Svace issuesLi Zhang1-8/+12
2016-08-17Support voice input panel layoutInHong Han1-0/+3
2016-08-17Add SocketConfigServer PanelAgent moduleLi Zhang7-582/+967
2016-08-11Add TV Remote Input APIInHong Han3-7/+180
2016-08-10Fix build error related to new panel architectureInHong Han2-2/+53
2016-08-10Added remote-input featureWonkeun Oh1-0/+4
2016-08-05Add macro ENABLE_GRAB_KEYBOARD for conditional compilationLi Zhang2-1/+314
2016-08-05Fix bug not to transfer the right bidi direction infomationJihoon Kim3-2/+7
2016-08-02Do not handle the SW keyboard event again in the immoduleWonkeun Oh1-2/+6
2016-07-29FD should be closed when disconnectingLi Zhang1-0/+3
2016-07-22Fix issue shift key doesn't workJihoon Kim1-19/+26
2016-07-22Support to change auto capital type dynamicallyJihoon Kim2-8/+0
2016-07-11Add set_autocapital_type()Li Zhang2-3/+19
2016-07-10Fix buffer overflow issue in autoperiodJihoon Kim1-1/+5
2016-07-08Added contructor for initializing member variables of WSCContextISFJi-hoon Lee1-0/+22
2016-07-05Use secure logJihoon Kim1-1/+1
2016-07-04Avoid to change keyboard mode when pressing special H/W keysJihoon Kim1-21/+20
2016-06-29Add reset_sync and reset_doneLi Zhang2-3/+24
2016-06-29Filter key event by APP, remove grab_keyboardLi Zhang2-296/+54
2016-06-29Fix issues detected by static analysis toolJihoon Kim1-21/+23
2016-06-27Check length of inserting text for avoiding index out of boundLi Zhang1-1/+2
2016-06-27Asynchronous reading fd for get_surrounding_text and get_selection_text funct...Li Zhang3-27/+192
2016-06-27Add process_key_event_done functionLi Zhang2-23/+32