Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added title bar refresh to main loop | James Booth | 2012-02-12 | 3 | -1/+10 |
* | Renamed title bar functions | James Booth | 2012-02-12 | 3 | -20/+22 |
* | Added status bar refresh to main loop | James Booth | 2012-02-12 | 4 | -15/+22 |
* | Renamed console window functions | James Booth | 2012-02-12 | 4 | -14/+16 |
* | Renamed input_bar -> status_bar | James Booth | 2012-02-12 | 8 | -80/+80 |
* | Moved XMPP logging to jabber.c | James Booth | 2012-02-12 | 3 | -18/+16 |
* | Naming of statics | James Booth | 2012-02-12 | 6 | -150/+164 |
* | Tweak to commands | James Booth | 2012-02-12 | 1 | -10/+4 |
* | Only switch to active chats | James Booth | 2012-02-12 | 4 | -12/+33 |
* | Tidy up jabber.c | James Booth | 2012-02-10 | 1 | -10/+10 |
* | Moved start commands to command.module | James Booth | 2012-02-10 | 3 | -37/+35 |
* | Starting window output in x position 1 | James Booth | 2012-02-10 | 4 | -4/+21 |
* | Small formatting changes | James Booth | 2012-02-10 | 6 | -5/+25 |
* | Fixed wrong message in title bar for cons window | James Booth | 2012-02-10 | 2 | -4/+7 |
* | Pulled out command module | James Booth | 2012-02-09 | 4 | -71/+117 |
* | Pulled out main event loop | James Booth | 2012-02-09 | 1 | -95/+112 |
* | Renamed some source files | James Booth | 2012-02-09 | 6 | -186/+187 |
* | Pull out command loop before connect | James Booth | 2012-02-09 | 1 | -23/+41 |
* | Added msg command | James Booth | 2012-02-09 | 5 | -10/+78 |
* | Removed subscription from roster | James Booth | 2012-02-09 | 3 | -7/+27 |
* | Added roster command | James Booth | 2012-02-09 | 5 | -6/+87 |
* | Update README | James Booth | 2012-02-09 | 1 | -1/+3 |
* | Time output | James Booth | 2012-02-09 | 5 | -28/+51 |
* | Don't show message when inactive chat | James Booth | 2012-02-09 | 1 | -1/+1 |
* | Added seperate window modules | James Booth | 2012-02-08 | 4 | -0/+155 |
* | Split window functions | James Booth | 2012-02-08 | 4 | -140/+26 |
* | Closing chat windows | James Booth | 2012-02-08 | 3 | -12/+43 |
* | Basic multiwindow chat | James Booth | 2012-02-08 | 5 | -11/+34 |
* | Window per chat and incoming notifications | James Booth | 2012-02-08 | 3 | -65/+125 |
* | Only send messages in chat mode | James Booth | 2012-02-07 | 1 | -3/+7 |
* | Fixed printing function keys | James Booth | 2012-02-07 | 1 | -1/+1 |
* | SImple window switching for message and console | James Booth | 2012-02-07 | 3 | -66/+142 |
* | Hiding XMPP and Ncurses from app code | James Booth | 2012-02-07 | 3 | -64/+73 |
* | Added app module | James Booth | 2012-02-07 | 11 | -220/+267 |
* | Moved incoming display message | James Booth | 2012-02-06 | 6 | -20/+29 |
* | Fixed delete on no input | James Booth | 2012-02-06 | 1 | -4/+6 |
* | Handle delete char in command win | James Booth | 2012-02-06 | 2 | -3/+17 |
* | Fixed makefile | James Booth | 2012-02-06 | 1 | -1/+1 |
* | Moved function to jabber module | James Booth | 2012-02-05 | 3 | -21/+23 |
* | Added jabber module | James Booth | 2012-02-05 | 6 | -104/+124 |
* | Split out window functions | James Booth | 2012-02-05 | 5 | -55/+71 |
* | Using xmpp_run_once and input event handeling | James Booth | 2012-02-05 | 1 | -65/+77 |
* | Added use_window for handler | James Booth | 2012-02-05 | 1 | -10/+39 |
* | Changed UI | James Booth | 2012-02-05 | 1 | -126/+112 |
* | Tidied up logging functions | James Booth | 2012-02-05 | 4 | -2/+16 |
* | Split log into module | James Booth | 2012-02-05 | 5 | -108/+50 |
* | Outgoing message handler | James Booth | 2012-02-05 | 1 | -10/+26 |
* | Added scrolling input window | James Booth | 2012-02-03 | 1 | -4/+70 |
* | Updated README | James Booth | 2012-02-03 | 1 | -1/+9 |
* | Removed libstrophe examples | James Booth | 2012-02-03 | 6 | -534/+1 |