73
I Use This!
Very High Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 17 hours ago.
Oct 06, 2024 — Oct 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Set common button captions and widths + set Cancel properties. More... about 1 month ago
Add initial implemention of a task dialog lookalike with style support. Uses native commandlink buttons like a real task dialog + tstackpanel for easy layout. Only to be used by SetupCustomStyle when a style is active. More... about 1 month ago
Fix. More... about 1 month ago
Add comment. More... about 1 month ago
Improve. More... about 1 month ago
Fix (not caused by rename). More... about 1 month ago
Renames for clarify. No actual changes. More... about 1 month ago
Fix dynamic light + no WizardStyleFile: it would load MYSTYLE1 containing the built-in dark style. More... about 1 month ago
Merge branch 'main' into setup-style More... about 1 month ago
Make the Transparent property work normally design-time even if transparency support is disabled. Note that for us it's always enabled design-time due to Components.dpk defining VCLSTYLES, so it doesn't really matter for us. More... about 1 month ago
Update. More... about 1 month ago
Merge branch 'main' into setup-style More... about 1 month ago
BeveledLabel should be non transparent. See ec9b7dcb and 743a3542. More... about 1 month ago
Cherry pick from setup-styles: Components.dpk: define VCLSTYLES. Requires explicit use of Vcl.Themes, otherwise it finds our special Themes.pas. More... about 1 month ago
When I updated TNewStaticText to the current TStaticText in ec9b7dcb I removed the Transparent property from it. Bring it back optionally because some styles seem to depend on it. Might also improve things when it's not included because it now properly sets csOpaque. More... about 1 month ago
Cleanup. More... about 1 month ago
Components.dpk: define VCLSTYLES. Requires explicit use of Vcl.Themes, otherwise it finds our special Themes.pas. More... about 1 month ago
Use Polar Light and Polar Dark as example custom styles. More... about 1 month ago
Add comment. More... about 1 month ago
Add dark mode example screenshot. More... about 1 month ago
Add png 'example'. More... about 1 month ago
Pascal Scripting: Add new support functions IsWinDark and IsDarkInstallMode. More... about 1 month ago
Doc two more considerations. More... about 1 month ago
Doc WizardStyleFile and WizardStyleFileDynamicDark: whatsnew. More... about 1 month ago
Doc WizardStyleFile and WizardStyleFileDynamicDark. More... about 1 month ago
Merge branch 'main' into setup-style More... about 1 month ago
Cleanup. More... about 1 month ago
Set proper LineNumber values while UpdateIconsAndVsf is running. More... about 1 month ago
Add support for custom styles (both light and dark) + add a comment. More... about 1 month ago
Doc setup loader not using VCL style. More... about 1 month ago