Commit Graph

63 Commits

Author SHA1 Message Date
Ray
972e7f403b Updated GuiListView() 2019-01-16 17:21:11 +01:00
Ray
ef9eb883d9 Implementing GuiScrollPanel() -WIP- 2019-01-09 00:43:33 +01:00
8a3a1020dc Change parameters order
to be consistent with other controls
2018-12-23 15:49:16 +01:00
a67c2745bf WARNING: BREAKING CHANGES
REMOVED: GuiCheckBoxEx()
REDESIGNED: GuiCheckBox()
REDESIGNED: GuiComboBox()
REDESIGNED: GuiDropdownBox()
REDESIGNED: GuiToggleGroup()
2018-12-23 14:23:56 +01:00
Ray
52f62c2208 Testing a possible controls improvement
Applicable to ToggleGroup, ComboBox, DropdownBox
2018-12-21 12:43:12 +01:00
Ray
40575978b2 Update controls_test_suite.c 2018-12-03 16:17:31 +01:00
Ray
4c81641aba Added GuiToggleGroupEx()
Improved GuiToggleGroup()
2018-11-28 17:17:14 +01:00
Ray
009913c408 Some code tweaks 2018-11-26 00:58:48 +01:00
Ray
49ca08db05 Review some controls
- GuiComboBox() - Define selector width and spacing
 - GuiTextBox() - Review cursor size
2018-11-20 11:58:54 +01:00
a48b74cde0 Added guicombobox to controls_test_suite.c 2018-11-20 11:21:41 +01:00
b0c36d29c3 Drag window corrected issue 2018-11-14 12:15:45 +01:00
Ray
0764d3de04 Update some code 2018-11-14 11:20:53 +01:00
Ray
6f12e81ee7 Review SaveStyle() and tweaks 2018-11-13 18:16:37 +01:00
Ray
a14a2f2989 Complete redesign of styling system 2018-11-13 12:56:12 +01:00
Ray
1fa1e001ff Minor tweaks to correct issues 2018-11-09 18:58:15 +01:00
Ray
740d253bc5 Review version numbering
After some thinking and considering that library is still being reviewed and current version suppose a complete redesign comparing to previous versions, we considered that NEW version deserves a major number change instead of minor. So, next raygui will be 2.0.
2018-11-08 10:53:24 +01:00
Ray
76d5234858 Reviewed raygui examples 2018-11-08 10:41:31 +01:00
1052e6a4cb GuiListViewEx return focused element. Changing how the active elements draws when you are not editing the listview. 2018-10-31 14:36:36 +01:00
7ec15c58e8 GuiListViewEx: Use a elements enable list.
controls_review.c updated
2018-10-30 12:55:48 +01:00
82ccf18759 GuiListViewEx WIP 2018-10-29 19:41:51 +01:00
a0f763e702 Dropdown bug fixed: When select an active item, the dropdown didn't close. 2018-10-24 14:05:55 +02:00
d185ec65bc GuiListElement & GuiDropdownBox review. Another little changes in other functions. 2018-10-24 12:45:04 +02:00
70c6eef9d1 GuiCheckBoxEx and GuiLabelButton review 2018-10-23 17:44:44 +02:00
f4c043f302 remove LOCKED state. Create guiLocked boolean. Improve FOCUSED state. 2018-10-23 13:11:22 +02:00
Ray
16193a35b0 Some security checks on font loading 2018-10-18 17:48:01 +02:00
Ray
8c7bd96b19 Testing fonts
Some minor tweaks
2018-10-18 17:19:09 +02:00
60e8122b80 GuiListView improvements 2018-10-17 18:40:08 +02:00
4f0205e650 GuiListView review!!! WIP yet... 2018-10-17 12:22:12 +02:00
4e9f22db11 Merge 2018-10-16 17:44:01 +02:00
10601cc223 GuiListView wip 2018-10-16 17:43:46 +02:00
296bc577f5 Custom_font WIP 2018-10-16 13:07:34 +02:00
8c9b654fbb Dropdown review and new state LOCKED, new functions GuiLock(), GuiUnlock(). 2018-10-16 12:34:45 +02:00
a126b883b0 GuiListView: Start to review WIP 2018-10-10 18:14:53 +02:00
773c895af9 GuiValueBox, GuiTextBox, GuiTextBoxMulti minor changes. 2018-10-10 17:12:01 +02:00
e545995375 GuiTextBoxMulti review 2018-10-10 13:58:16 +02:00
29b6071d94 GuiSpinner, GuiValueBox and GuiTextBox review 2018-10-09 13:46:13 +02:00
c1b60fe6b1 Starting controls_review. 2018-10-09 11:58:04 +02:00
Ray
4d0499c793 PNG size optimization 2018-09-25 14:18:55 +02:00
Ray
fa8916faea Created own window test file
- Still in progress. Dragging it with mouse works but position is not recalculated properly.
2018-06-07 14:02:16 +02:00
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
13e5dae316 Renamed folder and reviewed sample
Working on generated raw importer
2018-05-23 13:24:54 +02:00
Ray
2be7c7be1a Controls test sample 2018-05-22 12:58:26 +02:00
Ray
29c37e1435 Updated -WIP- 2018-04-27 14:14:04 +02:00
a0400b6ff7 Review layouts and examples 2018-04-09 09:05:13 +02:00