summaryrefslogtreecommitdiffstats
path: root/src/PinyinEngine.h
Commit message (Collapse)AuthorAgeFilesLines
* Add PY prefix of all file names to avoid name conflict on some filePeng Huang2010-08-171-81/+0
| | | | system than is case insensitive.
* Refine coding stylePeng Huang2010-05-301-18/+5
|
* Reset engine status when enable againPeng Huang2010-05-281-3/+1
|
* Switch to Chinese mode when enablePeng Huang2010-05-271-2/+5
|
* Refine coding stylePeng Huang2010-05-201-2/+2
|
* Add copyright headerPeng Huang2010-05-201-1/+20
|
* Remove slots in Engines.Peng Huang2010-05-191-12/+1
|
* Add some half chars in PunctTablePeng Huang2010-05-191-0/+1
|
* register properties in focusInPeng Huang2010-05-171-0/+1
|
* Create BopomofoEnginePeng Huang2010-05-141-18/+6
|
* Make bopomofo as a separate input engine.Peng Huang2010-05-131-0/+2
|
* Remove unused codePeng Huang2010-04-191-2/+0
|
* Remove PinyinEnginePtrPeng Huang2010-04-191-3/+0
|
* Use Object as the base class to replace Pointer.Peng Huang2010-04-191-2/+2
|
* Use boost::shared_ptr to manage object instance.Peng Huang2010-04-171-4/+7
|
* Only store prev pressed key if the keyevent is ignored by editors.Peng Huang2010-04-061-0/+1
|
* Store last commit textPeng Huang2010-03-151-0/+2
|
* Auto swith mode when user press www. http: xxx@Peng Huang2010-03-101-1/+1
|
* Remove some unused variables.Peng Huang2010-03-081-6/+0
|
* Add ExtEditor.hPeng Huang2010-02-121-1/+2
|
* Clean up codePeng Huang2010-02-111-8/+0
|
* Do not pass Release key event to editors.Peng Huang2010-02-111-1/+0
|
* Add FallbackEditorPeng Huang2010-02-111-10/+3
|
* Remove some unused code.Peng Huang2010-02-101-36/+0
|
* Refactory classes, and use sigc++ to make code clear.Peng Huang2010-02-101-36/+31
|
* Add RawEditor.hPeng Huang2009-10-181-2/+9
|
* Add some methods definePeng Huang2009-10-111-2/+5
|
* Add some commentsPeng Huang2009-10-111-5/+6
|
* Define several input modesPeng Huang2009-10-111-0/+9
|
* Add m_prev_pressed_key_result to trace last pressed key resultPeng Huang2009-10-111-0/+1
|
* Support using mouse to select candidate.Peng Huang2009-10-091-0/+1
|
* Only display traditional Chinese preedit & auxiliary textPeng Huang2009-10-061-1/+0
|
* Modify the logic of processing capital lettersPeng Huang2009-10-051-0/+1
|
* Commit full width space, only if in full modePeng Huang2009-09-301-0/+1
|
* Add Typing and Editing modesPeng Huang2009-09-291-0/+2
|
* Show unselected pinyin in preedit textPeng Huang2009-09-291-6/+6
|
* Press space to select highlight candidatePeng Huang2009-09-281-0/+2
|
* Commit half width '.' after half width numbersPeng Huang2009-09-281-0/+1
|
* Reset in focusOutPeng Huang2009-09-251-1/+3
|
* Add Traditional Chinese supportPeng Huang2009-09-241-1/+1
|
* WIP.Peng Huang2009-09-231-0/+3
|
* Import c version pinyin enginePeng Huang2009-09-231-0/+121