summaryrefslogtreecommitdiffstats
path: root/src/PinyinEngine.cc
Commit message (Collapse)AuthorAgeFilesLines
* Add PY prefix of all file names to avoid name conflict on some filePeng Huang2010-08-171-294/+0
| | | | system than is case insensitive.
* only enable lua extension when use single pinyin.Peng Wu2010-07-091-0/+3
|
* adding lua-extension flags.Peng Wu2010-07-011-0/+8
|
* Merge remote branch 'epico/lua-plugin' into lua-pluginPeng Huang2010-06-181-2/+0
|\ | | | | | | | | | | | | | | | | Conflicts: src/ExtEditor.cc src/ExtEditor.h src/LookupTable.h src/Makefile.am src/PinyinEngine.cc
| * enable ext mode in pinyin engine.Peng Wu2010-05-191-1/+1
| |
* | Reduce dependency among header files.Peng Huang2010-06-051-9/+2
| |
* | Use inline function and const value to replace some macors.Peng Huang2010-05-301-2/+2
| |
* | Refine coding stylePeng Huang2010-05-301-0/+28
| |
* | Optimize dependence of headersBYVoid2010-05-301-1/+1
| |
* | Refine modifiers test code for Ctrl + Shift + FPeng Huang2010-05-241-4/+2
| |
* | Add hotkey Ctrl + Shift + F to toggle simp/trad Chinese input modeBYVoid2010-05-231-0/+9
| |
* | Launch setup with different arguments in PinyinEngine & BopomofoEnginePeng Huang2010-05-231-1/+1
| |
* | Merge remote branch 'byvoid/PhoneticEditor' into configPeng Huang2010-05-231-10/+1
|\ \ | | | | | | | | | | | | | | | | | | Conflicts: src/BopomofoEditor.cc src/Editor.h src/PinyinEditor.cc
| * | Add abstract class PhoneticEditorBYVoid2010-05-231-10/+1
| | |
* | | Separate Config to PinyinConfig and BopomofoConfigPeng Huang2010-05-231-10/+11
|/ /
* | Add copyright headerPeng Huang2010-05-201-1/+20
| |
* | Remove slots in Engines.Peng Huang2010-05-191-80/+14
| |
* | Add PunctMode in PinyinEngine.Peng Huang2010-05-191-4/+10
|/
* Create BopomofoEnginePeng Huang2010-05-141-41/+27
|
* Make bopomofo as a separate input engine.Peng Huang2010-05-131-16/+27
|
* BopomofoBYVoid2010-05-131-1/+0
|
* add Bopomofo SupportBYVoid2010-05-131-3/+8
|
* Does not include SimpTradConverter.hPeng Huang2010-05-101-1/+0
|
* Clear editor, when user presses Shift to switch En/Ch modePeng Huang2010-04-241-0/+2
|
* Fix half and full punch problemPeng Huang2010-04-241-0/+4
|
* Remove unused codePeng Huang2010-04-191-1/+0
|
* Remove StaticStringPeng Huang2010-04-191-1/+2
|
* Use Object as the base class to replace Pointer.Peng Huang2010-04-191-1/+1
|
* Use boost::shared_ptr to manage object instance.Peng Huang2010-04-171-19/+16
|
* Use boost::signals2 to replace sigc++, do not need sigc++ library inPeng Huang2010-04-171-13/+12
| | | | runtime
* Use cheadersPeng Huang2010-04-141-2/+1
|
* Refine code.Peng Huang2010-04-081-2/+2
|
* Only store prev pressed key if the keyevent is ignored by editors.Peng Huang2010-04-061-2/+2
|
* Use update_lookup_table_fastPeng Huang2010-04-051-4/+0
|
* Fix some problemsPeng Huang2010-04-051-0/+4
|
* Quit to initial mode when the editor is emptyPeng Huang2010-03-311-0/+4
|
* Store last commit textPeng Huang2010-03-151-0/+1
|
* Auto swith mode when user press www. http: xxx@Peng Huang2010-03-101-4/+46
|
* Remove some unused variables.Peng Huang2010-03-081-1/+0
|
* Fix commentPeng Huang2010-02-131-1/+1
|
* Fix typo in commentPeng Huang2010-02-121-1/+1
|
* Add some commentsPeng Huang2010-02-121-0/+5
|
* Add ExtEditor.hPeng Huang2010-02-121-3/+3
|
* Fix chinese mode issues.Peng Huang2010-02-121-3/+3
|
* Do not pass Release key event to editors.Peng Huang2010-02-111-18/+12
|
* Add FallbackEditorPeng Huang2010-02-111-174/+5
|
* Implement candidateClicked methodPeng Huang2010-02-101-3/+1
|
* Refactory classes, and use sigc++ to make code clear.Peng Huang2010-02-101-905/+228
|
* Fix problem when use '0' to select 10th candidatePeng Huang2010-02-021-1/+1
|
* Merge branch 'stl'Peng Huang2010-01-011-1/+0
|\