Ray
09b611c11e
Review comments
2018-06-02 18:28:07 +02:00
Ray
651322600a
Some tweaks and details
...
Added image border on mouse hover
2018-05-30 23:49:59 +02:00
Ray
865c4192cd
Reviewed issue with import path
...
Removed old file version
2018-05-30 23:49:19 +02:00
Ray
79b5f1efcf
Fixed custom options order
...
- The custom option is the first one to appear, followed by pressets
2018-05-30 13:55:45 +02:00
Ray
1f1d4afdf0
Image exporter: multiple tool improvements
...
- Created multiple functions to export to: .png, .raw and .h
- Image loading
- Image zoom
- Created resources folder with some images(for testing)
2018-05-30 13:54:28 +02:00
Ray
471c200b06
image exporter: Improving tool -WIP-
...
- Working on settings change for exporting to different formats
2018-05-29 14:00:16 +02:00
Ray
3cb6a9ba92
raw importer: Improved tool
...
- Added pixel formats supported
- Added button functions
2018-05-29 13:57:50 +02:00
Ray
6894f7dcf3
rGuiLayout: replaced tabs by spaces
2018-05-29 09:58:58 +02:00
Ray
ffd66b3a90
raygui: Multiple changes
...
- Changed how GuiSlider() works
- GuiSliderEx() and GuiSliderBarEx() have focused/pressed feedback
2018-05-29 09:58:07 +02:00
Ray
37f52b71f4
Reviewed layout desing
2018-05-29 09:54:54 +02:00
Ray
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
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
9717a11942
Fixed exitWindow error
2018-05-28 13:48:33 +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
4017e48b1a
Implemented new layout design
2018-05-24 14:10:10 +02:00
Ray
0af96aa8fc
Reviewed rGuiStyler layout design
2018-05-24 14:08:24 +02:00
Ray
a87663e16d
Corrected some errors with styles
2018-05-24 13:56:55 +02:00
Ray
53f539c560
Null extension is replaced by .rgs
2018-05-23 13:57:47 +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
d5d61fcdb0
Reviewed rFXGen and rGuiStyler layouts
2018-05-23 13:52:21 +02:00
Ray
88d57b51e6
Renamed Spinner properties to ValueBox
2018-05-23 13:51:08 +02:00
Ray San
13e5dae316
Renamed folder and reviewed sample
...
Working on generated raw importer
2018-05-23 13:24:54 +02:00
Ray San
614f99a7cb
Reviewed layouts
...
Simplified to use latest GuiSliderBarEx() that includes label and value
automatically.
2018-05-23 13:24:53 +02:00
Ray
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
Ray San
fee09c49c9
Reviewed rguistyler layout to include more info
2018-05-23 09:50:22 +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
2be7c7be1a
Controls test sample
2018-05-22 12:58:26 +02:00
Ray
687fb283af
Renamed some functions
2018-05-22 12:48:53 +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
784b886b7d
Updated layouts
2018-05-17 14:04:28 +02:00
Ray
5bf7e6da49
Fixed some errors
...
- Fixed GuiCheckBoxEx and GuiSliderBarEx text errors
- Removed alphaBar from colorPicker
2018-05-17 14:03:44 +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
fb6c441626
Fixed ColorPicker bounds collision
...
- Mouse can't get out of colorPicker bounds when pressing
- Mouse hides so user can see better the selector
2018-05-16 13:07:37 +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
83c04e8723
Fixed text errors
2018-05-16 12:59:28 +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
7011747348
Fixed colorPicker disable error
2018-05-15 14:03:06 +02:00
Ray
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
Ray
4d08aa3881
Update rtexpacker panel
2018-05-14 22:44:00 +02:00
Ray
41e6806cbf
Added GetControlAnchorRec()
...
- Changed anchors export options
2018-05-14 14:09:30 +02:00
Ray
cf6853805b
Added light style
2018-05-14 14:06:58 +02:00
Ray
67872643cf
Added some sample styles
...
Saved in binary mode!
2018-05-11 18:35:40 +02:00
Ray
f9ec7557ea
Update README.md
2018-05-11 14:05:52 +02:00
Ray
23dfc9f6fe
Update README.md
2018-05-11 14:02:00 +02:00
Ray
f985d6480c
Update README.md
2018-05-11 14:00:59 +02:00
Ray
407a67ffa2
Update README.md
2018-05-11 13:59:42 +02:00
Ray
d2c919b9a2
Update README.md
2018-05-11 13:59:07 +02:00
Ray
89a7639781
Update README.md
2018-05-11 13:58:34 +02:00
Ray
60c790607d
Update README.md
2018-05-11 13:57:40 +02:00
Ray
5b152a7919
Update README.md
2018-05-11 13:57:24 +02:00
Ray
5bebf3b515
Update README.md
2018-05-11 13:56:59 +02:00
Ray
21ba160b51
Update README.md
2018-05-11 13:50:57 +02:00
Ray
9d2fb57378
Reorganized folders
...
Added README
2018-05-11 13:26:03 +02:00
Ray
8fe2307dbf
Reorganized folders
...
Added README
2018-05-11 13:06:44 +02:00
Ray
f137d6aa43
Update README.md
2018-05-11 11:28:39 +02:00
Ray
78ab053046
Update README.md
2018-05-11 11:23:34 +02:00
Ray
839171eb2e
Upload some screenshots
2018-05-10 23:42:34 +02:00
Ray
a8e9d47c7d
Review rguilayout!
2018-05-10 19:25:18 +02:00
Ray
dd3c843a5d
Added some screenshots with different styles
2018-05-10 18:49:14 +02:00
Ray
843c0ee762
Reviewed for release
2018-05-10 18:48:52 +02:00
Ray
8242c27c95
Review definition
2018-05-10 18:44:12 +02:00
Ray
46ec129289
Reviewed new styles
2018-05-10 18:22:31 +02:00
Ray
1ac3c3a4cc
Some code tweaks
2018-05-08 13:07:04 +02:00
Ray
8a6e8ecd5e
Added GuiTextBoxMultiline
2018-05-08 13:06:17 +02:00
Ray
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
Ray
622bad345a
Reorganized default styles
...
Start working on new styles
2018-05-07 12:22:01 +02:00
Ray
a0951d81f6
Reorganized folders
...
rGuiLayout: Added some design files
rGuiStyler: Removed some useless files
2018-05-07 12:21:11 +02:00
Ray
ac4f49ac7a
Updated sample layout
2018-05-07 12:19:58 +02:00
Ray
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
Ray San
8d8f4bf486
Updated comments
2018-05-07 10:08:48 +02:00
Ray
e163a227f8
Review some controls
2018-05-07 01:30:43 +02:00
Ray
5a04b31edd
Review help info
2018-05-07 01:30:31 +02:00
Ray
63b00a6f49
Add new sample
2018-05-07 01:30:13 +02:00
Ray
f2f7f4b5c5
Some code review
2018-05-06 01:17:31 +02:00
Ray
fe756d71e2
Reviewed windows active/deactive
2018-05-04 23:54:41 +02:00
Ray
69cc3aa4c0
Review due to Rectangle float types
2018-05-04 23:54:14 +02:00
Ray San
b2992811cd
Updated to use new Rectangle float params type
2018-05-04 17:11:26 +02:00
Ray
d7a7edd1c1
Reviewed variables naming
...
- Removed useless code
- Reorganized some code
2018-05-04 14:13:22 +02:00
Ray
d86dc0b7f2
Review panel position
2018-05-04 14:11:48 +02:00
Ray
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
Ray
28eb3f5fdb
Update README.md
2018-05-03 00:48:46 +02:00
Ray
63401be1fd
Code tweaks
2018-05-03 00:47:01 +02:00
Ray
adfbc20eac
Added messagebox design
2018-05-03 00:47:01 +02:00
Ray
ffd10013e6
Update README.md
2018-05-03 00:31:49 +02:00
Ray
0fc8976ae4
Upload latest designs
2018-05-03 00:30:34 +02:00
Ray
9b91cf55f6
Update README.md
2018-05-03 00:30:09 +02:00
Ray
fd4c74e001
Update README.md
2018-05-02 23:52:51 +02:00
Ray
c45f8c71a6
Update README.md
2018-05-02 23:51:13 +02:00
Ray
303c1070be
Updated rGuiStyler
2018-05-02 23:49:50 +02:00
Ray
7a212a8dfc
Update README.md
2018-05-02 23:48:31 +02:00
Ray
3a6cc2a0c0
Update README.md
2018-05-02 22:15:23 +02:00
Ray
7a4aad8534
Update README.md
2018-05-02 21:09:18 +02:00
Ray
17cc46f380
Redisigned exportation options
2018-05-02 13:55:58 +02:00
Ray
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
Ray San
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
Ray San
c4840cbc5c
Replaced GuiGetBackgroundColor()
2018-05-02 12:43:30 +02:00
Ray
29c37e1435
Updated -WIP-
2018-04-27 14:14:04 +02:00