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
d5d61fcdb0
Reviewed rFXGen and rGuiStyler layouts
2018-05-23 13:52:21 +02:00
614f99a7cb
Reviewed layouts
...
Simplified to use latest GuiSliderBarEx() that includes label and value
automatically.
2018-05-23 13:24:53 +02:00
fee09c49c9
Reviewed rguistyler layout to include more info
2018-05-23 09:50:22 +02:00
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
7b1c986635
rGuiLayout: changed controls selection
...
- Added focusedControl
- selectedControl now works with IsMouseButtonPressed()
2018-05-22 12:37:04 +02:00
39b0afdd86
rGuiLayout: removed controlLockMode
2018-05-22 12:17:27 +02:00
93e33ba541
rGuiLayout: changed help and palette panels
...
- Now it works as a toggle, with IsKeyPressed()
2018-05-22 12:12:38 +02:00
8b877df5d5
Multiple improvements
...
- Fixed text errors when canceled
- Changed GuiCheckBox by extended version
2018-05-17 14:07:23 +02:00
784b886b7d
Updated layouts
2018-05-17 14:04:28 +02:00
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
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
83c04e8723
Fixed text errors
2018-05-16 12:59:28 +02:00
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
4d08aa3881
Update rtexpacker panel
2018-05-14 22:44:00 +02:00
41e6806cbf
Added GetControlAnchorRec()
...
- Changed anchors export options
2018-05-14 14:09:30 +02:00
9d2fb57378
Reorganized folders
...
Added README
2018-05-11 13:26:03 +02:00
8fe2307dbf
Reorganized folders
...
Added README
2018-05-11 13:06:44 +02:00
839171eb2e
Upload some screenshots
2018-05-10 23:42:34 +02:00
a8e9d47c7d
Review rguilayout!
2018-05-10 19:25:18 +02:00
cc44bd2a73
Updated rfxgen layout, Added style loading function to rguistyler
...
- Changed rfxgen controls name
- Added function to load styles from palettes.png files
2018-05-07 13:42:56 +02:00
a0951d81f6
Reorganized folders
...
rGuiLayout: Added some design files
rGuiStyler: Removed some useless files
2018-05-07 12:21:11 +02:00
ac4f49ac7a
Updated sample layout
2018-05-07 12:19:58 +02:00
31a4a5ae0d
Corrected some issues
...
- Use filename on code generation
- CloseWindow -> Save -> Cancel -> return to window
- Review R - Resize control to grid -> CTRL + R
- Review name show/edit -> White transparent background, centered to control
- Right panel enabled with RMB
2018-05-07 12:19:44 +02:00
5a04b31edd
Review help info
2018-05-07 01:30:31 +02:00
63b00a6f49
Add new sample
2018-05-07 01:30:13 +02:00
f2f7f4b5c5
Some code review
2018-05-06 01:17:31 +02:00
fe756d71e2
Reviewed windows active/deactive
2018-05-04 23:54:41 +02:00
b2992811cd
Updated to use new Rectangle float params type
2018-05-04 17:11:26 +02:00
d7a7edd1c1
Reviewed variables naming
...
- Removed useless code
- Reorganized some code
2018-05-04 14:13:22 +02:00
d86dc0b7f2
Review panel position
2018-05-04 14:11:48 +02:00
3604d9ffe6
Changed mouse variable, Reviewed GuiGrid(), Updated codeGeneration
...
- Changed mouse variables to a Vector2
- Reviewed DrawGrid2D, now GuiGrid()
- Implemented codeGeneration window for exporting options
- Exporting options working: Full Comments, export anchors, define rectangles, define const text
2018-05-03 13:55:56 +02:00
17cc46f380
Redisigned exportation options
2018-05-02 13:55:58 +02:00
bcb4443c87
Updated CodeGeneration(), Upgraded controls palette
...
- Added options for info exportation(anchors, comments, etc.)
- Fixed names/sufixes for codeGeneration variables(more consistency)
- Added easings to exportion palette and fixed red border
2018-05-02 13:54:52 +02:00
24db91855f
Added codegen naming notes
2018-04-27 14:13:08 +02:00
aaf6cec722
Reviewed layouts
2018-04-26 17:33:42 +02:00
f8fd7720bc
Multiple changes
...
- Changed type ordering for control selection
- Added right panel control palette
- Solved saving/loading .rgl files type order
- Created define in DrawGrid2D()
- When loading .rgl layout resets all previous controls
- Added GuiPanel() and GuiLine() new controls
2018-04-26 14:02:56 +02:00
5eb7641f7c
Updated layouts
...
- Fixed Id and type order
2018-04-26 13:54:54 +02:00
440676d1fa
Review rfxgen layout
2018-04-25 00:10:48 +02:00
7e79b28434
Improved nameEditMode, changed controls height presets
2018-04-24 13:58:23 +02:00
4b478a3786
Review comments on code generation
2018-04-24 00:20:40 +02:00
d132366099
Added GuiLayoutConfig for code generation
2018-04-23 23:45:14 +02:00
d8d5ffe091
Review control order and names
2018-04-23 23:44:36 +02:00
da11b9cb81
new layout: generate code window
2018-04-23 20:55:31 +02:00
baf035c876
Fixed drawing names order, fixed anchors drawing errors, Updated codeExporter
2018-04-23 13:58:17 +02:00
65b1c007e7
Updated layouts
2018-04-23 13:56:47 +02:00
8f044fd4b1
Layouts review
2018-04-19 20:19:05 +02:00
940c457fdd
Corrected small issue
2018-04-19 20:18:39 +02:00
04fed04b98
Reviewed layouts, fixed IDs and names
2018-04-19 14:04:16 +02:00
75edaca86c
Added save message when exit tool, Fixed codeExport comments and code structure
2018-04-19 14:02:49 +02:00