about summary refs log tree commit diff stats
path: root/src/ui
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Move get_message_from_editor to appropriate file and change its keybindingMarcoPolo-PasTonMolo2022-03-031-4/+4
* | Add hotkey for sending readline text to editorMarcoPolo-PasTonMolo2022-03-031-0/+26
|/
* 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