Skip to content

Releases: fireclawthefox/DirectGuiExtension

22.09

02 Sep 18:54
Compare
Choose a tag to compare
  • New Tabbed Frame
  • New function to specify collapsed state of DirectCollapsibleFrame

22.05

11 May 19:49
Compare
Choose a tag to compare

bugfix release

fixed menu items size/position calculation

22.04

30 Apr 15:16
Compare
Choose a tag to compare

Bugfixes

  • Fix calculations in helper methods
  • Fix position calculations of box sizer
  • Fix minor problems with auto sizer
  • Fix problems when designing sub menu entries

Note: you may want to check your designs containing the box sizer due to the fixed calculations.

22.01

16 Jan 15:45
Compare
Choose a tag to compare

Bugfix release

  • Fix for Collapsible Frame
  • Fix for Auto Sizer
  • Fix for Box Sizer

21.11

09 Nov 10:36
Compare
Choose a tag to compare

New features and enhancements:

  • Collapsible Frame
  • Menu separator
  • Skipable initial refresh in layout sizers

Bugfixes

  • Fixes in autosizer calculations
  • Enhanced minimum size checks

21.05

13 May 16:54
Compare
Choose a tag to compare

New Features and enhancements:

  • Split Frame
  • Widget definitions for the DirectGuiDesigner
  • Autosizer got better sizing logic and can be given a function to get parents scale correctly

Bugfixes

  • Fix for grid size calculation
  • Sizing fixes in the sample

First Release

29 Dec 12:00
0d9172b
Compare
Choose a tag to compare

Including the following features:

Simple layout system

  • DirectAutoSizer
  • DirectBoxSizer
  • DirectGridSizer

Widgets

  • DirectDatePicker
  • DirectDiagram
  • DirectMenuItem
  • DirectSpinBox
  • DirectTooltip

Window system

  • DirectScrolledWindowFrame

Helper Class

  • DirectGuiHelper