16
I Use This!
Low Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 16 hours ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #269 from Assumeru/constanttags More... 5 months ago
Make LanguageManager::replaceTags const More... 5 months ago
update ChangeLog.md More... 5 months ago
fix bug in Tab child widgets not being clickable More... 5 months ago
bump version to 3.4.4 More... 5 months ago
fix build with static Ogre More... 6 months ago
fix build with MYGUI_USE_FREETYPE=OFF More... 6 months ago
update changelog More... 9 months ago
fix deprecated Ogre getAnimationStateIterator call More... 9 months ago
fix build with Ogre 14, fix #265 More... 9 months ago
add warning about deprecated SubSkin property usage More... 9 months ago
remove not needed debug variable, fix #266 More... 9 months ago
do not hide BiIndexBase::checkIndexes declaration under MYGUI_DEBUG_MODE to avoid issues with mixed debug/release builds More... 9 months ago
do not hide RenderManager::checkTexture declaration under MYGUI_DEBUG_MODE to avoid issues with mixed debug/release builds More... 9 months ago
Merge pull request #264 from Assumeru/msvc More... 9 months ago
Fix compilation issues on MSVC More... 9 months ago
remove readability-function-cognitive-complexity from .clang-tidy todo More... 10 months ago
add explicit include <array> More... 10 months ago
ignore clang-format commit in blame More... 10 months ago
update .clang-format More... 10 months ago
reformat all code with clang-format More... 10 months ago
minor code style refactoring More... 10 months ago
update .clang-tidy todos More... 10 months ago
remove unused variables More... 10 months ago
make singletons non-copyable More... 10 months ago
follow rule of zero for types More... 10 months ago
use unique_ptr in MyGUI::Any, also make it movable More... 10 months ago
add bugprone-* checks to .clang-tidy file More... 10 months ago
properly include ResourceSDLPointer.cpp into build, rather than including .cpp file More... 10 months ago
add more checks to .clang-tidy file (some were fixed in previous commits, some marked as TODO) More... 10 months ago