16
I Use This!
Low Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 12 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #217 from mitra-projects/master More... about 3 years ago
LanguageManager::getInstance().replaceTags(_value) added to additem More... about 3 years ago
LanguageManager::getInstance().replaceTags(_value) added to additem More... about 3 years ago
Merge pull request #215 from glebm/patch-1 More... about 3 years ago
Add missing MYGUI_EXPORT on ControllerRepeatClick More... about 3 years ago
Merge pull request #212 from glebm/patch-1 More... about 3 years ago
ChangeLog.md: Fix terminology for the Unicode note More... about 3 years ago
bump version to 3.4.2 More... about 3 years ago
change ChangeLog.txt to ChangeLog.md More... about 3 years ago
Add version 3.4.1 change log More... about 3 years ago
fix setDepth call making Overlapper child widgets not visible More... about 3 years ago
code cleanup More... about 3 years ago
add Window borders snapping, when resizing it More... about 3 years ago
proper FontCodeType::Enum size (for warnings fixes and no errors in future) More... about 3 years ago
remove not used protected function More... about 3 years ago
make ControllerPosition use linear function by default, add ControllerPosition::setFunction documentation More... about 3 years ago
fix regressiong in recent MYGUI_FRAMEWORK_PATH (cmake install on mac was broken), also slightly improve related code More... about 3 years ago
remove not use CMake file More... about 3 years ago
rename mInheritsEnabled -> mInheritedEnabled, mInheritsVisible -> mInheritedVisible to reflect real variable meaning (it is calculated visibility and not properly that tell if widget do visibility inheritance) More... about 3 years ago
fix bug with Popup widget being picked by mouse, when it is invisible because of invisible parent, make Widget::getInheritedVisible return widgets calculated visibility instead of parent's visibility More... about 3 years ago
code cleanup More... about 3 years ago
enable constParameter cppcheck warning More... about 3 years ago
remove some unused code (getBitShift and unsafe CyclibByffer functions) More... over 3 years ago
Merge pull request #209 from glebm/const More... over 3 years ago
MyGUI_DataManager::isDataExist: Mark as `const` More... over 3 years ago
Merge pull request #207 from glebm/patch-1 More... over 3 years ago
CMakeLists.txt: Set LTO and PIE policies More... over 3 years ago
remove SDL2/ prefix in SDL.h and SDL_syswm.h includes to prevent including ${SDL2_INCLUDE_DIRS}/.. as system directory More... over 3 years ago
fix most deprecated Ogre functions calls More... over 3 years ago
add assert to check if shader file exists, otherwise Ogre crashes without clear message More... over 3 years ago