From 7a2964302ada73438092d0ad11e54f9f9590547a Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 12 Jan 2022 11:33:02 +0100 Subject: [PATCH] Update raygui.h --- src/raygui.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/raygui.h b/src/raygui.h index 6618280..5ae5c31 100644 --- a/src/raygui.h +++ b/src/raygui.h @@ -114,9 +114,11 @@ * VERSIONS HISTORY: * 3.1 (12-Jan-2021) REVIEWED: Default style for consistency (aligned with rGuiLayout v2.5 tool) * REVIEWED: GuiLoadStyle() to support compressed font atlas image data and unload previous textures -* REVIEWED: GuiLine() for better alignment when including text +* REVIEWED: External icons usage logic +* REVIEWED: GuiLine() for centered alignment when including text * RENAMED: Multiple controls properties definitions to prepend RAYGUI_ * RENAMED: RICON_ references to RAYGUI_ICON_ for library consistency +* Projects updated and multiple tweaks * 3.0 (04-Nov-2021) Integrated ricons data to avoid external file * REDESIGNED: GuiTextBoxMulti() * REMOVED: GuiImageButton*()