Releases: bgrabitmap/bgracontrols
BGRAControls v7.6
What's Changed
- Dev bgracontrols by @lainz in #131
Full Changelog: v7.5...v7.6
BGRAControls v7.5
@lainz
Fix TabStop setting it to false in object inspector
ecf2c2e
@lainz
Update bctrackbarupdown.pas
f93a67a
@circular17
avoid hint
30619c7
@circular17
populate ImageList automatically
e914b16
@circular17
clearing raster imagelist, avoid rasterize on loading
612925f
@lainz
TBCMaterialProgressBarMarquee
0d83e47
@lainz
v7.5
BGRAControls v7.4
- Fix compilation in main (bcgamegrid edit)
- Added disabled color for text (BCButton)
- Added material spin edit, material edit, material float spin edit
- Added Rotation and DrawText in BCRadialProgressBar
- Added TabOrder in TBCButtonFocus
BGRAControls v7.3
Merge pull request #111 from bgrabitmap/dev-bgracontrols Dev bgracontrols
BGRAControls v7.2
@circular17 redundant copyright
@circular17 linking exception available as SPDX (for LGPL-3.0)
@circular17 update sprite on change
@circular17 implement AutoSize, add 180 rotation, implement Color property
@circular17 use AssignToBitmap, handle more formats
@circular17 Assign sprite to and from animated Gif
@circular17 autosize when sprite count changes, fix memory leak
@circular17 unnecessary trunc
BGRA Controls v7.1
Repository:
- Fix gitignore for macOS
Button:
- BCButton fix loading from json
- BCButton image list for retina display and glyph for retina display
ComboBox:
- BCComboBox fixes for macOS
SVG Themes:
- Added SVG Theme
- Added SVG Image List
- Fix ThemeButton applied style in special cases
BCButton is now more retina display compatible, continuing the retina changes from the last release.
Now we have SVG Themes: button, checkbox and radiobutton. You can customize the theme with your own SVG's, color and size properties. Full retina / high dpi compatible.
The new image list can be used with the ThemeButton component to have SVG icon. As well you can draw to canvas or get the bitmap. Full retina / high dpi compatible.
BGRAControls v7.0
- Fixes for BCComboBox on MacOS and Linux
- Retina scaling in TBGRAGraphicControl
- Retina scaling for TBCButton and TBCComboBox
- Mouse wheel for updown control
- Fixes for BCFont
BGRAControls v6.9
- Changes to BCMDButton by Fritz. Added global to change the position of the checkmark in tab mode. Added a global to change the color of the checkmark.
- New component ATShapeLineBGRA (ported from ATShapeLine, added antialiasing)
- Added BCRoundedImage
- Retina scaling (macOS) for TBGRAShape
- Retina scaling (macOS) for BCTrackbarUpDown
- Fixed bug 61 (#61)
- Fixed bug 76 (#76)
BGRAControls 6.8
Save / Load BCButton from JSON with cascading.
Retina scaling (macOS) for some controls.
ComboBox usage with arrow keys.
BGRAControls 6.7.2
Use parent form style in bccombobox. So it does not overlap other windows when the style is not fsStayOnTop.