about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Make pads bigger on resizeJames Booth2012-04-231-1/+15
| | | | | Text is not visible but not lost, resizing will bring it back
* Resize current padJames Booth2012-04-221-2/+13
|
* Moved windows on resizeJames Booth2012-04-226-18/+24
|
* Added status bar resizeJames Booth2012-04-223-4/+56
|
* Renamed title_bar_redraw -> title_bar_resizeJames Booth2012-04-203-3/+3
|
* Added is_active and is_new to status barJames Booth2012-04-201-2/+8
|
* Added title bar redrawJames Booth2012-04-203-1/+14
|
* Refactored title bar statusJames Booth2012-04-201-28/+33
|
* Store current title for titlebarJames Booth2012-04-201-1/+9
|
* Use string literal in titlebarJames Booth2012-04-201-2/+1
|
* Merge branch 'master' into resizeJames Booth2012-04-2010-12/+280
|\
| * Added blinking notificationsJames Booth2012-04-193-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_replaceJames Booth2012-04-192-1/+102
| | | | | | | | Handles NULLs and empty strings better
| * Handle ampersandJames Booth2012-04-197-3/+118
| | | | | | | | Replaced with & in messages
| * Show different message when disconnectedJames Booth2012-04-193-1/+27
| | | | | | | | Also show message in active chat windows
| * Added KEY_RESIZE to non printable charsJames Booth2012-04-151-1/+1
| |
* | Spelling in READMEJames Booth2012-04-181-1/+1
| |
* | Updated READMEJames Booth2012-04-171-0/+3
| |
* | Replace input on resizeJames Booth2012-04-174-14/+26
| |
* | Moved resize code to windows.c, reorder main loopJames Booth2012-04-174-38/+37
| |
* | Removed resize debug from consoleJames Booth2012-04-171-1/+0
| |
* | Added current window refresh on resizeJames Booth2012-04-161-0/+1
| |
* | Basic resize of barsJames Booth2012-04-153-22/+36
|/
* Ignore INS keyJames Booth2012-04-091-1/+2
|
* Implemented DEL key on inputJames Booth2012-04-091-0/+13
|
* Implemented HOME and END keys during inputJames Booth2012-04-091-1/+9
|
* Ignore non used F keysJames Booth2012-04-091-1/+1
|
* Transparent terminal supportjames2012-04-041-6/+7
|
* Rewrote copying of contact list for /whoJames Booth2012-03-207-148/+228
|
* Added another contact list search testJames Booth2012-03-111-0/+22
|
* Updated helpJames Booth2012-03-112-15/+14
|
* Tidied up contact tab completionJames Booth2012-03-111-68/+43
|
* Tab completion of online contacts now rollsJames Booth2012-03-103-4/+117
|
* Moved page off, and added search_attemptsJames Booth2012-03-104-1/+16
|
* Free memory after contact searchJames Booth2012-03-101-0/+1
|
* Started autocomplete contactJames Booth2012-03-102-1/+30
| | | | Currently autocompletes first match
* Added find contactJames Booth2012-03-103-2/+70
|
* Ordered contact listJames Booth2012-03-102-20/+36
|
* Tidied special key functionsJames Booth2012-03-104-66/+72
|
* Added atexit callback, for ctrl-c cleanupJames Booth2012-03-102-4/+6
|
* Added static modifier to _make_contact_nodeJames Booth2012-03-101-1/+1
|
* More contact_list testsJames Booth2012-03-101-0/+52
|
* Added more contact_list testsJames Booth2012-03-101-0/+50
|
* Dealt with online notifications when no showJames Booth2012-03-105-65/+73
|
* Do not include self in presence notificationsJames Booth2012-03-092-8/+21
|
* Update status in contact list on notificationJames Booth2012-03-091-3/+15
|
* Show status with online contact listJames Booth2012-03-095-89/+153
|
* Changed typenames in contact listJames Booth2012-03-096-40/+41
|
* Usage of constJames Booth2012-03-0914-84/+94
|
* Tidied windows.hJames Booth2012-03-081-1/+1
|