Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into title | James Booth | 2015-01-01 | 1 | -2/+3 |
|\ | |||||
| * | Added correct Ctrl-U handling back | James Booth | 2015-01-01 | 1 | -2/+3 |
* | | Merge branch 'master' into title | James Booth | 2015-01-01 | 1 | -1/+25 |
|\| | |||||
| * | Merge remote-tracking branch 'andrewgho/readline-style-keybindings' | James Booth | 2015-01-01 | 1 | -1/+25 |
| |\ | |||||
| | * | Add readline-style keybindings | Andrew Ho | 2014-12-30 | 2 | -1/+26 |
| |/ | |||||
* / | Use system command to print window title | James Booth | 2014-12-31 | 1 | -5/+7 |
|/ | |||||
* | Merge remote-tracking branch 'savar/master' | James Booth | 2014-12-29 | 1 | -1/+1 |
|\ | |||||
| * | fix idle calculation if not using LIBXSS | Simon Effenberg | 2014-12-23 | 1 | -1/+1 |
* | | Use events for chat sessions | James Booth | 2014-12-29 | 2 | -22/+5 |
* | | Moved chat_session_set_sent from message.c module | James Booth | 2014-12-29 | 1 | -0/+2 |
* | | Removed function pointers | James Booth | 2014-12-22 | 6 | -933/+678 |
* | | Removed ui_current_set_otr | James Booth | 2014-12-22 | 2 | -12/+0 |
* | | Removed ui_close_current | James Booth | 2014-12-22 | 2 | -13/+0 |
* | | Removed functions from windows.c | James Booth | 2014-12-22 | 3 | -78/+42 |
* | | Removed functions from window.c | James Booth | 2014-12-22 | 3 | -41/+8 |
|/ | |||||
* | Moved unread to window subtypes | James Booth | 2014-12-21 | 5 | -34/+61 |
* | Show nick for title | James Booth | 2014-12-21 | 1 | -1/+7 |
* | Added win_get_title | James Booth | 2014-12-21 | 8 | -130/+83 |
* | Tidy titlebar.c | James Booth | 2014-12-21 | 1 | -26/+18 |
* | Use class instead of base pointer | James Booth | 2014-12-21 | 5 | -150/+159 |
* | Added /inpblock command | James Booth | 2014-12-21 | 3 | -1/+10 |
* | Fixed /occupants hide | James Booth | 2014-12-20 | 1 | -6/+13 |
* | Removed TODOs | James Booth | 2014-12-20 | 4 | -30/+0 |
* | Fixed tests | James Booth | 2014-12-20 | 2 | -0/+9 |
* | Refactored all window recipients and types | James Booth | 2014-12-20 | 7 | -409/+447 |
* | Refactoring window types, removing recipient and from references - wip | James Booth | 2014-12-18 | 7 | -342/+458 |
* | Tidy occupantswin.c | James Booth | 2014-12-16 | 1 | -40/+19 |
* | Added occupantswin.c | James Booth | 2014-12-16 | 5 | -104/+174 |
* | Refactor rosterwin.c | James Booth | 2014-12-16 | 1 | -36/+22 |
* | Moved roster functions | James Booth | 2014-12-16 | 5 | -163/+143 |
* | Added rosterwin.c | James Booth | 2014-12-16 | 5 | -51/+133 |
* | Fixed window resize | James Booth | 2014-12-16 | 1 | -2/+6 |
* | Tidied subwin paging | James Booth | 2014-12-16 | 1 | -9/+4 |
* | Refactor layout creation | James Booth | 2014-12-16 | 2 | -85/+53 |
* | Added new window and layout types | James Booth | 2014-12-16 | 6 | -376/+443 |
* | Added window specific creation functions | James Booth | 2014-12-15 | 6 | -63/+136 |
* | Subscription handler uses wins_new_chat | James Booth | 2014-12-11 | 2 | -10/+6 |
* | Added win create functions for chat and private chat | James Booth | 2014-12-10 | 5 | -2/+79 |
* | Split private message handling to separate functions | James Booth | 2014-12-10 | 2 | -25/+82 |
* | Removed unused argument from _wins_show_history | James Booth | 2014-12-10 | 3 | -11/+10 |
* | Renamed chat_resource -> resource | James Booth | 2014-12-10 | 4 | -8/+8 |
* | Moved chat resource to WIN_CHAT type | James Booth | 2014-12-10 | 4 | -9/+11 |
* | Moved otr properties to WIN_CHAT type | James Booth | 2014-12-10 | 4 | -24/+63 |
* | Added form to WIN_MUC_CONFIG type | James Booth | 2014-12-10 | 5 | -16/+24 |
* | Added union for window types | James Booth | 2014-12-10 | 4 | -120/+227 |
* | Use selected resource for sending messages | James Booth | 2014-12-03 | 1 | -0/+2 |
* | Show resource presence with /resource command | James Booth | 2014-12-02 | 1 | -51/+48 |
* | Added /resource command | James Booth | 2014-12-02 | 3 | -0/+26 |
* | Tidied title bar draw | James Booth | 2014-12-02 | 1 | -96/+88 |
* | Updated navigation help | James Booth | 2014-12-01 | 1 | -1/+1 |