5
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add c++20 support More... over 1 year ago
Added missing file for the clanUI makefile More... over 2 years ago
Update the configure script to stop the autoconv warnings. Now what will this break More... over 2 years ago
Fix typo, clanUI should say clanXML More... almost 3 years ago
Fix font draw path using hiDPI to correctly scale the font More... almost 3 years ago
Removed a comment on the last commit by accident More... almost 3 years ago
Support for HiDPI for multi monitor PC's (Windows 10) More... almost 3 years ago
Merge pull request #119 from zhangwenlong8911/master More... almost 3 years ago
Add support for loongarch More... almost 3 years ago
Merge pull request #118 from xctan/support-riscv More... about 3 years ago
Add support for riscv More... about 3 years ago
apply ggardet workaround to build on aarch64 More... over 3 years ago
Linux ALSA was not enabled More... almost 4 years ago
Add an updated_view_tree virtual function to View, to allow a view to detach resources when not active. Each view now contains it's own view_tree pointer More... over 4 years ago
Precalculate the standard property hashes to significantly enhance performance when a large number of views are used. (API is still compatible) More... over 4 years ago
Revert accidental commit of ui.h More... over 4 years ago
Fix incorrectly applied patch (oops!) More... over 4 years ago
Fix Android GL header conflict More... over 4 years ago
Fix Android build and fix some warnings More... over 4 years ago
Remove the warning "option 'Gm' has been deprecated and will be removed in a future release" More... over 4 years ago
Various OpenGL ES3.2 fixes More... over 4 years ago
Prevent visual studio uninitialised warning More... over 4 years ago
Initial support for OpenGL ES3.2 Requires CLANLIB_OPENGL_ES3 define when developing in windows. More... over 4 years ago
Linux compile fixes More... over 4 years ago
Fix accuracy of clan::GameTime get_time_elapsed_ms() by separating the mathematics between microseconds and milliseconds to avoid cumulative rounding errors More... over 4 years ago
Linux compile fixes More... over 4 years ago
It seems "and", "or" and "xor" are reserved c++ keywords More... over 4 years ago
Update all the Copyright dates. (Probably not required) More... over 4 years ago
Adjust the VisualStudio project creation application to include ALL source code files, marking ExcludedFromBuild the relevant files More... over 4 years ago
Convert the Examples and Tests to use the revised API (enum to enum class) More... over 4 years ago