Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Return boolean on prof_settings_string_list_remove_all() | James Booth | 2016-08-01 | 5 | -9/+18 | |
| | ||||||
* | Remove log debugs | James Booth | 2016-08-01 | 1 | -7/+0 | |
| | ||||||
* | Add string lists settings to plugins | James Booth | 2016-08-01 | 8 | -0/+233 | |
| | ||||||
* | Add typedefs to C plugin API | James Booth | 2016-07-30 | 2 | -6/+9 | |
| | ||||||
* | Use g_strndup in c_api.c | James Booth | 2016-07-27 | 1 | -2/+2 | |
| | ||||||
* | Fix memory leaks | James Booth | 2016-07-25 | 1 | -0/+1 | |
| | ||||||
* | Fix memory leaks | James Booth | 2016-07-25 | 1 | -1/+3 | |
| | ||||||
* | Decrement reference count on python hook args objects | James Booth | 2016-07-25 | 1 | -23/+39 | |
| | ||||||
* | Use Py_RETURN_NONE | James Booth | 2016-07-25 | 1 | -56/+56 | |
| | ||||||
* | Free python_str_or_unicode_to_string results | James Booth | 2016-07-25 | 6 | -9/+28 | |
| | ||||||
* | Remove debug on plugin win create | James Booth | 2016-07-24 | 2 | -2/+0 | |
| | ||||||
* | Move all filepath handling to files.c | James Booth | 2016-07-24 | 5 | -50/+29 | |
| | ||||||
* | Move xgd functions | James Booth | 2016-07-24 | 3 | -4/+4 | |
| | ||||||
* | Add config/files.c | James Booth | 2016-07-24 | 3 | -0/+3 | |
| | ||||||
* | Tidy headers | James Booth | 2016-07-24 | 8 | -15/+12 | |
| | ||||||
* | Moved window_list.c | James Booth | 2016-07-24 | 2 | -2/+2 | |
| | ||||||
* | Make header defines consistent | James Booth | 2016-07-24 | 12 | -22/+27 | |
| | ||||||
* | Reorder headers | James Booth | 2016-07-24 | 1 | -2/+2 | |
| | ||||||
* | Add /plugins python_version command | James Booth | 2016-07-24 | 2 | -3/+8 | |
| | ||||||
* | Python plugins: Free string values | James Booth | 2016-07-24 | 1 | -2/+57 | |
| | ||||||
* | Merge branch 'master' into python3 | James Booth | 2016-07-24 | 24 | -24/+25 | |
|\ | | | | | | | | | Conflicts: .gitignore | |||||
| * | Add missing include | James Booth | 2016-07-24 | 1 | -0/+1 | |
| | | ||||||
| * | Update GPL link in headers | James Booth | 2016-07-24 | 24 | -24/+24 | |
| | | ||||||
* | | Allow str and unicode in python api | James Booth | 2016-07-24 | 3 | -155/+222 | |
| | | ||||||
* | | Check for win callback hash before removing | James Booth | 2016-07-21 | 1 | -6/+8 | |
| | | ||||||
* | | Tidy python3 conditional code | James Booth | 2016-07-19 | 3 | -272/+76 | |
| | | ||||||
* | | Add python_init_prof() | James Booth | 2016-07-18 | 3 | -13/+16 | |
| | | ||||||
* | | Fix prof module init for python3 | James Booth | 2016-07-18 | 3 | -28/+51 | |
| | | ||||||
* | | Added PYTHON3 define | James Booth | 2016-07-14 | 2 | -2/+166 | |
|/ | ||||||
* | Remove redundant plugin dir function | James Booth | 2016-07-13 | 1 | -16/+4 | |
| | ||||||
* | Free memory when plugin windows closed | James Booth | 2016-07-13 | 1 | -0/+3 | |
| | ||||||
* | Add /plugins install command | James Booth | 2016-07-12 | 2 | -0/+27 | |
| | ||||||
* | Remove plugin window on /close | James Booth | 2016-07-12 | 5 | -1/+19 | |
| | ||||||
* | Check for plugin win before creating | James Booth | 2016-07-12 | 3 | -0/+19 | |
| | ||||||
* | Allow reloading all plugins with /plugin reload | James Booth | 2016-07-10 | 2 | -0/+22 | |
| | ||||||
* | Add /plugin reload command | James Booth | 2016-07-10 | 2 | -0/+12 | |
| | ||||||
* | Store python modules on load | James Booth | 2016-07-09 | 1 | -9/+13 | |
| | ||||||
* | Reaload python module if previous loaded on /plugin load | James Booth | 2016-07-09 | 1 | -2/+14 | |
| | ||||||
* | Plugin unload remove cmd_acs and close window | James Booth | 2016-07-05 | 2 | -5/+39 | |
| | ||||||
* | Revert "Move adding plugins commands to autocompleters" | James Booth | 2016-07-05 | 2 | -4/+3 | |
| | | | | This reverts commit 97f79970252a06a1583ca1e1c8b22111720ddf94. | |||||
* | Move adding plugins commands to autocompleters | James Booth | 2016-07-05 | 2 | -3/+4 | |
| | ||||||
* | Add plugins on_unload hook | James Booth | 2016-07-05 | 6 | -0/+43 | |
| | ||||||
* | Store plugin completers by plugin name | James Booth | 2016-07-05 | 3 | -45/+76 | |
| | ||||||
* | Pass plugin name to all autocompleter functions | James Booth | 2016-07-04 | 7 | -16/+39 | |
| | ||||||
* | Move prefs_remove_plugin to plugins_unload | James Booth | 2016-07-04 | 1 | -1/+3 | |
| | ||||||
* | Remove plugin callbacks in plugin_destroy functions | James Booth | 2016-07-04 | 4 | -1/+12 | |
| | ||||||
* | Store plugin window callbacks by plugin name | James Booth | 2016-07-04 | 3 | -6/+35 | |
| | ||||||
* | Use hash table for plugin timed functions | James Booth | 2016-07-04 | 3 | -24/+52 | |
| | ||||||
* | Free plugins commands on quit | James Booth | 2016-07-04 | 6 | -41/+152 | |
| | ||||||
* | Rename callback execte and destroy functions | James Booth | 2016-07-03 | 4 | -17/+17 | |
| |