mirror of
https://github.com/raysan5/raygui.git
synced 2025-12-25 10:22:33 -05:00
Update raygui.h
This commit is contained in:
29
src/raygui.h
29
src/raygui.h
@ -1,6 +1,6 @@
|
|||||||
/*******************************************************************************************
|
/*******************************************************************************************
|
||||||
*
|
*
|
||||||
* raygui v4.1-dev - A simple and easy-to-use immediate-mode gui library
|
* raygui v4.5-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
|
||||||
@ -141,8 +141,23 @@
|
|||||||
* Draw text bounds rectangles for debug
|
* Draw text bounds rectangles for debug
|
||||||
*
|
*
|
||||||
* VERSIONS HISTORY:
|
* VERSIONS HISTORY:
|
||||||
* 4.1-dev (2024) Current dev version...
|
* 4.5-dev (Sep-2024) Current dev version...
|
||||||
* ADDED: guiControlExclusiveMode and guiControlExclusiveRec for exclusive modes
|
* ADDED: guiControlExclusiveMode and guiControlExclusiveRec for exclusive modes
|
||||||
|
* ADDED: GuiValueBoxFloat()
|
||||||
|
* ADDED: GuiDropdonwBox() properties: DROPDOWN_ARROW_HIDDEN, DROPDOWN_ROLL_UP
|
||||||
|
* ADDED: GuiListView() property: LIST_ITEMS_BORDER_WIDTH
|
||||||
|
* ADDED: Multiple new icons
|
||||||
|
* REVIEWED: GuiTabBar(), close tab with mouse middle button
|
||||||
|
* REVIEWED: GuiScrollPanel(), scroll speed proportional to content
|
||||||
|
* REVIEWED: GuiDropdownBox(), support roll up and hidden arrow
|
||||||
|
* REVIEWED: GuiTextBox(), cursor position initialization
|
||||||
|
* REVIEWED: GuiSliderPro(), control value change check
|
||||||
|
* REVIEWED: GuiGrid(), simplified implementation
|
||||||
|
* REVIEWED: GuiIconText(), increase buffer size and reviewed padding
|
||||||
|
* REVIEWED: GuiDrawText(), improved wrap mode drawing
|
||||||
|
* REVIEWED: GuiScrollBar(), minor tweaks
|
||||||
|
* REVIEWED: Functions descriptions, removed wrong return value reference
|
||||||
|
* REDESIGNED: GuiColorPanel(), improved HSV <-> RGBA convertion
|
||||||
*
|
*
|
||||||
* 4.0 (12-Sep-2023) ADDED: GuiToggleSlider()
|
* 4.0 (12-Sep-2023) ADDED: GuiToggleSlider()
|
||||||
* ADDED: GuiColorPickerHSV() and GuiColorPanelHSV()
|
* ADDED: GuiColorPickerHSV() and GuiColorPanelHSV()
|
||||||
@ -978,11 +993,11 @@ typedef enum {
|
|||||||
ICON_WARNING = 220,
|
ICON_WARNING = 220,
|
||||||
ICON_HELP_BOX = 221,
|
ICON_HELP_BOX = 221,
|
||||||
ICON_INFO_BOX = 222,
|
ICON_INFO_BOX = 222,
|
||||||
ICON_223 = 223,
|
ICON_PRIORITY = 223,
|
||||||
ICON_224 = 224,
|
ICON_LAYERS_ISO = 224,
|
||||||
ICON_225 = 225,
|
ICON_LAYERS2 = 225,
|
||||||
ICON_226 = 226,
|
ICON_MLAYERS = 226,
|
||||||
ICON_227 = 227,
|
ICON_MAPS = 227,
|
||||||
ICON_228 = 228,
|
ICON_228 = 228,
|
||||||
ICON_229 = 229,
|
ICON_229 = 229,
|
||||||
ICON_230 = 230,
|
ICON_230 = 230,
|
||||||
|
|||||||
Reference in New Issue
Block a user