411 Commits

Author SHA1 Message Date
Ray San
c120b1db2a Improving GuiColorPicker() -IN PROGRESS-
Added GuiImageButtonEx()
2018-01-23 13:51:26 +01:00
Ray
a6903d100e rtexviewer screenshot 2018-01-10 01:03:42 +01:00
raysan5
72a0ca5036 Some code reviews while using it 2018-01-06 18:01:27 +01:00
raysan5
2a371ade58 Added function GuiLabelButton()
Also reviewed GuiLabel() to show simple label
2018-01-05 13:28:14 +01:00
raysan5
4987d385c9 Updated to latest raygui 2018-01-05 13:27:09 +01:00
raysan5
609ee0c368 Rewritting tool for new raygui 2018-01-02 02:24:44 +01:00
raysan5
18ae133872 Renamed GuiTexture() to GuiImageButton()
- Reordered parameters on GuiToggleGroup()
- Reordered parameters on GuiComboBox()
- Some comment tweaks
2018-01-02 02:14:00 +01:00
raysan5
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
raysan5
3e0b6cfc0b Add style color palettes 2018-01-01 16:55:28 +01:00
raysan5
e67a2f2bbc Working on DISABLE gui state addition 2017-12-31 23:48:57 +01:00
raysan5
45f1f17f14 Review sliders to support negative values 2017-12-31 19:33:02 +01:00
raysan5
1c60bae84d Testing new styles 2017-12-31 18:12:53 +01:00
raysan5
8c4f961f3c Review styles implementation 2017-12-31 18:12:31 +01:00
raysan5
8ab6e984be Styles review after implementation 2017-12-31 18:12:12 +01:00
raysan5
09eb91f6de Light/Dark color palettes review
Now both palettes are more consistent and clear.
2017-12-31 16:33:02 +01:00
raysan5
a316d4e031 Testing dark style loading 2017-12-25 17:23:40 +01:00
raysan5
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
raysan5
f599ae67ab Reviewed example 2017-12-24 18:55:01 +01:00
Ray
7e6f3db4a6 Updated default light style
Corrected some style bugs
2017-11-06 00:15:29 +01:00
Ray
66a1084acc Redesigning style loading system 2017-11-05 16:50:01 +01:00
Ray San
15db8b9bee Keep working on GuiColorPicker(), almost done... 2017-11-03 19:35:54 +01:00
Ray San
64c2fc471f Keep working on GuiColorPicker() 2017-11-03 12:49:15 +01:00
Ray
0a82948bb3 Reviewed HSV <--> RGB functionality 2017-11-02 22:42:49 +01:00
Ray
24d5fd69df Some tweaks on tool 2017-11-02 22:03:21 +01:00
Ray
91845f9d39 Working on dark design 2017-11-02 22:03:05 +01:00
Ray San
cb0a77774c Working on GuiColorPicker() 2017-11-02 20:09:56 +01:00
Ray San
840a5b3016 Updated tinyfiledialogs library 2017-11-02 12:41:17 +01:00
Ray
2600de89fe Update README.md 2017-10-15 00:44:12 +02:00
raysan5
d077f4f18a Added GuiColorPicker() -IN PROGRESS- 2017-09-08 09:37:08 +02:00
raysan5
bee3f5694e Review GUI property names 2017-08-06 11:17:09 +02:00
Ray
9913b89cd1 Update README.md 2017-08-06 10:58:09 +02:00
Ray
aff58c9545 Update README.md 2017-08-06 10:54:35 +02:00
raysan5
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
raysan5
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
raysan5
1c73b1ebaf GuiCheckBox() does not use text any more 2017-07-25 18:10:49 +02:00
raysan5
10e1edac2f Updated tinyfiledialogs to v2.9.3 2017-07-24 19:34:52 +02:00
Ray
4199730828 Added GuiTexture() 2017-07-08 21:54:32 +02:00
raysan5
9befae8d80 Added a logo for raygui 2017-07-02 13:37:07 +02:00
Ray
be7036bea7 Working on light/dark styles 2017-06-28 12:02:45 +02:00
Ray
670127c5b5 Review dates 2017-06-21 01:20:44 +02:00
Ray
18a629bfe0 Update README.md 2017-06-21 01:19:38 +02:00
Ray
2db8b76b11 Remove old raygui styles 2017-06-21 01:04:33 +02:00
Ray
c90ad17342 Reorganize and review 2017-06-21 00:58:49 +02:00
Ray
c6931ca236 Review styles 2017-06-21 00:37:53 +02:00
Ray
e2788e483e Scale imported raw data 2017-06-21 00:37:33 +02:00
Ray
495b4ffedd Improved sliders 2017-06-21 00:37:17 +02:00
Ray
84ac7716f7 Improved controls testing 2017-06-21 00:37:02 +02:00
Ray
c486831f3e Simplified gui style 2017-06-20 17:21:31 +02:00
Ray
6a0fa30a90 Set default style values as defines 2017-06-20 14:12:26 +02:00
Ray
84f062d23d Some code tweaks 2017-06-19 18:52:08 +02:00
Ray
98f0729d30 Added dark style review, softer 2017-06-19 18:43:54 +02:00
Ray
07a01d73a1 Review GuiTextBox() back color 2017-06-19 18:43:25 +02:00
Ray
73d3ea9ca6 Review GuiTextBox() back color 2017-06-19 18:43:10 +02:00
Ray
49093116b7 Added test tool: raw_importer 2017-06-19 18:22:07 +02:00
Ray
c3f985868a Review GuiTextBox() text center vertically 2017-06-19 18:21:34 +02:00
Ray
7c6cd50078 Review GuiTextBox() 2017-06-19 00:48:50 +02:00
Ray
751526569b Some work on style design 2017-06-18 18:43:01 +02:00
Ray
d1defc60f9 Complete rewrite of all functions 2017-06-15 01:00:39 +02:00
Ray
99d77a6ca4 Complete redesign -IN PROGRESS- 2017-06-14 13:58:11 +02:00
Ray
991a590736 More library rework
Unified control state between controls
2017-06-01 00:22:24 +02:00
Ray
cd64a89cf4 some tweaks 2017-05-31 01:04:55 +02:00
Ray
91055556c6 Review controls state
All controls can have same states
2017-05-31 00:27:59 +02:00
Ray
d7c2b0ae4b Moved to src folder 2017-05-30 23:56:41 +02:00
Ray
f0ee8fc7d5 Start reviewing the library...
A full review is required!
2017-05-30 23:56:12 +02:00
Ray
b941f305a0 Corrected issue on style loading 2017-05-10 00:50:21 +02:00
Ray
85f34d0b7f Update README.md 2017-05-08 09:31:24 +02:00
Ray
f6262ed4bc Update README.md 2017-05-08 09:30:51 +02:00
raysan5
b436708a0e rFXGen moved to its own repo 2017-03-04 13:47:14 +01:00
Ray
05b5892745 Review some comments 2017-02-22 00:51:59 +01:00
Ray
d53a120147 rFXGen icon for linking 2017-02-22 00:51:51 +01:00
Ray
8477ee26fe Review some comments 2017-02-22 00:51:11 +01:00
Ray
9bfcdc8655 Remove unnecesary spaces 2017-02-06 00:18:29 +01:00
Ray
81a3f2f76c Remove unneded data form rfx file 2017-01-25 00:41:32 +01:00
Ray
d0a87e5502 More code review, some bugs corrected 2017-01-19 13:18:54 +01:00
Ray
1359d261ac Improve tool 2017-01-19 01:33:59 +01:00
Ray San
4158f78bb6 Remove some globals and simplify some code 2017-01-18 19:16:03 +01:00
Ray San
96771b01d9 Make some functions more versatile
Avoid depending on global variables to make functions portable
2017-01-16 15:02:20 +01:00
Ray
ad7999f9de Some code review 2017-01-15 23:58:47 +01:00
Ray
a006ae23dc Updated tinyfiledialogs lib to v2.7.2 2017-01-15 23:53:02 +01:00
Ray
4231c4bddd Updated tinyfiledialogs lib 2017-01-15 23:19:19 +01:00
Ray
b2cb2d82a8 Tools description 2017-01-15 23:01:43 +01:00
Ray
d62f9c0b75 Upload rGuiLayout tool -IN PROGRESS-
Working on a tool to visually define raygui-based layouts and export  C
code base implementation prepared for completion
2017-01-15 22:40:02 +01:00
raysan5
745b83dd79 Added LICENSE and README review 2016-11-29 14:01:38 +01:00
Ray
6399d30b31 Create .gitattributes
Corrected language identification for linguist
2016-09-15 12:20:40 +02:00
Ray
b95ea4b2a2 rFXGen 1.0 -IN PROGRESS-
Almost ready...
2016-09-14 23:37:52 +02:00
Ray
9a7082c4ea Working on tool 2016-09-14 09:39:42 +02:00
raysan5
47dc4455e2 Corrected some crash conditions...
Some parts require some redesign...
2016-09-13 20:10:02 +02:00
Ray
0ecb0cee40 Improving tool 2016-09-13 00:30:00 +02:00
Ray
af1384b826 Update README.md 2016-09-09 01:32:31 +02:00
Ray
278fe9763b Placeholder for rFXGen 2016-09-09 01:15:32 +02:00
Ray
8cebc56d59 Some tweaks 2016-09-08 01:01:45 +02:00
Ray
a0d954e993 Update README.md 2016-09-07 18:52:39 +02:00
Ray
42d0ecfd24 Update README.md 2016-09-07 18:31:54 +02:00
Ray
0c929ceedb Update README.md 2016-09-07 18:25:06 +02:00
raysan5
53655c1a6d Some tweaks 2016-08-31 12:03:00 +02:00
raysan5
5712918588 Review formating and added functions 2016-08-29 20:48:08 +02:00
raysan5
b5a573a3c4 Reorganize folders and renames 2016-08-27 21:06:06 +02:00
raysan5
1c4c835c0a Code tweak 2016-08-16 12:03:22 +02:00
raysan5
bd64912e73 Updated tinyfiledialogs library 2016-08-16 12:02:58 +02:00
raysan5
7fae6f0a2b Multiple changes, view description:
- Tweak some light style colors
- Added dark style option (style requires colors review)
- Added function: GuiBackground() to retrieve style background color
- Removed useless spacing
2016-08-16 11:20:07 +02:00