This project is mirrored from https://github.com/Nheko-Reborn/nheko.git.
Pull mirroring updated .
- Dec 27, 2021
-
-
tastytea authored
-
tastytea authored
-
tastytea authored
- If an inline image has specified a height, add parameters to the image:// URI. - Add scaled to the parameters, the images would be cropped otherwise. - Extract the height from image:// URI and use it for requestSize. - Use scaledToHeight instead of scaled.
-
MTRNord authored
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- Dec 23, 2021
- Dec 21, 2021
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- Dec 19, 2021
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
relates to #845
-
- Dec 17, 2021
-
-
Nicolas Werner authored
It seems like handling the message in a blocking manner is a no-go. I have no idea how to fix that, so just use a queued connection for now... (ASAN does not cooperate and just hides the crash D:) fixes #842
-
- Dec 15, 2021
-
-
Nicolas Werner authored
-
- Dec 14, 2021
-
-
Joe Donofry authored
-
Loren Burkholder authored
-
Loren Burkholder authored
-
- Dec 13, 2021
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- Dec 12, 2021
-
-
Nicolas Werner authored
fixes #435
-
- Dec 11, 2021
-
-
Nicolas Werner authored
fixes #824
-
Nicolas Werner authored
fixes #519
-
- Dec 08, 2021
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- Dec 06, 2021
-
-
Nicolas Werner authored
-
- Dec 05, 2021
-
-
Thulinma authored
-
- Dec 04, 2021
-
-
Nicolas Werner authored
-
- Dec 03, 2021
-
-
Marcus Hoffmann authored
-
Marcus Hoffmann authored
This warns when you the return value of those functions isn't used. Suggested-by: Clang-Tidy: Function X should be marked [[nodiscard]]
-
Marcus Hoffmann authored
Suggested-By: Clang-Tidy: Single-argument constructors must be marked explicit to avoid unintentional implicit conversions More info: https://clang.llvm.org/extra/clang-tidy/checks/google-explicit-constructor.html
-
Marcus Hoffmann authored
Suggested-by: Clang-Tidy: The 'empty' method should be used to check for emptiness instead of 'size'
-