summaryrefslogtreecommitdiffstats
path: root/src/PinyinEngine.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|\
| * Replace GArray with std::vectorPeng Huang2010-01-011-1/+0
* | Ignore number key if with some modifiers.Peng Huang2010-01-011-0/+2
|/
* Fix numpad problem.Peng Huang2009-11-301-10/+17
* WIP.Peng Huang2009-10-281-6/+12
* Add RawEditor.hPeng Huang2009-10-181-7/+36
* Add some methods definePeng Huang2009-10-111-4/+31
* Define several input modesPeng Huang2009-10-111-3/+31
* Add m_prev_pressed_key_result to trace last pressed key resultPeng Huang2009-10-111-2/+4
* Fix problem click number key, and number greater than current page size.Peng Huang2009-10-111-0/+3
* Use ibus-setup iconPeng Huang2009-10-101-1/+1
* Support using mouse to select candidate.Peng Huang2009-10-091-0/+6
* Fix a typoPeng Huang2009-10-071-1/+1
* Remove some commented code.Peng Huang2009-10-071-16/+0
* Add configure option to choice if showing candidates in traditionalPeng Huang2009-10-071-10/+1
* Only display traditional Chinese preedit & auxiliary textPeng Huang2009-10-061-26/+23
* Reimplement Simp to TradPeng Huang2009-10-061-2/+10
* Modify the logic of processing capital lettersPeng Huang2009-10-051-8/+34
* Input upper letters correctlyPeng Huang2009-10-051-1/+2
* Input currect with keypadPeng Huang2009-10-031-1/+8
* Fix auto commit problem.Peng Huang2009-10-021-20/+7
* Process punctuations correctlyPeng Huang2009-10-021-25/+57
* Process keys on keypad correctlyPeng Huang2009-10-011-2/+26
* Refine coding stylePeng Huang2009-09-301-2/+2