Skip to content

Releases: fireclawthefox/DirectGuiExtension

22.09

Choose a tag to compare

@fireclawthefox fireclawthefox released this 02 Sep 18:54
  • New Tabbed Frame
  • New function to specify collapsed state of DirectCollapsibleFrame

22.05

Choose a tag to compare

@fireclawthefox fireclawthefox released this 11 May 19:49

bugfix release

fixed menu items size/position calculation

22.04

Choose a tag to compare

@fireclawthefox fireclawthefox released this 30 Apr 15:16

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

Choose a tag to compare

@fireclawthefox fireclawthefox released this 16 Jan 15:45

Bugfix release

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

21.11

Choose a tag to compare

@fireclawthefox fireclawthefox released this 09 Nov 10:36

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

Choose a tag to compare

@fireclawthefox fireclawthefox released this 13 May 16:54

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

Choose a tag to compare

@fireclawthefox fireclawthefox released this 29 Dec 12:00
0d9172b

Including the following features:

Simple layout system

  • DirectAutoSizer
  • DirectBoxSizer
  • DirectGridSizer

Widgets

  • DirectDatePicker
  • DirectDiagram
  • DirectMenuItem
  • DirectSpinBox
  • DirectTooltip

Window system

  • DirectScrolledWindowFrame

Helper Class

  • DirectGuiHelper