about summary refs log tree commit diff stats
path: root/src/ui/core.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Display special char for encrypted messagesJames Booth2015-08-261-8/+15
|
* Leave chat rooms before receiving self unavailable presenceJames Booth2015-08-231-0/+2
| | | | Fixes bug for servers that don't send the self presence
* Show software version result in current windowJames Booth2015-08-061-0/+51
|
* Use id handler for software version requests, handle errorsJames Booth2015-08-051-0/+18
|
* Added cons_show_paddedJames Booth2015-07-291-2/+2
|
* Added indent paddingJames Booth2015-07-291-226/+226
|
* Removed old command helpJames Booth2015-07-261-6/+9
|
* Removed /mouse commandJames Booth2015-07-191-4/+0
|
* WIP fix for #516, needs memory cleanupJames Booth2015-06-291-14/+12
|
* ui: decreased log level of the message on resizingDmitry Podgorny2015-06-231-1/+1
| | | | | Resizing of terminal window can produce many logs "Resizing UI". Also they are not so informative to be shown without -l DEBUG.
* Moved window creation to sv_ev_incoming_messageJames Booth2015-06-211-21/+6
|
* 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 ↵Pete2015-06-011-8/+2
|/ | | | underline, removed call to function 'wins_resize_all()'.
* 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
| |