about summary refs log tree commit diff stats
path: root/src/ui
Commit message (Expand)AuthorAgeFilesLines
* Implement Color Vision Deficiencies settingMichael Vetter2019-12-122-3/+14
* Add initial support for XEP-0392Michael Vetter2019-12-092-0/+10
* XEP-0392: theme, ui: conditionally colorize user nicksAurelien Aptel2019-12-031-0/+4
* Call ncurses resize function before move functionMichael Vetter2019-12-022-2/+3
* _win_print: Guard against time being nullMichael Vetter2019-12-011-1/+1
* Add vim modelineMichael Vetter2019-11-1328-0/+28
* Merge /chlog and /grlog commands into /loggingMichael Vetter2019-11-122-13/+7
* Merge /invite, /invites and /decline commandsMichael Vetter2019-11-051-1/+1
* Add `/titlebar show presence` commandMichael Vetter2019-11-051-0/+6
* Display resource information in `/titlebar`Michael Vetter2019-11-051-0/+6
* Move /encwarn command into /titlebarMichael Vetter2019-11-052-17/+13
* Fix add_history usage in down arrow handlerMichael Vetter2019-11-051-4/+1
* Store current input line in historyMichael Vetter2019-11-051-0/+16
* Initialize ProfBufEntry->id correctlyMichael Vetter2019-11-011-1/+5
* Move id from DeliveryReceipt to ProfBuffEntry structMichael Vetter2019-11-013-26/+24
* Remove not needed if blocksMichael Vetter2019-11-011-9/+2
* Don't override ProfMessage Id with origin-idMichael Vetter2019-10-311-1/+1
* Replace sent_messages list with algoMichael Vetter2019-10-314-6/+1
* Put ifdef around tray.h functionsMichael Vetter2019-10-292-9/+8
* Remove not neede gtk_init() in tray.cMichael Vetter2019-10-291-1/+0
* Remove commentsMichael Vetter2019-10-291-6/+0
* Make sure date vars are initializedMichael Vetter2019-10-211-3/+3
* Properly display chatwin historyMichael Vetter2019-10-211-4/+10
* Add option to hilight unread rooms in /wins commandMichael Vetter2019-10-121-1/+5
* 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
* | Bind key to switch to next active windowMichael Vetter2019-09-303-0/+41
* | Define keybindings to switch to up to 20 windowsMichael Vetter2019-09-301-0/+100
* | Remove not needed codeMichael Vetter2019-09-291-4/+0
* | Add comment about statusbar.currentMichael Vetter2019-09-291-0/+3
* | Add coloring of statusbar.current tab in viewDaniel Lublin2019-09-242-4/+11
* | Print history color in theme propertiesMichael Vetter2019-09-111-0/+1
* | Allow colorization of history messagesMichael Vetter2019-09-101-2/+2
* | Don't crash if source jid doesn't contain the node partDmitry Podgorny2019-08-261-1/+3
* | Hardcode James email adress in info messageMichael Vetter2019-08-241-1/+1
* | Add 256 colour info to /theme coloursMichael Vetter2019-08-231-0/+7
* | Remove dead assignmentsMichael Vetter2019-07-221-1/+1
* | Remove unused assignmentsMichael Vetter2019-07-222-2/+1
* | Reduce scope of num in ui_print_system_msg_from_recipient()Michael Vetter2019-07-221-3/+1
* | Fix jump depending on uninit. value in statusbarMichael Vetter2019-07-101-1/+1
* | Fix handling of encrypted carbonsPaul Fariello2019-06-212-5/+5
* | Rename prof_message_t into ProfMessagePaul Fariello2019-06-206-8/+8
* | Set foreground color for untrusted messagesPaul Fariello2019-06-203-8/+7
* | Add prof_message_t to wrap all message attributesPaul Fariello2019-06-206-55/+62
* | Use flags in xmmp/message.c for encryption and trustPaul Fariello2019-06-202-9/+12
* | Fix prefs_get_string mem leaks in statusbarMichael Vetter2019-06-191-6/+18
* | Free last_msg_timestampMichael Vetter2019-06-191-0/+4
* | Add myself to copyrightMichael Vetter2019-06-174-0/+5
* | Safe last MUC message timestamp per MUCMichael Vetter2019-06-112-0/+3