Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Tidy commands and contact list | James Booth | 2012-04-23 | 2 | -16/+28 | |
* | Added different colour for notifications | James Booth | 2012-04-23 | 1 | -0/+4 | |
* | Input buffer 200 chars | James Booth | 2012-04-23 | 1 | -1/+1 | |
* | Removed resize debug | James Booth | 2012-04-23 | 1 | -1/+0 | |
* | Make pads bigger on resize | James Booth | 2012-04-23 | 1 | -1/+15 | |
* | Resize current pad | James Booth | 2012-04-22 | 1 | -2/+13 | |
* | Moved windows on resize | James Booth | 2012-04-22 | 6 | -18/+24 | |
* | Added status bar resize | James Booth | 2012-04-22 | 3 | -4/+56 | |
* | Renamed title_bar_redraw -> title_bar_resize | James Booth | 2012-04-20 | 3 | -3/+3 | |
* | Added is_active and is_new to status bar | James Booth | 2012-04-20 | 1 | -2/+8 | |
* | Added title bar redraw | James Booth | 2012-04-20 | 3 | -1/+14 | |
* | Refactored title bar status | James Booth | 2012-04-20 | 1 | -28/+33 | |
* | Store current title for titlebar | James Booth | 2012-04-20 | 1 | -1/+9 | |
* | Use string literal in titlebar | James Booth | 2012-04-20 | 1 | -2/+1 | |
* | Merge branch 'master' into resize | James Booth | 2012-04-20 | 10 | -12/+280 | |
|\ | ||||||
| * | Added blinking notifications | James Booth | 2012-04-19 | 3 | -8/+34 | |
| * | Added more tests to str_replace | James Booth | 2012-04-19 | 2 | -1/+102 | |
| * | Handle ampersand | James Booth | 2012-04-19 | 7 | -3/+118 | |
| * | Show different message when disconnected | James Booth | 2012-04-19 | 3 | -1/+27 | |
| * | Added KEY_RESIZE to non printable chars | James Booth | 2012-04-15 | 1 | -1/+1 | |
* | | Spelling in README | James Booth | 2012-04-18 | 1 | -1/+1 | |
* | | Updated README | James Booth | 2012-04-17 | 1 | -0/+3 | |
* | | Replace input on resize | James Booth | 2012-04-17 | 4 | -14/+26 | |
* | | Moved resize code to windows.c, reorder main loop | James Booth | 2012-04-17 | 4 | -38/+37 | |
* | | Removed resize debug from console | James Booth | 2012-04-17 | 1 | -1/+0 | |
* | | Added current window refresh on resize | James Booth | 2012-04-16 | 1 | -0/+1 | |
* | | Basic resize of bars | James Booth | 2012-04-15 | 3 | -22/+36 | |
|/ | ||||||
* | Ignore INS key | James Booth | 2012-04-09 | 1 | -1/+2 | |
* | Implemented DEL key on input | James Booth | 2012-04-09 | 1 | -0/+13 | |
* | Implemented HOME and END keys during input | James Booth | 2012-04-09 | 1 | -1/+9 | |
* | Ignore non used F keys | James Booth | 2012-04-09 | 1 | -1/+1 | |
* | Transparent terminal support | james | 2012-04-04 | 1 | -6/+7 | |
* | Rewrote copying of contact list for /who | James Booth | 2012-03-20 | 7 | -148/+228 | |
* | Added another contact list search test | James Booth | 2012-03-11 | 1 | -0/+22 | |
* | Updated help | James Booth | 2012-03-11 | 2 | -15/+14 | |
* | Tidied up contact tab completion | James Booth | 2012-03-11 | 1 | -68/+43 | |
* | Tab completion of online contacts now rolls | James Booth | 2012-03-10 | 3 | -4/+117 | |
* | Moved page off, and added search_attempts | James Booth | 2012-03-10 | 4 | -1/+16 | |
* | Free memory after contact search | James Booth | 2012-03-10 | 1 | -0/+1 | |
* | Started autocomplete contact | James Booth | 2012-03-10 | 2 | -1/+30 | |
* | Added find contact | James Booth | 2012-03-10 | 3 | -2/+70 | |
* | Ordered contact list | James Booth | 2012-03-10 | 2 | -20/+36 | |
* | Tidied special key functions | James Booth | 2012-03-10 | 4 | -66/+72 | |
* | Added atexit callback, for ctrl-c cleanup | James Booth | 2012-03-10 | 2 | -4/+6 | |
* | Added static modifier to _make_contact_node | James Booth | 2012-03-10 | 1 | -1/+1 | |
* | More contact_list tests | James Booth | 2012-03-10 | 1 | -0/+52 | |
* | Added more contact_list tests | James Booth | 2012-03-10 | 1 | -0/+50 | |
* | Dealt with online notifications when no show | James Booth | 2012-03-10 | 5 | -65/+73 | |
* | Do not include self in presence notifications | James Booth | 2012-03-09 | 2 | -8/+21 | |
* | Update status in contact list on notification | James Booth | 2012-03-09 | 1 | -3/+15 |