Ray
c49cbc9849
Remove old/buggy examples
2022-09-10 10:24:50 +02:00
Rob Loach
c8a2e7d442
Update to raylib 4.2 ( #223 )
2022-08-21 11:42:24 +02:00
Ray
4e2a878e71
Update year
2022-07-25 00:51:43 +02:00
Ray
9c826f213f
Updated examples to new raylib 4.2
files API
2022-06-29 19:45:47 +02:00
Ray
7ef0ae713b
Update controls_test_suite.c
2022-06-29 19:18:10 +02:00
Ray
47269f30ce
WARNING: RENAMED: GetDroppedFiles()
to LoadDroppedFiles()
2022-06-06 20:40:09 +02:00
Ray
c29da799cc
Update style_selector.c
2022-06-03 11:48:33 +02:00
Ray
2f127b3e83
REVIEWED: Possible memory leak #202
2022-06-02 20:11:05 +02:00
Ray
1f920bf264
REVIEWED: guiIconScale #196
2022-06-02 19:56:21 +02:00
Ray
4232b2a0e7
REVIEWED: Created VS2022 projects for examples
...
Some renames and reviews
2022-06-01 20:40:42 +02:00
gulrak
013f1a2772
add distinct icon-only buffer for internal use ( #208 )
2022-05-29 17:26:08 +02:00
Ray
7b2e7a107b
WARNING: RENAMED: Some enum values, avoiding prefixes
...
This is a change for library consistency. I choose the option that translates into less writing for users.
2022-05-21 12:08:18 +02:00
Rob Loach
151c4c5dce
Update the examples to match the latest raygui.h ( #184 )
2022-03-14 22:20:20 +01:00
Daniel Fortes
0dd763f4a4
Added 'saveFileMode' option to file dialog state ( #177 )
2022-03-10 11:06:57 +01:00
raysan5
b472287b0a
Update gui_scroll_panel.c
2022-02-05 20:19:03 +01:00
raysan5
f00fa5ff23
All controls support const char *text
as second parameter
...
- `GuiScrollBar()` moved to static function, not exposed anymore
2022-02-05 18:35:55 +01:00
megagrump
1f0dbc8aa1
add text parameter to GuiScrollPanel examples ( #176 )
...
* add text parameter to GuiScrollPanel examples
* move guiIconName to declarations
2022-02-01 20:13:58 +01:00
Ray
042df8f004
WARNING: BREAKING: Support text parameter in some controls -WIP-
...
The following controls add text parameter support:
- GuiPanel()
- GuiScrollPanel()
- GuiColorPicker()
- GuiColorPanel()
- GuiColorBarAlpha()
- GuiColorBarHue()
2022-01-12 11:54:19 +01:00
Ricardo Matsui
c7eb926853
Fix examples build for macOS ( #172 )
2022-01-06 11:30:36 +01:00
raysan5
eface74b13
Update year to 2022
2021-12-31 20:06:32 +01:00
raysan5
37bc50cad3
Update controls_test_suite.c
2021-12-29 20:04:21 +01:00
aleepo
a611c16e66
fix typo ( #171 )
2021-12-26 22:11:17 +01:00
Ray
43209cf627
Update controls_test_suite.c
2021-12-21 23:26:30 +01:00
Ray
61c6bd22f9
Moved extra controls to extra directory
2021-11-02 11:35:33 +01:00
raysan5
f822fb1468
REVIEWED: API functions specifiers
2021-10-05 18:33:02 +02:00
raysan5
7c63e389b8
Reviewed examples for latest raygui/raylib
2021-10-05 14:10:35 +02:00
raysan5
2bb3e17c1e
REVIEWED: GuiDropdownBox()
locking mechanism #139
2021-10-05 11:23:58 +02:00
Winter
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
Ray
c3dc43d4c5
REVIEWED: Consistency with raylib
2021-09-02 00:36:37 +02:00
Ray
873c6a95b3
WARNING: BREAKING: Embedded ricons into raygui
...
- ADDED: `RAYGUI_SUPPORT_CUSTOM_RICONS` for external `ricons.h`
- RENAMED: Some defines for consistency and make them private
- Increased version to 3.0-dev
2021-08-25 00:45:49 +02:00
Ray
2083c6984a
Update textbox_extended_demo.c
2021-08-25 00:42:45 +02:00
Ray
0907bee71b
Renamed file
2021-08-25 00:42:33 +02:00
raysan5
bad9c8bb58
Replace TABS by 4 spaces
2021-07-28 12:55:58 +02:00
Ray
78f24a3868
Update text_editor.c
2021-06-23 09:59:37 +02:00
raysan5
d2752e9a47
Reviewed examples
2021-04-02 16:32:14 +02:00
Ray
6b216626ec
Remove trailing spaces
2021-03-19 20:12:50 +01:00
Ray
a11fb5f38d
Update image_raw_importer.c
2021-03-14 13:11:35 +01:00
Ray
ef99aafee9
Renamed some functions
2021-03-12 18:01:14 +01:00
Wirgiliusz
0cbbb48410
Fixed bug with stuck slide bars ( #122 )
...
Corrected arguments taken by GuiSliderBar functions that correspond to panelContentRec dimensions
2021-02-24 09:28:21 +01:00
Ray
f5bd6c08f8
Update gui_file_dialog.h
2020-12-18 20:06:38 +01:00
Ray
3b44da667b
Updated to raylib 3.5
...
Use GetCharPressed() instead of GetKeyPressed()
2020-12-18 19:50:57 +01:00
Jaedeok Kim
7eda4008e2
Add missing examples in Makefile ( #111 )
...
Co-authored-by: epsimatt <epsimatt@protonmail.com>
2020-11-20 23:16:06 +01:00
Ray
b73eb56f3c
Update image_exporter.c
2020-10-05 20:08:47 +02:00
Rob Loach
fa8b958a91
Move CMake files to projects/CMake ( #87 )
...
Fixes #86
2020-05-01 13:31:15 +02:00
Rob Loach
0fdacc87f6
Add CMake definitions ( #79 )
2020-04-16 13:24:03 +02:00
Rob Loach
5191022a6b
Fix unknown stack array size ( #80 )
...
Compiler expected a static value. Writing 64 directly in the declaration should fix it up.
2020-04-16 13:22:28 +02:00
raysan5
3e1d420e60
Review examples copyright
2020-04-07 23:04:39 +02:00
raysan5
7f4794c31d
Review gui_file_dialog with proposed improvements
...
Proposed improvements in: https://github.com/raysan5/raylib/issues/1101
2020-04-06 23:20:38 +02:00
Ray
d3c810311c
REVIEWED: GuiTextBoxMulti() #54
...
Simplified code, avoid line breaking.
WARNING: If a line is longer than box width, it crashes... word-wrap implementation requires some review...
2020-03-11 16:00:09 +01:00
Vlad Adrian
d878d38e40
Added new example for a property list control ( #76 )
2020-03-11 12:32:56 +01:00