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
b362b1578c
Reorganize properties and review GuiImageButtonEx()
2018-02-06 13:56:30 +01:00
1844046244
Added new properties
2018-02-06 09:42:35 +01:00
29885f6a3a
Added new style properties
2018-02-02 11:03:04 +01:00
db7d6554db
Implemented GuiListView() control
...
Some details pending for review
2018-01-30 12:51:21 +01:00
fdc4b235b0
Reviewed GuiColorPicker() and added GuiListView()
...
Multiple additional controls have been implemented to be used on
GuiColorPicker() and GuiListView().
2018-01-25 13:46:22 +01:00
c120b1db2a
Improving GuiColorPicker() -IN PROGRESS-
...
Added GuiImageButtonEx()
2018-01-23 13:51:26 +01:00
72a0ca5036
Some code reviews while using it
2018-01-06 18:01:27 +01:00
2a371ade58
Added function GuiLabelButton()
...
Also reviewed GuiLabel() to show simple label
2018-01-05 13:28:14 +01:00
18ae133872
Renamed GuiTexture() to GuiImageButton()
...
- Reordered parameters on GuiToggleGroup()
- Reordered parameters on GuiComboBox()
- Some comment tweaks
2018-01-02 02:14:00 +01:00
4ab0fc6c83
Support DISABLED control state
...
- Reviewed some controls
- Renamed some functions
- Implemented GuiLoadStylePalette()
- Renamed DrawRectanglet()
- Minimize external functions dependency
2018-01-01 16:58:09 +01:00
e67a2f2bbc
Working on DISABLE gui state addition
2017-12-31 23:48:57 +01:00
45f1f17f14
Review sliders to support negative values
2017-12-31 19:33:02 +01:00
8c4f961f3c
Review styles implementation
2017-12-31 18:12:31 +01:00
92e44f7f89
Library review...
...
- Reorganize functions and code tweaks
- Preliminary work on standalone mode: checking raylib functions
dependencies, now need to minimize those dependencies if possible...
GuiColorPicker() introduces lots of functions...
2017-12-25 17:23:12 +01:00
7e6f3db4a6
Updated default light style
...
Corrected some style bugs
2017-11-06 00:15:29 +01:00
66a1084acc
Redesigning style loading system
2017-11-05 16:50:01 +01:00
15db8b9bee
Keep working on GuiColorPicker(), almost done...
2017-11-03 19:35:54 +01:00
64c2fc471f
Keep working on GuiColorPicker()
2017-11-03 12:49:15 +01:00
0a82948bb3
Reviewed HSV <--> RGB functionality
2017-11-02 22:42:49 +01:00
cb0a77774c
Working on GuiColorPicker()
2017-11-02 20:09:56 +01:00
d077f4f18a
Added GuiColorPicker() -IN PROGRESS-
2017-09-08 09:37:08 +02:00
bee3f5694e
Review GUI property names
2017-08-06 11:17:09 +02:00
13bdb62afc
Use DrawRectangleT() for rectangles
...
Avoid texture change while drawing GUI controls... this way all GUI
controls could be drawn with a single draw call!
2017-08-06 10:49:56 +02:00
8731246ef8
Use only one DrawRectangle() function
...
Added DrawRectangleT() to draw rectangles using a text character (to
reduce draw calls to the minimum). Those changes requires ome update on
raylib internal default font!
2017-07-25 18:14:17 +02:00
4199730828
Added GuiTexture()
2017-07-08 21:54:32 +02:00
670127c5b5
Review dates
2017-06-21 01:20:44 +02:00
c90ad17342
Reorganize and review
2017-06-21 00:58:49 +02:00
495b4ffedd
Improved sliders
2017-06-21 00:37:17 +02:00