Releases: FlamingRiot/RayGUI_cs
Releases · FlamingRiot/RayGUI_cs
v2.0.5
v.2.0.4.1
The following functions have been added to the library
- feat: GuiContainer.ContainsComponent(Component component)
- feat: GuiContainer.ContainsKey(string key)
v2.0.4
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
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
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
The following addtion has been made in urge to the library
- feat: added possibility to modify components through GUI containers
v2.0.2
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
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
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