diff --git a/components/smnetgradient/changelog.txt b/components/smnetgradient/changelog.txt index 59933334a..4b943453b 100644 --- a/components/smnetgradient/changelog.txt +++ b/components/smnetgradient/changelog.txt @@ -12,3 +12,11 @@ Changes between 2.0.4 and 2.0.5 (By Luiz Américo) * Added BeginUpdate and EndUpdate: protects against handle creation while loading * Published BorderSpacing * Fixed memory leaks + +Changes between 2.0.5 and 2.1 (By Luiz Américo) +* Added FlatBorder option +* Separated TNetGradient and TDBNetGradient +* Use Caption and Font from TControl instead of a local copy +* Allow placing a child control +* Fix SubCaption streaming +* Code cleanup \ No newline at end of file diff --git a/components/smnetgradient/smnetgradient.pas b/components/smnetgradient/smnetgradient.pas index 3cefd873b..a38a362bb 100644 --- a/components/smnetgradient/smnetgradient.pas +++ b/components/smnetgradient/smnetgradient.pas @@ -3,7 +3,7 @@ { TGradientFill, Copyright 1995, Curtis White. All Rights Reserved. } { TNetGradient, Copyright 1997, Heiko Webers. All Rights Reserved. } { This component can be freely used and distributed in commercial and private } -{ environments, provided this notice is not modified in any way. } +{ environments, provided this notice is not modified in any way. } { ----------------------------------------------------------------------------} { Feel free to contact me if you have any questions, comments or suggestions } { at cwhite@teleport.com } @@ -12,7 +12,7 @@ { Date last modified: 18/10/2009 } { ----------------------------------------------------------------------------} { ----------------------------------------------------------------------------} -{ TNetGradient v2.05 } +{ TNetGradient v2.1 } { ----------------------------------------------------------------------------} { Description: } { A gradient fill like in the new Netscape Communicator Options Box. } @@ -32,6 +32,7 @@ { 2.03: -Bug TextLetf } { 2.04: FillDirection: +ftTopToBottom, +ftBottomToTop } { 2.05: +Begin/EndUpdate, Fix crash in frames, Fix memory leaks, Cleanup } +{ 2.1: +FlatBorder, +TDBNetGradient, allow children controls, Cleanup } { ----------------------------------------------------------------------------} unit SMNetGradient; diff --git a/components/smnetgradient/smnetgradientlaz.lpk b/components/smnetgradient/smnetgradientlaz.lpk index a8cd9157b..657e9841b 100644 --- a/components/smnetgradient/smnetgradientlaz.lpk +++ b/components/smnetgradient/smnetgradientlaz.lpk @@ -2,19 +2,24 @@ - + - + + + + + + - + @@ -38,7 +43,7 @@ - +