19 Commits

Author SHA1 Message Date
b2ef0f864e [portable_window] fix window flicker when moving it without dragging... (#469)
...the bar. This example never expected it and was caching Window
Position, which means that position was outdated at the moment you moved
the window via other means than dragging the bar.

Fixes: https://github.com/raysan5/raygui/issues/468
2025-03-13 16:48:57 +01:00
Ray
22ad8f642a Update copyright year 2024-01-02 21:01:38 +01:00
Ray
3174613820 Update portable_window.c 2023-08-07 19:04:23 +02:00
Ray
de7d3de282 Revert "Update portable_window.c"
This reverts commit 5e77b2ca6f.
2023-05-31 21:59:24 +02:00
Ray
5e77b2ca6f Update portable_window.c 2023-05-31 18:14:07 +02:00
Ray
d72e70b410 Revert "Update portable_window.c"
This reverts commit 29a230929d.
2023-05-28 11:38:41 +02:00
Ray
29a230929d Update portable_window.c 2023-05-28 11:30:50 +02:00
Ray
935b8119e9 Update portable_window.c 2023-05-28 11:21:04 +02:00
Ray
4f48e5a3c7 Update portable_window.c 2023-05-28 11:13:21 +02:00
Ray
78963b1817 Update year to 2023 2023-01-01 16:00:38 +01:00
Ray
4e2a878e71 Update year 2022-07-25 00:51:43 +02:00
7c63e389b8 Reviewed examples for latest raygui/raylib 2021-10-05 14:10:35 +02:00
e81fd89b6d Modify custom_file_dialog, portable_window, propertly_list, and text_editor examples to be compatible with the newest raylib and raygui (#156)
Modify gui_textbox_extended.h to contain DrawTextRec and DrawTextRecEx since they were cut from raylib, also add DrawTextBoxedSelectable as an alias for DrawTextRecEx for compatibility/name consistency
Modify gui_textbox_extended.h to be compatible with the latest raylib
2021-09-19 20:15:24 +02:00
d2752e9a47 Reviewed examples 2021-04-02 16:32:14 +02:00
Ray
ef99aafee9 Renamed some functions 2021-03-12 18:01:14 +01:00
3e1d420e60 Review examples copyright 2020-04-07 23:04:39 +02:00
Ray
4ac6419e7e Review examples to latest raygui 2019-08-16 16:07:07 +02:00
79b49afe17 Update year of copyright notices and fix typo (#46)
* Update year of copyright notices

And add missing license information to image_exporter.c

* Fix typo ("immedite")
2019-07-24 01:09:06 +02:00
Ray
f157062acd Review examples 2019-07-05 20:47:15 +02:00