about summary refs log tree commit diff stats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Parse plugin args with freetext parserJames Booth2016-03-152-6/+15
* Plugins: Fix python threadingJames Booth2016-03-092-4/+62
* Merge branch 'master' into plugins-pythonJames Booth2016-03-077-8/+38
|\
| * Plugins: Added callbacks init and close functionsJames Booth2016-03-076-7/+37
* | Merge branch 'master' into plugins-pythonJames Booth2016-03-071-0/+4
|\|
| * Free GLists in plugin autocompletersJames Booth2016-03-071-0/+4
| * Merge remote-tracking branch 'origin/master'James Booth2016-02-281-1/+1
| |\
* | | Added current_win_is_console to python APIJames Booth2016-02-281-0/+12
* | | Merge branch 'master' into plugins-pythonJames Booth2016-02-285-0/+22
|\| |
| * | Added current_win_is_console to plugins apiJames Booth2016-02-285-0/+22
* | | Merge branch 'master' into plugins-pythonJames Booth2016-02-251-1/+1
|\ \ \ | | |/ | |/|
| * | Remove default from plugin theme NULL checksJames Booth2016-02-251-1/+1
| |/
* | Merge branch 'master' into plugins-pythonJames Booth2016-02-251-1/+1
|\|
| * Check for NULLs before testing plugin themeJames Booth2016-02-251-1/+1
* | Merge branch 'master' into plugins-pythonJames Booth2016-02-241-0/+1
|\|
| * Added missing string.h include to plugins/api.cJames Booth2016-02-241-0/+1
* | Added python_api_cons_bad_cmd_usageJames Booth2016-02-241-0/+12
* | Added python plugins codeJames Booth2016-02-246-3/+1194
|/
* Added theme support to pluginsJames Booth2016-02-218-118/+231
* Return result from plugin callsJames Booth2016-02-216-59/+157
* Added prof_cons_bad_cmd_usage plugin functionJames Booth2016-02-185-2/+20
* Integrated plugins with /help commandJames Booth2016-02-182-0/+16
* Added cmd_help_autocomplete_addJames Booth2016-02-181-0/+2
* Added new help format to c plugins WIPJames Booth2016-02-188-14/+56
* Fix plugin command memleakJames Booth2016-02-152-1/+3
* Removed non c plugin codeJames Booth2016-02-142-84/+0
* Updated copyrightJames Booth2016-02-1414-14/+14
* Added C plugin code from plugins branchJames Booth2016-02-1414-0/+2096