about summary refs log tree commit diff stats
path: root/src/ui/window.c
Commit message (Expand)AuthorAgeFilesLines
* separator: Print only one for each chat windowMichael Vetter2019-12-131-3/+19
* separator: print trackbar across the whole lineMichael Vetter2019-12-131-13/+19
* Initial work on last-read-position featureMichael Vetter2019-12-131-0/+33
* Implement Color Vision Deficiencies settingMichael Vetter2019-12-121-1/+3
* XEP-0392: theme, ui: conditionally colorize user nicksAurelien Aptel2019-12-031-0/+4
* _win_print: Guard against time being nullMichael Vetter2019-12-011-1/+1
* Add vim modelineMichael Vetter2019-11-131-0/+1
* Move id from DeliveryReceipt to ProfBuffEntry structMichael Vetter2019-11-011-16/+14
* Replace sent_messages list with algoMichael Vetter2019-10-311-1/+0
* Merge pull request #874 from spiridoncha/masterMichael Vetter2019-10-051-1/+9
|\
| * Makes /clear behavior configurable.Spiridonov Alexander2016-11-071-0/+5
| * Change /clear behaviour. Closes issue #855.Spiridonov Alexander2016-10-221-1/+4
* | Allow colorization of history messagesMichael Vetter2019-09-101-2/+2
* | Remove dead assignmentsMichael Vetter2019-07-221-1/+1
* | Rename prof_message_t into ProfMessagePaul Fariello2019-06-201-1/+1
* | Set foreground color for untrusted messagesPaul Fariello2019-06-201-6/+5
* | Add prof_message_t to wrap all message attributesPaul Fariello2019-06-201-14/+13
* | Use flags in xmmp/message.c for encryption and trustPaul Fariello2019-06-201-2/+12
* | Rework MUC reflected message filteringPaul Fariello2019-04-101-0/+1
* | Log and print outgoing encrypted messagePaul Fariello2019-04-101-0/+1
* | Add OMEMO message encryption and decryptionPaul Fariello2019-04-101-0/+2
* | Move OMEMO initialization to profanity intializationPaul Fariello2019-04-101-0/+1
* | Update copyright to include 2019Michael Vetter2019-01-221-1/+1
* | Fix command exec error outputPaul Fariello2018-09-051-1/+1
* | Add support for command config executionPaul Fariello2018-09-051-1/+2
* | Add conf win callbackPaul Fariello2018-09-051-1/+10
* | Rename mucconf wins into conf winsPaul Fariello2018-09-051-17/+17
* | Add command exec error handlingPaul Fariello2018-09-051-0/+15
* | Handle simple executionPaul Fariello2018-09-051-0/+7
* | Add command subcommands: list and execPaul Fariello2018-09-051-0/+28
* | Add preferences for tab displayJames Booth2018-03-091-14/+45
* | Add prefs for empty tabs and tab namesJames Booth2018-03-081-2/+5
* | Show name in statusbar tabs WIPJames Booth2018-03-081-3/+11
* | 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-8/+12
* | Allow chat prefix char to be set by pluginsJames Booth2017-01-201-1/+10
* | Add titlebar encryption text to plugins apiJames Booth2017-01-191-0/+2
* | Remove unused functionJames Booth2016-11-241-10/+0
|/
* Rename buffer functionsJames Booth2016-10-161-16/+16
* Fix win_append buffer pushJames Booth2016-10-151-1/+1
* Add win highlight fuctionsJames Booth2016-10-151-19/+107
* Use varargs in win_println_indentJames Booth2016-10-151-6/+20
* Add win_print_historyJames Booth2016-10-151-0/+20
* Rename win_print_incoming_message -> win_print_incomingJames Booth2016-10-151-1/+1
* Add win_print_outgoingJames Booth2016-10-151-0/+20
* Add win_appendJames Booth2016-10-151-31/+50
* Add win_appendlnJames Booth2016-10-151-15/+33
* Add win_printJames Booth2016-10-151-15/+35
* Rename win_println -> win_println_indentJames Booth2016-10-151-1/+1