Igna778
4a1d272949
fix: removing overlaping strokes in the canvas renderer
...
In the border command there are multiple strokes in the border path making the renderer to paint the same line / arc multiple times, this leads to a broken alpha that gets more transparent as it goes one with the strokes.
2025-10-04 11:15:34 +02:00
Nic Barker
adb1bd620a
[Examples/clay-official-website] Fix links on official website example
2025-06-13 09:59:07 +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
Nic Barker
22e8cc318c
[Bindings/Odin] Update odin bindings for text config userdata pointer
2025-03-08 11:08:04 +13:00
Nic Barker
76c8e1f115
[Examples/clay-official-website] Update web renderer example to latest API
2025-02-10 16:53:21 +13:00
Nic Barker
9d940c1f8e
[Core] Replace config macros with a single unified configuration struct ( #240 )
2025-02-04 17:00:19 +13:00
Nic Barker
0a703de69a
[Core] Add z-index and string base to Render Commands ( #227 )
2025-01-26 15:28:35 +13:00
Daniel Collin
e8025cc254
SetMesureText and SetQueryScrollOffset takes userData ( #212 )
2025-01-20 10:59:02 +13:00
vince
723f59dffd
[Renderers/Web] treat RenderCommand.commandType as uint8_t instead of uint32_t ( #162 )
2025-01-05 14:34:16 +13:00
Nic Barker
cf12cd6af8
[Core] Standardise number types to int32_t for array indices, lengths and capacities ( #152 )
2025-01-03 11:24:32 +13:00
Nic Barker
5fe11c6535
Fix a bug in the HTML renderer
2024-12-28 20:30:38 +13:00
Nic Barker
04694b0da2
[Core] Implement Error Handler / Callback ( #105 )
2024-12-26 19:58:59 +13:00
Nic Barker
18f06e5faf
Implement native scroll containers in HTML renderer ( #54 )
2024-12-19 11:35:18 +13:00
Nic Barker
29133bc783
Multi-type elements ( #34 )
2024-10-22 20:41:35 +13:00
Nic Barker
c6ab57c638
Add font preload to web renderers and update README
2024-09-17 19:05:59 +12:00
Nic Barker
a4f90a217d
Debug Tools ( #15 )
2024-09-16 21:34:59 +12:00
Nic Barker
52b6b0564e
Improved HTML renderer and official website example
2024-08-28 11:03:20 +12:00
Nic Barker
5e677cafb5
Add scrollbar to official website and improve culling ( #2 )
2024-08-27 10:16:55 +12:00
Nic Barker
09fc980434
Set touch-action:none for canvas renderer to prevent mobile issues
2024-08-24 21:32:05 +12:00
Nic Barker
9c5b90e71b
Fixed a typo bug with drag scrolling in scroll containers
2024-08-24 21:27:43 +12:00
Nic Barker
138a1e717f
Fix links being unclickable in canvas renderer
2024-08-23 20:11:34 +12:00
Nic Barker
03a6c6cf5a
initial commit
2024-08-23 16:11:56 +12:00