summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Migrate ibus-anthy to ibus-1.1.xc_implHuang Peng2009-02-059-78/+128
* remove rpath from Makefile.amLI Daobing2009-01-201-1/+0
* Merge commit 'matsuu/master'Huang Peng2009-01-143-5/+26
|\
| * Add space symbolMATSUU Takuto2009-01-132-0/+10
| * Fix symbol tablesMATSUU Takuto2009-01-131-5/+5
| * Fix convert handlingMATSUU Takuto2009-01-131-0/+11
* | Update ja.poHuang Peng2008-10-231-7/+19
|/
* Add --force args in autogen.sh0.1.1.20080912Huang Peng2008-09-101-6/+6
* Modify CFLAGS.Huang Peng2008-09-092-1/+2
* Modified typing rule for backslash and Japanese yen.Huang Peng2008-09-032-1/+8
* Fix kana typing rules by UTUMI Hirosi <utuhiro78@yahoo.co.jp>.Huang Peng2008-09-031-0/+2
* Change name.Huang Peng2008-09-031-2/+3
* Update zh_CN.poHuang Peng2008-09-031-7/+19
* Fix a typo.Huang Peng2008-09-031-1/+1
* Commet "n'" in romaji typing rule.Huang Peng2008-09-031-1/+1
* Refactory engine.pyHuang Peng2008-09-031-56/+81
* Support Kana typing mode.Huang Peng2008-09-035-33/+153
* Refine coding style.Huang Peng2008-09-031-1/+1
* Add is_finished() and pop().Huang Peng2008-09-031-3/+9
* Implement pop method of RomajiSegment.Huang Peng2008-09-031-1/+18
* Use Segment.pop.Huang Peng2008-09-031-19/+6
* Refactory SegmentHuang Peng2008-09-035-74/+110
* Remove symbols_setHuang Peng2008-09-032-43/+5
* Split half_symbol_rule from romaji_typing_rule.Huang Peng2008-09-032-2/+16
* Add romaji.pyHuang Peng2008-09-032-1/+164
* Split RomajiSegment from jastring.pyHuang Peng2008-09-032-142/+3
* Rename JaSegment to RomajiSegemnt.Huang Peng2008-09-031-14/+14
* Split JaString from engine.py.Huang Peng2008-09-033-248/+273
* Fix soem typos.Huang Peng2008-09-032-11/+16
* Add Kana Typing related tables.Huang Peng2008-09-032-31/+169
* Set the Background for preedit_string.Huang Peng2008-09-021-0/+4
* Change InputMode labels to recognize them easily.Huang Peng2008-09-011-2/+2
* Update po files.0.1.1.20080901Huang Peng2008-08-312-2/+10
* Change install folder.Huang Peng2008-08-312-2/+2
* Set page_size of lookup table to 9.Huang Peng2008-08-311-1/+1
* Translate engine name.Huang Peng2008-08-301-1/+5
* Correct last 'n' to 'ん'Huang Peng2008-08-302-2/+15
* Add correction rules for Hiragana typing.Huang Peng2008-08-292-3/+37
* Change cursor position to avoid candidate window swing.Huang Peng2008-08-291-4/+2
* Change variable __input_chars to __preedit_ja_string.Huang Peng2008-08-281-34/+34
* Decorate all preedit string with Underline.Huang Peng2008-08-281-0/+2
* Ignore Fn key event if input_chars is empty.Huang Peng2008-08-281-3/+9
* Update translations for ja and zh_CN0.1.1.20080828Huang Peng2008-08-282-23/+20
* Fix problem when press number.Huang Peng2008-08-281-26/+25
* Fix problem when press aiueo.Huang Peng2008-08-281-1/+1
* Support F6~9 to convert chars to Hiragana, Katakana & Latin.Huang Peng2008-08-282-63/+169
* Refactory anthy engine. Add JaString & JaSegment classes.Huang Peng2008-08-283-100/+312
* Refine coding style.Huang Peng2008-08-281-9/+16
* Uncomment rule "n'" => "ん".Huang Peng2008-08-281-1/+1
* Add double consonant rule. bb => っb, ...Huang Peng2008-08-281-2/+45