about summary refs log tree commit diff stats
path: root/src/ui/window.c
Commit message (Expand)AuthorAgeFilesLines
* Format code correctlyMichael Vetter2021-10-051-4/+3
* Attention flag - Implemented Alt+mDebXWoody2021-05-291-0/+33
* Attention flag for groupchatsDebXWoody2021-05-291-0/+1
* Attention flag for chat windowsDebXWoody2021-05-291-1/+1
* MUC: Show offline members in sidebarThorben Günther2021-03-081-0/+5
* Bugfix: Titlebar show name without room nameStefan2021-02-141-1/+1
* Update copyrightMichael Vetter2021-01-081-1/+1
* Remove blank line after trackbarkaffeekanne2020-12-111-2/+0
* Remove old TODOMichael Vetter2020-12-111-1/+0
* Fix color for win_print_outgoing()Michael Vetter2020-12-111-1/+1
* Remove empty lineMichael Vetter2020-12-101-1/+0
* Expand trackbar to whole lineMichael Vetter2020-12-091-1/+1
* Run make format on rebaseWilliam Wennerström2020-11-161-1/+1
* Add http_download toolWilliam Wennerström2020-11-161-1/+1
* Declare counter var inside loopMichael Vetter2020-11-091-8/+6
* Avoid passing NULL pointers to curses functions.nia2020-09-041-1/+6
* Basic support for building on NetBSD.nia2020-09-041-0/+2
* Fix memleak in win_print_outgoing_with_receipt()Michael Vetter2020-07-231-0/+1
* Apply coding styleMichael Vetter2020-07-071-347/+345
* Revert "Apply coding style"Michael Vetter2020-07-071-350/+352
* Apply coding styleMichael Vetter2020-07-071-352/+350
* Remove prefs_free_string()Michael Vetter2020-07-021-3/+3
* Initialize is_ox in win_create_chat()Stefan Kropp2020-07-011-0/+1
* Feature request - XEP-0373: OpenPGP for XMPP (OX)DebXWoody2020-06-291-0/+2
* Remove unanimous MAM displayMichael Vetter2020-04-251-18/+8
* ui: fix conditionDmitry Podgorny2020-04-231-0/+3
* Make compiler happy about win_refresh_without_subwinMichael Vetter2020-04-201-1/+1
* win_refresh_with_subwin() fixupMichael Vetter2020-04-201-2/+1
* Simplify win_refresh_with_subwin()Michael Vetter2020-04-201-6/+5
* Add to_jid field to ProfMessage structMichael Vetter2020-04-111-8/+8
* Retrieve message type from databaseMichael Vetter2020-04-081-3/+2
* win_print_history() print 'me' on regular chats if we wrote the messageMichael Vetter2020-04-061-1/+9
* Adapt win_print_history() to work with muc tooMichael Vetter2020-04-061-5/+23
* Fixed memory leak in ProfMucWinDmitry Podgorny2020-04-031-0/+2
* Add setting to not colorize own nick according to xep-0392Michael Vetter2020-03-251-1/+3
* titlebar: allow displaying MUC name and MUC jidMichael Vetter2020-03-241-7/+14
* move titlebar code in correct functionMichael Vetter2020-03-241-1/+9
* Rename ProfBufferEntry jid variableMichael Vetter2020-03-091-3/+3
* Check for sender of LMC messageMichael Vetter2020-03-091-11/+17
* Write from jid in bufferMichael Vetter2020-03-091-10/+13
* Add barejid to buffer structMichael Vetter2020-03-091-11/+11
* Remove old commentsMichael Vetter2020-03-091-4/+0
* Use correct MUC message timestampMichael Vetter2020-03-091-5/+1
* Use ProfMessage as parameter for win_println_incoming_muc_msg()Michael Vetter2020-03-091-5/+4
* window.c: Rename variableMichael Vetter2020-03-091-3/+3
* Fix memory leak in win_create_muc()Michael Vetter2020-02-271-1/+0
* Only use enc_char in win_print_incoming() when neededMichael Vetter2020-02-251-1/+4
* Rename separator to trackbarMichael Vetter2020-02-211-4/+4
* Make trackbar color configurableMichael Vetter2020-02-211-0/+6
* win_print_incoming() strdup the charactarMichael Vetter2020-02-211-1/+1