about summary refs log tree commit diff stats
path: root/src/profanity.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into openpgpJames Booth2015-06-171-1/+3
|\
| * Removed wins_get_current_* functionsJames Booth2015-06-171-1/+3
| |
* | Merge branch 'master' into openpgpJames Booth2015-06-171-5/+7
|\| | | | | | | | | | | Conflicts: src/command/commands.c src/command/commands.h
| * Added current window reference to command functionsJames Booth2015-06-171-2/+2
| |
| * Pass current window to autocompletersJames Booth2015-06-161-3/+5
| |
* | Merge branch 'master' into openpgpJames Booth2015-06-151-1/+1
|\|
| * Moved ui/windows -> window_listJames Booth2015-06-151-1/+1
| |
* | Merge branch 'master' into openpgpJames Booth2015-06-051-1/+1
|\| | | | | | | | | Conflicts: .travis.yml
| * Added initial stabber testJames Booth2015-05-171-1/+1
| |
* | Merge branch 'master' into openpgpJames Booth2015-05-071-4/+5
|\|
| * Added cl_ev_presence_sendJames Booth2015-05-071-4/+5
| |
* | Merge branch 'master' into openpgpJames Booth2015-05-071-4/+4
|\|
| * Renamed presence_update -> presence_sendJames Booth2015-05-071-4/+4
| |
* | Merge branch 'master' into pgpJames Booth2015-05-041-2/+2
|\|
| * Use null check convention in profanity.cJames Booth2015-05-041-2/+2
| |
* | Added signature verification, /pgp fps commandJames Booth2015-03-241-0/+3
| |
* | Added pgp key list commandJames Booth2015-03-221-0/+6
|/
* Merge branch 'master' into readlineJames Booth2015-02-111-1/+1
|\ | | | | | | | | | | Conflicts: src/tools/history.c src/tools/history.h
| * Updated copyrightJames Booth2015-02-101-1/+1
| |
* | Moved command processing to main loop, allow resize during password promptJames Booth2015-02-051-1/+9
| |
* | Move SIGWINCH handling to ui/core.c, ignore signal whilst resizingJames Booth2015-02-041-0/+1
| |
* | Moved input blocking code to inputwin.cJames Booth2015-01-311-2/+0
| |
* | Added idle and activity handlersJames Booth2015-01-311-0/+2
| |
* | Moved readline code to inputwin.cJames Booth2015-01-301-42/+3
| |
* | Added gnu readlineJames Booth2015-01-271-13/+47
|/
* Moved input line to inputwinJames Booth2015-01-151-1/+1
|
* Moved input to ui module, renamed ui_readlineJames Booth2015-01-151-7/+6
|
* Tidy main loopJames Booth2015-01-151-10/+9
|
* Moved process_input to cmd_process_inputJames Booth2015-01-151-47/+14
|
* Moved input size variable to ui moduleJames Booth2015-01-151-5/+2
|
* Moved string termination out of main loopJames Booth2015-01-151-1/+0
|
* Removed ch from main loopJames Booth2015-01-151-5/+6
|
* Tidy profanity.cJames Booth2015-01-151-10/+12
|
* Moved remimder notification code out of main loopJames Booth2015-01-151-12/+3
|
* Renamed notify remind timerJames Booth2015-01-151-4/+4
|
* Removed result from main loopJames Booth2015-01-141-4/+1
|
* Pass value rather than address of ch during main loopJames Booth2015-01-141-1/+1
|
* trying to block (and save cpu power) more dynamicallySimon Effenberg2015-01-121-1/+1
| | | | | | | | | instead of blocking too long if inpblock is set to something like 500ms the input timeout is not set directly to inpblock but is increasing dynamically from 0 to inpblock by a little algorithm FIXME: the call from the win_* method to the ui_input_* method looks wrong.. this causes a cross reference which shouldn't be
* Merge remote-tracking branch 'incertia/exit-title'James Booth2015-01-121-1/+7
|\ | | | | | | | | | | | | Conflicts: src/command/command.c src/config/preferences.c src/config/preferences.h
| * check preferences before printing exit titleWill Song2015-01-081-1/+2
| |
| * Merge remote-tracking branch 'upstream/master' into exit-titleWill Song2015-01-031-0/+2
| |\
| * | set a nice title (instead of empty) on shutdownWill Song2014-12-291-1/+1
| | |
* | | Added remaining chat statesJames Booth2015-01-111-32/+34
| | |
* | | Removed chat states from chat_session module, WIPJames Booth2015-01-081-32/+32
| |/ |/|
* | added more signals to ignore in _initWill Song2015-01-011-0/+2
|/
* Use events for chat sessionsJames Booth2014-12-291-30/+4
|
* Moved chat_session_set_sent from message.c moduleJames Booth2014-12-291-0/+5
|
* Refactoring window types, removing recipient and from references - wipJames Booth2014-12-181-6/+7
|
* Free string after setting theme ui preference, fixed valgrind warningJames Booth2014-11-241-2/+2
|
* Update input window on /theme setJames Booth2014-11-191-1/+1
|