Commit Graph

1071 Commits

Author SHA1 Message Date
Yuhang Zhao 60a691eb61 macos: fix syntax error 2023-08-01 15:48:12 +08:00
Yuhang Zhao 5500e50075 cmake: update submodule 2023-08-01 15:43:18 +08:00
Yuhang Zhao 3342a28895 refactor 2023-08-01 14:28:09 +08:00
Yuhang Zhao f2758aba25 cmake: minor tweaks 2023-07-30 18:56:07 +08:00
Yuhang Zhao 563a3cfb2d update README 2023-07-30 18:44:18 +08:00
Yuhang Zhao cb21815934 bump version to 2.5.0 2023-07-30 18:29:54 +08:00
Yuhang Zhao 86bc1c0142 cleanup & optimize, part 2
The file size of FramelessHelper binaries should be smaller than before. Core: Win32 MSVC2022 x64 release build, -20KB
The general performance should be improved, due to double lookups are all eliminated.
2023-07-30 18:28:38 +08:00
Yuhang Zhao 20ab4f7d4b mica material: prefer speed over quality 2023-07-30 15:14:16 +08:00
Yuhang Zhao 5b0d06307a cmake: use unique target name and fix install failure 2023-07-29 17:09:35 +08:00
Yuhang Zhao 8cc6a15535 fix qt5 builds 2023-07-29 16:33:04 +08:00
Yuhang Zhao ad90846797 fix qt5 builds 2023-07-29 16:29:05 +08:00
Yuhang Zhao 1b4b5b620f fix qt5 builds 2023-07-29 16:25:47 +08:00
Yuhang Zhao 2f7a104ebd string: use better name 2023-07-29 16:17:13 +08:00
Yuhang Zhao c6ca6cc794 include std headers, avoid transitive include 2023-07-29 15:57:03 +08:00
Yuhang Zhao 4ed21585b4 cleanup core module
Core mostly done. TODO: Widgets & Quick module
2023-07-29 15:29:38 +08:00
Yuhang Zhao d9ce1c4302 win: fix snap layout not working unless resize once 2023-07-28 15:20:25 +08:00
Yuhang Zhao 03832ac86f cmake: update submodule 2023-07-28 14:15:40 +08:00
Yuhang Zhao e84d3a8bd5 cmake: update submodule 2023-07-28 14:13:02 +08:00
Yuhang Zhao 1ed7b7521c cmake: update submodule 2023-07-28 14:11:06 +08:00
Yuhang Zhao b57da216e9 win: minor tweaks 2023-07-22 14:26:25 +08:00
Yuhang Zhao 8e73e3eac8 win: add more sanity checks 2023-07-18 17:53:44 +08:00
Yuhang Zhao 2cd4d133f3 minor tweaks 2023-07-17 16:44:13 +08:00
Yuhang Zhao c1234ed5fb bump version to 2.4.2 2023-07-17 14:55:26 +08:00
Yuhang Zhao 75ca85ec42 cmake: fix wrong file name 2023-07-16 20:35:36 +08:00
Yuhang Zhao f1aec45333 update README 2023-07-16 17:38:12 +08:00
Yuhang Zhao 4ee10e05ba update README 2023-07-15 16:33:18 +08:00
Yuhang Zhao 27663fcb28 quick: minor code simplification 2023-07-15 16:27:30 +08:00
Yuhang Zhao d71dc75b77 mica material: fix drawing on multi-monitor scenario 2023-07-15 16:10:48 +08:00
Dylan Liu 43f632f261
Fix the bug of unregistered datatype QuickGlobal::SystemTheme in Qt 5. (#240) 2023-07-06 11:50:05 +08:00
Yuhang Zhao 9dce992112 cmake: update submodule 2023-07-04 15:14:49 +08:00
Yuhang Zhao d1b4aadb76 mica material: use separate thread to do time-consuming task 2023-07-02 13:48:38 +08:00
Yuhang Zhao 6b09aa9e91 bump version to 2.4.0 2023-07-02 11:56:21 +08:00
Yuhang Zhao 617a015b97 mica material: minor fixes of previous implementation 2023-07-02 11:44:54 +08:00
Yuhang Zhao 7c0d8c4b11 mica material: support reading very large image files 2023-07-01 18:16:57 +08:00
Yuhang Zhao fa5389a0fc ci: try fix ci 2023-06-30 17:31:01 +08:00
Yuhang Zhao 2a49e9fcaf cmake: support ninja multi-config
Fixes: #231
2023-06-30 16:55:26 +08:00
Yuhang Zhao 6ccb25db0a cmake: update submodule 2023-06-29 14:52:42 +08:00
Yuhang Zhao 8f321e2e54 cmake: allow produce same binary
Task-number: #238
2023-06-29 10:59:39 +08:00
Yuhang Zhao f15412cf5b cmake: update submodule 2023-06-26 13:24:56 +08:00
Yuhang Zhao a5ec49d0a2 cmake: update submodule 2023-06-26 11:16:45 +08:00
Yuhang Zhao 86a9b85d04 cmake: fix cmake error on Apple 2023-06-20 11:07:38 +08:00
Yuhang Zhao b7556d467e cmake: update 2023-06-19 18:04:04 +08:00
Yuhang Zhao 074664afc2 cmake: update submodule 2023-06-19 17:48:40 +08:00
Yuhang Zhao 6229a0db3c README: fix wrong function name 2023-06-19 17:14:31 +08:00
Yuhang Zhao 6c27125d69 win: guard some code with proper version check 2023-06-19 16:07:43 +08:00
Yuhang Zhao fdd6640d5c cmake: fix wrong compilation flags 2023-06-19 15:29:14 +08:00
Yuhang Zhao 10b661f541 cmake: update submodule 2023-06-17 12:41:55 +08:00
Yuhang Zhao c1370c4897 cmake: minor change 2023-06-17 12:34:30 +08:00
Dylan Liu af200adf63
Remove unused function in NSWindowProxy. (#236) 2023-06-15 18:48:21 +08:00
Yuhang Zhao 85be988760 ci: fix macos ci 2023-06-10 20:54:07 +08:00