Oliver 'kfsone' Smith
bc456c6912
Added ConstrainRectangle helper
2021-02-24 13:26:40 -08:00
Oliver 'kfsone' Smith
69cba1203d
Format cleanup
2021-02-24 13:23:26 -08:00
Oliver 'kfsone' Smith
113982db71
ProgressBar cleanup
2021-02-24 13:23:09 -08:00
Oliver 'kfsone' Smith
a406f4bf03
Label cleanup
2021-02-24 13:13:07 -08:00
Oliver 'kfsone' Smith
da00f22f9c
Button cleanup
...
- Switch to using helpers to detect state and render boxes,
- Make state-coloring declarative as per combobox/checkbox,
- Use the clicked state,
No behavioral changes.
2021-02-24 12:59:43 -08:00
Oliver 'kfsone' Smith
b62c5f3020
Checkbox cleanup
...
- Switch to using helpers to detect state and render boxes,
- Make state-coloring declarative as per combobox,
- Use the clicked state,
No behavioral changes.
2021-02-24 12:59:11 -08:00
Oliver 'kfsone' Smith
cbecfffe04
Combobox cleanup
...
- Switch to using helpers to detect state and render boxes,
- Make state-coloring declarative in a simple table to reduce code footprint, separate concerns,
without adding runtime overhead,
- Leverage 'Clicked' state (bonus: eliminates a collision check. A CPU cycle has emerged in the wild!)
No behavioral changes,
2021-02-24 12:46:46 -08:00
Oliver 'kfsone' Smith
c0b8c09edc
Added 'SetStyleColor' to make it simpler to set a color
2021-02-24 12:25:49 -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
Milan Nikolic
f0e483d8d0
Merge pull request #128 from kfsone/dev/gui-cleanup
...
Cleanup of combobox and textheight
2021-02-24 12:04:57 +01:00
Oliver 'kfsone' Smith
c21a1463c9
cleanup of combobox and textheight
2021-02-23 18:45:53 -08:00
Milan Nikolic
72e19e9bd1
Merge pull request #126 from xzebra/shapes-bindings
...
Shapes bindings
2021-02-06 12:47:09 +01:00
xzebra
a7db43f398
fix binding mistakes
2021-02-06 01:34:23 +01:00
xzebra
afb72fa594
lined polygon function
2021-02-06 01:12:57 +01:00
xzebra
1b2825bc0c
triangle functions
2021-02-06 01:12:40 +01:00
xzebra
7d41c2d3df
rounded rectangle functions
2021-02-06 01:12:27 +01:00
xzebra
8448e4c97c
ring functions
2021-02-06 01:12:11 +01:00
xzebra
bbeaed58af
circle sector functions
2021-02-06 01:11:59 +01:00
Milan Nikolic
d123299701
Change KeyLeftSuper constant, fixes #118
2020-11-23 14:33:37 +01:00
Milan Nikolic
5b0944b556
Move raymath to raylib package, issue #58
2020-09-05 17:38:24 +02:00
Milan Nikolic
97a2104544
Don't pass pointers, fixes #65
2020-09-05 17:22:04 +02:00
Milan Nikolic
f7e848f9f8
Add Ellipse functions, fixes #107
2020-09-04 20:21:20 +02:00
Milan Nikolic
559b947489
Remove unused files
2020-09-04 13:44:55 +02:00
Milan Nikolic
e882cf2df1
Silence warning
2020-09-03 23:31:48 +02:00
Milan Nikolic
93578e2437
Fix Android
2020-09-03 23:22:07 +02:00
Milan Nikolic
5c9b8d4089
Merge pull request #112 from juan-medina/updated-c-sources
...
update raylib and deps
2020-09-03 22:50:21 +02:00
Juan Medina
1c90e59273
restore android logic
2020-09-03 17:57:47 +01:00
Juan Medina
63187d19a5
Merge remote-tracking branch 'origin/updated-c-sources' into updated-c-sources
...
# Conflicts:
# raylib/platform_desktop.go
2020-09-02 14:43:23 +01:00
Juan Medina
3ce10f94d6
change example since LoadImageEx was removed
2020-09-02 14:40:24 +01:00
Juan Medina
3fcffd9168
update raylib and deps
2020-09-02 13:59:51 +01:00
Juan Medina
276beaf660
update raylib and deps
2020-09-02 13:57:04 +01:00
Milan Nikolic
fd64d4172a
Merge pull request #111 from juan-medina/master
...
Adding multichannel audio functions
2020-09-01 18:09:49 +02:00
Juan Medina
01e81219da
Adding multichannel audio functions
2020-09-01 16:42:44 +01:00
Milan Nikolic
f2de21371c
Merge pull request #110 from juan-medina/master
...
adding SetTraceLogCallback
2020-08-31 11:24:59 +02:00
Juan Medina
ca72d271e1
adding SetTraceLogCallback
2020-08-28 21:19:18 +01:00
Milan Nikolic
7bdb60d758
Merge pull request #103 from andygeiss/master
...
vector2 divide/multiply/lerp added
2020-06-25 23:21:57 +02:00
andygeiss
e8f72b37c9
vector2 divide/multiply/lerp added
2020-06-25 22:49:39 +02:00
Milan Nikolic
e0f56b2275
Merge pull request #102 from Riku32/master
...
Added paint example
2020-05-28 10:29:52 +02:00
Delta
59fb2531d2
Added paint example
2020-05-27 21:11:19 -05:00
Milan Nikolic
13ca6365b5
Fix Android build
2020-05-04 19:24:50 +02:00
Milan Nikolic
a05c757988
Update README.md
2020-05-04 18:50:00 +02:00
Milan Nikolic
7ab77a4730
Update C sources
2020-05-04 18:19:50 +02:00
Milan Nikolic
efd3445362
Merge pull request #95 from xzebra/new-functions
...
ScissorMode and Text functions
2020-05-04 18:00:05 +02:00
Milan Nikolic
3b86b956fa
Merge pull request #101 from uglywizkid/master
...
Add missing bindings
2020-04-11 17:06:31 +02:00
Tobias Giess
ee8229b508
Add binding for GetScreenToWorld2D
2020-04-11 13:46:52 +02:00
Tobias Giess
8f46e31841
Add binding for GetWorldToScreen2D and GetCameraMatrix2D
2020-04-11 13:09:37 +02:00
Tobias Giess
7f51b78220
Add gitignore, ignore .idea
2020-04-11 12:59:02 +02:00
Milan Nikolic
72bb6e01ad
Merge pull request #97 from antonskwr/mouse-position-osx-fix
...
Update C sources, macOS mouse position fix
2020-01-23 00:50:34 +01:00