f43a7bdddf
Added dllexport to help with binding the library
...
- Added __declspec(dllexport) when compiled as c without RAYGUI_STATIC defined to test. Not sure if there is a better way but it works for what I need.
2018-09-26 15:19:54 +01:00
72f9950ce9
Forgot to include dropOpen reset
...
Reset dropOpen when dropdown closed. Forgot to add in previous commit
2018-09-26 15:06:03 +01:00
25f1730ae3
Only run dropdown collision check if dropdown open
...
- Added static bool dropOpen to track if the dropdown is currently open.
- Fixes bug where dropdown would change when closed if a element that overlaps is pressed.
2018-09-26 14:23:28 +01:00
0d16721b4d
Code tweak
...
Solves issue with C++
2018-09-20 17:55:49 +02:00
b3f3a9fcc9
Corrected issue with grid bounds
2018-09-18 20:18:50 +02:00
61b34b1542
Some cleaning and tweaks
...
- Some code cleaning of unused variables
- Renamed GuiLoadStyleImage() to GuiLoadStylePaletteImage()
- Redesigned GuiLoadStylePalette() to load int values array
2018-08-26 20:58:00 +02:00
487c924807
update raygui to use GetFontDefault()
2018-07-10 11:15:42 -05:00
ffd66b3a90
raygui: Multiple changes
...
- Changed how GuiSlider() works
- GuiSliderEx() and GuiSliderBarEx() have focused/pressed feedback
2018-05-29 09:58:07 +02:00
0612b57389
Multiple raygui improvements
...
- Fixed GuiToggleGroup() round decimals when calculating width
- Fixed ValueBox() Default color
- Changed how slider works -WIP-
2018-05-28 13:53:50 +02:00
a87663e16d
Corrected some errors with styles
2018-05-24 13:56:55 +02:00
88d57b51e6
Renamed Spinner properties to ValueBox
2018-05-23 13:51:08 +02:00
77e9b3472c
Added multiple changes
...
- Added GuiSliderEx and GuiProgressBarEx functions
- Text Edit: Support text delete while pressing backspace.
2018-05-23 12:13:23 +02:00
687fb283af
Renamed some functions
2018-05-22 12:48:53 +02:00
5bf7e6da49
Fixed some errors
...
- Fixed GuiCheckBoxEx and GuiSliderBarEx text errors
- Removed alphaBar from colorPicker
2018-05-17 14:03:44 +02:00
c7d6bc3516
Added GuiCheckBoxEx() and GuiSliderBarEx()
...
- Added an extended version of checkBox that includes text
- Added an extended version of sliderBar that includes text and a bool to show its value
2018-05-15 14:01:53 +02:00
8242c27c95
Review definition
2018-05-10 18:44:12 +02:00
8a6e8ecd5e
Added GuiTextBoxMultiline
2018-05-08 13:06:17 +02:00
8d8f4bf486
Updated comments
2018-05-07 10:08:48 +02:00
69cc3aa4c0
Review due to Rectangle float types
2018-05-04 23:54:14 +02:00
63401be1fd
Code tweaks
2018-05-03 00:47:01 +02:00
c138713d23
Added, removed, moved funcs
...
- Added GuiScrollBar() and GuiGrid() -WIP-
- Removed GuiGet*Color() funcs, use GuiGetStyleProperty() instead
- Exposed GuiGetStyleProperty() and GuiSetStyleProperty()
2018-05-02 12:45:13 +02:00
04ae380349
Changed GuiPanel() color
2018-04-26 13:55:35 +02:00
a6cbf1eb24
Added controls, reorganize controls
...
- Added GuiLine()
- Added GuiPanel()
- Reorganized controls
- Renamed GuiBackgroundColor() and similar funcs
2018-04-25 14:02:21 +02:00
7c0dc38179
Updated border drawing, updated GuiFade(), improved GuiTextBox()
2018-04-24 13:56:47 +02:00
9d0f1a1236
Added GuiFade() - WIP -
2018-04-23 13:55:44 +02:00
e386248750
GuiTextBox() returns a bool
2018-04-19 13:58:40 +02:00
fbb11c9bf5
Changed GuiWindowBox() minimum height
2018-04-18 13:50:22 +02:00
203ed29b8c
Added TextBox condition for writing
2018-04-18 10:44:03 +02:00
17558e85a3
Corrected controls text vertical align
2018-04-17 14:06:59 +02:00
13c289495b
Included stdlib, Added GuiValueBox(), Remade GuiSpinner()
2018-04-16 13:56:04 +02:00
9c9f4e0413
Some code reviews
2018-04-12 20:15:09 +02:00
d75c403ecf
Changed label text and GuiLoadStyle()
2018-04-11 13:58:25 +02:00
7bd7751965
Fixed GuiWindowBox close button
2018-04-09 13:52:37 +02:00
75d6cbc15b
Created dummy controler
2018-04-03 13:51:36 +02:00
61a606df6b
GuiMessageBox() added and updated GuiDropdownBox()
2018-03-19 13:58:22 +01:00
79455f698a
Reviewed GuiDropdownBox()
2018-03-16 12:55:38 +01:00
f762f3484a
Created WindowBox()
2018-03-15 13:46:44 +01:00
afb983c70d
Added GuiStatusBar control
2018-03-12 13:50:54 +01:00
6f20788ed5
Corrected issue
2018-03-09 13:31:25 +01:00
494e265f4a
Corrected toggle group padding
2018-03-05 13:58:46 +01:00
64e24eee3a
Modified GuiImageButtonEx() and GuiToggleGroup()
...
ImageButtonEx now have a texture check. ToggleGroup works well with
spacing
2018-02-26 13:58:43 +01:00
40735a873c
Changed GuiToggleGroup() how width parameter works
2018-02-22 13:52:50 +01:00
d7e4b5208c
Multiple changes, view description
...
- Removed styleGeneric, moved to style array
- Reviewed GuiSaveStyle() and GuiLoadStyle(), added support for binary
mode
2018-02-20 12:36:26 +01:00
21c7d3fb26
Corrected property missuse
2018-02-19 14:05:33 +01:00
503aa4bef9
Review default style colors (light and dark)
2018-02-15 14:07:52 +01:00
c65c7c9bb7
GuiDropdownBox() created, fixed colors
...
Fixed colors: the disabled colors of some controls have been fixed.
2018-02-14 14:03:28 +01:00
ab7b63739b
Corrected small issues
2018-02-12 13:37:23 +01:00
bcbdd7c647
Review comments
2018-02-12 12:57:37 +01:00
9f5cdadd80
BREAKING CHANGE: Renamed raylib function
...
Added support for ColorToHSV()
2018-02-12 11:57:02 +01:00
9398de700b
Corrected issue with properties count
2018-02-08 14:01:00 +01:00