about summary refs log tree commit diff stats
path: root/profanity.c
Commit message (Expand)AuthorAgeFilesLines
* Usage of gboolean in command.cJames Booth2012-04-241-1/+2
* Removed ncurses.h from profanity.cJames Booth2012-04-241-2/+0
* Input buffer 200 charsJames Booth2012-04-231-1/+1
* Moved windows on resizeJames Booth2012-04-221-3/+6
* Replace input on resizeJames Booth2012-04-171-0/+3
* Moved resize code to windows.c, reorder main loopJames Booth2012-04-171-1/+1
* Moved page off, and added search_attemptsJames Booth2012-03-101-1/+0
* Tidied special key functionsJames Booth2012-03-101-3/+2
* Added atexit callback, for ctrl-c cleanupJames Booth2012-03-101-3/+5
* Usage of constJames Booth2012-03-091-1/+1
* Paging in console windowJames Booth2012-03-051-0/+2
* Removed event loop functionJames Booth2012-03-011-13/+7
* Tidied initialisationJames Booth2012-03-011-7/+12
* Moved window switchingJames Booth2012-02-271-37/+1
* Consistent namingJames Booth2012-02-271-7/+8
* Renamed input buffer to historyJames Booth2012-02-271-2/+2
* Added input editing and bufferJames Booth2012-02-261-1/+8
* Added -notls argument and removed server name hackJames Booth2012-02-261-1/+3
* Added GPLJames Booth2012-02-201-0/+22
* Merged input processing loopsJames Booth2012-02-201-38/+6
* Handles failed logins correctlyJames Booth2012-02-171-5/+19
* Added gui_refreshJames Booth2012-02-131-11/+1
* Process special keys out of loopJames Booth2012-02-121-6/+14
* Added title bar refresh to main loopJames Booth2012-02-121-0/+2
* Added status bar refresh to main loopJames Booth2012-02-121-1/+2
* Renamed input_bar -> status_barJames Booth2012-02-121-1/+1
* Naming of staticsJames Booth2012-02-121-26/+26
* Only switch to active chatsJames Booth2012-02-121-10/+20
* Moved start commands to command.moduleJames Booth2012-02-101-37/+0
* Starting window output in x position 1James Booth2012-02-101-1/+1
* Small formatting changesJames Booth2012-02-101-0/+2
* Pulled out command moduleJames Booth2012-02-091-69/+4
* Pulled out main event loopJames Booth2012-02-091-95/+112
* Renamed some source filesJames Booth2012-02-091-10/+161
* Added app moduleJames Booth2012-02-071-157/+6
* Moved incoming display messageJames Booth2012-02-061-7/+3
* Fixed delete on no inputJames Booth2012-02-061-4/+6
* Handle delete char in command winJames Booth2012-02-061-3/+16
* Moved function to jabber moduleJames Booth2012-02-051-18/+2
* Added jabber moduleJames Booth2012-02-051-95/+5
* Split out window functionsJames Booth2012-02-051-53/+6
* Using xmpp_run_once and input event handelingJames Booth2012-02-051-65/+77
* Added use_window for handlerJames Booth2012-02-051-10/+39
* Changed UIJames Booth2012-02-051-126/+112
* Tidied up logging functionsJames Booth2012-02-051-2/+8
* Split log into moduleJames Booth2012-02-051-27/+10
* Outgoing message handlerJames Booth2012-02-051-10/+26
* Added scrolling input windowJames Booth2012-02-031-4/+70
* Simple bot, echos response with appended stringJames Booth2012-02-031-32/+166
* Using sized array for inputJames Booth2012-02-021-1/+1