about summary refs log tree commit diff stats
path: root/src/ui/window.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename prof_message_t into ProfMessagePaul Fariello2019-06-201-1/+1
|
* Add prof_message_t to wrap all message attributesPaul Fariello2019-06-201-4/+3
| | | | | | | Probably missing copy of body to plain in carbon and privmessage. Only covers the incoming message path because goal is OMEMO decryption of untrusted message. Cover some of the log functions but not all.
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
|
* Update copyrightJames Booth2018-01-211-1/+1
|
* Update CopyrightJames Booth2017-01-281-1/+1
|
* Allow room display properies to be set by pluginsJames Booth2017-01-201-3/+3
|
* Remove unused functionJames Booth2016-11-241-1/+0
|
* Add win highlight fuctionsJames Booth2016-10-151-0/+4
|
* Add win_print_historyJames Booth2016-10-151-0/+1
|
* Rename win_print_incoming_message -> win_print_incomingJames Booth2016-10-151-1/+1
|
* Add win_print_outgoingJames Booth2016-10-151-0/+2
|
* Remove args from win_print_with_receiptJames Booth2016-10-111-2/+2
|
* Add win_print_http_uploadJames Booth2016-10-111-0/+4
|
* Tidy headersJames Booth2016-07-241-7/+7
|
* Moved muc.cJames Booth2016-07-241-1/+1
|
* Moved contact.cJames Booth2016-07-241-1/+1
|
* Moved chat_state.cJames Booth2016-07-241-1/+1
|
* Update GPL link in headersJames Booth2016-07-241-1/+1
|
* Implement XEP-0363: HTTP File UploadDominik Heidler2016-04-261-0/+2
|
* Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-311-3/+3
|
* Merge branch 'master' into plugins-cJames Booth2016-02-141-1/+1
|\ | | | | | | | | | | Conflicts: src/main.c src/ui/console.c
| * Updated copyrightJames Booth2016-02-141-1/+1
| |
* | Added C plugin code from plugins branchJames Booth2016-02-141-3/+3
|/
* Added word wrap to roster panelJames Booth2015-11-221-1/+1
|
* Pass wrap boolean to win_sub_print()James Booth2015-11-221-1/+1
|
* Renamed subwin functionsJames Booth2015-11-221-2/+2
|
* Option to show presence information on single line in rosterJames Booth2015-11-221-0/+1
|
* Added /roster indent contactJames Booth2015-11-211-1/+1
|
* Removed ui_clear_winJames Booth2015-11-021-2/+0
|
* Applied coding style to src/ui/James Booth2015-10-251-7/+7
|
* Display special char for encrypted messagesJames Booth2015-08-261-1/+1
|
* Added indent paddingJames Booth2015-07-291-1/+1
|
* Removed /mouse commandJames Booth2015-07-191-1/+0
|
* WIP fix for #516, needs memory cleanupJames Booth2015-06-291-1/+1
|
* Moved UI interfaces to ui.hJames Booth2015-06-151-124/+1
|
* Moved refresh subwin logic to window.cJames Booth2015-06-151-0/+3
|
* Added win_resize() functionJames Booth2015-06-151-0/+1
|
* Added win_clear() functionJames Booth2015-06-151-0/+2
|
* I removed ncurses header dependencies, removed unused codeJames Booth2015-06-151-6/+6
|
* Renamed otr trusted window propertyJames Booth2015-06-131-1/+1
|
* Added enc_mode to ProfChatWinJames Booth2015-05-041-1/+6
|
* Added option to show jids in occupants panelJames Booth2015-04-121-0/+1
|
* Use colouring for message receiptsJames Booth2015-03-141-0/+3
|
* Renamed win_save_newline -> win_newlineJames Booth2015-03-141-1/+1
|
* Renamed win_save_println -> win_printlnJames Booth2015-03-141-1/+1
|
* Renamed win_save_print -> win_printJames Booth2015-03-141-1/+1
|
* Renamed win_save_vprint -> win_vprintJames Booth2015-03-141-1/+1
|
* 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
| |
* | Added paging handlersJames Booth2015-01-311-1/+6
|/