James Booth
|
ef54ff305e
|
ui_outgoing_chat_msg now takes ProfChatWin as argument
|
2015-05-04 00:55:43 +01:00 |
|
James Booth
|
c3d2a7e937
|
Added roster list function to get display name for messages
|
2015-05-03 23:38:46 +01:00 |
|
James Booth
|
4e1c2a4f64
|
Show resource in status bar
|
2015-05-03 02:04:04 +01:00 |
|
James Booth
|
e11e55e31a
|
Move current win check to event, removed next and prev win functions
|
2015-04-30 22:43:08 +01:00 |
|
James Booth
|
d68fb25dde
|
Removed ui_win_switch_num
|
2015-04-30 22:09:39 +01:00 |
|
James Booth
|
20555fcb36
|
Added assert to ui_switch_win
|
2015-04-30 21:27:44 +01:00 |
|
James Booth
|
0a6b76d6d3
|
Removed some ui functions, inlined
|
2015-04-30 21:23:43 +01:00 |
|
James Booth
|
2e75e54460
|
Added ui_win_error_line()
|
2015-04-29 23:16:28 +01:00 |
|
James Booth
|
665c34414d
|
Return result on OTR message sending
|
2015-04-29 22:59:44 +01:00 |
|
James Booth
|
15b34692fd
|
Reuse ui_new_chat_win
|
2015-04-29 21:42:29 +01:00 |
|
James Booth
|
0296a60390
|
_win_show_history takes ProfChatWin as first arg
|
2015-04-29 21:19:20 +01:00 |
|
James Booth
|
403e9b47fe
|
Removed commented code
|
2015-04-28 23:00:06 +01:00 |
|
James Booth
|
88739d5c59
|
Moved new chat win events to client events module
|
2015-04-21 23:28:52 +01:00 |
|
James Booth
|
a4f9661da2
|
Removed unused otr check
|
2015-04-19 21:03:20 +01:00 |
|
James Booth
|
57dc5f14ef
|
Added option to show jids in occupants panel
|
2015-04-12 02:14:37 +01:00 |
|
James Booth
|
f1f047889e
|
Added individual options to send and request delivery receipts
|
2015-03-19 22:57:51 +00:00 |
|
James Booth
|
448c91af61
|
Fixed merge
|
2015-03-15 01:30:27 +00:00 |
|
James Booth
|
8c552e8a70
|
Merge branch 'master' into xep-0184
|
2015-03-15 01:27:09 +00:00 |
|
James Booth
|
49022068ef
|
Added OTR error messages
|
2015-03-15 01:26:09 +00:00 |
|
James Booth
|
ca30ff3910
|
Merge branch 'master' into xep-0184
Conflicts:
src/server_events.c
src/ui/core.c
src/ui/ui.h
tests/ui/stub_ui.c
|
2015-03-14 23:10:51 +00:00 |
|
James Booth
|
385336c10b
|
Don't switch window on sent carbon
|
2015-03-14 22:59:49 +00:00 |
|
James Booth
|
1014244408
|
Use colouring for message receipts
|
2015-03-14 16:05:13 +00:00 |
|
James Booth
|
bc6e32175d
|
Removed from argument from outgoing message functions
|
2015-03-14 14:50:45 +00:00 |
|
James Booth
|
6fd5b617ef
|
Renamed win_save_newline -> win_newline
|
2015-03-14 14:16:50 +00:00 |
|
James Booth
|
b84bddc46b
|
Renamed win_save_println -> win_println
|
2015-03-14 14:14:46 +00:00 |
|
James Booth
|
e02dbe24da
|
Renamed win_save_print -> win_print
|
2015-03-14 14:12:32 +00:00 |
|
James Booth
|
f4441ec64f
|
Renamed win_save_vprint -> win_vprint
|
2015-03-14 14:10:10 +00:00 |
|
James Booth
|
57c7564445
|
Show message received text for receipts
|
2015-03-11 23:47:11 +00:00 |
|
James Booth
|
78becceedb
|
Added basic delivery receipts
|
2015-03-11 23:18:28 +00:00 |
|
James Booth
|
7454bede8b
|
Merge branch 'master' into readline
|
2015-02-23 00:50:58 +00:00 |
|
Christian Storm
|
a1d14c4526
|
Fixed spelling.
|
2015-02-17 10:52:37 +01:00 |
|
James Booth
|
b24510c776
|
Merge branch 'master' into readline
Conflicts:
src/tools/history.c
src/tools/history.h
|
2015-02-11 00:09:58 +00:00 |
|
James Booth
|
b3be26a214
|
Updated copyright
|
2015-02-10 23:16:09 +00:00 |
|
James Booth
|
a70aa0255f
|
Moved command processing to main loop, allow resize during password prompt
|
2015-02-05 00:58:23 +00:00 |
|
James Booth
|
30180ac8bb
|
Move SIGWINCH handling to ui/core.c, ignore signal whilst resizing
|
2015-02-04 23:35:28 +00:00 |
|
James Booth
|
1c157b04df
|
Fixed arrow keys with debug
|
2015-02-02 23:17:47 +00:00 |
|
James Booth
|
5954c0d2fe
|
Readline osx compatibility
|
2015-02-02 21:27:58 +00:00 |
|
James Booth
|
372cf822cb
|
Merge branch 'master' into readline
|
2015-02-01 20:47:28 +00:00 |
|
James Booth
|
84688c063e
|
Removed commented code, renamed win switch handlers
|
2015-01-31 22:12:27 +00:00 |
|
James Booth
|
28dd545877
|
Added paging handlers
|
2015-01-31 22:00:22 +00:00 |
|
James Booth
|
e6f27de552
|
Added SIGWINCH handler
|
2015-01-31 18:02:42 +00:00 |
|
James Booth
|
b3448eb265
|
Moved input blocking code to inputwin.c
|
2015-01-31 01:11:41 +00:00 |
|
James Booth
|
e161337b7f
|
Debug input block
|
2015-01-31 00:31:08 +00:00 |
|
James Booth
|
a9ed64911d
|
Removed history and various key handlers
|
2015-01-30 23:42:51 +00:00 |
|
James Booth
|
83bd207316
|
Moved readline code to inputwin.c
|
2015-01-30 23:28:02 +00:00 |
|
James Booth
|
9800a46adb
|
Fixed compile error when no OTR support
|
2015-01-28 00:04:37 +00:00 |
|
James Booth
|
2cdbfc7eb7
|
Added gnu readline
|
2015-01-27 22:13:09 +00:00 |
|
James Booth
|
2ed78fe5af
|
Extracted keyhandler for printable characters
|
2015-01-20 00:09:47 +00:00 |
|
James Booth
|
4c6cfcdca0
|
Simplified autocompleters and command history
|
2015-01-16 22:50:40 +00:00 |
|
James Booth
|
f0ffc31cd6
|
Renamed inp_get_char->inp_read
|
2015-01-15 23:46:54 +00:00 |
|