victhor
|
d7540b76ff
|
Use CLAY__DEFAULT_STRUCT for empty clay elements
If not used in this version, causes an error on MSVC
|
2025-09-17 09:12:46 +02:00 |
|
github-actions[bot]
|
37675089e3
|
[bindings/odin] Update Odin bindings
|
2025-09-16 01:40:04 +00:00 |
|
Nic Barker
|
1cbc56cbf2
|
[Core] Remove ID from element declaration struct and split clay macro into CLAY and CLAY_WITHID (#492)
|
2025-09-16 11:39:07 +10:00 |
|
github-actions[bot]
|
0d6969c8c3
|
[bindings/odin] Update Odin bindings
|
2025-09-08 02:15:33 +00:00 |
|
Víctor López
|
958d684b3c
|
[Compilers] Fix struct with default initializer not using CLAY__DEFAULT_STRUCT (#498)
|
2025-09-08 12:14:05 +10:00 |
|
Rats
|
f55513493b
|
[Bindings/Odin] Fix ID procedure ignoring index (#496)
|
2025-09-08 12:13:00 +10:00 |
|
github-actions[bot]
|
dabf8214a8
|
[bindings/odin] Update Odin bindings
|
2025-09-08 02:12:08 +00:00 |
|
fgungor
|
747643e84e
|
[Core] fix unused extra macro param in CLAY_SID_LOCAL (#505)
|
2025-09-08 12:10:10 +10:00 |
|
rivten
|
5a0d301c60
|
[Renderers/Sokol] allow usage of images with sokol renderer (#489)
Co-authored-by: Hugo Viala <h.viala@ganacos.com>
Co-authored-by: Andrew Sampson <1297077+andrewmd5@users.noreply.github.com>
|
2025-09-08 11:35:18 +10:00 |
|
Andrew Sampson
|
1bc5105272
|
[Renderers/Sokol] Text measurement/rendering width mismatch in sokol_clay (#480)
|
2025-08-19 12:14:13 +10:00 |
|
github-actions[bot]
|
61bab7bba6
|
[bindings/odin] Update Odin bindings
|
2025-08-14 23:38:20 +00:00 |
|
Nic Barker
|
7f767d2301
|
[Core] Increase the default scroll container limit to 100
|
2025-08-15 09:37:23 +10:00 |
|
Daniel S Jeremiah
|
2b192409b9
|
[Documentation] -- updated README (#475)
|
2025-08-14 10:02:23 +10:00 |
|
github-actions[bot]
|
91c6d05774
|
[bindings/odin] Update Odin bindings
|
2025-07-15 23:32:23 +00:00 |
|
Nic Barker
|
4aa3d75bef
|
[Core] Split base ID hash from index ID hash
|
2025-07-16 09:30:54 +10:00 |
|
Hayden Gray
|
9d38edb989
|
[Bindings/Odin] SizingFit and SizingGrow default parameters (#462)
|
2025-07-09 09:07:10 +10:00 |
|
github-actions[bot]
|
516e85bdfe
|
[bindings/odin] Update Odin bindings
|
2025-07-01 23:47:56 +00:00 |
|
Tomás Ralph
|
0022d12c0c
|
[DebugTools] Fix aspect ratio display, closes #449 (#451)
|
2025-07-02 09:46:12 +10:00 |
|
Nic Barker
|
d9d0b6c37b
|
[Core] Fix incorrect percentage sizing of floating elements
|
2025-07-02 09:37:38 +10:00 |
|
Hayden Gray
|
8dfcc944fa
|
[Bindings/Odin] - add CI to update binding libs (#452)
|
2025-06-27 15:05:13 +10:00 |
|
Mivirl
|
a9c1f9a8a7
|
[Renderers/termbox2] Termbox2 renderer & examples (#419)
|
2025-06-27 08:26:38 +10:00 |
|
Nic Barker
|
281f961e3d
|
[Bindings/Odin] Update Odin bindings
|
2025-06-24 13:57:15 +10:00 |
|
Nic Barker
|
3433a53a8e
|
[Core] Fix an alignment bug for scrolling container contents
|
2025-06-24 13:55:20 +10:00 |
|
wolfee
|
4a91cac1b2
|
[Renderers/SDL3] Fix border position calculated incorrectly (#446)
|
2025-06-23 10:43:08 +10:00 |
|
Nic Barker
|
ff7917798c
|
[Core] Avoid calling measure text function with length zero
|
2025-06-23 10:10:13 +10:00 |
|
wolfee
|
f97cb9ea10
|
[Renderers/SDL] Font sizing is ignored (#444)
|
2025-06-23 09:30:14 +10:00 |
|
Nic Barker
|
74f0ffbe26
|
[Renderers/Cairo] Fix outdated image API usage in cairo example
|
2025-06-23 09:16:41 +10:00 |
|
Nic Barker
|
a5e212b8de
|
[Renderers/HTML] Fix a mouse overlap bug with external scroll handling
|
2025-06-20 10:59:44 +10:00 |
|
Nic Barker
|
0835781602
|
[Bindings/Odin] Update Odin Bindings
|
2025-06-18 09:55:32 +10:00 |
|
Nic Barker
|
13ecd80ee5
|
[Renderers/SDL3] Fix up outdated API usage in SDL3 example
|
2025-06-18 09:54:27 +10:00 |
|
Nic Barker
|
c524485c46
|
[Core] Fix case where there could be 64 extra bytes of padding between arrays in clays internal arena
|
2025-06-17 13:07:56 +10:00 |
|
Nic Barker
|
b9e27178c0
|
[Core] Align base arena memory to 64 byte cache line
|
2025-06-17 10:32:30 +10:00 |
|
Nic Barker
|
6f10bf4b3d
|
[Core] Remove erroneous break statement when using external scroll handling
|
2025-06-13 10:35:31 +10:00 |
|
Nic Barker
|
adb1bd620a
|
[Examples/clay-official-website] Fix links on official website example
|
2025-06-13 09:59:07 +10:00 |
|
Nic Barker
|
dca9f60a6c
|
[Core] Add objective-c support
|
2025-06-12 12:16:29 +10:00 |
|
Nic Barker
|
3ccfa0f8fa
|
[Core] Fix a bug where extra child gap was added to the dimensions of clipped containers
|
2025-06-11 10:41:01 +10:00 |
|
Nic Barker
|
35b45d939b
|
Fix some typos in the readme
|
2025-06-11 10:15:51 +10:00 |
|
Nic Barker
|
6b03a215b7
|
[Core] Fix an out of bounds access for single newline characters
|
2025-06-10 11:38:56 +10:00 |
|
Nic Barker
|
b25a31c1a1
|
[Bindings/Odin] Update Odin Bindings to latest
|
2025-06-06 11:01:42 +10:00 |
|
Nic Barker
|
8bbe14fbcc
|
[Documentation] Fix README typo, bump version number to 0.14
|
2025-06-06 10:20:37 +10:00 |
|
Alan
|
58491394ca
|
[Renderers/Raylib] Fix element float distortion (#430)
|
2025-06-05 10:49:26 +10:00 |
|
Nic Barker
|
87575cb7c3
|
[Core] Fix handling of letter spacing
|
2025-06-05 10:38:53 +10:00 |
|
Nic Barker
|
80659eda04
|
[Renderers/Web] Fix clay official website example struct definitions for web renderers
|
2025-06-04 10:50:35 +10:00 |
|
Rats
|
a3003cfa12
|
[Bindings/Odin] Update README to better match official website example. (#422)
|
2025-06-02 20:26:04 +10:00 |
|
Wes Lord
|
5eceb52abc
|
Set CMake FetchContent GIT_TAG for SDL_ttf (#423)
|
2025-06-02 13:00:45 +10:00 |
|
Michael Tanner
|
149833bdc0
|
[Core] Fix dimension calculation that would always result in 0 (#428)
|
2025-06-02 12:27:28 +10:00 |
|
Nic Barker
|
0431f862f4
|
[Core] Improve handling of aspect ratio scaling
|
2025-06-02 12:14:09 +10:00 |
|
Nic Barker
|
d6f3957a60
|
[Core] Split aspect ratio scaling into its own config (#426)
|
2025-06-02 10:36:58 +10:00 |
|
Boreal
|
89ce22e894
|
[Core] Fix sign comparison warning (#427)
|
2025-05-29 13:10:05 +10:00 |
|
Wes Lord
|
e80736892d
|
[Renderers/SDL2] Indent SDL2's CMakeLists.txt consistently (#424)
|
2025-05-28 09:50:00 +10:00 |
|