李通洲
ecc6b477dc
TerminalFont: support Kitty
2022-12-23 11:11:27 +08:00
李通洲
e0c6c462a6
README: update document of Windows 10- and image logo support
2022-12-22 22:10:49 +08:00
李通洲
3e607680e2
Image: dont leak memories
2022-12-22 21:47:30 +08:00
李通洲
89347b7bee
Image: add dirty support of iTerm image protocol
...
iTerm image protocol supports most commonly used image formats so we don't need image magick to convert image format.
However, since we don't know anything about the image, `--logo-width` `--logo-height` must be specified to make sure that logo will not be covered by texts.
2022-12-22 21:37:16 +08:00
李通洲
c45ef08926
Image: expose more chafa settings
2022-12-22 11:36:13 +08:00
Linus Dierheimer
8d40b2cd0e
Merge pull request #355 from kojq/dev
...
Update help.txt
2022-12-21 21:37:24 +01:00
kojq
14e318c273
Merge branch 'dev' into dev
2022-12-21 15:20:20 -05:00
李通洲
f50b478966
Image: try fixing caching
2022-12-22 02:40:56 +08:00
李通洲
0cacedfc5d
Image: enable Chafa on Windows
...
It's not built by default, as imagemagick requires too many dlls.
2022-12-22 02:07:57 +08:00
Linus Dierheimer
5283f10189
Merge pull request #357 from AloneER0/dev
...
Added OpenMandriva
2022-12-21 18:42:22 +01:00
AloneER0
c9c2526f08
Added OpenMandriva
2022-12-21 17:27:00 +01:00
kojq
fba4bca46e
Merge branch 'dev' into dev
2022-12-21 07:51:49 -05:00
Carter Li
a95eb65faa
Merge pull request #352 from CarterLi/dev
...
Global: remove caching functions except image caching
2022-12-21 19:29:55 +08:00
kojq
bcc7b630ae
Update help.txt
2022-12-21 04:38:28 -05:00
kojq
a247a8d6ba
Update help.txt
2022-12-21 04:23:57 -05:00
kojq
620adc0ec6
Update help.txt
2022-12-21 04:10:33 -05:00
kojq
d5b3ae9056
Update help.txt
2022-12-21 04:02:02 -05:00
kojq
afe56a36c9
Update help.txt
2022-12-21 03:52:16 -05:00
kojq
265b98311a
Update help.txt
2022-12-21 03:51:02 -05:00
kojq
89983a28b4
Update help.txt
2022-12-21 03:44:48 -05:00
kojq
c9918035ed
Update help.txt
2022-12-21 03:31:23 -05:00
李通洲
225d1dd4d2
Init: don't try to find config files in XDG folders on platforms other than Linux and BSD
2022-12-20 23:29:23 +08:00
李通洲
985fc991e8
Revert "Image: tidy"
...
This reverts commit d21ce9b10f .
2022-12-20 22:44:45 +08:00
李通洲
8f3900a9df
Windows: add manifest file to indicate that we use UTF-8 and support Windows 10+
2022-12-20 22:40:06 +08:00
李通洲
d21ce9b10f
Image: tidy
2022-12-20 22:37:15 +08:00
李通洲
1153d29099
TerminalFont: improve conhost font detection (Windows)
2022-12-20 12:03:05 +08:00
李通洲
75341e8172
Image: make it compile on Windows
...
Doesn't work yet.
2022-12-20 11:37:54 +08:00
李通洲
2f5cbfb03a
Image: enable im7 on macOS
2022-12-20 11:04:57 +08:00
李通洲
01d2d77efd
Image: fix resource leaks
2022-12-20 11:01:42 +08:00
李通洲
1b2a61ed49
Image: init MagickCore environment before using it
...
I don't know why im6 works without initialization, but im7 doesn't.
2022-12-20 11:01:13 +08:00
李通洲
10584eb01a
Image: document macOS support; update CI
2022-12-19 22:34:29 +08:00
李通洲
d4ec500b1b
Image: fix compile error when building with chafa enabled
...
It should be `#include <chafa.h>` because `pkg-config chafa --cflags` prints `-I/usr/include/chafa` even in Linux. It was working because `chafa` folder was installed in the standard `/usr/include` directory, but it was not the case for macOS (brew)
2022-12-19 22:34:29 +08:00
李通洲
c7bec3d0c9
Image: enable imagemagick 6 on macOS
...
Program crashed when imagemagick 7 used, for some reason.
2022-12-19 22:34:29 +08:00
李通洲
ff6e982050
Global: remove caching except image caching
2022-12-17 12:41:11 +08:00
李通洲
6a49ae60a1
Locale: silence warnings (Windows)
2022-12-17 12:34:21 +08:00
李通洲
27fb0c6c06
Battery: improve performance (Windows)
2022-12-17 12:31:37 +08:00
李通洲
047b32e7d9
CpuUsage: make the result more accurate
2022-12-17 12:31:31 +08:00
李通洲
eeb008f505
Global: replace all ".so" to FF_LIBRARY_EXTENSION
...
... no matter whether the libraries are linux specific or not
2022-12-17 12:22:11 +08:00
Linus Dierheimer
704834b370
Merge pull request #350 from JackGannonUK/dev
...
Add Enso Logo
2022-12-16 19:06:53 +01:00
李通洲
a3cb6608ce
Locale: refactor
2022-12-16 11:51:32 +08:00
Jack Gannon
7640042905
add enso logo
...
Added Enso Logo in `src/logo/builtin.c`
Added Enso in `README.md`
2022-12-15 16:57:45 +00:00
李通洲
d601cc823c
DisplayServer: make 3rd party window manager plugin detection a slow operation (macOS)
...
The display server of macOS is [Quartz Compositor](https://en.wikipedia.org/wiki/Quartz_Compositor ), not other 3rd party apps.
2022-12-14 19:03:01 +08:00
李通洲
338cc1db40
Add back trailing white spaces which are unexpectedly removed by IDE
...
This partially reverts commit 6710967d19 .
2022-12-14 16:51:45 +08:00
李通洲
6710967d19
README: update notes for Windows 10-
2022-12-14 16:46:52 +08:00
李通洲
e4a5194115
Rework stdout buffering on Windows.
...
Windows doesn't support line-buffering. We enable full-buffering instead and flush buffers per module.
2022-12-14 16:27:04 +08:00
李通洲
d151901049
Common: improve resolution of ffTimeGetTick
2022-12-14 15:43:53 +08:00
李通洲
c9e9ec3a80
CI: print time usage
2022-12-14 14:10:42 +08:00
李通洲
54912df237
Option: enable --show-errors if --stat is set
2022-12-14 13:52:16 +08:00
李通洲
b09aa3240a
Global: support --stat option for benchmark
2022-12-14 11:30:50 +08:00
李通洲
c9bc1f8306
Vulkan: build with vulkan-loader (macOS)
...
... so cmake can find it
2022-12-13 13:12:13 +08:00