summaryrefslogtreecommitdiffstats
path: root/src/PunctEditor.cc
Commit message (Collapse)AuthorAgeFilesLines
* Add PY prefix of all file names to avoid name conflict on some filePeng Huang2010-08-171-620/+0
| | | | system than is case insensitive.
* Reduce dependency among header files.Peng Huang2010-06-051-0/+1
|
* Use inline function and const value to replace some macors.Peng Huang2010-05-301-2/+2
|
* Optimize dependence of headersBYVoid2010-05-301-1/+0
|
* Fix problem in PunctEditor.Peng Huang2010-05-291-13/+5
|
* Merge remote branch 'byvoid/PhoneticEditor' into configPeng Huang2010-05-231-10/+0
|\ | | | | | | | | | | | | Conflicts: src/BopomofoEditor.cc src/Editor.h src/PinyinEditor.cc
| * Add abstract class PhoneticEditorBYVoid2010-05-231-10/+0
| |
* | Separate Config to PinyinConfig and BopomofoConfigPeng Huang2010-05-231-5/+5
|/
* PunctEditor.c: reset editor, when commit some text to applicationPeng Huang2010-05-201-1/+1
|
* Add BYVoid in copyright header for some filesPeng Huang2010-05-201-0/+1
|
* Add copyright headerPeng Huang2010-05-201-0/+20
|
* Use StaticTextPeng 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
|
* Improve punct editor.Peng Huang2010-05-191-91/+197
|
* Reset PunctEditor when press EscPeng Huang2010-05-171-0/+4
|
* Do not allow input chars more than 2Peng Huang2010-05-171-4/+4
|
* Refine some code.Peng Huang2010-05-171-12/+4
|
* Fix the order of punct_tablePeng Huang2010-05-171-5/+3
|
* implement PunctEditor for BopomofoEngineBYVoid2010-05-161-10/+434
|
* Add PunctTable.hPeng Huang2010-05-161-0/+2
|
* Add MODE_PUNCT in BopomofoEnginePeng Huang2010-05-161-0/+60