Commit Graph

1042 Commits

Author SHA1 Message Date
Yuhang Zhao 54e3f6232e mica material: fix high dpi scaling 2023-08-19 15:33:11 +08:00
SineStriker 8ac3d747a1
Fix hover event and system buttons (#262)
* Fix hover event

* Fix system button
2023-08-19 14:48:26 +08:00
Yuhang Zhao ca968b7ba6 snap layout: fix qt events 2023-08-19 13:24:29 +08:00
Yuhang Zhao 2c8bd8ce8c win: minor improvements 2023-08-18 17:25:13 +08:00
Yuhang Zhao 44eeb537a2 cmake: update submodule 2023-08-18 12:11:55 +08:00
Yuhang Zhao 9265735ac7 win: use Qt events to set system button state 2023-08-17 14:24:27 +08:00
Yuhang Zhao c85c6d6fc5 fix qt5 build 2023-08-17 11:58:00 +08:00
Yuhang Zhao 4f7919ef5e cmake: update submodule 2023-08-17 11:56:32 +08:00
Yuhang Zhao 861b94d8ac win: improve an old workaround 2023-08-17 11:55:50 +08:00
Yuhang Zhao fc643613c3 cmake: update submodule 2023-08-15 19:51:57 +08:00
Yuhang Zhao a29f30efc3 cmake: update submodule 2023-08-15 11:23:51 +08:00
Yuhang Zhao 013f2e845f win: minor improvement 2023-08-14 11:02:17 +08:00
Yuhang Zhao 2035fed510 win: fix regression 2023-08-07 17:41:15 +08:00
Yuhang Zhao 95e0062264 cmake: fix msvc error 2023-08-07 15:18:40 +08:00
Yuhang Zhao e1e38acd6c linux: workaround qt missing mouse release event 2023-08-07 15:11:03 +08:00
Yuhang Zhao 177e377bb4 mica material: fix multi monitor scenario 2023-08-07 14:31:40 +08:00
Yuhang Zhao 8d3ef93885 win: fix theme not updating 2023-08-05 13:46:23 +08:00
Yuhang Zhao cb3827210c win: minor improvement 2023-08-04 19:27:18 +08:00
Yuhang Zhao 11ad8cce00 cmake: fix wrong target name 2023-08-04 18:50:11 +08:00
Yuhang Zhao 2289c4be73 cmake: fix duplicated target name 2023-08-02 20:00:56 +08:00
Yuhang Zhao 90b2fe42c6 macos: fix compile error 2023-08-01 16:18:57 +08:00
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