summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix wrong issue number in comment #40 -> #42Choe Hwanjin2023-04-291-1/+1
* Change the definition of IBUS_CAP_SYNC_PROCESS_KEYTakao Fujiwara2022-11-111-2/+2
* Use synchornized process key event API for gtk4Peng Wu2022-08-041-1/+5
* Merge branch 'testcases' of https://github.com/epico/ibus-hangulChoe Hwanjin2020-04-201-5/+22
|\
| * Update autoconf to compile ibus-hangul testsPeng Wu2020-02-191-5/+22
* | Specify the setup path in the IBus component XMLChangwoo Ryu2020-03-111-0/+1
|/
* Remove exit() from ibus_hangul_check_ibus_version()Choe Hwanjin2019-11-111-2/+0
* Don't flush in switch_input_mode func on PREEDIT_NONE mode.Choe Hwanjin2019-10-061-0/+5
* Forward original keyval on process_key_event() funcChoe Hwanjin2019-10-061-1/+2
* Update ibus_hangul_check_ibus_version() functionChoe Hwanjin2019-10-061-25/+64
* Do not commit text when reset signal is receivedPeng Wu2019-09-031-0/+64
* Update URL to https://github.com/libhangul/ibus-hangulChoe Hwanjin2019-03-242-2/+2
* Add test code for UStringChoe Hwanjin2018-12-232-0/+70
* Implement preedit mode optionChoe Hwanjin2018-12-233-42/+279
* Implement IBusEngine::set_capabilities methodChoe Hwanjin2018-08-251-2/+15
* Add some debug messagesChoe Hwanjin2018-08-251-2/+31
* Listen to 'use-event-forwarding' option change eventChoe Hwanjin2018-08-251-0/+20
* Fix event processing priority for hanja conversionChoe Hwanjin2018-08-171-11/+15
* Fix interger overflow on h_ibus_text_get_substring()Choe Hwanjin2018-08-171-2/+3
* Print debug messages when verbose option is onChoe Hwanjin2018-07-292-0/+10
* Update initial_input_mode on GSettings "changed"Choe Hwanjin2018-07-281-0/+7
* Initialized local variable as NULLMinyoung Go2018-07-031-1/+1
* Modify "ibus-hangul" to GETTEXT_PACKAGEMinyoung Go2018-07-031-1/+1
* Add "use-event-forwarding" optionChoe Hwanjin2018-05-261-3/+17
* Implement IbusEngine::set_content_type methodChoe Hwanjin2018-05-261-0/+23
* Merge pull request #54 from Jehan/broken-composechoehwanjin2018-05-121-15/+15
|\
| * Reparent IBusHangulEngine from IBusEngineSimple to handle Compose key.Jehan2018-01-191-15/+15
* | Migrate IBusConfig to GSettingsfujiwarat2018-04-201-61/+64
|/
* INPUT_MODE_DIRECT -> INPUT_MODE_LATINChoe Hwanjin2016-12-311-15/+14
* Add disable-latin-mode optionChoe Hwanjin2016-12-311-1/+16
* Fix wrong space order problemChoe Hwanjin2016-12-311-1/+48
* Check if ibus and ibus config is runningChoe Hwanjin2016-12-301-0/+15
* Added g_variant_unref (value)Hodong Kim2015-02-071-0/+1
* Use kr104 keyboard.Jinkyu Yi2014-08-181-1/+2
* Update on keys and off keys on config value changedChoe Hwanjin2014-08-081-0/+6
* Rename config item "hangul-keys" to "switch-keys"Choe Hwanjin2014-08-081-11/+11
* Aware of lookup table orientation.Choe Hwanjin2014-08-051-0/+5
* Conform to GSettings key naming rules.Choe Hwanjin2014-08-051-19/+19
* Add on key featureChoe Hwanjin2014-08-041-0/+16
* Add off key feature.Choe Hwanjin2014-08-031-2/+23
* Use "initial_input_mode" config item on startupChoe Hwanjin2014-08-021-21/+66
* Add "initial_input_mode" config item.Choe Hwanjin2014-07-301-35/+61
* Rename "hangul_mode" property to "InputMode".Choe Hwanjin2014-07-301-1/+10
* Change property label: "Hangul lock" -> "Hangul mode"Changwoo Ryu2014-07-061-1/+1
* Update hangul mode property on toggle keyChangwoo Ryu2014-07-061-0/+8
* Add Hangul toggle key setupChangwoo Ryu2014-07-061-0/+3
* Add Shift+space to the default toggle key listChangwoo Ryu2014-06-291-0/+1
* Allow hangul mode to be toggledDaiki Ueno2014-03-111-28/+94
* Rename this engine to "Hangul"Choe Hwanjin2012-10-221-1/+1
* Merge branch 'define-symbol' of git://github.com/ueno/ibus-hangulChoe Hwanjin2012-02-181-0/+1
|\