summaryrefslogtreecommitdiff
path: root/engine
Commit message (Expand)AuthorAgeFilesLines
...
* apply patch from Hideaki ABE.Peng Huang2009-05-305-58/+622
* Input wide space (U+03000) in Japanese modes.Peng Huang2009-04-301-6/+11
* Support keysym Hiragana_KatanakaPeng Huang2009-04-021-4/+27
* Support Henkan & Muhenkan keysym.Peng Huang2009-04-021-0/+40
* Replace priority with rankHuang Peng2009-02-241-1/+1
* Add priority in anthy.xmlHuang Peng2009-02-241-0/+1
* Fix problem when generate xml.Huang Peng2009-02-181-1/+1
* Use round lookup table.1.1.0.20090211Huang Peng2009-02-091-1/+1
* Fix a typo in engine.py.Huang Peng2009-02-071-1/+1
* Fix problem when generate anthy.xmlHuang Peng2009-02-062-3/+12
* Migrate ibus-anthy to ibus-1.1.xc_implHuang Peng2009-02-057-71/+122
* remove rpath from Makefile.amLI Daobing2009-01-201-1/+0
* Add space symbolMATSUU Takuto2009-01-132-0/+10
* Fix symbol tablesMATSUU Takuto2009-01-131-5/+5
* Fix convert handlingMATSUU Takuto2009-01-131-0/+11
* Modify CFLAGS.Huang Peng2008-09-091-0/+1
* 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
* 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
* 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
* 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