Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year | Michael Vetter | 2023-01-10 | 1 | -1/+1 |
| | |||||
* | Update copyright year | Michael Vetter | 2022-05-09 | 1 | -1/+1 |
| | |||||
* | Fix wrong format string in titlebar | Michael Vetter | 2021-09-29 | 1 | -3/+3 |
| | | | | | | | See https://github.com/profanity-im/profanity/commit/fd9ccec8dc604902bbb1d444dba4223ccee0a092 and https://github.com/profanity-im/profanity/issues/1597#issuecomment-930426764. | ||||
* | Fix wrong format string in titlebar encryption | Michael Vetter | 2021-09-29 | 1 | -2/+2 |
| | | | | | | Fix https://github.com/profanity-im/profanity/issues/1597 Thanks @debacle. | ||||
* | Display attention hint in titlebar for mucs too | Michael Vetter | 2021-05-31 | 1 | -12/+23 |
| | | | | | | | | * Display the `[ATTENTION]` hint in the titlebar for both chatwins and mucwins. * Use THEME_TITLE_TEXT instead of THEME_TITLE_ENCRYPT * Have separate function `_show_attention` and don't do it in unrelated `_show_privacy`. | ||||
* | Attention flag for chat windows | DebXWoody | 2021-05-29 | 1 | -0/+12 |
| | | | | | | | User is able to toggle a flag for chat windows. This flag should be used to mark the window for "Attention". Use Ctrl+f to mark the window. | ||||
* | Update copyright | Michael Vetter | 2021-01-08 | 1 | -1/+1 |
| | |||||
* | Declare counter var inside loop | Michael Vetter | 2020-11-09 | 1 | -2/+1 |
| | | | | We require c99/gnu99 anyways. | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -104/+102 |
| | |||||
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 1 | -109/+111 |
| | | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems. | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -111/+109 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1396 | ||||
* | Feature request - XEP-0373: OpenPGP for XMPP (OX) | DebXWoody | 2020-06-29 | 1 | -0/+14 |
| | | | | | | | | | Basic implementation of XEP-0373: OpenPGP for XMPP. https://xmpp.org/extensions/xep-0373.html Command /ox Issue: #1331 | ||||
* | Fix titlebar write position | Michael Vetter | 2020-05-27 | 1 | -4/+35 |
| | | | | | | | | Mistake introduced in 86f0e0ea7033a27a83a5c24091ae1fd5b579296d The functions later on dont set an explitic position when writing their strings. Fix https://github.com/profanity-im/profanity/issues/1346 | ||||
* | Fix invalid read in titlebar | Michael Vetter | 2020-05-24 | 1 | -1/+2 |
| | |||||
* | Dont show resource in titlebar if it is too long | Michael Vetter | 2020-05-22 | 1 | -9/+20 |
| | | | | Fix https://github.com/profanity-im/profanity/issues/715 | ||||
* | Make 'scrolled' themeable | Michael Vetter | 2020-05-21 | 1 | -0/+3 |
| | |||||
* | Display when scrolled up | Michael Vetter | 2020-05-21 | 1 | -0/+21 |
| | | | | | | Display [SCROLLED] in titlebar if a chat/muc/private win is scrolled up. Implement https://github.com/profanity-im/profanity/issues/1289 | ||||
* | move titlebar code in correct function | Michael Vetter | 2020-03-24 | 1 | -19/+1 |
| | |||||
* | Add myself to copyright | Michael Vetter | 2020-01-23 | 1 | -0/+1 |
| | |||||
* | Add option to display MUC name or JID in titlebar | Michael Vetter | 2020-01-23 | 1 | -5/+17 |
| | | | | Add `/titlebar use [name|jid]`. | ||||
* | Display MUC name in titlebar | Michael Vetter | 2020-01-23 | 1 | -1/+8 |
| | |||||
* | Fix spacing in titlebar.c | Michael Vetter | 2020-01-23 | 1 | -2/+0 |
| | |||||
* | Call ncurses resize function before move function | Michael Vetter | 2019-12-02 | 1 | -1/+2 |
| | | | | | | | | | | | | | | From @xaizek s comment on issue #1235: ``` If the move would cause the window to be off the screen, it is an error and the window is not moved. Resize on the other hand doesn't fail like this according to its documentation. So new size needs to be applied first. ``` Big thanks to @xaizek for taking a look at our code and helping us!! Regards https://github.com/profanity-im/profanity/issues/1235 | ||||
* | Add vim modeline | Michael Vetter | 2019-11-13 | 1 | -0/+1 |
| | |||||
* | Add OMEMO state in titlebar in MUC | Paul Fariello | 2019-04-10 | 1 | -0/+15 |
| | |||||
* | Add OMEMO state in titlebar | Paul Fariello | 2019-04-10 | 1 | -0/+15 |
| | |||||
* | Update copyright to include 2019 | Michael Vetter | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | Update copyright | James Booth | 2018-01-21 | 1 | -1/+1 |
| | |||||
* | Update Copyright | James Booth | 2017-01-28 | 1 | -1/+1 |
| | |||||
* | Allow room display properies to be set by plugins | James Booth | 2017-01-20 | 1 | -0/+26 |
| | |||||
* | Add titlebar encryption text to plugins api | James Booth | 2017-01-19 | 1 | -14/+34 |
| | |||||
* | Allow vertical positioning of all windows | James Booth | 2016-09-23 | 1 | -14/+5 |
| | |||||
* | Add /inputwin top|bottom command | James Booth | 2016-09-19 | 1 | -1/+17 |
| | | | | closes #853 | ||||
* | Tidy headers | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Moved roster_list.c | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Moved chat_session.c | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Update GPL link in headers | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Add session.c | James Booth | 2016-05-05 | 1 | -1/+1 |
| | |||||
* | Removed #AX_PREFIX_CONFIG_H | James Booth | 2016-03-31 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into plugins-c | James Booth | 2016-02-14 | 1 | -1/+1 |
|\ | | | | | | | | | | | Conflicts: src/main.c src/ui/console.c | ||||
| * | Updated copyright | James Booth | 2016-02-14 | 1 | -1/+1 |
| | | |||||
* | | Added C plugin code from plugins branch | James Booth | 2016-02-14 | 1 | -1/+1 |
|/ | |||||
* | Added roster struct, create and destroy roster on connect/disconnect | James Booth | 2016-01-05 | 1 | -8/+11 |
| | |||||
* | Add preference for showing TLS indicator in titlebar | James Booth | 2015-10-14 | 1 | -1/+1 |
| | | | | Issue #616 | ||||
* | Title bar TLS indicator | James Booth | 2015-10-14 | 1 | -9/+71 |
| | | | | Issue #616 | ||||
* | Split PGP incoming and outgoing message handling | James Booth | 2015-08-30 | 1 | -50/+53 |
| | |||||
* | Moved setting otr.warn -> enc.warn | James Booth | 2015-06-21 | 1 | -2/+1 |
| | |||||
* | Tidied OTR and PGP combinations in client_events.c | James Booth | 2015-06-21 | 1 | -2/+0 |
| | |||||
* | Added window encyption mode for PGP | James Booth | 2015-06-20 | 1 | -42/+55 |
| | |||||
* | Moved ui/windows -> window_list | James Booth | 2015-06-15 | 1 | -1/+1 |
| |