Skip to content

Releases: FlamingRiot/RayGUI_cs

v2.0.5

14 Apr 10:23

Choose a tag to compare

The following changes/additions have been made to the library

  • feat: Provided multiple fonts sampling for clearer text and different fonts

  • refactor: Changed "DeactiveGui" and "ActivateGui" for "DetachGui" and "AttachGui"

v.2.0.4.1

08 Apr 09:52

Choose a tag to compare

The following functions have been added to the library

  • feat: GuiContainer.ContainsComponent(Component component)
  • feat: GuiContainer.ContainsKey(string key)

v2.0.4

01 Apr 19:46

Choose a tag to compare

The following fixes have been brought to the library

  • fix: SetDefaultFonzSize function not having any impact on the actual font size
  • fix: '-' character not implemented by 'Naturals' and 'Decimals' filters
  • fix: '.' character not having any constraints of input on 'Decimals' filters
  • fix: GuiContainer.SetRoundness only applying to already added components

v2.0.3.1

10 Mar 15:08

Choose a tag to compare

The following changes/additions have been made to the library

  • feat: added roundness attribute to most of the library's components
  • feat: changed tickbox state highlight with an 'x' character

  • fix: fixed uneffective tab order on textboxes
  • fix: fixed non-modifiable components' colors when added to a GUI container

v2.0.3

10 Mar 09:06

Choose a tag to compare

The following changes/additions have been made to the library

  • feat: added some more functionalities in GUI containers

  • fix: fixed still-focused textboxes when clicking somewhere else to the screen
  • fix: fixed UTF-8 file names not passing through Drop Zone (every file name goes now)

v2.0.2.1

10 Mar 07:47

Choose a tag to compare

The following addtion has been made in urge to the library

  • feat: added possibility to modify components through GUI containers

v2.0.2

06 Mar 18:32

Choose a tag to compare

The following changes/additions have been made to the library

  • feat: created GUI containers for better internalization
  • feat: changed containers for a single Drop Zone object, intended for file-dropping
  • feat: gave the ability to authorize multiple file extensions in drop zones

  • fix: internalized cursor state detection (no more external focus management)
  • fix: fixed textboxes' colors when selected, no more extremely darkened colors
  • fix: fixed panels' size attributes leading to unsure results to the screen
  • fix: removed null output file-path on file-droppers

v2.0.1

03 Mar 18:27
48bc557

Choose a tag to compare

The following changes/additions have been made to the library

  • feat: added a global font size property
  • feat: added On-entry event to textboxes, with string arguments and text value passed to it
  • feat: added more flexibility to panels
  • feat: added input filters to textboxes (naturals, decimals & none)

  • fix: re-introduced file-dropping in containers
  • fix: enhanced key parsing in textboxes

v2.0.0

03 Mar 15:21

Choose a tag to compare

The following changes/additions have been made to the library

  • feat: centralized colors for every GUI action

  • fix: added font configuration options
  • fix: modified text-drawing calculations

v1.0.0

03 Mar 18:15

Choose a tag to compare

v1.0.0 Pre-release
Pre-release

The library contains basic functionalities