Skip to content

Releases: littlewhitecloud/win32material

Release v1.0.7

10 Jan 14:58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.6...v1.0.7

Release v1.0.6 - Pure Python

01 Jul 10:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.5...v1.0.6

Release v1.0.5 - Rename

16 Jun 15:19
8cb9d0f
Compare
Choose a tag to compare

Release 1.0.4 - Improve a lot

18 Feb 11:25
13dcba7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.3...v1.0.4

Release v1.0.3 - More stuff

10 Sep 12:06
72aa355
Compare
Choose a tag to compare

In this release, I add more functions:
SetBorderType ChangeTitlebarColor ChangeTitleColor ChangeBorderColor
And a new class
BORDERTYPE

ChangeTitlebarColor(hwnd, "#111111")

image

ChangeBorderColor(hwnd, "#114514")

image

ChangeTitleColor(hwnd, "#745616")

image

SetBorderType(hwnd, BORDERTYPE.RECTANGULAR)

image

SetBorderType(hwnd, BORDERTYPE.ROUND)

image

SetBorderType(hwnd, BORDERTYPE.SMALLROUND)

image

Full Changelog: v1.0.0...v1.0.3

Release v1.0.0 - First version

09 Sep 04:02
ed1884a
Compare
Choose a tag to compare

Added acrylic, blur and mica (also mica alt) effect.

image
image
image
image

Full Changelog: https://github.com/littlewhitecloud/win32material/commits/v1.0.0