Ray
462ba6b373
RENAMED: GuiFont() to GuiSetFont()
...
ADDED: GuiGetFont()
2019-08-26 00:56:58 +02:00
raysan5
177f345afb
REDESIGNED: GuiTextInputBox()
...
Support text message (if provided).
2019-08-21 21:18:38 +02:00
raysan5
4ec4419635
Review GuiStatusBar() and GuiWindowBox()
2019-08-21 20:02:21 +02:00
Ray
737e866ec2
Redesigning GuiTextInputBox() -WIP-
2019-08-19 15:22:29 +02:00
Ray
6986d2217b
REDESIGNED: GuiSpinner(), GuiValueBox()
2019-08-18 17:59:00 +02:00
Ray
a0f8268529
REVIEW: GuiCheckBox() text alignment
2019-08-16 17:23:18 +02:00
Ray
473109bfa8
WARNING: Breaking changes
...
REDESIGNED: GuiSlider()
REDESIGNED: GuiSliderBar()
REDESIGNED: GuiProgressBar()
Avoiding the infamous `showValue` parameter, now left-right text could be directly provided by the user.
2019-08-16 16:59:27 +02:00
Ray
4dc742d4d3
Added examples Makefile
2019-08-16 16:30:37 +02:00
Ray
4ac6419e7e
Review examples to latest raygui
2019-08-16 16:07:07 +02:00
Ray
1114400fe1
Added some tweaks and comments
2019-08-15 13:59:18 +02:00
raysan5
d2d370ef41
new example: custom_file_dialog
2019-08-11 12:02:43 +02:00
raysan5
9e02b9b51f
Move gui_file_dialogs to another example
2019-08-11 12:02:18 +02:00
raysan5
7e971886b0
REVIEW: GuiTextInputBox()
2019-08-10 13:12:40 +02:00
Ray
2ecc35ba05
Added gui_file_dialog -WIP-
2019-08-08 22:56:56 +02:00
Ray
ca81d6251d
WARNING: Redesigned controls
...
- GuiListVIew(), GuiListViewEx() redesigned, code simplified, avoiding GuiListElement()
- GuiDropdownBox() redesigned, avoiding GuiListElement()
- REMOVED: GuiListElement()
2019-08-07 00:37:54 +02:00
Ray
b2b7528709
ADDED: GuiTextInputBox()
2019-08-02 17:19:00 +02:00
raysan5
32d6ba6f5a
Renamed flag RAYGUI_RICONS_SUPPORT > RAYGUI_SUPPORT_RICONS
2019-07-29 13:59:15 +02:00
raysan5
845cf9559e
Update raygui
2019-07-28 16:20:00 +02:00
Leandro Gabriel
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
Ray
511c2254c9
Update examples
2019-07-03 01:29:18 +02:00
Ray
4401da21f0
Support styles loading with drag and drop
2019-06-25 18:40:02 +02:00
Ray
f4d243ea88
Added extended GuiTextBox() example
2019-05-29 18:21:10 +02:00
Ray
c87d801ac5
Move example to folder
2019-05-09 17:53:53 +02:00
Ray
a2a3af31de
Code review and formatting
2019-04-30 18:46:44 +02:00
Ray
c45e7ee524
Review Scrollbar properties name for consistency
2019-04-30 18:33:05 +02:00
Ray
7c9cdd0886
ADDED: GuiIconText()
...
Useful to retrieve text with icon just using icon enum id
2019-03-11 15:13:57 +01:00
Ray
283f599c4b
Update controls_test_suite.c
2019-02-22 19:18:09 +01:00
Ray
732edd9764
REDESIGNED: GuiMessageBox()
2019-02-22 18:33:35 +01:00
Ray
13eb597ae8
Some code tweaks
2019-02-18 18:06:36 +01:00
Ray
1e730686c9
Some corrections and improvements
2019-02-14 17:02:02 +01:00
Ray
c357392577
Convert TEXT_ALIGNMENT into a control property
...
Now text alignment could be set by basic control type
2019-02-14 16:25:33 +01:00
Demizdor
db3753dd94
Update Scroll Panel Example
2019-02-12 18:38:47 +02:00
Ray
73565b1907
Added GuiTextSplit()
2019-02-12 12:54:26 +01:00
Ray
a09c3cd5bb
Reviewed GuiScrollPanel()
...
Added example
2019-02-11 09:28:05 +01:00
Ray
8a13b16246
Working on issue #22 -WIP-
...
Trying to remove styling elements from functions
2019-02-08 12:52:26 +01:00
Ray
33f033add3
ADDED: Custom icons support -WIP-
...
RICONS already working with GuiButton()... but other controls should be adapted for this amazing feature!
2019-02-06 19:50:49 +01:00
Ray
f6fee61aa8
Update controls_test_suite.c
2019-02-05 19:20:34 +01:00
Ray
972e7f403b
Updated GuiListView()
2019-01-16 17:21:11 +01:00
Ray
ef9eb883d9
Implementing GuiScrollPanel() -WIP-
2019-01-09 00:43:33 +01:00
raysan5
8a3a1020dc
Change parameters order
...
to be consistent with other controls
2018-12-23 15:49:16 +01:00
raysan5
a67c2745bf
WARNING: BREAKING CHANGES
...
REMOVED: GuiCheckBoxEx()
REDESIGNED: GuiCheckBox()
REDESIGNED: GuiComboBox()
REDESIGNED: GuiDropdownBox()
REDESIGNED: GuiToggleGroup()
2018-12-23 14:23:56 +01:00
Ray
52f62c2208
Testing a possible controls improvement
...
Applicable to ToggleGroup, ComboBox, DropdownBox
2018-12-21 12:43:12 +01:00
Ray
40575978b2
Update controls_test_suite.c
2018-12-03 16:17:31 +01:00
Ray
4c81641aba
Added GuiToggleGroupEx()
...
Improved GuiToggleGroup()
2018-11-28 17:17:14 +01:00
Ray
009913c408
Some code tweaks
2018-11-26 00:58:48 +01:00
Ray
49ca08db05
Review some controls
...
- GuiComboBox() - Define selector width and spacing
- GuiTextBox() - Review cursor size
2018-11-20 11:58:54 +01:00
Sergio Martínez
a48b74cde0
Added guicombobox to controls_test_suite.c
2018-11-20 11:21:41 +01:00
Sergio Martínez
b0c36d29c3
Drag window corrected issue
2018-11-14 12:15:45 +01:00
Ray
0764d3de04
Update some code
2018-11-14 11:20:53 +01:00