]> _ Git - clay.git/shortlog
clay.git
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-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...
2025-02-10 Joram VandemoorteleCreate csharp bindings README (#247)
2025-02-10 Nic Barker[Examples/clay-official-website] Update web renderer...
2025-02-08 Nic Barker[Bindings/Odin] Add support for Clay_Hovered() to Odin...
2025-02-08 Dan Korostelev[Bindings/Odin] Add get/set current context method...
2025-02-06 Nic Barker[Documentation] Update README to fix quick start exampl...
2025-02-06 tomat[Renderers/SDL2] Add rounded rectangle support to sdl2...
2025-02-06 Nic Barker[Core] Add error for incorrect percentage values, updat...
2025-02-06 Nic Barker[Bindings/odin] Update odin bindings for debug tooling
2025-02-06 Nic Barkerfix mistake in x64 simd comparison
2025-02-06 johan0Aadd CLAY_DISABLE_SIMD flag to conditionally disable...
2025-02-06 Nic Barker[Core] Update debug view for new non rectangle API
2025-02-06 Nic Barker[Bindings/Odin] Update odin bindings for rendercommand...
2025-02-05 Nic Barker[Core] Fixed a bug where userdata wasn't getting correc...
2025-02-05 Nic Barker[Core] Fixed a bug where Clay_Hovered didn't work with...
2025-02-04 Nic Barker[Core] Replace config macros with a single unified...
2025-01-30 Harrison LambethFix int conversion errors in msvc (#242)
2025-01-29 Harrison LambethCopy elementId in Clay__AddHashMapItem() in case underl...
2025-01-29 Nic Barker[Core] Add option to hash text contents to text config...
2025-01-29 Nic Barker[Core] Compensate for OSes that don't return 64b aligne...
2025-01-29 Nic Barker[Core] Replace generated arrays with macro declarations...
2025-01-29 Martin Evald[Renderers/SDL2] Don't take addresses of temporaries...
2025-01-29 noflashbangNormalized usage of Clay__defaultMaxElementCount and...
2025-01-26 Nic Barker[Documentation] Fix incorrect type information in READM...
2025-01-26 Nic Barker[Documentation] Fix some typos in the README example...
2025-01-26 Nic Barker[Core] Add z-index and string base to Render Commands...
2025-01-26 Nic Barker[Documentation] Combine quick start steps into a single...
2025-01-26 Cory[CMake] Make Examples Optional in CMAKE (#216)
2025-01-26 arnauNau[Renderers/SDL3] Add borders and rounded borders functi...
2025-01-24 Timothy Hoyt[Bindings/C++] Link and information for ClayMan, a...
2025-01-22 arnauNau[Renderers/SDL3] Add rounded corners rectangle function...
2025-01-21 Nic Barker[Examples/Raylib] Restore deleted font
2025-01-21 Nic Barker[Renderers/Raylib] Early return 0 rather than segfault...
2025-01-21 Nic BarkerFix quick start in README to include error handler
2025-01-21 Nic Barker[Documentation] Include CLAY_ID_LOCAL in README.md
2025-01-21 Nic BarkerUpdate odin and wasm bindings
2025-01-21 Nic Barker[Core] Fix layout bug in SIZING_PERCENT
2025-01-21 Nic BarkerFix incorrect use of corner radius
2025-01-21 Timothy Hoytfixed video demo padding (#205)
2025-01-19 Nic BarkerUpdate odin bindings for new text measurement API
2025-01-19 Nic Barker[Core] Convert measureText pointer to value string...
2025-01-19 Daniel CollinSetMesureText and SetQueryScrollOffset takes userData...
2025-01-19 Linus Probert[Renderers/SDL3] Adds an example using SDL3 as a render...
2025-01-18 William Inal... Add external link to zig bindings (#210)
2025-01-18 ppebExtend SDL2 Renderer and SDL2-video-demo (#208)
2025-01-15 Nic Barker[Core] Fix a segfault if debug tools were enabled witho...
2025-01-14 Michael Savage[Core] Don't divide zero by zero (#200)
2025-01-14 Nic Barker[Core] Add API to query element bounding boxes (#199)
2025-01-14 Nic BarkerFix a bug with the new padding
2025-01-13 Nic Barker[Core] [Breaking] Split padding values into left, right...
2025-01-13 Harrison LambethAdd a function to reset text measurement cache (#181)
2025-01-13 Nic BarkerFix text wrapping handling with explicit newline charac...
2025-01-12 Nic BarkerFix incorrect border between children after 2nd element
2025-01-11 Nic BarkerFix broken ifdef on MSVC
2025-01-11 Nic BarkerFixed a bug where minMemorySize could cause a memory...
2025-01-11 Nic BarkerFix uint64 usage for wasm
2025-01-11 Nic BarkerFix bug in html renderer debug tools
2025-01-11 Nic Barkerupdate odin bindings
2025-01-11 Nic Barkerfix C++ compile issues
2025-01-11 Nic BarkerUpdate odin bindings
2025-01-11 Nic BarkerAdd EXTEND_CONFIG_BORDER
2025-01-11 Nic BarkerUpdate debug view to have correct z indexing
2025-01-11 Nic BarkerFix z index sorting of tree roots
2025-01-10 Nic BarkerAdd an epsilon to compression comparison to prevent...
next