Nic Barker
|
0d49df0043
|
Update readme
|
2024-10-21 20:46:23 +13:00 |
|
Nic Barker
|
84be5d69d5
|
Updates to text config
|
2024-10-20 15:17:38 +13:00 |
|
Nic Barker
|
03c619d499
|
Switch all configs to value based rather than pointer
|
2024-10-20 14:49:25 +13:00 |
|
Nic Barker
|
54132c1631
|
Update odin bindings for multi config
|
2024-10-16 16:01:27 +13:00 |
|
Nic Barker
|
6fdabc85cf
|
Fixes for html renderer
|
2024-10-16 14:09:21 +13:00 |
|
Nic Barker
|
c496ddd853
|
gcc
|
2024-10-16 14:09:21 +13:00 |
|
Nic Barker
|
59c4febe92
|
compiler fixes
|
2024-10-16 14:09:21 +13:00 |
|
Nic Barker
|
e9dc187f1a
|
c++ compiler fixes
|
2024-10-16 14:09:21 +13:00 |
|
Nic Barker
|
df90a51a0f
|
reimplement text wrapping and improve performance
|
2024-10-16 14:09:19 +13:00 |
|
Nic Barker
|
a26faa54e6
|
Integrate upstream changes
|
2024-10-16 13:50:58 +13:00 |
|
Nic Barker
|
8bb3803407
|
Line height
|
2024-10-16 13:50:58 +13:00 |
|
Nic Barker
|
1b0d315649
|
Fixes for official website
|
2024-10-16 13:50:58 +13:00 |
|
Nic Barker
|
4fb5548913
|
fix c++ warnings
|
2024-10-16 13:50:58 +13:00 |
|
Nic Barker
|
1a94b00700
|
Fix bugs
|
2024-10-16 13:50:58 +13:00 |
|
Nic Barker
|
b3d825ceee
|
interim commit
|
2024-10-16 13:50:58 +13:00 |
|
Nic Barker
|
b678249cbe
|
interim commit
|
2024-10-16 13:50:58 +13:00 |
|
Nic Barker
|
3dffbea2a3
|
Fix an overflow bug in the text measurement cache (#44)
|
2024-10-16 12:11:01 +13:00 |
|
Richard Hozák
|
3b03a79f28
|
Fix scroll on mouse down being overriden by touch scroll (#42)
|
2024-10-15 11:47:25 +13:00 |
|
johan0A
|
05eb12bed7
|
Made casting more explicit for better compatibility with different compilers (#41)
|
2024-10-12 13:25:22 +13:00 |
|
Nic Barker
|
4ce3105f58
|
Fix touch scrolling bug on official website
|
2024-10-12 13:16:25 +13:00 |
|
Nic Barker
|
9a8775751f
|
Cleanup compiler options
|
2024-10-07 19:30:15 +13:00 |
|
Nic Barker
|
f579690f5d
|
Improve space allocation for GROW containers
|
2024-10-07 18:56:13 +13:00 |
|
Nic Barker
|
d826187b50
|
Update odin bindings
|
2024-10-06 19:34:42 +13:00 |
|
Nic Barker
|
90b4b0de26
|
float cast to appease C++
|
2024-10-06 13:32:55 +13:00 |
|
Nic Barker
|
843b5bfe89
|
Add numeric rounding to final bounding box output
|
2024-10-06 13:29:06 +13:00 |
|
Nic Barker
|
51082d2f1e
|
Change lineSpacing text config attribute to lineHeight (#37)
|
2024-10-05 20:57:52 +13:00 |
|
Nic Barker
|
26013e657f
|
Fix a bug that causes incorrect allocation of total width to multiple SIZING_GROW children
|
2024-10-05 18:55:22 +13:00 |
|
Nic Barker
|
c3f2baf40a
|
Fix a bug with scroll offset in scroll containers with GROW where contents were smaller than container
|
2024-10-05 11:59:29 +13:00 |
|
Patrik Smělý
|
c02db35554
|
[Bug] Fix NEWLINES wrap mode not being respected correctly (#36)
|
2024-10-04 14:30:49 +13:00 |
|
Nic Barker
|
2cf212e992
|
Update discord link to permanent and add note for discord link in readme
|
2024-10-04 10:19:08 +13:00 |
|
Nic Barker
|
761596b36c
|
Add discord link to official website
|
2024-10-04 10:05:13 +13:00 |
|
Patrik Smělý
|
987e7fde5d
|
Fix bug in Clay_SetPointerState that causes null pointer deref (#33)
|
2024-10-02 15:05:52 +13:00 |
|
Nic Barker
|
948b7ce70b
|
C++20 Support (#31)
|
2024-09-29 12:53:46 +13:00 |
|
Nic Barker
|
21d9f06a47
|
Update odin bindings for CLAY_ID_LOCAL
|
2024-09-28 15:49:43 +12:00 |
|
Nic Barker
|
5e7c4c41eb
|
[C] Convert element macros to use for() internally (#30)
|
2024-09-28 15:43:29 +12:00 |
|
Nic Barker
|
1b410dd858
|
Remove github actions until further notice
|
2024-09-28 13:03:42 +12:00 |
|
Nic Barker
|
f19c72c4e1
|
Update cmake-multi-platform.yml
|
2024-09-28 12:58:15 +12:00 |
|
Nic Barker
|
3b6d417d64
|
Testing out github actions
|
2024-09-28 12:57:10 +12:00 |
|
Nic Barker
|
3b4c177e58
|
Fix const inits for gcc 9.4 and add docker tests for old gcc compiler (#29)
|
2024-09-28 07:42:08 +12:00 |
|
Bach Le
|
10cc866477
|
Add CLAY_LOCAL_ID[I] (#27)
|
2024-09-25 14:04:28 +12:00 |
|
Nic Barker
|
3775927e40
|
Replace const structs with macros to appease GCC
|
2024-09-25 13:43:23 +12:00 |
|
Bach Le
|
c60fb1300f
|
Initialize text measurement hashmap (#25)
|
2024-09-25 13:30:36 +12:00 |
|
Severin Denisenko
|
52b3f6a14e
|
Use shallow clone on Raylib (#23)
This change reduces time of project configuration from 24 second to 12 seconds
|
2024-09-22 13:27:29 +12:00 |
|
Michael Savage
|
3e0791bdc5
|
Don't use __VA_ARGS__ in a non-variadic macro (#21)
|
2024-09-21 08:14:54 +12:00 |
|
Nic Barker
|
6430bbbdc3
|
Fix warnings caused by misname
|
2024-09-21 08:13:22 +12:00 |
|
Nic Barker
|
5bb725d005
|
Fix forward declarations
|
2024-09-21 08:04:31 +12:00 |
|
Nic Barker
|
0903440a34
|
Add notice for defining implementation macro at the top of the file
|
2024-09-20 20:56:33 +12:00 |
|
Nic Barker
|
332837befd
|
Fix issues with multiple translation units (#20)
|
2024-09-20 20:46:48 +12:00 |
|
Nic Barker
|
b2d922c78d
|
Fix a compile bug in update scroll containers
|
2024-09-20 07:12:11 +12:00 |
|
Nic Barker
|
f17afc387a
|
Update version
|
2024-09-18 11:54:06 +12:00 |
|