summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Reimplement Simp to TradPeng Huang2009-10-0610-15327/+58896
* Add PinyinParserTable.h SimpTradConverterTable.hPeng Huang2009-10-054-3/+12269
* Generate SimpTradConvertTable.h from UnihanPeng Huang2009-10-053-2/+12678
* Add PinyinParserTable.h.open-phrasePeng Huang2009-10-051-0/+9644
* Remove unused functionPeng Huang2009-10-051-9/+0
* Check if maindb exist before open it.Peng Huang2009-10-051-0/+2
* Fix symbol linkPeng Huang2009-10-051-1/+1
* Use google.db, if open-phrase.db does not exist.Peng Huang2009-10-051-5/+17
* Move all scripts to $top_srcdir/scriptsPeng Huang2009-10-055-5616/+2
* Modify the logic of processing capital lettersPeng Huang2009-10-052-8/+35
* Input upper letters correctlyPeng Huang2009-10-051-1/+2
* Input currect with keypadPeng Huang2009-10-031-1/+8
* refine coding stylePeng Huang2009-10-021-1/+1
* Fix build warningPeng Huang2009-10-021-3/+1
* Fix auto commit problem.Peng Huang2009-10-021-20/+7
* Refine sqlPeng Huang2009-10-021-5/+5
* Add executeSQL method.Peng Huang2009-10-022-68/+37
* Process punctuations correctlyPeng Huang2009-10-021-25/+57
* Add some inline commentsPeng Huang2009-10-011-5/+8
* Tuning sqlite database for better performance.Peng Huang2009-10-011-5/+35
* Update .gitignore filesPeng Huang2009-10-011-0/+7
* Use g_strlcpy and g_strlcat to avoid buffer overflowPeng Huang2009-10-013-5/+7
* Use strncat correctlyPeng Huang2009-10-011-1/+1
* Process keys on keypad correctlyPeng Huang2009-10-011-2/+26
* Fix build error with sqlite 3.5Peng Huang2009-10-011-0/+2
* Fix double pinyin problems.Peng Huang2009-10-012-5/+24
* Refine coding stylePeng Huang2009-09-301-2/+2
* Commit full width space, only if in full modePeng Huang2009-09-302-14/+32
* Fix fuzzy pinyin problem with ian <=> iangPeng Huang2009-09-302-32/+4
* Fix ch c fuzzy pinyin problemPeng Huang2009-09-301-2/+32
* Fix segment fault of fuzzy pinyinPeng Huang2009-09-301-2/+2
* Fix commi problemPeng Huang2009-09-302-11/+16
* Show preedit text correctlyPeng Huang2009-09-291-2/+1
* Update preedit and auxiliary text formatPeng Huang2009-09-291-9/+8
* Fix some bugsPeng Huang2009-09-291-4/+9
* Add Typing and Editing modesPeng Huang2009-09-292-0/+73
* Use ' ' replace '\'' in pinyin stringPeng Huang2009-09-291-1/+1
* Fix some bugs.Peng Huang2009-09-293-13/+28
* Also set the foreground color of the highlight candidate in preedit textPeng Huang2009-09-291-0/+2
* Hide auxiliary text if no candidatesPeng Huang2009-09-292-9/+26
* Adjust preedit text dynamicallyPeng Huang2009-09-295-24/+60
* Show unselected pinyin in preedit textPeng Huang2009-09-292-19/+41
* Use operator += of phrasePeng Huang2009-09-291-6/+1
* Refactory PhraseEditorPeng Huang2009-09-297-117/+82
* Merge branch '1.2.99' of git@github.com:phuang/ibus-pinyin into 1.2.99Peng Huang2009-09-291-0/+44
|\
| * Add Phrase.hPeng Huang2009-09-291-0/+44
* | Add some commentsPeng Huang2009-09-291-5/+5
|/
* Press space to select highlight candidatePeng Huang2009-09-282-10/+24
* Commit half width '.' after half width numbersPeng Huang2009-09-282-2/+11
* Reset before commit text to application.Peng Huang2009-09-281-1/+1