summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | Modified interface of opencc in SimpTradConveterBYVoid2010-06-091-8/+24
| * | Fix opencc APIBYVoid2010-06-091-1/+3
* | | Fix build warningsPeng Huang2010-06-091-9/+12
|/ /
* | Use openccPeng Huang2010-06-093-2/+34
* | Move php_2_py.php to scripts/Peng Huang2010-06-052-22/+1
* | Refine some codePeng Huang2010-06-051-5/+6
* | Update label of one propertyPeng Huang2010-06-051-2/+2
* | Fix some build warning and verify some config item.Peng Huang2010-06-053-15/+16
* | Disabled Custom of SelectKeyBYVoid2010-06-054-8/+20
* | Update Config & Preferences UI for BopomofoEditorBYVoid2010-06-054-24/+87
* | Improved user interaction of BopomofoEditorBYVoid2010-06-055-75/+100
* | Reduce dependency among header files.Peng Huang2010-06-0532-79/+91
* | Add --version -V optionPeng Huang2010-06-024-13/+34
* | Refine coding stylePeng Huang2010-05-314-16/+29
* | Refine coding stylePeng Huang2010-05-302-11/+19
* | Use inline function and const value to replace some macors.Peng Huang2010-05-309-40/+48
* | Refine coding stylePeng Huang2010-05-3023-207/+333
* | Move python script files to scripts folderPeng Huang2010-05-304-5216/+1
* | Fix special phrases option problem in Bopomofo engine.Peng Huang2010-05-302-7/+8
* | Optimize dependence of headersBYVoid2010-05-3013-18/+2
* | Do not call readDefaultValues in constructor function.Peng Huang2010-05-291-5/+6
* | Write default value to config, if the value does not existPeng Huang2010-05-291-0/+12
* | Remove inline modifier for some functionsPeng Huang2010-05-291-3/+3
* | Add "ยท" in PunctTablePeng Huang2010-05-291-95/+95
* | Fix problem in PunctEditor.Peng Huang2010-05-291-13/+5
* | Disable special phrases by default in bopomofo enginePeng Huang2010-05-281-5/+9
* | Reset engine status when enable againPeng Huang2010-05-284-12/+28
* | Refine ConfigPeng Huang2010-05-281-22/+7
* | Use different default config values for Pinyin and BopomofoPeng Huang2010-05-282-81/+215
* | Use const gchar * constPeng Huang2010-05-281-1/+1
* | Use const gchar * to replace macrosPeng Huang2010-05-281-51/+51
* | Switch to Chinese mode when enablePeng Huang2010-05-272-4/+10
* | Fix build error in converting void * to int.Peng Huang2010-05-271-4/+4
* | Fix a bug of bsearch while converting keyval to BopomofoBYVoid2010-05-261-3/+3
* | Merge remote branch 'byvoid/fallbackeditor'Peng Huang2010-05-252-64/+146
|\ \
| * | Add Traditional Chinese mode punct for FallbackEditorBYVoid2010-05-252-64/+146
* | | Change some variables' name.Peng Huang2010-05-251-12/+14
|/ /
* | Fix make distcheck errors.Peng Huang2010-05-251-5/+2
* | Use boost::scoped_ptr to maintain Config instances.Peng Huang2010-05-242-6/+7
* | Refine coding style and use guint8 in BopomofoKeyboard.hPeng Huang2010-05-243-208/+210
* | Use const gchar * to replase std::string for static strings.Peng Huang2010-05-241-94/+87
* | Refine modifiers test code for Ctrl + Shift + FPeng Huang2010-05-243-8/+21
* | Merge remote branch 'byvoid/st_switch_hotkey'Peng Huang2010-05-242-0/+18
|\ \
| * | Add hotkey Ctrl + Shift + F to toggle simp/trad Chinese input modeBYVoid2010-05-232-0/+18
* | | Fix a bug on Config & Enable Bopomofo specialized settingsBYVoid2010-05-234-11/+10
|/ /
* | Launch setup with different arguments in PinyinEngine & BopomofoEnginePeng Huang2010-05-232-2/+2
* | Merge remote branch 'byvoid/PhoneticEditor' into configPeng Huang2010-05-2314-610/+647
|\ \
| * | Add abstract class PhoneticEditorBYVoid2010-05-2314-610/+647
* | | Separate Config to PinyinConfig and BopomofoConfigPeng Huang2010-05-2326-177/+255
|/ /
* | Add BopomofoKeyboard.h in Makefile.amPeng Huang2010-05-231-0/+1