Commit graph

35 commits

Author SHA1 Message Date
JupiterRider
a158bd444e [raygui] don't trim leading and trailing white spaces (fix #351) 2024-05-18 17:56:40 +02:00
JupiterRider
7c239d1050 [raygui] use nil for empty strings; fixes #386 2024-05-16 20:41:28 +02:00
JupiterRider
c212c33886 [raygui] empty string will cause the draw of a title-bar, but nil doesn't 2024-05-16 19:05:18 +02:00
John Bannister
0b4f8b1cc0 Fix ScrollPanel view binding
The values on the view parameter of ScrollPanel() should be updated with
the values set by the C method.
2024-04-07 14:12:03 +01:00
Michał
cf285a20a1
Fix mouseCell pointer not updaing value 2023-12-19 14:38:36 +00:00
Milan Nikolic
4e92726a47
Update raygui, issue #262 2023-11-12 15:44:49 +01:00
Milan Nikolic
f770ca0981
Merge pull request #278 from MurilloBrand/master
Fixing TextBox issue and adding Trim to other inputs
2023-08-26 18:00:40 +02:00
Murillo Brandão
b80e660c8d
Fixing file with gofmt 2023-08-26 12:45:54 -03:00
Murillo Brandão
a99e6eea97
Fixing TextBox issue and adding Trim to other inputs 2023-08-26 11:31:43 -03:00
wintermute
305603f289 bugfix: change raygui.SetStyle and raygui.GetStyle to use int64 for the value 2023-08-20 23:53:08 +02:00
JupiterRider
8a6cf52891 Comment updated 2023-03-25 12:37:13 +01:00
JupiterRider
c3738608cf Getter and setter for font added 2023-03-25 12:27:33 +01:00
Milan Nikolic
62ed2c3798
Add copy of raylib.h for raygui, issue #245 2023-02-13 09:09:48 +01:00
Milan Nikolic
8447b37c50
Add SRCDIR, issue #245 2023-02-13 08:48:19 +01:00
Milan Nikolic
d5843a09b1
Update raygui, silence warnings 2022-12-02 14:08:54 +01:00
Konstantin8105
48e175c3b5 add pictures in README 2022-11-25 14:28:20 +03:00
Konstantin8105
f19f61b778 step 2022-11-23 12:35:50 +03:00
Konstantin8105
7a467d5aae gui folder 2022-11-23 12:26:13 +03:00
Konstantin8105
e8a384ed13 step 2022-11-22 18:14:43 +03:00
Oliver 'kfsone' Smith
bc456c6912 Added ConstrainRectangle helper 2021-02-24 13:26:40 -08:00
Oliver 'kfsone' Smith
0e83add8be Added bordered-rectangle helper functions (without adding users) 2021-02-24 12:19:31 -08:00
Oliver 'kfsone' Smith
eff176bb13 Added [optional] 'Clicked' state and GetInteractionState function 2021-02-24 12:18:45 -08:00
Oliver 'kfsone' Smith
8e6dcc45e1 Break raygui.go into separate files
- per-control .go file,
- separate file for style/property stuff,
- added NumProperties enum to the list of properties for constraint checking,
- should be no code changes
2021-02-24 12:18:02 -08:00
Oliver 'kfsone' Smith
c21a1463c9 cleanup of combobox and textheight 2021-02-23 18:45:53 -08:00
Milan Nikolic
08aa518a46 Update C sources, add new functions and rename package to 2018-10-08 18:56:34 +02:00
Milan Nikolic
07185b35c1 Fix BackSpace in TextBox 2018-05-07 18:49:04 +02:00
Milan Nikolic
a6d36a3699 Update C sources, add new functions 2018-05-06 09:34:11 +02:00
Milan Nikolic
9854c841fc Update GUI 2018-02-21 22:33:33 +01:00
Milan Nikolic
ab45d642e5 Update GUI 2017-10-27 20:01:32 +02:00
Milan Nikolic
6bcfa21235 Fix ineffectual assignments 2017-02-25 09:55:15 +01:00
Milan Nikolic
7e1cf349aa Golint 2017-02-21 15:19:22 +01:00
Milan Nikolic
29546140b9 Golint 2017-02-21 15:06:11 +01:00
Milan Nikolic
56debbf236 Improve GUI on Android, add OpenAsset function 2017-02-02 02:05:14 +01:00
Milan Nikolic
969ba1dc21 Golint 2017-02-01 01:50:51 +01:00
Milan Nikolic
d7ff68b487 Initial commit 2017-01-27 09:35:30 +01:00