Branch: refs/heads/master
Home: http://github.com/phuang/ibus-hangul
Commit: 9934e32affcaaeab891a18bea6c434bb73662664
http://github.com/phuang/ibus-hangul/commit/9934e32affcaaeab891a18bea6c434bb73662664
Author: Choe Hwanjin <[email protected]>
Date: 2009-08-30 (Sun, 30 Aug 2009)
Changed paths:
M src/Makefile.am
M src/engine.c
A src/ustring.c
A src/ustring.h
Log Message:
-----------
Implementation of Hanja mode
* Add hanja mode property
* Add ibus level preedit string
Commit: 8e29fe045005dffa50bd34092d44095105c752c1
http://github.com/phuang/ibus-hangul/commit/8e29fe045005dffa50bd34092d44095105c752c1
Author: Choe Hwanjin <[email protected]>
Date: 2009-09-18 (Fri, 18 Sep 2009)
Changed paths:
M po/ko.po
M po/zh_CN.po
M src/engine.c
M src/ustring.c
Log Message:
-----------
Refactoring hanja mode code
* check visibility before hide lookup table.
If the engine hide again invisible lookup table, then ibus client doesn't
work correctly. Selected text will be delete with non input key, such as
arrow keys.
* simplify update lookup table routine.
Commit: 9890507cc1941abab2e14c3827de5096e020aa24
http://github.com/phuang/ibus-hangul/commit/9890507cc1941abab2e14c3827de5096e020aa24
Author: Choe Hwanjin <[email protected]>
Date: 2009-09-18 (Fri, 18 Sep 2009)
Changed paths:
M Makefile.am
M configure.ac
A data/Makefile.am
A data/symbol.txt
M src/Makefile.am
M src/engine.c
Log Message:
-----------
Add symbol character table feature
* add symbol.txt data file
* look up symbol table file first, then hanja table.
Commit: 30d420c2c05ee45f3af2b826b216f1e6c7413849
http://github.com/phuang/ibus-hangul/commit/30d420c2c05ee45f3af2b826b216f1e6c7413849
Author: Choe Hwanjin <[email protected]>
Date: 2009-10-16 (Fri, 16 Oct 2009)
Changed paths:
M po/ko.po
M po/zh_CN.po
M setup/main.py
Log Message:
-----------
implement romaja method
* use libhangul's romaja routine
Commit: 51c0a9aa0be8f15c003a454031f820c673cd6039
http://github.com/phuang/ibus-hangul/commit/51c0a9aa0be8f15c003a454031f820c673cd6039
Author: Choe Hwanjin <[email protected]>
Date: 2009-10-31 (Sat, 31 Oct 2009)
Changed paths:
M po/ko.po
M po/zh_CN.po
M src/Makefile.am
M src/engine.c
A src/i18n.h
M src/main.c
Log Message:
-----------
change hanja mode label
* change the button label to 'Hanja lock'
* use gettext package for translation
* update po files
Commit: aafec9609201809862ee1670e2a32398a2dc51b3
http://github.com/phuang/ibus-hangul/commit/aafec9609201809862ee1670e2a32398a2dc51b3
Author: Choe Hwanjin <[email protected]>
Date: 2009-10-31 (Sat, 31 Oct 2009)
Changed paths:
M configure.ac
Log Message:
-----------
use libhangul 0.0.10 to enable romaja method
Commit: 81f078f9a746c5df59a983128a17d24b0f81867d
http://github.com/phuang/ibus-hangul/commit/81f078f9a746c5df59a983128a17d24b0f81867d
Author: Choe Hwanjin <[email protected]>
Date: 2009-10-31 (Sat, 31 Oct 2009)
Changed paths:
M src/Makefile.am
Log Message:
-----------
add i18n.h to Makefile.am's file list
Commit: a82f3e00d122f3ea1506c70f05ffbcba5d699b3b
http://github.com/phuang/ibus-hangul/commit/a82f3e00d122f3ea1506c70f05ffbcba5d699b3b
Author: Choe Hwanjin <[email protected]>
Date: 2009-11-07 (Sat, 07 Nov 2009)
Changed paths:
M src/engine.c
Log Message:
-----------
Make hanja key configurable
* hanja key configuration will be saved in IBus config
"engine/Hangul/HanjaKeys".
Commit: 0a11611fd75a2635394dd549dc0d9a3ad17b36fc
http://github.com/phuang/ibus-hangul/commit/0a11611fd75a2635394dd549dc0d9a3ad17b36fc
Author: Choe Hwanjin <[email protected]>
Date: 2009-11-07 (Sat, 07 Nov 2009)
Changed paths:
M src/engine.c
Log Message:
-----------
Improve Hanja mode
* Flush the current preedit string and close lookup window before
turning off hanja mode.
Commit: 65dc2d6cec81479d5a726133e41cbbaf42c52d25
http://github.com/phuang/ibus-hangul/commit/65dc2d6cec81479d5a726133e41cbbaf42c52d25
Author: Choe Hwanjin <[email protected]>
Date: 2009-12-07 (Mon, 07 Dec 2009)
Changed paths:
M src/engine.c
Log Message:
-----------
Ignore capslock state
* Korean input method is not transliteration method.
The position of the pressed key is important, not the character itself.
So we need to normalize the key event to general qwerty to get the
correct position of the pressed key.
Commit: 56ce44c9579602a6149e8e6f2f91f4d19f9f8884
http://github.com/phuang/ibus-hangul/commit/56ce44c9579602a6149e8e6f2f91f4d19f9f8884
Author: Peng Huang <[email protected]>
Date: 2009-12-10 (Thu, 10 Dec 2009)
Changed paths:
M src/engine.c
Log Message:
-----------
Fix memory leak.
--
You received this message because you are subscribed to the Google
Groups "ibus-devel" group.
iBus project web page: http://code.google.com/p/ibus/
iBus dev group: http://groups.google.com/group/ibus-devel?hl=en