about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* Always show windows in status barJames Booth2012-02-172-3/+8
|
* Title bar tidy upJames Booth2012-02-172-4/+4
|
* Updated tasksJames Booth2012-02-171-3/+1
|
* Handles failed logins correctlyJames Booth2012-02-179-14/+86
|
* Roster request on successful loginJames Booth2012-02-161-0/+1
|
* Handling logins and outputting to consoleJames Booth2012-02-164-7/+17
|
* Added gui_refreshJames Booth2012-02-133-26/+14
| | | | 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
|
* Better output of action window notificationsJames Booth2012-02-121-3/+17
|
* Process special keys out of loopJames Booth2012-02-121-6/+14
|
* Added title bar refresh to main loopJames Booth2012-02-123-1/+10
|
* Renamed title bar functionsJames Booth2012-02-123-20/+22
|
* Added status bar refresh to main loopJames Booth2012-02-124-15/+22
|
* Renamed console window functionsJames Booth2012-02-124-14/+16
|
* Renamed input_bar -> status_barJames Booth2012-02-128-80/+80
|
* Moved XMPP logging to jabber.cJames Booth2012-02-123-18/+16
|
* Naming of staticsJames Booth2012-02-126-150/+164
|
* Tweak to commandsJames Booth2012-02-121-10/+4
|
* Only switch to active chatsJames Booth2012-02-124-12/+33
|
* Tidy up jabber.cJames Booth2012-02-101-10/+10
|
* Moved start commands to command.moduleJames Booth2012-02-103-37/+35
|
* Starting window output in x position 1James Booth2012-02-104-4/+21
|
* Small formatting changesJames Booth2012-02-106-5/+25
|
* Fixed wrong message in title bar for cons windowJames Booth2012-02-102-4/+7
|
* Pulled out command moduleJames Booth2012-02-094-71/+117
|
* Pulled out main event loopJames Booth2012-02-091-95/+112
|
* Renamed some source filesJames Booth2012-02-096-186/+187
|
* Pull out command loop before connectJames Booth2012-02-091-23/+41
|
* Added msg commandJames Booth2012-02-095-10/+78
|
* Removed subscription from rosterJames Booth2012-02-093-7/+27
|
* Added roster commandJames Booth2012-02-095-6/+87
|
* Update READMEJames Booth2012-02-091-1/+3
|
* Time outputJames Booth2012-02-095-28/+51
|
* Don't show message when inactive chatJames Booth2012-02-091-1/+1
|
* Added seperate window modulesJames Booth2012-02-084-0/+155
|
* Split window functionsJames Booth2012-02-084-140/+26
|
* Closing chat windowsJames Booth2012-02-083-12/+43
|
* Basic multiwindow chatJames Booth2012-02-085-11/+34
|
* Window per chat and incoming notificationsJames Booth2012-02-083-65/+125
|
* Only send messages in chat modeJames Booth2012-02-071-3/+7
|
* Fixed printing function keysJames Booth2012-02-071-1/+1
|
* SImple window switching for message and consoleJames Booth2012-02-073-66/+142
|
* Hiding XMPP and Ncurses from app codeJames Booth2012-02-073-64/+73
|
* Added app moduleJames Booth2012-02-0711-220/+267
|
* Moved incoming display messageJames Booth2012-02-066-20/+29
|
* Fixed delete on no inputJames Booth2012-02-061-4/+6
|
* Handle delete char in command winJames Booth2012-02-062-3/+17
|