source: trunk/Packages/bgracontrols/readme.txt

Last change on this file was 2, checked in by chronos, 5 years ago
File size: 1.9 KB
Line 
1BGRAControls v2.0.6.0 alpha
2
3Site: http://sourceforge.net/projects/bgracontrols
4Wiki: http://wiki.lazarus.freepascal.org/BGRAControls
5Forum: http://www.lazarus.freepascal.org/index.php/topic,12411.0.html
6
7== Overview ==
8
9License: Modified LGPL.
10
11As many people know, Lazarus GTK doesn't have full alpha support. I created a set of components which use TBGRABitmap for drawing icons, so it partially solves the problem with alpha in GTK. But this components set is not only a GTK patch but has more fancy components which are using the power of the BGRABitmap package.
12
13== Working on ==
14
15Use BC named controls to replace old BGRA named controls.
16
17- TBCButton instead TBGRAButton.
18
19BTW there are some controls that depends on others.
20
21- TBGRAWin7ToolBar requires TBGRAButton.
22
23Some units are deprecated.
24
25- bgrabitmapthemeutils.pas & slicescaling.pas; now use bgraslicescaling (in BGRABitmap package).
26
27Some removed.
28
29- slicescaling; now use bgraslicescaling (in BGRABitmap package).
30- BGRARibbon and BGRARibbonGroup (obsolete, use BGRAVirtualScreen instead).
31
32== Author: Dibo.==
33Package founder and package mantainer.
34
35BC Controls
36- TBCButton
37- TBCLabel
38- TBCPanel
39
40BGRA Controls
41- TBGRAImageList
42- TBGRASpeedButton
43- TBGRAButton
44- TBGRAPanel
45
46== Author: Circular.==
47BGRABitmap creator, contributor and package mantainer.
48
49- TBGRAFlashProgressBar
50- TBGRAGraphicControl
51- TBGRAKnob
52- TBGRAShape
53- TBGRAVirtualScreen
54
55== Author: Lainz.==
56Contributor and package mantainer.
57
58BC Controls
59- BC test project and bcsamples unit
60- Other test projects
61- bgrabitmapthemeutils (deprecated, use BGRASliceScaling)
62
63BGRA Controls
64- BGRA test project and bgrasamples unit
65- TBGRAImageButton
66- TBGRASpriteAnimation
67- TBGRALabelFX
68- TBGRAWin7ToolBar
69- TBGRANeoButton
70
71== Author: Emerson Cavalcanti.==
72- TBGRAImageManipulation
73
74== Author: codedeep.==
75- TBGRALabel
Note: See TracBrowser for help on using the repository browser.