Skip to content

Tags: EtheaDev/StyledComponents

Tags

v4.1.1

Toggle v4.1.1's commit message
version 4.1.1

- Fixed Owner of TaskDialog form
- Fixed sound for TaskMessageDlg using mtConfirmation
- Fixed published properties for TStyledBitBtn as TBitBtn

v4.1.0

Toggle v4.1.0's commit message
version 4.1.0

- Added support for new VCLStyle of Delphi 13.1:
  > - Windows Modern
  > - Windows Modern Dark
  > - Windows Modern SlateGray
  > - Windows Modern Green
  > - Windows Modern Blue
  > - Windows Modern Purple

v4.0.0

Toggle v4.0.0's commit message
Fix error compiling 2.Vcl.StyledAnimatedComponents.dpk

v3.9.3

Toggle v3.9.3's commit message
01 Jan 2026 - version 3.9.3

- Fixed Component Editor
- Fixed CommandLink with only OK Button
- Fixed ChangeScale of TStyledToolbar

v3.9.2

Toggle v3.9.2's commit message
version 3.9.2

- Added button customization properties to TStyledTaskDialog:
  - DialogButtonsDrawType: TStyledButtonDrawType (btRoundRect, btRounded, btRect, btEllipse)
  - DialogButtonsRadius: Integer (corner radius)
  - DialogButtonsRoundedCorners: TRoundedCorners (which corners are rounded)
- Added RegisterDefaultRenderingStyle class method to TStyledTaskDialog for global default button styles
- Added "Apply to Task Dialogs" option in Demo settings for rounded buttons

v3.9.1

Toggle v3.9.1's commit message
version 3.9.1

- Added **TStyledPanel** component: a styled container control based on TCustomPanel
- TStyledPanel features: StyleFamily, StyleClass, StyleAppearance support for background rendering
- TStyledPanel supports Normal and Disabled states with full color customization
- Developed using Vibe Coding technique with Claude Code

v3.9.0

Toggle v3.9.0's commit message
version 3.9.0

- Added UseAnimationLoop property to TStyledTaskDialog
- Added UseAnimationInverse property to TStyledTaskDialog
- Fixed Test TaskDialog with Animations at design-time

v3.8.6

Toggle v3.8.6's commit message
version 3.8.6

- Fixed Caption position for StyledCategoryButtons
- Added standard Component Editor to StyledButtonGroup
- Added standard Component Editor to StyledCategoryButtons

v3.8.5

Toggle v3.8.5's commit message
version 3.8.5

- Fixed StyledComponents_Setup.exe

v3.8.4

Toggle v3.8.4's commit message
version 3.8.4

- TStyledTaskDialog enhanced and fixed:
- > Uses png with transparency for Icons
- > Fixed Size of Message height
- > Fixed MainIconSize
- > Fixed "default" for Custom Button
- > Fixed bottom panel without margins
- > Fixed PopupParent form for Dialogs