Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | | | | | | | | | | | | | When something happens in the a active window, the status bar shows a blinking notification. Moving to the window stops the blinking. | |||||
| * | Added more tests to str_replace | James Booth | 2012-04-19 | 2 | -1/+102 | |
| | | | | | | | | Handles NULLs and empty strings better | |||||
| * | Handle ampersand | James Booth | 2012-04-19 | 7 | -3/+118 | |
| | | | | | | | | Replaced with & in messages | |||||
| * | Show different message when disconnected | James Booth | 2012-04-19 | 3 | -1/+27 | |
| | | | | | | | | Also show message in active chat windows | |||||
| * | 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 | |
| | | | | Currently autocompletes first match | |||||
* | 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 | |
| | ||||||
* | Show status with online contact list | James Booth | 2012-03-09 | 5 | -89/+153 | |
| | ||||||
* | Changed typenames in contact list | James Booth | 2012-03-09 | 6 | -40/+41 | |
| | ||||||
* | Usage of const | James Booth | 2012-03-09 | 14 | -84/+94 | |
| | ||||||
* | Tidied windows.h | James Booth | 2012-03-08 | 1 | -1/+1 | |
| | ||||||
* | Added license to new files | James Booth | 2012-03-08 | 2 | -0/+44 | |
| | ||||||
* | Command changes | James Booth | 2012-03-08 | 2 | -10/+20 | |
| | | | | | | Changed names of who/ros Coloured output for who Who only works online | |||||
* | Contact list synch with server | James Booth | 2012-03-08 | 7 | -30/+61 | |
| | ||||||
* | Fixed duplicated contacts | James Booth | 2012-03-08 | 3 | -54/+219 | |
| |