about summary refs log tree commit diff stats
path: root/src/ui
Commit message (Expand)AuthorAgeFilesLines
* auto-formatSteffen Jaeckel2022-02-015-12/+12
* auto-formatSteffen Jaeckel2021-10-271-2/+2
* Merge pull request #1607 from profanity-im/utf8indicatorcharMichael Vetter2021-10-223-57/+86
|\
| * Allow utf8 in occupants header charMichael Vetter2021-10-222-6/+9
| * Allow utf8 in occupants charMichael Vetter2021-10-222-8/+11
| * Allow utf8 in roster room private charMichael Vetter2021-10-222-5/+8
| * Allow utf8 in roster rooms charMichael Vetter2021-10-222-7/+10
| * Allow utf8 in roster private charMichael Vetter2021-10-222-5/+8
| * Allow utf8 in roster resource charMichael Vetter2021-10-222-8/+14
| * Allow utf8 in roster contact charMichael Vetter2021-10-222-11/+14
| * Allow utf8 in roster header charMichael Vetter2021-10-212-10/+15
* | Move declaration and definition of win_get_last_sent_message to the correct p...MarcoPolo-PasTonMolo2021-10-222-0/+30
|/
* Format code correctlyMichael Vetter2021-10-059-18/+20
* Fix fromat string in statusbarMichael Vetter2021-09-291-7/+7
* Fix wrong format string in titlebarMichael Vetter2021-09-291-3/+3
* Fix wrong format string in titlebar encryptionMichael Vetter2021-09-291-2/+2
* Add more keybindings to /help navigationMichael Vetter2021-09-151-2/+5
* notifier: Use glib functionMichael Vetter2021-09-091-3/+2
* Change attentionflag shortcut to alt+vMichael Vetter2021-08-311-1/+1
* chatwin: fix memory leak when load historyDmitry Podgorny2021-07-201-0/+4
* Don't handle /me in the middle of a message with mentionsDmitry Podgorny2021-07-171-2/+3
* Fix buffer overread in _mucwin_print_mention()Dmitry Podgorny2021-07-171-3/+3
* Add option to only allow messages from jids in rosterMichael Vetter2021-07-012-0/+11
* Fix /disco info contact address headerMichael Vetter2021-06-301-3/+5
* Adjust contact addresses output to the rest of disco infoMichael Vetter2021-06-301-2/+3
* XEP-0157: Print all available addressesMichael Vetter2021-06-301-3/+8
* XEP-0157: Print contact addressesMichael Vetter2021-06-302-0/+15
* Print editor command in /executable overviewMichael Vetter2021-06-101-0/+4
* win unread: fix window testMichael Vetter2021-06-091-5/+4
* Add command to show single bookmark detailsMichael Vetter2021-06-092-0/+29
* Fix multiple mentions in one lineMichael Vetter2021-06-081-1/+4
* Use utf-8 safe functions in _mucwin_print_mention()Michael Vetter2021-06-081-5/+12
* Change restarted omemo textMichael Vetter2021-06-021-2/+2
* Restart OMEMO Session after lost connectionDebXWoody2021-06-021-7/+29
* Change ui_win_has_attention() logicMichael Vetter2021-05-311-3/+5
* Display attention hint in titlebar for mucs tooMichael Vetter2021-05-311-12/+23
* Attention-flag: Fix next windowDebXWoody2021-05-291-8/+25
* Attention flag message ( enabled, disabled)DebXWoody2021-05-291-1/+6
* Attention flag - Implemented Alt+mDebXWoody2021-05-296-11/+86
* Attention flag for groupchatsDebXWoody2021-05-297-2/+79
* Attention flag for chat windowsDebXWoody2021-05-294-1/+36
* Have separate settings for intypeMichael Vetter2021-05-082-9/+18
* Apply pre_chat_message_display hook to historyDustin Lagoy2021-04-271-0/+1
* OMEMO: Remove duplicate session initalisationMaximilian Wuttke2021-04-081-2/+12
* Get rid of asprintf and _GNU_SOURCE defineMichael Vetter2021-03-301-1/+0
* Add config.h in files were it was missingMichael Vetter2021-03-267-0/+14
* Update ui_ask_password to support confirmationThorben Günther2021-03-112-3/+7
* Merge pull request #1495 from xenrox/offline-membersMichael Vetter2021-03-085-10/+78
|\
| * MUC: Show offline members in sidebarThorben Günther2021-03-085-10/+78
* | Draw wintitle using fputs and fprintf instead of /bin/echo.Akce2021-02-281-25/+8
|/