]> _ Git - clay.git/shortlog
clay.git
2025-05-01 Rats[Bindings/Odin] Odin Raylib renderer rewrite (#395)
2025-05-01 Nic Barker[Core] Replace .scroll config with .clip (#376)
2025-04-29 Nic Barker[Renderers/Raylib] Pin raylib version to 5.5
2025-04-29 Nic Barker[Core] Correctly throw an error when using attach to...
2025-04-16 Nic Barker[Core] Fix a string hash bug with single characters...
2025-04-16 Jackson Novak[Documentation] Fix Clay_String definition in README...
2025-04-14 Tim Lügger[Renderers/Raylib] Fix raylib renderer border bottom...
2025-04-14 Lily Nikitin[Renderers/Raylib] Add explicit type cast for malloc...
2025-04-11 Nic Barker[Core] Fix a potential null pointer deref in scroll...
2025-04-09 Nathan Korth[Renderers/Sokol] Sokol renderer & examples (#373)
2025-04-08 Philosoph228[Renderers/WinGDI] Working on Win32 GDI renderer and...
2025-04-04 Nic Barker[Core] Fix onHover reference not being reset for identi...
2025-04-03 Nic Barker[CMake] Revert change to CMakeLists because of OSX...
2025-03-31 Vitalii Rohozhyn[Cmake] basic CMake support for easier import into...
2025-03-31 Nic Barker[Core] Remove unused variable in arm simd and inline...
2025-03-31 Nic Barker[Core] Fix a bug with how element string ids were store...
2025-03-31 Nic Barker[Renderers/Raylib] Fix FLAG_HIGHDPI causing window...
2025-03-27 Nic Barker[Compilers] Fix implicit typecast in simd hash function
2025-03-27 Nic Barker[Core] Fix implicit simd typecast on arm architectures
2025-03-26 Piggybank Studios[Core] Fix CLAY__ELEMENT_DEFINITION_LATCH overflow...
2025-03-25 Nic Barker[Core] Fix a bug where ID aliases werent copied on...
2025-03-25 ellie-but-backwards[Bindings/Odin] Remove field hashStringContents in...
2025-03-25 Igor Karatayev[Core] Guard against hashmap item null dereference...
2025-03-24 Nic Barker[Core] Switch text content hashing to default behaviour...
2025-03-20 Nic Barker[Core] Apply minimum width for single words and fix...
2025-03-20 Leo Zurbriggen[Bindings/Odin] expose _OpenElement and _CloseElement...
2025-03-17 Nic Barker[Compilers] Add a dummy function to suppress unused...
2025-03-17 Nic Barker[Renderers/SDL2] Added explicit include of math.h in...
2025-03-17 Nic Barker[Housekeeping] Revert previous commit to allow proper...
2025-03-17 Nic Barker[Renderers/SDL2] Added explicit include of math.h in...
2025-03-17 Nic Barker[Core] Fix a bug where floating elements could be clipp...
2025-03-15 Emerald-Rubymath.h include missing cause lots of warning logs
2025-03-12 Nic Barker[Renderers/SDL2] Fix rounded corner border index
2025-03-12 Nic Barker[Renderers/Raylib] Reuse memory in raylib renderer...
2025-03-12 Nic Barker[Compilers] Fix integer truncation warnings with explic...
2025-03-12 Nic Barker[Renderers/win32_gdi] Create initial WinGDI renderer
2025-03-12 Nic BarkerUpdate README
2025-03-12 Nic Barker[Bindings/Odin] Add support for local ids to odin bindings
2025-03-12 Nic Barker[Bindings/Odin] Fix bad data type in odin bindings...
2025-03-10 Nic BarkerMerge pull request #320 from shakkar23/patch-1
2025-03-10 Nic BarkerMerge pull request #300 from joshuahhh/patch-1
2025-03-10 Nic BarkerMerge pull request #319 from emoon/pass-declaration...
2025-03-10 haileyUpdated rectangle border rendering
2025-03-10 hailey[Renderers/Win32_GDI] first pass, fixed build errors...
2025-03-10 __hexmaster111Added win32 samples (first pass)
2025-03-10 __hexmaster111Merge branch 'nicbarker:main' into main
2025-03-10 Nic Barker[Documentation] Update internal version number to 0...
2025-03-09 Jesus Cocaadd resizing while the window is being resized
2025-03-08 Daniel Collin[Compilers] Fixed SIMD related compile error on some...
2025-03-08 Daniel CollinSupport passing declaration by pointer as well
2025-03-08 Johann MuszynskiFix integer truncation warnings with explicit casts
2025-03-07 Nic Barker[Bindings/Odin] Update odin bindings for text config...
2025-03-07 Michael Savage[Core] Add a userData pointer to Clay_TextElementConfig...
2025-03-07 Ethan McCue[Documentation] Fix typo (#315)
2025-03-05 Nic Barker[Bindings/Odin] Recompile odin bindings with -O3
2025-03-04 Rico P[Documentation] fix example in README (#307)
2025-03-04 __hexmaster111Updated measure text to support the defualt raylib...
2025-03-04 Laytan[Bindings/Odin] fix CreateArenaWithCapacityAndMemory...
2025-03-04 __hexmaster111Update main.c
2025-03-04 __hexmaster111Update main.c
2025-03-04 __hexmaster111updated examples to call close
2025-03-04 Joshua HorowitzUpdate README.md: it's gotten bigger
2025-03-03 __hexmaster111Added missing CloseWindow() call for raylib as well
2025-03-03 __hexmaster111[Raylib Render] Dont call malloc and Free every frame...
2025-03-03 Nic Barker[Core] Improve & streamline grow / shrink handling...
2025-03-03 FintasticMan[Macros] Add versions of the CLAY_ID macros that take...
2025-03-03 mizmar[Renderers/SDL2] Fix rounded corner border index
2025-03-02 Nic Barker[Core] Convert capacity from uint32_t to size_t in...
2025-02-26 Joram Vandemoortele[Compilers] Added DLL macro to support .dll building...
2025-02-24 Nic Barker[Core] Fix bug where hover state didnt take clip rectan...
2025-02-23 Benjamin Block[Documentation] Update `README.md` for Odin bindings...
2025-02-19 mizmar[Core] Fix inverted condition for setting booleanWarnin...
2025-02-19 Alex Pedley[Core] Make fakeContext use correct value from currentC...
2025-02-17 Nic Barker[Core] Fix a bug where floating elements would be incor...
2025-02-17 Laytan[Bindings/Odin] add missing bindings, fix binding,...
2025-02-16 Timothy Hoyt[Renderers/SDL2] Opengl, antialiasing, vsync, alpha...
2025-02-16 Nic Barker[Documentation] Update README.md to include docs on...
2025-02-16 Thomas Anderson[Renderers/Raylib] Convert Image usage to Texture ...
2025-02-16 Timothy Hoyt[Renderers/SDL2] Make SDL_RenderCornerBorder static...
2025-02-16 irfan-zahir[Renderers/SDL3] Enable sdl3 alpha blending (#261)
2025-02-13 Nic Barker[Github] Create FUNDING.yml
2025-02-13 Timothy Hoyt[Renderers/SDL2] Added rounded corner borders and fixed...
2025-02-13 Nic Barker[Core] Fix aspect ratio scaling of images when only...
2025-02-12 tomat[Renderers/SDL3] Add image rendering and scissor suppor...
2025-02-12 Julio Ernesto... [Renderers/SDL3] Use text engine to render text on...
2025-02-12 Nic Barker[Examples/clay-official-website] Update compiled wasm...
2025-02-12 Nic Barker[Examples/clay-official-website] Switch default rendere...
2025-02-12 Nic Barker[Bindings/Odin] Update odin bindings to include debug...
2025-02-12 Nic Barker[Core] Update debug tools to include text alignment
2025-02-11 Nic Barker[Documentation] Fix documentation mistake for border...
2025-02-11 Nic Barker[Documentation] Update README with better documentation...
2025-02-11 Nic Barker[Core] Add .textAlignment field to text element config
2025-02-11 Nic Barker[Compilers] Fix missing initializer warnings under...
2025-02-11 Nic Barker[Core & Documentation] Cleanup public / private API...
2025-02-11 Nic Barker[Documentation] Add inline documentation comments for...
2025-02-10 Nic Barker[Bindings/Odin] Switch error enum to correct size
2025-02-10 Harrison LambethDefine CLAY_IMPLEMENTATION in Jetbrains IDE (#236)
2025-02-10 Nic Barker[DebugTools] Fix a bug with display of border widths...
2025-02-10 Nic Barker[Core] Fix a bug where floating containers with anonymo...
2025-02-10 FelixBreitweiser[Core] Check whether the maximum number of elements...
next