Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Format code correctly | Michael Vetter | 2021-10-05 | 1 | -4/+5 |
* | Change attentionflag shortcut to alt+v | Michael Vetter | 2021-08-31 | 1 | -1/+1 |
* | Attention flag message ( enabled, disabled) | DebXWoody | 2021-05-29 | 1 | -1/+6 |
* | Attention flag - Implemented Alt+m | DebXWoody | 2021-05-29 | 1 | -11/+5 |
* | Attention flagĀ for groupchats | DebXWoody | 2021-05-29 | 1 | -2/+10 |
* | Attention flag for chat windows | DebXWoody | 2021-05-29 | 1 | -0/+22 |
* | Set input window size to max window size | kaffeekanne | 2020-12-11 | 1 | -2/+2 |
* | Since the string from strerror should never be modified, use const. | Philipp Klaus Krause | 2020-10-14 | 1 | -1/+1 |
* | Avoid passing NULL pointers to curses functions. | nia | 2020-09-04 | 1 | -1/+3 |
* | Basic support for building on NetBSD. | nia | 2020-09-04 | 1 | -0/+2 |
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -45/+44 |
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 1 | -57/+58 |
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -58/+57 |
* | Define POSIX macro to have strdup | Michael Vetter | 2020-06-12 | 1 | -2/+2 |
* | inp_readline() Correct slashguard feature | Michael Vetter | 2020-04-21 | 1 | -4/+6 |
* | Make _inp_edited() more robust | Dmitry Podgorny | 2020-04-19 | 1 | -1/+8 |
* | Add slashguard feature | Michael Vetter | 2020-03-18 | 1 | -0/+7 |
* | Add vim modeline | Michael Vetter | 2019-11-13 | 1 | -0/+1 |
* | Fix add_history usage in down arrow handler | Michael Vetter | 2019-11-05 | 1 | -4/+1 |
* | Store current input line in history | Michael Vetter | 2019-11-05 | 1 | -0/+16 |
* | Bind key to switch to next active window | Michael Vetter | 2019-09-30 | 1 | -0/+14 |
* | Define keybindings to switch to up to 20 windows | Michael Vetter | 2019-09-30 | 1 | -0/+100 |
* | Update copyright to include 2019 | Michael Vetter | 2019-01-22 | 1 | -1/+1 |
* | Add prof_win_close (#1017) | twardziejszy | 2019-01-10 | 1 | -0/+11 |
* | WIP add self prefs for statusbar | James Booth | 2018-03-10 | 1 | -2/+2 |
* | Clear autocompletes on line edits | James Booth | 2018-02-09 | 1 | -3/+19 |
* | Update copyright | James Booth | 2018-01-21 | 1 | -1/+1 |
* | Allow previous autocompletion with shift tab | James Booth | 2017-04-01 | 1 | -2/+49 |
* | Update Copyright | James Booth | 2017-01-28 | 1 | -1/+1 |
* | Allow vertical positioning of all windows | James Booth | 2016-09-23 | 1 | -10/+4 |
* | Add /inputwin top|bottom command | James Booth | 2016-09-19 | 1 | -1/+8 |
* | Move all filepath handling to files.c | James Booth | 2016-07-24 | 1 | -1/+1 |
* | Move xgd functions | James Booth | 2016-07-24 | 1 | -1/+2 |
* | Tidy headers | James Booth | 2016-07-24 | 1 | -7/+7 |
* | Moved roster_list.c | James Booth | 2016-07-24 | 1 | -1/+1 |
* | Moved muc.c | James Booth | 2016-07-24 | 1 | -1/+1 |
* | Moved chat_state.c | James Booth | 2016-07-24 | 1 | -1/+1 |
* | Moved chat state handling code to chat_state.c | James Booth | 2016-07-24 | 1 | -2/+3 |
* | Update GPL link in headers | James Booth | 2016-07-24 | 1 | -1/+1 |
* | Rename command sources | James Booth | 2016-05-22 | 1 | -1/+1 |
* | Add cmd_autocomplete.c | James Booth | 2016-05-20 | 1 | -3/+3 |
* | Reorder headers in inputwin.c | James Booth | 2016-05-11 | 1 | -1/+1 |
* | Implement XEP-0363: HTTP File Upload | Dominik Heidler | 2016-04-26 | 1 | -0/+3 |
* | Removed #AX_PREFIX_CONFIG_H | James Booth | 2016-03-31 | 1 | -3/+3 |
* | Merge branch 'master' into plugins-c | James Booth | 2016-02-14 | 1 | -1/+1 |
|\ | |||||
| * | Updated copyright | James Booth | 2016-02-14 | 1 | -1/+1 |
* | | Added C plugin code from plugins branch | James Booth | 2016-02-14 | 1 | -3/+3 |
|/ | |||||
* | Added sys/select.h header includes | James Booth | 2016-01-19 | 1 | -0/+1 |
* | Use MB_CUR_MAX when calculating cursor position | James Booth | 2015-12-19 | 1 | -1/+1 |
* | Read ~/.config/profanity/inputrc | James Booth | 2015-12-06 | 1 | -0/+7 |