Skip to content

Releases: littlewhitecloud/win32material

Release v1.0.7

Choose a tag to compare

@littlewhitecloud littlewhitecloud released this 10 Jan 14:58

What's Changed

New Contributors

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

Release v1.0.6 - Pure Python

Choose a tag to compare

@littlewhitecloud littlewhitecloud released this 01 Jul 10:48

What's Changed

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

Release v1.0.5 - Rename

Choose a tag to compare

@littlewhitecloud littlewhitecloud released this 16 Jun 15:19
8cb9d0f

Full Changelog: v1.0.4...v1.0.5

Release 1.0.4 - Improve a lot

Choose a tag to compare

@littlewhitecloud littlewhitecloud released this 18 Feb 11:25
13dcba7

What's Changed

New Contributors

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

Release v1.0.3 - More stuff

Choose a tag to compare

@littlewhitecloud littlewhitecloud released this 10 Sep 12:06
72aa355

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

Choose a tag to compare

@littlewhitecloud littlewhitecloud released this 09 Sep 04:02
ed1884a

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

image
image
image
image

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