Skip to content

Releases: bgrabitmap/bgracontrols

BGRAControls v7.6

06 Aug 14:42
ff5c54f
Compare
Choose a tag to compare

What's Changed

BGRAControls v7.5

30 May 21:09
4dcdb9a
Compare
Choose a tag to compare

@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

12 Mar 00:46
90d86dd
Compare
Choose a tag to compare
  • 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

31 May 12:56
ba085ca
Compare
Choose a tag to compare
Merge pull request #111 from bgrabitmap/dev-bgracontrols

Dev bgracontrols

BGRAControls v7.2

16 Feb 23:21
4ddaaae
Compare
Choose a tag to compare

@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

28 Nov 03:28
95fc0d2
Compare
Choose a tag to compare

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

18 Oct 17:29
117d282
Compare
Choose a tag to compare
  • 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

27 Sep 15:42
5aefd5f
Compare
Choose a tag to compare
  • 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

20 Jul 14:22
deccdb1
Compare
Choose a tag to compare

Save / Load BCButton from JSON with cascading.
Retina scaling (macOS) for some controls.
ComboBox usage with arrow keys.

BGRAControls 6.7.2

28 May 19:48
7bb2ce4
Compare
Choose a tag to compare

Use parent form style in bccombobox. So it does not overlap other windows when the style is not fsStayOnTop.