about summary refs log tree commit diff stats
path: root/src/ui/ui.h
Commit message (Expand)AuthorAgeFilesLines
* Set status to what it was before autoawayJames Booth2015-09-251-1/+1
* Prompt user to allow or deny untrusted TLS certificatesJames Booth2015-09-221-0/+1
* Added UI function to get PGP passphraseJames Booth2015-09-011-0/+1
* Split PGP incoming and outgoing message handlingJames Booth2015-08-301-0/+6
* Display special char for encrypted messagesJames Booth2015-08-261-2/+2
* Show software version result in current windowJames Booth2015-08-061-0/+2
* Use id handler for software version requests, handle errorsJames Booth2015-08-051-0/+1
* Added cons_show_paddedJames Booth2015-07-291-1/+2
* Added indent paddingJames Booth2015-07-291-2/+2
* Removed old command helpJames Booth2015-07-261-1/+2
* Moved help and about to new formatJames Booth2015-07-231-0/+2
* Removed /mouse commandJames Booth2015-07-191-1/+0
* WIP fix for #516, needs memory cleanupJames Booth2015-06-291-5/+5
* Added PGP prefsJames Booth2015-06-221-0/+1
* Moved setting otr.warn -> enc.warnJames Booth2015-06-211-0/+1
* Moved window creation to sv_ev_incoming_messageJames Booth2015-06-211-1/+1
* Added current window reference to command functionsJames Booth2015-06-171-110/+1
* Tidied cmd_otr, added check-unit target to MakefileJames Booth2015-06-151-1/+0
* Removed ui_get_current_chat()James Booth2015-06-151-2/+0
* Moved UI interfaces to ui.hJames Booth2015-06-151-2/+139
* Added win_clear() functionJames Booth2015-06-151-1/+0
* I removed ncurses header dependencies, removed unused codeJames Booth2015-06-151-5/+0
* Refactored 'ui_tidy_wins()' to return bool and not output text, Corrected und...Pete2015-06-011-1/+1
* Added window auto tidy.Pete2015-05-291-0/+1
* Moved logic to notify_messageJames Booth2015-05-101-1/+1
* Added ui_contact_onlineJames Booth2015-05-071-0/+1
* Added ui_ev_new_private_win to ui eventsJames Booth2015-05-041-2/+2
* ui_outgoing_chat_msg now takes ProfChatWin as argumentJames Booth2015-05-041-1/+1
* Move current win check to event, removed next and prev win functionsJames Booth2015-04-301-2/+0
* Removed ui_win_switch_numJames Booth2015-04-301-2/+1
* Removed some ui functions, inlinedJames Booth2015-04-301-2/+0
* Added ui_win_error_line()James Booth2015-04-291-0/+1
* Return result on OTR message sendingJames Booth2015-04-291-1/+1
* Moved new chat win events to client events moduleJames Booth2015-04-211-2/+3
* Added option to show jids in occupants panelJames Booth2015-04-121-0/+1
* Added /receipts commandJames Booth2015-03-151-0/+1
* Merge branch 'master' into xep-0184James Booth2015-03-151-0/+2
|\
| * Added OTR error messagesJames Booth2015-03-151-0/+2
* | Merge branch 'master' into xep-0184James Booth2015-03-141-0/+1
|\|
| * Don't switch window on sent carbonJames Booth2015-03-141-0/+2
* | Removed from argument from outgoing message functionsJames Booth2015-03-141-4/+2
* | Show message received text for receiptsJames Booth2015-03-111-1/+1
* | Added basic delivery receiptsJames Booth2015-03-111-0/+1
|/
* Merge remote-tracking branch 'oliverlemoal/xep-0280' into xep-0280James Booth2015-03-081-0/+1
|\
| * Add XEP-0280 supportOlivier LE MOAL2015-02-101-0/+1
* | 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-1/+1
* | Move SIGWINCH handling to ui/core.c, ignore signal whilst resizingJames Booth2015-02-041-0/+1
* | Added paging handlersJames Booth2015-01-311-0/+5