about summary refs log tree commit diff stats
path: root/src/plugins/callbacks.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJames Booth2018-01-211-1/+1
|
* Update CopyrightJames Booth2017-01-281-1/+1
|
* Remove hash table replace entry when adding plugin timed callbacksJames Booth2016-10-091-2/+0
| | | | fixes #869
* Fix memory leaksJames Booth2016-07-251-0/+1
|
* Tidy headersJames Booth2016-07-241-2/+1
|
* Moved window_list.cJames Booth2016-07-241-1/+1
|
* Merge branch 'master' into python3James Booth2016-07-241-1/+1
|\ | | | | | | | | Conflicts: .gitignore
| * Update GPL link in headersJames Booth2016-07-241-1/+1
| |
* | Check for win callback hash before removingJames Booth2016-07-211-6/+8
|/
* Remove plugin window on /closeJames Booth2016-07-121-0/+10
|
* Check for plugin win before creatingJames Booth2016-07-121-0/+14
|
* Plugin unload remove cmd_acs and close windowJames Booth2016-07-051-1/+24
|
* Revert "Move adding plugins commands to autocompleters"James Booth2016-07-051-0/+3
| | | | This reverts commit 97f79970252a06a1583ca1e1c8b22111720ddf94.
* Move adding plugins commands to autocompletersJames Booth2016-07-051-3/+0
|
* Pass plugin name to all autocompleter functionsJames Booth2016-07-041-0/+1
|
* Remove plugin callbacks in plugin_destroy functionsJames Booth2016-07-041-1/+8
|
* Store plugin window callbacks by plugin nameJames Booth2016-07-041-4/+31
|
* Use hash table for plugin timed functionsJames Booth2016-07-041-21/+49
|
* Free plugins commands on quitJames Booth2016-07-041-18/+107
|
* Rename callback execte and destroy functionsJames Booth2016-07-031-4/+4
|
* Revert "WIP - Unload plugin commands"James Booth2016-06-301-34/+0
| | | | This reverts commit a01eb5d08e1b39d60a6f8fc26e5a87ceb92ec18f.
* WIP - Unload plugin commandsJames Booth2016-06-291-0/+34
|
* Rename command sourcesJames Booth2016-05-221-2/+2
|
* Add cmd_autocomplete.cJames Booth2016-05-201-3/+3
|
* Added missing include in callbacks.cJames Booth2016-03-311-0/+1
|
* Parse plugin args with freetext parserJames Booth2016-03-151-1/+1
| | | | Also allow adding to plugin autocompleters
* Plugins: Added callbacks init and close functionsJames Booth2016-03-071-4/+21
| | | | Included destroy function in PluginWindowCallback
* Integrated plugins with /help commandJames Booth2016-02-181-0/+15
|
* Added cmd_help_autocomplete_addJames Booth2016-02-181-0/+2
|
* Added new help format to c plugins WIPJames Booth2016-02-181-1/+17
|
* Fix plugin command memleakJames Booth2016-02-151-1/+2
|
* Updated copyrightJames Booth2016-02-141-1/+1
|
* Added C plugin code from plugins branchJames Booth2016-02-141-0/+126