summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* refactor lua-plugin gobject interface.Peng Wu2010-05-193-45/+49
* add gobject interface for lua-plugin.Peng Wu2010-05-195-27/+115
* add comment.Peng Wu2010-05-191-0/+1
* change isnil to isnone.Peng Wu2010-05-191-3/+3
* add arguments check.Peng Wu2010-05-191-0/+17
* sketch for ime_register_trigger, begin to write ime_register_command.Peng Wu2010-05-191-4/+44
* interface changed to lua_plugin_context.Peng Wu2010-05-191-0/+5
* add table check in join_string.Peng Wu2010-05-192-3/+3
* change ime_join_string behavior.Peng Wu2010-05-191-1/+1
* change ime_join_string implementation.Peng Wu2010-05-192-2/+3
* change tolstring to checklstring.Peng Wu2010-05-193-51/+37
* begin lua-plugin integration.Peng Wu2010-05-192-1/+30
* add some test cases and safe arguments check.Peng Wu2010-05-192-1/+14
* add more test case.Peng Wu2010-05-191-0/+7
* add ime.parse_mapping func.Peng Wu2010-05-192-1/+74
* add more test case and fixes join_string with empty table.Peng Wu2010-05-192-2/+16
* Integrate luaPeng Huang2010-05-193-0/+66
* add new test cases for split/join.Peng Wu2010-05-192-3/+14
* add split_string function.Peng Wu2010-05-191-5/+22
* the initial ime_join_string implement and add lua_pop for trim_string functions.Peng Wu2010-05-191-2/+41
* change luaL_checklstring to lua_tolstring.Peng Wu2010-05-192-8/+13
* add some check on IME_TRIM_PRECHECK.Peng Wu2010-05-191-2/+2
* add retval to lua_plugin_fini.Peng Wu2010-05-191-1/+3
* change to pushliteral in ime_get_version.Peng Wu2010-05-191-1/+1
* refactor code for checking condition.Peng Wu2010-05-191-22/+28
* add ime.trim*.Peng Wu2010-05-191-1/+67
* lua plugin hello world is ok.Peng Wu2010-05-194-22/+79
* initial code for lua plugin.Peng Wu2010-05-191-0/+53
* Unify the coding stylePeng Huang2010-05-192-31/+33
* Fix a bug of Bopomofo parseBYVoid2010-05-192-5/+10
* Fix a bug of displaying tone characters in BopomofoEditorBYVoid2010-05-184-7/+14
* Add zh_TW & zh_HK language supportBYVoid2010-05-185-19/+563
* Add BYVoid in AUTHORSPeng Huang2010-05-183-2/+5
* Remove CustomPhrases in POTFILESPeng Huang2010-05-181-1/+0
* Merge branch 'bopomofo'Peng Huang2010-05-1730-80/+4268
|\
| * Add Bopomof in spec file.Peng Huang2010-05-171-5/+5
| * register properties in focusInPeng Huang2010-05-174-1/+3
| * Reset PunctEditor when press EscPeng Huang2010-05-171-0/+4
| * Include PunctTable.h in tarballPeng Huang2010-05-171-0/+1
| * Do not allow input chars more than 2Peng Huang2010-05-172-6/+6
| * Refine some code.Peng Huang2010-05-171-12/+4
| * Fix the order of punct_tablePeng Huang2010-05-173-60/+58
| * implement PunctEditor for BopomofoEngineBYVoid2010-05-163-39/+473
| * Add PunctEditor.hPeng Huang2010-05-161-0/+27
| * Add PunctTable in Makefile.amPeng Huang2010-05-161-0/+5
| * Add PunctTable.hPeng Huang2010-05-163-0/+231
| * Add punct.pyPeng Huang2010-05-161-0/+100
| * Add MODE_PUNCT in BopomofoEnginePeng Huang2010-05-164-0/+74
| * Fix two build warnings.Peng Huang2010-05-161-3/+3
| * Refine coding style in Database.ccPeng Huang2010-05-161-4/+6