Commit Graph

  • cb107b127a win: add one more workaround of Qt bug Yuhang Zhao 2022-09-29 15:01:59 +0800
  • d1a410b498 cmake: avoid possible issue Yuhang Zhao 2022-09-28 11:28:54 +0800
  • 57a4d8875c cmake: improve the build scripts Yuhang Zhao 2022-09-27 20:39:52 +0800
  • 07101273bd win: refactor & simplify Yuhang Zhao 2022-09-26 11:18:13 +0800
  • f97f000cc7 avoid potential deadlocks Yuhang Zhao 2022-09-25 10:29:42 +0800
  • c914992aa4 adapt to latest qtbase Yuhang Zhao 2022-09-24 17:57:38 +0800
  • 95449f140f tool: update code Yuhang Zhao 2022-09-23 14:24:55 +0800
  • 684ebc3fa3 minor improvement Yuhang Zhao 2022-09-23 14:04:47 +0800
  • eeda750a61 finalize api update Yuhang Zhao 2022-09-21 13:22:03 +0800
  • ee2a9e6b19 update readme Yuhang Zhao 2022-09-20 17:49:15 +0800
  • 81ec19d2aa remove unsafe compile params Yuhang Zhao 2022-09-20 17:39:24 +0800
  • 47bf4da5ae allow user to remove a window from the frameless window list Yuhang Zhao 2022-09-20 15:56:59 +0800
  • 3d3607af7b refactor Yuhang Zhao 2022-09-16 17:38:13 +0800
  • 91bb8273b8 routine code quality improvement Yuhang Zhao 2022-09-15 18:24:34 +0800
  • 31eed109a0 update readme Yuhang Zhao 2022-09-14 17:19:20 +0800
  • 47dcb8f032 quick: emulate Windows behavior more, just like widget Yuhang Zhao 2022-09-14 17:07:06 +0800
  • 1b36587f14 widgets: emulate Windows behavior more Yuhang Zhao 2022-09-14 13:30:08 +0800
  • 8667d1996e cmake: add some experimental flags, but commented out Yuhang Zhao 2022-09-13 20:02:02 +0800
  • 0ceb0e85c1 win: remove one confusing assert Yuhang Zhao 2022-09-13 17:46:23 +0800
  • 221f1c12aa fix button size can't be changed Yuhang Zhao 2022-09-13 17:38:10 +0800
  • 119d10930b win: minor tweaks Yuhang Zhao 2022-09-13 11:02:53 +0800
  • 55fe04000e add more comments Yuhang Zhao 2022-09-11 10:43:48 +0800
  • 6a46844853
    win: Qt version check for #155 (#157) Jan Kowalewicz 2022-09-11 04:23:01 +0200
  • 9cf8ba959d mac: fix build Yuhang Zhao 2022-09-10 17:56:39 +0800
  • f2affbca85
    win: fix build with Qt 5.14 and MinGW (#155) Jan Kowalewicz 2022-09-10 10:38:40 +0200
  • 33c3eaa05a win: add missing definitions for mingw Yuhang Zhao 2022-09-10 16:04:17 +0800
  • 34596db939 fix various issues found by user Yuhang Zhao 2022-09-10 13:11:55 +0800
  • 6fe35a667e cmake: fix build error Yuhang Zhao 2022-09-07 13:44:08 +0800
  • 5d494453bc update readme Yuhang Zhao 2022-09-06 13:48:52 +0800
  • 7dda58deaf free all resources during destruction Yuhang Zhao 2022-09-06 13:40:16 +0800
  • fb13ff1c1b improve macos experience [2/2] Yuhang Zhao 2022-09-06 11:31:07 +0800
  • 2411343f42 update readme Yuhang Zhao 2022-09-05 17:35:02 +0800
  • f2a6d35908 improve macos code [1/2] Yuhang Zhao 2022-09-05 16:55:55 +0800
  • b9f65aa783 add frameless dialog & demo Yuhang Zhao 2022-09-02 14:10:33 +0800
  • 5018d9ea82 widget: add support for changing title font Yuhang Zhao 2022-09-02 10:39:45 +0800
  • f052a087de bump version to v2.2.1 2.2.1 Yuhang Zhao 2022-09-01 16:47:49 +0800
  • ba343fbbd4 win: fix bug when using Qt 5.14 and below Yuhang Zhao 2022-09-01 16:45:32 +0800
  • 6b1a37a82a win: fix null pointer access in some rare cases Yuhang Zhao 2022-09-01 10:51:50 +0800
  • 012721d9a0 demo: add missing definition Yuhang Zhao 2022-08-31 16:47:40 +0800
  • 7a35b09a74 add limited qmake support 2.2.0 Yuhang Zhao 2022-08-31 16:34:30 +0800
  • abf4b29dca minor fixes of the last commit Yuhang Zhao 2022-08-31 10:45:26 +0800
  • 463ac0a999 add window icon support Yuhang Zhao 2022-08-29 17:50:30 +0800
  • e55afa2fe3 simplify a function Yuhang Zhao 2022-08-28 20:08:44 +0800
  • ce78c037b1 add some helper functionalities Yuhang Zhao 2022-08-28 19:25:22 +0800
  • 5195a27022 linux: adapt to latest qtbase changes Yuhang Zhao 2022-08-27 13:07:01 +0800
  • c3338cd9b7 win: don't use round corner when fullscreen on win11 Yuhang Zhao 2022-08-26 15:54:56 +0800
  • 406c801383 Remove unneeded function Yuhang Zhao 2022-08-25 11:16:50 +0800
  • de3d5440db simplify code a little Yuhang Zhao 2022-08-22 18:02:03 +0800
  • f484209b94 win: fix round error on some systems Yuhang Zhao 2022-08-22 10:15:51 +0800
  • 6ddf79ba9c demo: fix build on qt5 Yuhang Zhao 2022-08-22 13:00:33 +0800
  • 6c060b3946 demo: add shortcut to switch between fullscreen state Yuhang Zhao 2022-08-21 15:38:16 +0800
  • 1bce57445b win: use qt own functions more Yuhang Zhao 2022-08-19 10:53:46 +0800
  • a49756ee45 registrykey: rename Yuhang Zhao 2022-08-17 10:42:48 +0800
  • 0535276f55 win: use Qt functionalities as much as possible Yuhang Zhao 2022-08-16 15:24:14 +0800
  • 3dbeb2721a minor tweaks Yuhang Zhao 2022-08-06 12:01:12 +0800
  • 08a38f1d73 update ignore list Yuhang Zhao 2022-08-04 14:32:45 +0800
  • beb16bfdc2 linux: minor improvement Yuhang Zhao 2022-08-04 10:32:32 +0800
  • 2f872732b5 tool: minor tweaks Yuhang Zhao 2022-08-03 17:53:17 +0800
  • 9343c7a088 macos: remove needless version check Yuhang Zhao 2022-08-03 09:41:29 +0800
  • f4f56498c2 win32: minor improvement Yuhang Zhao 2022-07-30 17:26:27 +0800
  • 775b1a2aab minor tweaks Yuhang Zhao 2022-07-30 11:34:14 +0800
  • cf83b050d2 common: minor tweaks Yuhang Zhao 2022-07-29 15:36:28 +0800
  • 4fe67c9313 cmake: minor improvements Yuhang Zhao 2022-07-27 09:36:28 +0800
  • 14a3440bbf win32: fix typo Yuhang Zhao 2022-07-25 09:35:02 +0800
  • 1264fe8341 minor tweaks Yuhang Zhao 2022-07-24 14:54:55 +0800
  • b2f443a592 cmake: minor tweaks of msvc flags Yuhang Zhao 2022-07-21 13:57:13 +0800
  • 0aea6c3658 tool: update the dpitester tool Yuhang Zhao 2022-07-19 14:23:41 +0800
  • 2fb842e4a9 minor tweaks of the dpitester tool Yuhang Zhao 2022-07-18 18:02:15 +0800
  • 56499c7028 fix the widget demo Yuhang Zhao 2022-07-18 15:16:06 +0800
  • dd4acb6686 add the dpitester tool, msvc only Yuhang Zhao 2022-07-18 14:20:42 +0800
  • 7616161699 Implement homemade Mica material & other improvements Yuhang Zhao 2022-07-11 17:39:50 +0800
  • 7f9f2c8543 adapt to latest qt change Yuhang Zhao 2022-07-13 10:40:29 +0800
  • 5e863ee661 cmake: fix include dir for package Yuhang Zhao 2022-07-12 14:58:20 +0800
  • b9d187d5f1 icon font: logic minor improvement Yuhang Zhao 2022-07-12 14:00:49 +0800
  • b8fee2e732 support use different icon font based on current platform Yuhang Zhao 2022-07-11 10:55:05 +0800
  • 4f8106a009 minor tweaks Yuhang Zhao 2022-07-10 14:26:01 +0800
  • 2f36d1f73e blur behind window: add macos implementation Yuhang Zhao 2022-07-09 14:59:47 +0800
  • 7e3a735a7d minor tweaks and improvements Yuhang Zhao 2022-07-09 12:10:41 +0800
  • 2a113ee8ab Allow build as a CMake package, support the install command Yuhang Zhao 2022-07-07 18:02:28 +0800
  • 9a93475f2b fix typo: snap layouts --> snap layout Yuhang Zhao 2022-07-07 17:00:15 +0800
  • 011b4a85f5 fix Qt5 build Yuhang Zhao 2022-07-07 16:22:34 +0800
  • 389c8ad6d6 examples: add convenient script to deploy qt libraries Yuhang Zhao 2022-07-07 15:34:31 +0800
  • 2806cc811b code simplification, minor re-structure Yuhang Zhao 2022-07-07 13:43:09 +0800
  • b413d0b1e6
    修改了几个地方 (#139) VerySimple 2022-07-07 10:26:14 +0800
  • 01828e086f quick blur demo: fix typo Yuhang Zhao 2022-07-06 18:01:24 +0800
  • 464e2af515 finish the chrome palette implementation Yuhang Zhao 2022-07-06 14:24:41 +0800
  • e8dcb6e6fe add api to set title bar and chrome button color Yuhang Zhao 2022-07-05 17:58:04 +0800
  • aed1673855 win32: remove the limit to the manifest file Yuhang Zhao 2022-07-05 10:36:34 +0800
  • df5ff50c7f win32: minor improvement Yuhang Zhao 2022-07-04 18:05:04 +0800
  • 3737b4d6fe update README.md Yuhang Zhao 2022-07-04 13:27:42 +0800
  • cbf34ea0ec win32: try to fix bug Yuhang Zhao 2022-07-04 13:03:23 +0800
  • 71f8a5aab1 add blurBehindWindowEnabled property Yuhang Zhao 2022-07-03 15:49:10 +0800
  • f90b49538a add support for qmltc tool Yuhang Zhao 2022-07-01 15:52:28 +0800
  • 5b852b3d6c update README.md Yuhang Zhao 2022-06-30 11:24:48 +0800
  • 66250dbb6e cmake: minor tweaks Yuhang Zhao 2022-06-27 14:15:34 +0800
  • 6683a183d7 cmake: a little simplification Yuhang Zhao 2022-06-27 10:00:23 +0800
  • 7b769a71a0 minor tweaks Yuhang Zhao 2022-06-26 14:57:18 +0800
  • a89f19af96 2.1.7 release 2.1.7 Yuhang Zhao 2022-06-25 19:38:41 +0800
  • 75f19218c6 minor tweaks Yuhang Zhao 2022-06-24 21:38:26 +0800
  • ffa9bc912b update README.md Yuhang Zhao 2022-06-24 20:39:09 +0800