Releases: bgrabitmap/bgracontrols
Releases · bgrabitmap/bgracontrols
BGRAControls 4.6.1
- Fix bcbutton glyph.
BGRAControls 4.6
- BGRAVirtualScreen: Redraw when caption changes, partial redraw
- BGRAVirtualScreen: Fix BevelOuter
- Fixing icon example
- ColorSpeedButton: added TextAutoSize
BGRAControls v4.5
- Improvements to SVG Viewer by @circular17
BGRAControls v4.4.0.3
- Added Toggle option in TColorSpeedButton
BGRAControls v4.4.0.2
- Added new package icons
- Added SVG viewer
BGRAControls v4.4
Since v4.4 the components TBCDefaultThemeManager, TBCKeyboard and TBCNumericKeyboard are not installed by default to allow Linux users to get a seamless installation with the Online Package Manager not installing third party stuff. If you want these components turn on the "Register unit" in the package options for each file (bcdefaulthememanager.pas, bckeyboard.pas, bcnumerickeyboard.pas) then compile and rebuild Lazarus. On Linux you need to install libxtst-dev and libgl-dev first.
BGRAControls v4.3.3.1
- Added ColorSpeedButton
BGRAControls v4.3.2.0
- PreserveGlyphOnAssign added, by default is on and prevents the glyph being replaced in any Assign call.
- BCImageButton toggle functionality: Now you can use it as 'toggle' button, and get/set pressed state.
- Using .lrs instead of .rc (bcpaperlistbox)
- published Constraints in bcbutton
- Added LoadFromBitmapResource overloaded method with less parameters
- Improved BCPaperListBox, now it has a property editor.
BGRA Controls v4.3.1.2
- Added BCPaperPanel
- Added BCListBox
- Added BCPaperListBox
BGRA Controls v4.3.1.1
- Added Paper ListBox test
- Added External JSON for OPM
- Removed fpGUI test
- Added description in lpk
- Some test fixes