about summary refs log tree commit diff stats
path: root/src/ui
Commit message (Expand)AuthorAgeFilesLines
* Add vCard supportMarouane L2022-10-187-1/+326
* Fix first start detectionMichael Vetter2022-10-111-3/+3
* Display a help message upon first start of ProfanityMichael Vetter2022-07-051-0/+24
* Exit *_incoming_msg functions when plain message is emptyMichael Vetter2022-07-043-0/+17
* Let slashguard ignore quoted messagesMichael Vetter2022-07-041-1/+2
* Don't scroll if not neededMichael Vetter2022-06-291-0/+4
* Fix formattingMichael Vetter2022-06-221-1/+1
* Display log level information in preferencesMichael Vetter2022-06-221-0/+4
* Display mood preferencesMichael Vetter2022-06-222-0/+12
* Fix build without omemoMarcoPolo-PasTonMolo2022-06-171-0/+2
* Don't forget encryption status for OX and PGP.MarcoPolo-PasTonMolo2022-06-171-7/+53
* Reset buffer correctlyMichael Vetter2022-06-151-5/+3
* remove memset in cons_show_qrcodeswirl2022-06-151-1/+1
* remove VLAs in OMEMO QR Code functionswirl2022-06-141-7/+15
* Merge pull request #1717 from MarcoPolo-PasTonMolo/fix/chat-with-self-duplica...Michael Vetter2022-06-111-1/+5
|\
| * Fix duplicate messages in chat with oneself.MarcoPolo-PasTonMolo2022-05-311-1/+5
* | Use our omemo sid/fingerprint in qr codeMichael Vetter2022-05-312-2/+2
* | Add command help for omemo qrcodeMichael Vetter2022-05-301-0/+2
* | Reverse QR code colors and add paddingswirl2022-05-301-7/+19
* | implement working OMEMO QR codeswirl2022-05-301-7/+6
* | Add basic qrcode functionsMichael Vetter2022-05-302-0/+38
|/
* Update copyright yearMichael Vetter2022-05-0913-14/+14
* ox: show ox preferencesMichael Vetter2022-05-052-0/+26
* Restore default behaviour for stampsMichael Vetter2022-05-031-1/+1
* Merge branch 'master' into add_stamp_settingsMichael Vetter2022-04-284-51/+75
|\
| * Add support for offline MUC notificationsStefan Ott2022-04-231-0/+5
| * Show return symbol for embedded newlinesPaul Fertser2022-04-121-1/+24
| * Handle input win redisplay via Readline hookPaul Fertser2022-04-121-3/+10
| * Show Readline prompt in input windowPaul Fertser2022-04-121-0/+7
| * Use correct colour for their nick when showing historyPaul Fertser2022-04-011-0/+1
| * Merge pull request #1664 from paulfertser/tab-completion-cleanupMichael Vetter2022-04-011-41/+11
| |\
| | * Tab completion code simplificationPaul Fertser2022-03-301-41/+11
| * | Merge pull request #1667 from paulfertser/fix-screen-arrows-bindingsMichael Vetter2022-04-011-0/+3
| |\ \
| | * | Add Alt/Ctrl-arrows combinations for GNU ScreenPaul Fertser2022-03-301-0/+3
| * | | Merge pull request #1669 from paulfertser/make-rl-functions-bindableMichael Vetter2022-04-011-0/+5
| |\ \ \
| | * | | Make all existing input functions bindable from configPaul Fertser2022-03-301-0/+5
| | |/ /
| * | | Merge pull request #1670 from profanity-im/moar-cleanupMichael Vetter2022-04-011-1/+2
| |\ \ \
| | * | | fix linter warningsSteffen Jaeckel2022-03-311-1/+2
| | |/ /
| * / / Fix race condition on resizePaul Fertser2022-04-011-3/+1
| |/ /
| * / run `make format`Steffen Jaeckel2022-03-301-2/+2
| |/
| * Input window: handle invalid multibytePaul Fertser2022-03-291-0/+4
* | Rename stamp preference variableMichael Vetter2022-04-281-1/+1
* | add /stamp commandArtjom Vejsel2022-04-021-2/+3
|/
* Add none option for /whoMarcoPolo-PasTonMolo2022-03-271-0/+6
* Merge pull request #1652 from profanity-im/fix-1624Michael Vetter2022-03-232-4/+4
|\
| * a tad more `const`-correctnessSteffen Jaeckel2022-03-222-4/+4
* | 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-219-1/+86
|/
* Merge pull request #1646 from MarcoPolo-PasTonMolo/fix/nick-autocompleteMichael Vetter2022-03-211-12/+19
|\
| * Reverse priority for nick vs cmd autocompleteMarcoPolo-PasTonMolo2022-03-211-12/+15