summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Add keyboard mappings for BopomofoBYVoid2010-05-233-53/+231
* | PunctEditor.c: reset editor, when commit some text to applicationPeng Huang2010-05-201-1/+1
* | Refine coding stylePeng Huang2010-05-2011-28/+28
* | Remove WideString.hPeng Huang2010-05-201-127/+0
* | Add BYVoid in copyright header for some filesPeng Huang2010-05-207-7/+7
* | Add copyright headerPeng Huang2010-05-2061-17/+1220
* | Adjust Phrase structPeng Huang2010-05-202-8/+11
* | Adjust struct PinyinPeng Huang2010-05-203-4310/+739
* | Use guint8 for pinyin idPeng Huang2010-05-201-5/+3
* | Remove slots in Engines.Peng Huang2010-05-194-184/+30
* | Use StaticTextPeng Huang2010-05-191-1/+1
* | Refine coding stylePeng Huang2010-05-191-5/+7
* | Use guint8 for pinyin idPeng Huang2010-05-191-7/+7
* | Fix build errors in NetBSDPeng Huang2010-05-191-2/+2
* | Update Copyright informationPeng Huang2010-05-191-1/+1
* | Clear the lookup table when cursor == 0Peng Huang2010-05-191-5/+6
* | Do not use color for candidates of PunctEditorPeng Huang2010-05-191-1/+1
* | Fix some bugs in PunctEditorPeng Huang2010-05-191-33/+63
* | Fix crash when move curso in pinyin "pi'ao"Peng Huang2010-05-191-5/+5
* | Improve punct editor.Peng Huang2010-05-193-96/+207
* | Add some half chars in PunctTablePeng Huang2010-05-193-141/+141
* | Add PunctMode in PinyinEngine.Peng Huang2010-05-191-4/+10
|/
* Unify the coding stylePeng Huang2010-05-192-31/+33
* Fix a bug of Bopomofo parseBYVoid2010-05-192-5/+10
* Fix a bug of displaying tone characters in BopomofoEditorBYVoid2010-05-183-6/+11
* Add BYVoid in AUTHORSPeng Huang2010-05-182-2/+4
* Merge branch 'bopomofo'Peng Huang2010-05-1722-69/+3304
|\
| * register properties in focusInPeng Huang2010-05-174-1/+3
| * Reset PunctEditor when press EscPeng Huang2010-05-171-0/+4
| * Include PunctTable.h in tarballPeng Huang2010-05-171-0/+1
| * Do not allow input chars more than 2Peng Huang2010-05-172-6/+6
| * Refine some code.Peng Huang2010-05-171-12/+4
| * Fix the order of punct_tablePeng Huang2010-05-172-59/+57
| * implement PunctEditor for BopomofoEngineBYVoid2010-05-163-39/+473
| * Add PunctEditor.hPeng Huang2010-05-161-0/+27
| * Add PunctTable in Makefile.amPeng Huang2010-05-161-0/+5
| * Add PunctTable.hPeng Huang2010-05-162-0/+199
| * Add MODE_PUNCT in BopomofoEnginePeng Huang2010-05-164-0/+74
| * Fix two build warnings.Peng Huang2010-05-161-3/+3
| * Refine coding style in Database.ccPeng Huang2010-05-161-4/+6
| * Add bopomofo iconPeng Huang2010-05-142-2/+2
| * Add Input mode/Select mode for BopomofoBYVoid2010-05-144-56/+194
| * Allow multiple tone characterBYVoid2010-05-141-10/+1
| * Create BopomofoEnginePeng Huang2010-05-147-67/+516
| * Make bopomofo as a separate input engine.Peng Huang2010-05-137-19/+75
| * BopomofoBYVoid2010-05-136-22/+24
| * add Bopomofo SupportBYVoid2010-05-1310-27/+691
| * Use wchar_t for bopomofoPeng Huang2010-05-122-715/+715
| * Generate some fuzzy bopomofoPeng Huang2010-05-121-54/+108
| * Generate PinyinParserTable with bopomofoPeng Huang2010-05-122-0/+1143