about summary refs log tree commit diff stats
path: root/src/ui/core.c
Commit message (Expand)AuthorAgeFilesLines
* Set status to what it was before autoawayJames Booth2015-09-251-4/+3
* Prompt user to allow or deny untrusted TLS certificatesJames Booth2015-09-221-0/+7
* PGP: UI tweaks for passphrase requestJames Booth2015-09-011-0/+4
* Fixed passing from arg in PGP ask passphraseJames Booth2015-09-011-3/+3
* Added UI function to get PGP passphraseJames Booth2015-09-011-3/+23
* Split PGP incoming and outgoing message handlingJames Booth2015-08-301-9/+9
* Added preference for encryption charJames Booth2015-08-261-2/+2
* Display special char for encrypted messagesJames Booth2015-08-261-8/+15
* Leave chat rooms before receiving self unavailable presenceJames Booth2015-08-231-0/+2
* 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
* 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 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