Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add config.h in files were it was missing | Michael Vetter | 2021-03-26 | 1 | -0/+2 |
| | | | | Related to https://github.com/profanity-im/profanity/issues/1512 | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -29/+30 |
| | |||||
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 1 | -31/+30 |
| | | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems. | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -30/+31 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1396 | ||||
* | Add vim modeline | Michael Vetter | 2019-11-13 | 1 | -0/+1 |
| | |||||
* | Destroy hash table ein autocompleters_destroy() | Michael Vetter | 2019-10-06 | 1 | -0/+3 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1019 | ||||
* | Update copyright to include 2019 | Michael Vetter | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | Update copyright | James Booth | 2018-01-21 | 1 | -1/+1 |
| | |||||
* | Allow previous autocompletion with shift tab | James Booth | 2017-04-01 | 1 | -3/+3 |
| | |||||
* | Update Copyright | James Booth | 2017-01-28 | 1 | -1/+1 |
| | |||||
* | Allow filepath autocompletion in plugins | James Booth | 2016-10-10 | 1 | -1/+49 |
| | | | | closes #858 | ||||
* | Update GPL link in headers | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Store plugin completers by plugin name | James Booth | 2016-07-05 | 1 | -39/+70 |
| | |||||
* | Plugins: Added completer_clear | James Booth | 2016-04-07 | 1 | -0/+11 |
| | |||||
* | Plugins: Added completer_remove | James Booth | 2016-04-07 | 1 | -0/+14 |
| | |||||
* | Parse plugin args with freetext parser | James Booth | 2016-03-15 | 1 | -5/+14 |
| | | | | Also allow adding to plugin autocompleters | ||||
* | Free GLists in plugin autocompleters | James Booth | 2016-03-07 | 1 | -0/+4 |
| | |||||
* | Updated copyright | James Booth | 2016-02-14 | 1 | -1/+1 |
| | |||||
* | Added C plugin code from plugins branch | James Booth | 2016-02-14 | 1 | -0/+92 |