about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * Updated GPL URLPete Maynard2016-07-213-3/+3
| | |/
| * / Update gitignoreJames Booth2016-07-241-0/+2
| |/
* | Allow str and unicode in python apiJames Booth2016-07-243-155/+222
| |
* | Check for win callback hash before removingJames Booth2016-07-211-6/+8
| |
* | Update gitignoreJames Booth2016-07-191-0/+4
| |
* | Comment python version arg in configure-debugJames Booth2016-07-191-2/+2
| |
* | Use python3 in configure-debugJames Booth2016-07-191-2/+2
| |
* | Tidy python3 conditional codeJames Booth2016-07-194-274/+78
| |
* | Add python_init_prof()James Booth2016-07-183-13/+16
| |
* | Merge branch 'master' into python3James Booth2016-07-182-3/+4
|\|
| * capabilities: use free instead of g_freeJames Booth2016-07-181-2/+2
| |
| * Use g_path_get_basename when installing pluginJames Booth2016-07-181-1/+2
| |
* | Fix prof module init for python3James Booth2016-07-185-29/+52
| |
* | Added PYTHON3 defineJames Booth2016-07-144-3/+168
|/
* Fix plugin install outputJames Booth2016-07-131-1/+1
|
* Remove redundant plugin dir functionJames Booth2016-07-131-16/+4
|
* Free memory when plugin windows closedJames Booth2016-07-132-0/+4
|
* Add /plugins install commandJames Booth2016-07-127-106/+218
|
* Remove plugin window on /closeJames Booth2016-07-1211-7/+28
|
* Check for plugin win before creatingJames Booth2016-07-125-19/+31
|
* Allow reloading all plugins with /plugin reloadJames Booth2016-07-104-10/+33
|
* Add /plugin reload commandJames Booth2016-07-105-2/+55
|
* Remove string allocation for conflistsJames Booth2016-07-101-3/+3
|
* Store python modules on loadJames Booth2016-07-091-9/+13
|
* Reaload python module if previous loaded on /plugin loadJames Booth2016-07-091-2/+14
|
* Plugin unload remove cmd_acs and close windowJames Booth2016-07-057-7/+75
|
* Revert "Move adding plugins commands to autocompleters"James Booth2016-07-052-4/+3
| | | | This reverts commit 97f79970252a06a1583ca1e1c8b22111720ddf94.
* Move adding plugins commands to autocompletersJames Booth2016-07-052-3/+4
|
* Add plugins on_unload hookJames Booth2016-07-056-0/+43
|
* Store plugin completers by plugin nameJames Booth2016-07-055-45/+96
|
* Pass plugin name to all autocompleter functionsJames Booth2016-07-047-16/+39
|
* Move prefs_remove_plugin to plugins_unloadJames Booth2016-07-042-2/+3
|
* Remove plugin callbacks in plugin_destroy functionsJames Booth2016-07-044-1/+12
|
* Store plugin window callbacks by plugin nameJames Booth2016-07-043-6/+35
|
* Use hash table for plugin timed functionsJames Booth2016-07-043-24/+52
|
* Unit test for callback_add_command()James Booth2016-07-041-7/+32
|
* Free plugins commands on quitJames Booth2016-07-0415-50/+200
|
* Rename callback execte and destroy functionsJames Booth2016-07-034-17/+17
|
* Add plugin name to win_create api callJames Booth2016-07-036-6/+15
|
* Move plugin theme and settings initJames Booth2016-07-012-4/+2
|
* Use hash table to store pluginsJames Booth2016-06-304-109/+143
|
* Fix plugin load prefsJames Booth2016-06-301-1/+1
|
* Move plugin config add on loadJames Booth2016-06-302-1/+1
|
* /plugins unload command and completerJames Booth2016-06-307-2/+76
|
* Pass plugin name to api layerJames Booth2016-06-304-14/+14
|
* Revert "WIP - Unload plugin commands"James Booth2016-06-3021-162/+21
| | | | This reverts commit a01eb5d08e1b39d60a6f8fc26e5a87ceb92ec18f.
* WIP - Unload plugin commandsJames Booth2016-06-2921-21/+162
|
* Add macro for plugins completer addJames Booth2016-06-234-4/+11
|
* Add macro for C plugins register_timedJames Booth2016-06-234-8/+15
|
* Add function to get C plugin nameJames Booth2016-06-233-4/+25
|