about summary refs log tree commit diff stats
path: root/windows.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Tidied pagingJames Booth2012-03-061-16/+20
|
* Reduced screen flicker, and fixed end pageJames Booth2012-03-061-5/+54
|
* Added new keys to helpJames Booth2012-03-051-1/+4
|
* Implemented basic paging of chat windowsJames Booth2012-03-051-35/+28
|
* Paging in console windowJames Booth2012-03-051-5/+62
|
* Tidied status updatesJames Booth2012-03-011-84/+32
|
* Replaced WIN_NOT_FOUND with NUM_WINSJames Booth2012-03-011-13/+10
|
* Split find window in twoJames Booth2012-03-011-33/+32
|
* Removed cons_good_showJames Booth2012-03-011-6/+0
|
* Close win now has return valueJames Booth2012-03-011-9/+22
|
* Added pointer to console windowJames Booth2012-03-011-81/+95
|
* Simplified online/offline notificationsJames Booth2012-02-291-95/+112
|
* _win_show_message functionJames Booth2012-02-291-6/+10
|
* Default style bold in windowsJames Booth2012-02-291-21/+10
|
* Simplified interfaceJames Booth2012-02-281-25/+9
|
* Presence notifications sent to chat windowsJames Booth2012-02-281-0/+66
|
* Added notification on leaveJames Booth2012-02-271-16/+22
|
* Added presence notificationsJames Booth2012-02-271-0/+27
| | | | Turned off roster request on connect
* Moved window switchingJames Booth2012-02-271-18/+38
|
* Removed unused tstmpJames Booth2012-02-261-3/+0
|
* Refactored windows.cJames Booth2012-02-261-74/+32
| | | | | Most functions now use _win_show_time and cons_show where they can.
* Tidied showing user on message winJames Booth2012-02-261-52/+38
|
* Tidy up show time on messagesJames Booth2012-02-261-25/+14
|
* Added GPLJames Booth2012-02-201-0/+22
|
* Merged input processing loopsJames Booth2012-02-201-3/+20
|
* Dynamic memory allocation on get chat recipientJames Booth2012-02-191-1/+4
|
* Fixed string handling on incomming messagesJames Booth2012-02-191-1/+1
|
* Tarted up consoleJames Booth2012-02-191-3/+47
|
* Tidy up titlebar titleJames Booth2012-02-191-2/+2
|
* Validation on msg commandJames Booth2012-02-191-0/+9
|
* Start command validationJames Booth2012-02-181-0/+9
|
* More UI tweaksJames Booth2012-02-181-5/+59
|
* Target chat window changesJames Booth2012-02-181-7/+13
|
* UI tweaksJames Booth2012-02-181-11/+10
|
* Always show windows in status barJames Booth2012-02-171-3/+3
|
* Title bar tidy upJames Booth2012-02-171-2/+2
|
* Added gui_refreshJames Booth2012-02-131-15/+12
| | | | Refreshing all windows now done in main loop
* Tidied up message window handlingJames Booth2012-02-131-14/+7
|
* Tidy up refreshing current chatJames Booth2012-02-131-36/+15
|
* Tidy up printing to message windowsJames Booth2012-02-131-84/+50
|
* Fixed bug with console when closing chat windowJames Booth2012-02-131-6/+9
|
* Renamed title bar functionsJames Booth2012-02-121-3/+3
|
* Renamed console window functionsJames Booth2012-02-121-3/+3
|
* Renamed input_bar -> status_barJames Booth2012-02-121-6/+6
|
* Naming of staticsJames Booth2012-02-121-76/+86
|
* Only switch to active chatsJames Booth2012-02-121-1/+11
|
* Small formatting changesJames Booth2012-02-101-2/+2
|
* Fixed wrong message in title bar for cons windowJames Booth2012-02-101-1/+5
|
* Added msg commandJames Booth2012-02-091-7/+47
|
* Removed subscription from rosterJames Booth2012-02-091-1/+2
|