Commit Graph

15 Commits

Author SHA1 Message Date
Ray
c6d48e9611 rGuiLayout: Fixed errors
- Code export: GuiComboBox() -> Additional space in front of parameter *List
- Code export: Additional variable *Count not required (!fullVariables mode)
2018-06-04 13:46:20 +02:00
Ray
6894f7dcf3 rGuiLayout: replaced tabs by spaces 2018-05-29 09:58:58 +02:00
Ray
4b1d00109c Palette panel collision
- Preview control now hides if is colliding with the palette panel
2018-05-28 13:50:20 +02:00
Ray
18fd0cbc80 Added array navigation for text edition
- Navigation through array with arrows
- When writting in a position, array moves forward
- Delete removes current character and moves array backwards
2018-05-24 14:13:14 +02:00
Ray
b636fdc7d0 Multiple improvements
- Added quick save and save as functions
- Fixed errors with anchors selection
- Fixed errors with drawing order
- Changed delete function
- Reviewed text delete speed
- Added extended edition of sliders
2018-05-23 13:56:14 +02:00
Ray
818b08ed59 Multiple changes
- Changed default text size to 64
- Added ShowExportLayoutDialog() function
- When layout has no controls and closeWindow is triggered messageBox does not appear
- Controls rectagle height bug when deleting text fixed
- Added fade to controls preview
2018-05-22 14:01:26 +02:00
Ray
7b1c986635 rGuiLayout: changed controls selection
- Added focusedControl
- selectedControl now works with IsMouseButtonPressed()
2018-05-22 12:37:04 +02:00
Ray
39b0afdd86 rGuiLayout: removed controlLockMode 2018-05-22 12:17:27 +02:00
Ray
93e33ba541 rGuiLayout: changed help and palette panels
- Now it works as a toggle, with IsKeyPressed()
2018-05-22 12:12:38 +02:00
Ray
8b877df5d5 Multiple improvements
- Fixed text errors when canceled
- Changed GuiCheckBox by extended version
2018-05-17 14:07:23 +02:00
Ray
e770a1cd80 rGuiLayout improvement
Added exportFullVariables functionality on codeExporter. Variables that change:
    - Sliders min/max value
    - *Count variables
    - Text size
2018-05-16 13:56:57 +02:00
Ray
d2553a1403 Multiple improvements
- Text Edit: Support text delete while pressing backspace.
- Support PNG styles drag&drop
- Support layout Reset -> CTRL+N (new layout)
2018-05-16 13:01:13 +02:00
Ray
1a114421b7 Tool improvements
- Supported extended controls for checkBox and sliderBar
- Fixed alt + Up arrow crash error
- Improved text deleting
2018-05-15 14:05:14 +02:00
Ray
41e6806cbf Added GetControlAnchorRec()
- Changed anchors export options
2018-05-14 14:09:30 +02:00
Ray
8fe2307dbf Reorganized folders
Added README
2018-05-11 13:06:44 +02:00