diff --git a/examples/controls_test_suite/controls_test_suite.c b/examples/controls_test_suite/controls_test_suite.c index 89415e8..17c02c1 100644 --- a/examples/controls_test_suite/controls_test_suite.c +++ b/examples/controls_test_suite/controls_test_suite.c @@ -29,7 +29,7 @@ * * LICENSE: zlib/libpng * -* Copyright (c) 2016-2023 Ramon Santamaria (@raysan5) +* Copyright (c) 2016-2024 Ramon Santamaria (@raysan5) * **********************************************************************************************/ diff --git a/examples/custom_file_dialog/custom_file_dialog.c b/examples/custom_file_dialog/custom_file_dialog.c index 9762530..5a9735f 100644 --- a/examples/custom_file_dialog/custom_file_dialog.c +++ b/examples/custom_file_dialog/custom_file_dialog.c @@ -11,7 +11,7 @@ * * LICENSE: zlib/libpng * -* Copyright (c) 2016-2023 Ramon Santamaria (@raysan5) +* Copyright (c) 2016-2024 Ramon Santamaria (@raysan5) * **********************************************************************************************/ diff --git a/examples/custom_file_dialog/gui_window_file_dialog.h b/examples/custom_file_dialog/gui_window_file_dialog.h index 769e095..cdeafc5 100644 --- a/examples/custom_file_dialog/gui_window_file_dialog.h +++ b/examples/custom_file_dialog/gui_window_file_dialog.h @@ -18,7 +18,7 @@ * * LICENSE: zlib/libpng * -* Copyright (c) 2019-2023 Ramon Santamaria (@raysan5) +* Copyright (c) 2019-2024 Ramon Santamaria (@raysan5) * * This software is provided "as-is", without any express or implied warranty. In no event * will the authors be held liable for any damages arising from the use of this software. diff --git a/examples/custom_sliders/custom_sliders.c b/examples/custom_sliders/custom_sliders.c index 84f80d9..de7be56 100644 --- a/examples/custom_sliders/custom_sliders.c +++ b/examples/custom_sliders/custom_sliders.c @@ -11,7 +11,7 @@ * * LICENSE: zlib/libpng * -* Copyright (c) 2016-2023 Ramon Santamaria (@raysan5) +* Copyright (c) 2016-2024 Ramon Santamaria (@raysan5) * **********************************************************************************************/ diff --git a/examples/image_exporter/image_exporter.c b/examples/image_exporter/image_exporter.c index 7fdf9bd..cf5cd58 100644 --- a/examples/image_exporter/image_exporter.c +++ b/examples/image_exporter/image_exporter.c @@ -11,7 +11,7 @@ * * LICENSE: zlib/libpng * -* Copyright (c) 2015-2023 Ramon Santamaria (@raysan5) +* Copyright (c) 2015-2024 Ramon Santamaria (@raysan5) * ********************************************************************************************/ diff --git a/examples/image_importer_raw/image_importer_raw.c b/examples/image_importer_raw/image_importer_raw.c index 0d6c36b..4f86082 100644 --- a/examples/image_importer_raw/image_importer_raw.c +++ b/examples/image_importer_raw/image_importer_raw.c @@ -11,7 +11,7 @@ * * LICENSE: zlib/libpng * -* Copyright (c) 2015-2023 Ramon Santamaria (@raysan5) +* Copyright (c) 2015-2024 Ramon Santamaria (@raysan5) * **********************************************************************************************/ diff --git a/examples/portable_window/portable_window.c b/examples/portable_window/portable_window.c index 8d6bba6..8194e64 100644 --- a/examples/portable_window/portable_window.c +++ b/examples/portable_window/portable_window.c @@ -11,7 +11,7 @@ * * LICENSE: zlib/libpng * -* Copyright (c) 2016-2023 Ramon Santamaria (@raysan5) +* Copyright (c) 2016-2024 Ramon Santamaria (@raysan5) * **********************************************************************************************/ diff --git a/examples/property_list/property_list.c b/examples/property_list/property_list.c index 304d12c..64957c3 100644 --- a/examples/property_list/property_list.c +++ b/examples/property_list/property_list.c @@ -11,7 +11,7 @@ * * LICENSE: zlib/libpng * -* Copyright (c) 2020-2023 Vlad Adrian (@Demizdor) and Ramon Santamaria (@raysan5) +* Copyright (c) 2020-2024 Vlad Adrian (@Demizdor) and Ramon Santamaria (@raysan5) * **********************************************************************************************/ diff --git a/examples/scroll_panel/scroll_panel.c b/examples/scroll_panel/scroll_panel.c index d3978cf..9c2ae1f 100644 --- a/examples/scroll_panel/scroll_panel.c +++ b/examples/scroll_panel/scroll_panel.c @@ -17,7 +17,7 @@ * * LICENSE: zlib/libpng * -* Copyright (c) 2019-2023 Vlad Adrian (@Demizdor) and Ramon Santamaria (@raysan5) +* Copyright (c) 2019-2024 Vlad Adrian (@Demizdor) and Ramon Santamaria (@raysan5) * **********************************************************************************************/ diff --git a/examples/style_selector/style_selector.c b/examples/style_selector/style_selector.c index 81e6feb..b536113 100644 --- a/examples/style_selector/style_selector.c +++ b/examples/style_selector/style_selector.c @@ -11,7 +11,7 @@ * * LICENSE: zlib/libpng * -* Copyright (c) 2016-2023 Ramon Santamaria (@raysan5) +* Copyright (c) 2016-2024 Ramon Santamaria (@raysan5) * **********************************************************************************************/ diff --git a/examples/styles/style_bluish.h b/examples/styles/style_bluish.h index 7a98731..86151ad 100644 --- a/examples/styles/style_bluish.h +++ b/examples/styles/style_bluish.h @@ -7,7 +7,7 @@ // more info and bugs-report: github.com/raysan5/raygui // // feedback and support: ray[at]raylibtech.com // // // -// Copyright (c) 2020-2023 raylib technologies (@raylibtech) // +// Copyright (c) 2020-2024 raylib technologies (@raylibtech) // // // ////////////////////////////////////////////////////////////////////////////////// diff --git a/examples/styles/style_cyber.h b/examples/styles/style_cyber.h index 18219df..16ce590 100644 --- a/examples/styles/style_cyber.h +++ b/examples/styles/style_cyber.h @@ -7,7 +7,7 @@ // more info and bugs-report: github.com/raysan5/raygui // // feedback and support: ray[at]raylibtech.com // // // -// Copyright (c) 2020-2023 raylib technologies (@raylibtech) // +// Copyright (c) 2020-2024 raylib technologies (@raylibtech) // // // ////////////////////////////////////////////////////////////////////////////////// diff --git a/examples/styles/style_dark.h b/examples/styles/style_dark.h index b98f606..db1f5c1 100644 --- a/examples/styles/style_dark.h +++ b/examples/styles/style_dark.h @@ -7,7 +7,7 @@ // more info and bugs-report: github.com/raysan5/raygui // // feedback and support: ray[at]raylibtech.com // // // -// Copyright (c) 2020-2023 raylib technologies (@raylibtech) // +// Copyright (c) 2020-2024 raylib technologies (@raylibtech) // // // ////////////////////////////////////////////////////////////////////////////////// diff --git a/examples/styles/style_jungle.h b/examples/styles/style_jungle.h index b3e49cf..c74ce19 100644 --- a/examples/styles/style_jungle.h +++ b/examples/styles/style_jungle.h @@ -7,7 +7,7 @@ // more info and bugs-report: github.com/raysan5/raygui // // feedback and support: ray[at]raylibtech.com // // // -// Copyright (c) 2020-2023 raylib technologies (@raylibtech) // +// Copyright (c) 2020-2024 raylib technologies (@raylibtech) // // // ////////////////////////////////////////////////////////////////////////////////// diff --git a/examples/styles/style_lavanda.h b/examples/styles/style_lavanda.h index b8d7bdf..c6c64bb 100644 --- a/examples/styles/style_lavanda.h +++ b/examples/styles/style_lavanda.h @@ -7,7 +7,7 @@ // more info and bugs-report: github.com/raysan5/raygui // // feedback and support: ray[at]raylibtech.com // // // -// Copyright (c) 2020-2023 raylib technologies (@raylibtech) // +// Copyright (c) 2020-2024 raylib technologies (@raylibtech) // // // ////////////////////////////////////////////////////////////////////////////////// diff --git a/examples/styles/style_terminal.h b/examples/styles/style_terminal.h index f50d0c5..e0ca9c6 100644 --- a/examples/styles/style_terminal.h +++ b/examples/styles/style_terminal.h @@ -7,7 +7,7 @@ // more info and bugs-report: github.com/raysan5/raygui // // feedback and support: ray[at]raylibtech.com // // // -// Copyright (c) 2020-2023 raylib technologies (@raylibtech) // +// Copyright (c) 2020-2024 raylib technologies (@raylibtech) // // // ////////////////////////////////////////////////////////////////////////////////// diff --git a/src/raygui.h b/src/raygui.h index 96224f9..844fc14 100644 --- a/src/raygui.h +++ b/src/raygui.h @@ -1,6 +1,6 @@ /******************************************************************************************* * -* raygui v4.0 - A simple and easy-to-use immediate-mode gui library +* raygui v4.1-dev - A simple and easy-to-use immediate-mode gui library * * DESCRIPTION: * raygui is a tools-dev-focused immediate-mode-gui library based on raylib but also @@ -141,6 +141,8 @@ * Draw text bounds rectangles for debug * * VERSIONS HISTORY: +* 4.1-dev (2024) Current dev version... +* * 4.0 (12-Sep-2023) ADDED: GuiToggleSlider() * ADDED: GuiColorPickerHSV() and GuiColorPanelHSV() * ADDED: Multiple new icons, mostly compiler related @@ -291,7 +293,7 @@ * * LICENSE: zlib/libpng * -* Copyright (c) 2014-2023 Ramon Santamaria (@raysan5) +* Copyright (c) 2014-2024 Ramon Santamaria (@raysan5) * * This software is provided "as-is", without any express or implied warranty. In no event * will the authors be held liable for any damages arising from the use of this software. diff --git a/styles/ashes/style_ashes.h b/styles/ashes/style_ashes.h index b741154..ea1e6aa 100644 --- a/styles/ashes/style_ashes.h +++ b/styles/ashes/style_ashes.h @@ -7,7 +7,7 @@ // more info and bugs-report: github.com/raysan5/raygui // // feedback and support: ray[at]raylibtech.com // // // -// Copyright (c) 2020-2023 raylib technologies (@raylibtech) // +// Copyright (c) 2020-2024 raylib technologies (@raylibtech) // // // ////////////////////////////////////////////////////////////////////////////////// diff --git a/styles/bluish/style_bluish.h b/styles/bluish/style_bluish.h index 36e1378..9025e5d 100644 --- a/styles/bluish/style_bluish.h +++ b/styles/bluish/style_bluish.h @@ -7,7 +7,7 @@ // more info and bugs-report: github.com/raysan5/raygui // // feedback and support: ray[at]raylibtech.com // // // -// Copyright (c) 2020-2023 raylib technologies (@raylibtech) // +// Copyright (c) 2020-2024 raylib technologies (@raylibtech) // // // ////////////////////////////////////////////////////////////////////////////////// diff --git a/styles/candy/style_candy.h b/styles/candy/style_candy.h index c42c399..39c818c 100644 --- a/styles/candy/style_candy.h +++ b/styles/candy/style_candy.h @@ -7,7 +7,7 @@ // more info and bugs-report: github.com/raysan5/raygui // // feedback and support: ray[at]raylibtech.com // // // -// Copyright (c) 2020-2023 raylib technologies (@raylibtech) // +// Copyright (c) 2020-2024 raylib technologies (@raylibtech) // // // ////////////////////////////////////////////////////////////////////////////////// diff --git a/styles/cherry/style_cherry.h b/styles/cherry/style_cherry.h index 81e840b..c736396 100644 --- a/styles/cherry/style_cherry.h +++ b/styles/cherry/style_cherry.h @@ -7,7 +7,7 @@ // more info and bugs-report: github.com/raysan5/raygui // // feedback and support: ray[at]raylibtech.com // // // -// Copyright (c) 2020-2023 raylib technologies (@raylibtech) // +// Copyright (c) 2020-2024 raylib technologies (@raylibtech) // // // ////////////////////////////////////////////////////////////////////////////////// diff --git a/styles/cyber/style_cyber.h b/styles/cyber/style_cyber.h index 515f878..e224e4d 100644 --- a/styles/cyber/style_cyber.h +++ b/styles/cyber/style_cyber.h @@ -7,7 +7,7 @@ // more info and bugs-report: github.com/raysan5/raygui // // feedback and support: ray[at]raylibtech.com // // // -// Copyright (c) 2020-2023 raylib technologies (@raylibtech) // +// Copyright (c) 2020-2024 raylib technologies (@raylibtech) // // // ////////////////////////////////////////////////////////////////////////////////// diff --git a/styles/dark/style_dark.h b/styles/dark/style_dark.h index c3010ee..674b125 100644 --- a/styles/dark/style_dark.h +++ b/styles/dark/style_dark.h @@ -7,7 +7,7 @@ // more info and bugs-report: github.com/raysan5/raygui // // feedback and support: ray[at]raylibtech.com // // // -// Copyright (c) 2020-2023 raylib technologies (@raylibtech) // +// Copyright (c) 2020-2024 raylib technologies (@raylibtech) // // // ////////////////////////////////////////////////////////////////////////////////// diff --git a/styles/enefete/style_enefete.h b/styles/enefete/style_enefete.h index b219bfd..04290fb 100644 --- a/styles/enefete/style_enefete.h +++ b/styles/enefete/style_enefete.h @@ -7,7 +7,7 @@ // more info and bugs-report: github.com/raysan5/raygui // // feedback and support: ray[at]raylibtech.com // // // -// Copyright (c) 2020-2023 raylib technologies (@raylibtech) // +// Copyright (c) 2020-2024 raylib technologies (@raylibtech) // // // ////////////////////////////////////////////////////////////////////////////////// diff --git a/styles/jungle/style_jungle.h b/styles/jungle/style_jungle.h index 2213dda..8e9a5a3 100644 --- a/styles/jungle/style_jungle.h +++ b/styles/jungle/style_jungle.h @@ -7,7 +7,7 @@ // more info and bugs-report: github.com/raysan5/raygui // // feedback and support: ray[at]raylibtech.com // // // -// Copyright (c) 2020-2023 raylib technologies (@raylibtech) // +// Copyright (c) 2020-2024 raylib technologies (@raylibtech) // // // ////////////////////////////////////////////////////////////////////////////////// diff --git a/styles/lavanda/style_lavanda.h b/styles/lavanda/style_lavanda.h index cae04ca..4682cab 100644 --- a/styles/lavanda/style_lavanda.h +++ b/styles/lavanda/style_lavanda.h @@ -7,7 +7,7 @@ // more info and bugs-report: github.com/raysan5/raygui // // feedback and support: ray[at]raylibtech.com // // // -// Copyright (c) 2020-2023 raylib technologies (@raylibtech) // +// Copyright (c) 2020-2024 raylib technologies (@raylibtech) // // // ////////////////////////////////////////////////////////////////////////////////// diff --git a/styles/sunny/style_sunny.h b/styles/sunny/style_sunny.h index 53be6a2..8b3b1b2 100644 --- a/styles/sunny/style_sunny.h +++ b/styles/sunny/style_sunny.h @@ -7,7 +7,7 @@ // more info and bugs-report: github.com/raysan5/raygui // // feedback and support: ray[at]raylibtech.com // // // -// Copyright (c) 2020-2023 raylib technologies (@raylibtech) // +// Copyright (c) 2020-2024 raylib technologies (@raylibtech) // // // ////////////////////////////////////////////////////////////////////////////////// diff --git a/styles/terminal/style_terminal.h b/styles/terminal/style_terminal.h index 10feebb..4fe2251 100644 --- a/styles/terminal/style_terminal.h +++ b/styles/terminal/style_terminal.h @@ -7,7 +7,7 @@ // more info and bugs-report: github.com/raysan5/raygui // // feedback and support: ray[at]raylibtech.com // // // -// Copyright (c) 2020-2023 raylib technologies (@raylibtech) // +// Copyright (c) 2020-2024 raylib technologies (@raylibtech) // // // //////////////////////////////////////////////////////////////////////////////////