Skip to content

gBuild 3.2.0

Compare
Choose a tag to compare
@losedavidpb losedavidpb released this 18 Mar 19:10
1487e87

Added

  • Include getProperty and setProperty to manage properties
  • Constants for text properties (color, mode, aligment)
  • Constants for panel properties (color, stroke, location)
  • Constants for button properties (background, stroke, and color effects)
  • Transparency mode for RGB color implementation
  • Internal Utilities to apply fill or stroke color
  • RGB colors would always return a copy
  • Each component would be created with just PApplet and an optional parent
  • Utility to adjust space between each option of a menu
  • Stroke color for buttons

Changed

  • Dialog abstraction now allows to define it's title
  • Dialogs with text as its main content allow to define the message
  • Update examples of use to define components with new API

Removed

  • Delete utility to customize a text from a dialog

Fixed

  • Fix location for each option of a menu based on visible state
  • Component would always clone a global color to avoid errors for reference
  • Fix adjustment for location and dimension for panels
  • Colors for components would consider transparency property
  • Fix location calculation when component is a panel or dialog
  • Fix location and dimension modification to avoid null values