Skip to content

Releases: bgrabitmap/bgracontrols

BGRAControls 4.6.1

14 Jun 16:51
cc9c678
Compare
Choose a tag to compare
  • Fix bcbutton glyph.

BGRAControls 4.6

04 Jun 22:15
Compare
Choose a tag to compare
  • BGRAVirtualScreen: Redraw when caption changes, partial redraw
  • BGRAVirtualScreen: Fix BevelOuter
  • Fixing icon example
  • ColorSpeedButton: added TextAutoSize

BGRAControls v4.5

20 Jan 14:27
8e9d32a
Compare
Choose a tag to compare

BGRAControls v4.4.0.3

19 Jan 13:50
Compare
Choose a tag to compare
  • Added Toggle option in TColorSpeedButton

BGRAControls v4.4.0.2

28 Dec 21:33
Compare
Choose a tag to compare
  • Added new package icons
  • Added SVG viewer

BGRAControls v4.4

13 Dec 21:34
Compare
Choose a tag to compare

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

30 Nov 14:15
Compare
Choose a tag to compare
  • Added ColorSpeedButton

BGRAControls v4.3.2.0

18 Aug 14:24
Compare
Choose a tag to compare
  • 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

03 Jan 22:39
Compare
Choose a tag to compare
  • Added BCPaperPanel
  • Added BCListBox
  • Added BCPaperListBox

BGRA Controls v4.3.1.1

16 Dec 19:30
Compare
Choose a tag to compare
  • Added Paper ListBox test
  • Added External JSON for OPM
  • Removed fpGUI test
  • Added description in lpk
  • Some test fixes