about summary refs log tree commit diff stats
path: root/profanity.c
Commit message (Collapse)AuthorAgeFilesLines
* Added autobuild toolsJames Booth2012-07-011-82/+0
|
* Added basic colour preferences loadingJames Booth2012-06-181-1/+1
|
* Renamed windows.h -> ui.hJames Booth2012-05-241-1/+1
|
* Changed contact list to use generic autocompleteJames Booth2012-05-131-0/+2
|
* Moved beep/flash settings to preferencesJames Booth2012-05-101-1/+1
|
* Added preferencesJames Booth2012-05-101-0/+2
|
* Bash style historyJames Booth2012-05-011-2/+1
|
* 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
| | | | | Left and right arrows for inline editing. Up arrow to go through history
* Added -notls argument and removed server name hackJames Booth2012-02-261-1/+3
| | | | Added jabber_conn struct to represent connections
* 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
| | | | Refreshing all windows now done in main loop
* 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
|