about summary refs log tree commit diff stats
path: root/src/ui
Commit message (Expand)AuthorAgeFilesLines
* Handle MAM when chatwin gets created from incoming messageMarcoPolo-PasTonMolo2022-07-101-1/+4
* Have ability to scroll through history even without MAMMarcoPolo-PasTonMolo2022-07-102-5/+5
* Handle scrolling down when buffer fills upMarcoPolo-PasTonMolo2022-07-103-7/+29
* CleanupMarcoPolo-PasTonMolo2022-07-053-12/+5
* Add loading history message on initial MAM requestMarcoPolo-PasTonMolo2022-07-053-2/+12
* Fix initial MAM not displayingMarcoPolo-PasTonMolo2022-07-053-14/+16
* Add 'Loading messages' message when scrolling upMarcoPolo-PasTonMolo2022-07-043-5/+22
* Fech data from mam when all history gets displayedMarcoPolo-PasTonMolo2022-07-031-1/+7
* Get messages from history when scrolling up.MarcoPolo-PasTonMolo2022-07-036-5/+95
* 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
| * Fix not autocompleting nicks with '/'MarcoPolo-PasTonMolo2022-03-031-4/+8
* | Alt+e is already bound, use Alt+cSteffen Jaeckel2022-03-131-1/+1