16
I Use This!
Low Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 19 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix recent regression in the ControllerManager (was causing crash in exit in some cases) More... 11 months ago
cover `class Singleton` with MYGUI_DONT_USE_OBSOLETE guard to exclude it from build with MYGUI_DONT_USE_OBSOLETE option More... 11 months ago
simplify UString iterators constructors More... 11 months ago
Merge pull request #259 from Assumeru/xml More... 11 months ago
Use unique_ptr in LogManager More... 11 months ago
Use unique_ptr in DataFileStream More... 11 months ago
Use unique_ptr in XmlDocument More... 11 months ago
Silence a few compile warnings More... 11 months ago
fix few bugprone-parent-virtual-call warnings More... 11 months ago
replace ~0 with std::numeric_limits<size_t>::max() More... 11 months ago
Merge pull request #257 from Assumeru/obsoleteevents More... 11 months ago
Don't use EventPairs when using MYGUI_DONT_USE_OBSOLETE More... 11 months ago
Merge pull request #256 from Assumeru/uniquedelegate More... 11 months ago
Use unique_ptr in Delegate More... 11 months ago
few more run-clang-tidy fixes and improvements from clang-tidy-15 on linux More... 11 months ago
apply run-clang-tidy and related manual improvements to OpenGL platforms More... 11 months ago
apply run-clang-tidy and related manual improvements to OgrePlatform More... 11 months ago
remove now useless default constructors and destructors More... 11 months ago
remove useless default constructors and destructors More... 11 months ago
apply clang-tidy and related manual improvements to build with Ogre enabled More... 11 months ago
fix broken build (remove string_view change) More... 11 months ago
remove not used class More... 11 months ago
Merge pull request #255 from Assumeru/demokeeper More... 11 months ago
Remove unimplemented constructor declaration More... 11 months ago
few more missed fixes from clang-tidy More... 11 months ago
avoid repeating the return type from the declaration; use a braced initializer list instead More... 11 months ago
Merge pull request #254 from Assumeru/msvc More... 11 months ago
Fix compilation in Visual Studio 2020 More... 11 months ago
apply clang-tidy modernize-use-default-member-init More... 11 months ago
move MyGUI::DEFAULT to deprecated, add TabControl::DEFAULT_WIDTH instead More... 11 months ago