about summary refs log tree commit diff stats
path: root/src/ui/core.c
Commit message (Expand)AuthorAgeFilesLines
* Added current window reference to command functionsJames Booth2015-06-171-8/+2
* Tidied cmd_otr, added check-unit target to MakefileJames Booth2015-06-151-13/+0
* Removed ui_get_current_chat()James Booth2015-06-151-6/+0
* Moved UI interfaces to ui.hJames Booth2015-06-151-0/+6
* Moved ui/windows -> window_listJames Booth2015-06-151-1/+1
* Added win_clear() functionJames Booth2015-06-151-6/+0
* Renamed otr trusted window propertyJames Booth2015-06-131-4/+4
* Merge remote-tracking branch 'PMaynard/#551'James Booth2015-06-021-8/+2
|\
| * Refactored 'ui_tidy_wins()' to return bool and not output text, Corrected und...Pete2015-06-011-8/+2
|/
* 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
|\|
| * 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
|\|
| * Updated copyrightJames Booth2015-02-101-1/+1
* | Moved command processing to main loop, allow resize during password promptJames Booth2015-02-051-8/+2