about summary refs log tree commit diff stats
path: root/src/ui/core.c
Commit message (Collapse)AuthorAgeFilesLines
* Added jid to OTR errors in consoleJames Booth2015-05-251-1/+1
|
* Tidy ui_room_messageJames Booth2015-05-101-60/+62
|
* Moved logic to notify_messageJames Booth2015-05-101-26/+2
|
* Added ui_contact_onlineJames Booth2015-05-071-0/+36
|
* Use null check convention in core.cJames Booth2015-05-041-62/+62
|
* Added enc_mode to ProfChatWinJames Booth2015-05-041-7/+7
|
* Added ui_ev_new_private_win to ui eventsJames Booth2015-05-041-14/+5
|
* ui_outgoing_chat_msg now takes ProfChatWin as argumentJames Booth2015-05-041-9/+7
|
* Added roster list function to get display name for messagesJames Booth2015-05-031-24/+8
|
* Show resource in status barJames Booth2015-05-031-1/+6
|
* Move current win check to event, removed next and prev win functionsJames Booth2015-04-301-67/+10
|
* Removed ui_win_switch_numJames Booth2015-04-301-71/+34
|
* Added assert to ui_switch_winJames Booth2015-04-301-0/+1
|
* Removed some ui functions, inlinedJames Booth2015-04-301-14/+2
|
* Added ui_win_error_line()James Booth2015-04-291-0/+6
|
* Return result on OTR message sendingJames Booth2015-04-291-19/+7
|
* Reuse ui_new_chat_winJames Booth2015-04-291-55/+17
|
* _win_show_history takes ProfChatWin as first argJames Booth2015-04-291-66/+55
|
* Removed commented codeJames Booth2015-04-281-26/+0
|
* Moved new chat win events to client events moduleJames Booth2015-04-211-41/+39
|
* Removed unused otr checkJames Booth2015-04-191-5/+0
|
* Added option to show jids in occupants panelJames Booth2015-04-121-0/+9
|
* Added individual options to send and request delivery receiptsJames Booth2015-03-191-1/+1
|
* Fixed mergeJames Booth2015-03-151-1/+1
|
* Merge branch 'master' into xep-0184James Booth2015-03-151-0/+11
|\
| * Added OTR error messagesJames Booth2015-03-151-0/+11
| |
* | Merge branch 'master' into xep-0184James Booth2015-03-141-0/+41
|\| | | | | | | | | | | | | | | Conflicts: src/server_events.c src/ui/core.c src/ui/ui.h tests/ui/stub_ui.c
| * Don't switch window on sent carbonJames Booth2015-03-141-0/+42
| |
* | Use colouring for message receiptsJames Booth2015-03-141-11/+3
| |
* | Removed from argument from outgoing message functionsJames Booth2015-03-141-7/+5
| |
* | Renamed win_save_newline -> win_newlineJames Booth2015-03-141-8/+8
| |
* | Renamed win_save_println -> win_printlnJames Booth2015-03-141-3/+3
| |
* | Renamed win_save_print -> win_printJames Booth2015-03-141-105/+105
| |
* | Renamed win_save_vprint -> win_vprintJames Booth2015-03-141-118/+118
| |
* | Show message received text for receiptsJames Booth2015-03-111-2/+11
| |
* | Added basic delivery receiptsJames Booth2015-03-111-0/+13
|/
* Merge branch 'master' into readlineJames Booth2015-02-231-4/+4
|\
| * Fixed spelling.Christian Storm2015-02-171-4/+4
| |
* | 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-8/+2
| |
* | Move SIGWINCH handling to ui/core.c, ignore signal whilst resizingJames Booth2015-02-041-0/+15
| |
* | Fixed arrow keys with debugJames Booth2015-02-021-1/+0
| |
* | Readline osx compatibilityJames Booth2015-02-021-0/+4
| |
* | Merge branch 'master' into readlineJames Booth2015-02-011-1/+1
|\|
| * Fixed compile error when no OTR supportJames Booth2015-01-281-1/+1
| |
* | Removed commented code, renamed win switch handlersJames Booth2015-01-311-22/+0
| |
* | Added paging handlersJames Booth2015-01-311-0/+28
| |
* | Added SIGWINCH handlerJames Booth2015-01-311-2/+8
| |
* | Moved input blocking code to inputwin.cJames Booth2015-01-311-28/+3
| |