Minor tweaks
This commit is contained in:
parent
7da92d224d
commit
b54733ec12
@ -1,6 +1,6 @@
|
|||||||
/*******************************************************************************************
|
/*******************************************************************************************
|
||||||
*
|
*
|
||||||
* raygui v3.5 - A simple and easy-to-use immediate-mode gui library
|
* raygui v3.6-dev - A simple and easy-to-use immediate-mode gui library
|
||||||
*
|
*
|
||||||
* DESCRIPTION:
|
* DESCRIPTION:
|
||||||
* raygui is a tools-dev-focused immediate-mode-gui library based on raylib but also
|
* raygui is a tools-dev-focused immediate-mode-gui library based on raylib but also
|
||||||
@ -128,6 +128,13 @@
|
|||||||
* Draw text bounds rectangles for debug
|
* Draw text bounds rectangles for debug
|
||||||
*
|
*
|
||||||
* VERSIONS HISTORY:
|
* VERSIONS HISTORY:
|
||||||
|
* 3.6 (xx-Jun-2023) ADDED: New icon: SAND_TIMER
|
||||||
|
* ADDED: GuiLoadStyleFromMemory() (binary only)
|
||||||
|
* REVIEWED: GuiScrollBar() horizontal movement key
|
||||||
|
* REVIEWED: GuiTextBox() crash on cursor movement
|
||||||
|
* REVIEWED: GuiLabelButton(), avoid text cut
|
||||||
|
* REVIEWED: GuiTextInputBox(), password input
|
||||||
|
* REVIEWED: Local GetCodepointNext(), aligned with raylib
|
||||||
* 3.5 (20-Apr-2023) ADDED: GuiTabBar(), based on GuiToggle()
|
* 3.5 (20-Apr-2023) ADDED: GuiTabBar(), based on GuiToggle()
|
||||||
* ADDED: Helper functions to split text in separate lines
|
* ADDED: Helper functions to split text in separate lines
|
||||||
* ADDED: Multiple new icons, useful for code editing tools
|
* ADDED: Multiple new icons, useful for code editing tools
|
||||||
|
Loading…
x
Reference in New Issue
Block a user