about summary refs log tree commit diff stats
path: root/src/ui/window.c
Commit message (Expand)AuthorAgeFilesLines
* Add vCard supportMarouane L2022-10-181-0/+189
* Don't scroll if not neededMichael Vetter2022-06-291-0/+4
* Fix duplicate messages in chat with oneself.MarcoPolo-PasTonMolo2022-05-311-1/+5
* Update copyright yearMichael Vetter2022-05-091-1/+1
* Restore default behaviour for stampsMichael Vetter2022-05-031-1/+1
* Merge branch 'master' into add_stamp_settingsMichael Vetter2022-04-281-3/+5
|\
| * Use correct colour for their nick when showing historyPaul Fertser2022-04-011-0/+1
| * fix linter warningsSteffen Jaeckel2022-03-311-1/+2
| * run `make format`Steffen Jaeckel2022-03-301-2/+2
* | Rename stamp preference variableMichael Vetter2022-04-281-1/+1
* | add /stamp commandArtjom Vejsel2022-04-021-2/+3
|/
* Use funcs available in all glib versions to replace \n in quotesMarcoPolo-PasTonMolo2022-03-211-2/+7
* Add quote autocompletion for previous messagesMarcoPolo-PasTonMolo2022-03-211-0/+23
* auto-formatSteffen Jaeckel2022-02-011-1/+1
* Move declaration and definition of win_get_last_sent_message to the correct p...MarcoPolo-PasTonMolo2021-10-221-0/+29
* 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