chatterino:chore/doxy

Last commit made on 2022-01-16
Get this branch:
git clone -b chore/doxy https://git.launchpad.net/chatterino

Branch merges

Branch information

Name:
chore/doxy
Repository:
lp:chatterino

Recent commits

186ddf6... by pajlada

Doxygen testing

1d272c3... by Infinitay <email address hidden>

Added ability to copy message ID with `Shift + Right Click` (#3481)

Co-authored-by: Paweł <email address hidden>
Co-authored-by: Felanbird <email address hidden>
Co-authored-by: Rasmus Karlsson <email address hidden>

687adf6... by qooq69 <email address hidden>

Usercards no longer close when the originating window (e.g. a search popup) is closed (#3518)

Fixed being unable to open a usercard from inside a usercard while "Automatically close user popup when it loses focus" was enabled

Co-authored-by: Rasmus Karlsson <email address hidden>

201cd67... by Patrick Geneva <email address hidden>

Larger user card drag area (#3508)

Co-authored-by: pajlada <email address hidden>
Co-authored-by: Felanbird <email address hidden>

e742860... by Patrick Geneva <email address hidden>

Make animated image playback speed match browser (Firefox and Chrome) behaviour (#3506)

Co-authored-by: pajlada <email address hidden>
Co-authored-by: Paweł <email address hidden>

499d06f... by karl-police <email address hidden>

Remove first timestamp from genereated AutoMod queue messages (#3503)

Co-authored-by: Rasmus Karlsson <email address hidden>

9069dee... by =?utf-8?b?UGF3ZcWC?= <email address hidden>

Show feedback upon opening a channel in streamlink in more places (#3510)

Co-authored-by: Leon Richardt <email address hidden>

52da0fd... by James Upjohn <email address hidden>

fix: remove deprecated windows-2016/vs-2017 action runner from build matrix (#3484)

* fix(action): bump Windows 2016 runner to 2019

* fix(action): remove explicit win 2016/2019 runner config

Co-authored-by: Paweł <email address hidden>

d2fffda... by qooq69 <email address hidden>

Add feedback to incorrect usage of the /w command and the /whispers split (#3477)

Co-authored-by: Rasmus Karlsson <email address hidden>

ffc69a8... by =?utf-8?b?UGF3ZcWC?= <email address hidden>

Add .cache to gitignore (#3507)

While compiling with `cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=YES` cmake can create a bunch of files in `.cache/`, indexing all codebase, allowing coc.nvim to make use of it, giving full rich autocompletion with all definitions etc. on NeoVim