16
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 05, 2025 — Mar 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
bump version to 3.4.4 More... over 2 years ago
fix build with static Ogre More... over 2 years ago
fix build with MYGUI_USE_FREETYPE=OFF More... over 2 years ago
update changelog More... over 2 years ago
fix deprecated Ogre getAnimationStateIterator call More... over 2 years ago
fix build with Ogre 14, fix #265 More... over 2 years ago
add warning about deprecated SubSkin property usage More... over 2 years ago
remove not needed debug variable, fix #266 More... over 2 years ago
do not hide BiIndexBase::checkIndexes declaration under MYGUI_DEBUG_MODE to avoid issues with mixed debug/release builds More... over 2 years ago
do not hide RenderManager::checkTexture declaration under MYGUI_DEBUG_MODE to avoid issues with mixed debug/release builds More... over 2 years ago
Merge pull request #264 from Assumeru/msvc More... over 2 years ago
Fix compilation issues on MSVC More... over 2 years ago
remove readability-function-cognitive-complexity from .clang-tidy todo More... over 2 years ago
add explicit include <array> More... over 2 years ago
ignore clang-format commit in blame More... over 2 years ago
update .clang-format More... over 2 years ago
reformat all code with clang-format More... over 2 years ago
minor code style refactoring More... over 2 years ago
update .clang-tidy todos More... over 2 years ago
remove unused variables More... over 2 years ago
make singletons non-copyable More... over 2 years ago
follow rule of zero for types More... over 2 years ago
use unique_ptr in MyGUI::Any, also make it movable More... over 2 years ago
add bugprone-* checks to .clang-tidy file More... over 2 years ago
properly include ResourceSDLPointer.cpp into build, rather than including .cpp file More... over 2 years ago
add more checks to .clang-tidy file (some were fixed in previous commits, some marked as TODO) More... over 2 years ago
add Any::mContent default member init More... over 2 years ago
fix CompositeEvent::operator= return type (void -> CompositeEvent&) More... over 2 years ago
remove not needed Any::AnyEmpty placeholder class More... over 2 years ago
minor clang-tydy fixes More... over 2 years ago