Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added autobuild tools | James Booth | 2012-07-01 | 1 | -82/+0 |
* | Added basic colour preferences loading | James Booth | 2012-06-18 | 1 | -1/+1 |
* | Renamed windows.h -> ui.h | James Booth | 2012-05-24 | 1 | -1/+1 |
* | Changed contact list to use generic autocomplete | James Booth | 2012-05-13 | 1 | -0/+2 |
* | Moved beep/flash settings to preferences | James Booth | 2012-05-10 | 1 | -1/+1 |
* | Added preferences | James Booth | 2012-05-10 | 1 | -0/+2 |
* | Bash style history | James Booth | 2012-05-01 | 1 | -2/+1 |
* | Usage of gboolean in command.c | James Booth | 2012-04-24 | 1 | -1/+2 |
* | Removed ncurses.h from profanity.c | James Booth | 2012-04-24 | 1 | -2/+0 |
* | Input buffer 200 chars | James Booth | 2012-04-23 | 1 | -1/+1 |
* | Moved windows on resize | James Booth | 2012-04-22 | 1 | -3/+6 |
* | Replace input on resize | James Booth | 2012-04-17 | 1 | -0/+3 |
* | Moved resize code to windows.c, reorder main loop | James Booth | 2012-04-17 | 1 | -1/+1 |
* | Moved page off, and added search_attempts | James Booth | 2012-03-10 | 1 | -1/+0 |
* | Tidied special key functions | James Booth | 2012-03-10 | 1 | -3/+2 |
* | Added atexit callback, for ctrl-c cleanup | James Booth | 2012-03-10 | 1 | -3/+5 |
* | Usage of const | James Booth | 2012-03-09 | 1 | -1/+1 |
* | Paging in console window | James Booth | 2012-03-05 | 1 | -0/+2 |
* | Removed event loop function | James Booth | 2012-03-01 | 1 | -13/+7 |
* | Tidied initialisation | James Booth | 2012-03-01 | 1 | -7/+12 |
* | Moved window switching | James Booth | 2012-02-27 | 1 | -37/+1 |
* | Consistent naming | James Booth | 2012-02-27 | 1 | -7/+8 |
* | Renamed input buffer to history | James Booth | 2012-02-27 | 1 | -2/+2 |
* | Added input editing and buffer | James Booth | 2012-02-26 | 1 | -1/+8 |
* | Added -notls argument and removed server name hack | James Booth | 2012-02-26 | 1 | -1/+3 |
* | Added GPL | James Booth | 2012-02-20 | 1 | -0/+22 |
* | Merged input processing loops | James Booth | 2012-02-20 | 1 | -38/+6 |
* | Handles failed logins correctly | James Booth | 2012-02-17 | 1 | -5/+19 |
* | Added gui_refresh | James Booth | 2012-02-13 | 1 | -11/+1 |
* | Process special keys out of loop | James Booth | 2012-02-12 | 1 | -6/+14 |
* | Added title bar refresh to main loop | James Booth | 2012-02-12 | 1 | -0/+2 |
* | Added status bar refresh to main loop | James Booth | 2012-02-12 | 1 | -1/+2 |
* | Renamed input_bar -> status_bar | James Booth | 2012-02-12 | 1 | -1/+1 |
* | Naming of statics | James Booth | 2012-02-12 | 1 | -26/+26 |
* | Only switch to active chats | James Booth | 2012-02-12 | 1 | -10/+20 |
* | Moved start commands to command.module | James Booth | 2012-02-10 | 1 | -37/+0 |
* | Starting window output in x position 1 | James Booth | 2012-02-10 | 1 | -1/+1 |
* | Small formatting changes | James Booth | 2012-02-10 | 1 | -0/+2 |
* | Pulled out command module | James Booth | 2012-02-09 | 1 | -69/+4 |
* | Pulled out main event loop | James Booth | 2012-02-09 | 1 | -95/+112 |
* | Renamed some source files | James Booth | 2012-02-09 | 1 | -10/+161 |
* | Added app module | James Booth | 2012-02-07 | 1 | -157/+6 |
* | Moved incoming display message | James Booth | 2012-02-06 | 1 | -7/+3 |
* | Fixed delete on no input | James Booth | 2012-02-06 | 1 | -4/+6 |
* | Handle delete char in command win | James Booth | 2012-02-06 | 1 | -3/+16 |
* | Moved function to jabber module | James Booth | 2012-02-05 | 1 | -18/+2 |
* | Added jabber module | James Booth | 2012-02-05 | 1 | -95/+5 |
* | Split out window functions | James Booth | 2012-02-05 | 1 | -53/+6 |
* | 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 |