Commit Graph

10 Commits

Author SHA1 Message Date
Nic Barker
e8fe2e5270 uintptr_t to void* 2025-02-04 16:31:27 +13:00
Nic Barker
9c99ac7800 fix raylib renderer to use pointer to fonts rather than global variable 2025-02-04 11:41:59 +13:00
Nic Barker
577946a3be Fix handling of corner radius in examples 2025-01-31 11:17:23 +13:00
Nic Barker
ec746667ce Convert examples to use shared layout code 2025-01-30 19:39:39 +13:00
Nic Barker
591bf68e1e Add shared layouts to examples, improve hover and style overrides 2025-01-30 15:40:29 +13:00
Nic Barker
1bcf256e4d
[Core] Replace generated arrays with macro declarations, align cache lines to 64 bytes (#235)
Some checks are pending
CMake on multiple platforms / build (Release, cl, cl, windows-latest) (push) Waiting to run
CMake on multiple platforms / build (Release, clang, clang++, ubuntu-latest) (push) Waiting to run
CMake on multiple platforms / build (Release, gcc, g++, ubuntu-latest) (push) Waiting to run
2025-01-29 17:14:01 +13:00
Daniel Collin
e8025cc254
SetMesureText and SetQueryScrollOffset takes userData (#212) 2025-01-20 10:59:02 +13:00
Nic Barker
f1d8a53a32
[Core] [Breaking] Split padding values into left, right, top, bottom (#195) 2025-01-14 10:38:02 +13:00
Nic Barker
db04381285 Enable debug mode in multi config example 2025-01-10 09:17:31 +13:00
Harrison Lambeth
944d290428
[Core] Multi instance / context support (#174) 2025-01-10 09:08:48 +13:00