Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Renamed otr trusted window property | James Booth | 2015-06-13 | 1 | -1/+1 |
| | |||||
* | Use null check convention in titlebar.c | James Booth | 2015-05-04 | 1 | -3/+3 |
| | |||||
* | Added enc_mode to ProfChatWin | James Booth | 2015-05-04 | 1 | -1/+1 |
| | |||||
* | Updated copyright | James Booth | 2015-02-10 | 1 | -1/+1 |
| | |||||
* | Free GTimer on switch to console | James Booth | 2015-02-09 | 1 | -1/+4 |
| | |||||
* | Added preferences for showing resource in titlebar and messages | James Booth | 2015-01-10 | 1 | -1/+1 |
| | |||||
* | Show resource in titlebar and on each message | James Booth | 2015-01-10 | 1 | -6/+15 |
| | |||||
* | Renamed resource -> resource_override | James Booth | 2015-01-10 | 1 | -4/+4 |
| | |||||
* | Moved unread to window subtypes | James Booth | 2014-12-21 | 1 | -1/+0 |
| | |||||
* | Added win_get_title | James Booth | 2014-12-21 | 1 | -28/+8 |
| | |||||
* | Tidy titlebar.c | James Booth | 2014-12-21 | 1 | -26/+18 |
| | |||||
* | Refactoring window types, removing recipient and from references - wip | James Booth | 2014-12-18 | 1 | -6/+8 |
| | |||||
* | Added new window and layout types | James Booth | 2014-12-16 | 1 | -5/+6 |
| | |||||
* | Renamed chat_resource -> resource | James Booth | 2014-12-10 | 1 | -4/+4 |
| | |||||
* | Moved chat resource to WIN_CHAT type | James Booth | 2014-12-10 | 1 | -4/+4 |
| | |||||
* | Moved otr properties to WIN_CHAT type | James Booth | 2014-12-10 | 1 | -2/+2 |
| | |||||
* | Added form to WIN_MUC_CONFIG type | James Booth | 2014-12-10 | 1 | -1/+1 |
| | |||||
* | Show resource presence with /resource command | James Booth | 2014-12-02 | 1 | -51/+48 |
| | |||||
* | Added /resource command | James Booth | 2014-12-02 | 1 | -0/+23 |
| | |||||
* | Tidied title bar draw | James Booth | 2014-12-02 | 1 | -96/+88 |
| | |||||
* | Added ifdef to _show_privacy() function | James Booth | 2014-12-01 | 1 | -1/+5 |
| | |||||
* | Fix autocomplete clash, fix crash on opening window when recipient not in roster | James Booth | 2014-11-22 | 1 | -30/+26 |
| |