Commit Graph

93 Commits (becc5ef8fa96640b7952d65420708174a61cd5a4)

Author SHA1 Message Date
Evil Eye f52e8f76c6 Use std::erase instead of using std::remove without erasing 1 year ago
uramer 9403f06618 Fix visibility breaking after multiple updates 1 year ago
uramer d214f6f6ef Get rid of unncesesary onCoordChange 1 year ago
uramer f3a7b087eb Clean up unncesesary namespace prefixes 1 year ago
uramer 86ea12a458 Handle moving element into another element layout 1 year ago
uramer cf84386cc2 Use Element Content children for Settings UI 1 year ago
uramer 4ba2aca3d3 Handle Element root changing type 1 year ago
uramer 919e067ab7 Error when encountering destroyed widgets 1 year ago
uramer a36360cbde Update parent coords when updating element 1 year ago
uramer 4a4cef5709 Attach elements to each other, safely destroy 1 year ago
uramer f037dc814d Allow UI Elements in UI Content 1 year ago
Dave Corley d76ae20c29 Feat(textedit): Set max text length for lua textEdit boxes to int_max by default 1 year ago
uramer f9888230af Fix Lua UI atlasing 1 year ago
psi29a 6a87ba8f33 Merge branch 'mygui343_fix' into 'master'
Fix MyGUI 3.4.3 issues [#7528]

See merge request OpenMW/openmw!3319
1 year ago
uramer 6081dcc43c Work around MyGUI bug in a less destructive way 1 year ago
Bret Curtis e97b07b6a4 additional cleanup 1 year ago
uramer e1cbeb0d3b Don't free ui element's shared_ptr right before destroying it 1 year ago
Andrei Kortunov f5b18d2d5d Do not copy objects twice where possible 1 year ago
Evil Eye a0127dd7e4 Allow compilation with MYGUI_DONT_USE_OBSOLETE 1 year ago
Evil Eye eeda48ec50 Drop support for --fs-strict 2 years ago
Petr Mikheev c6eed2a6c6 Fix bug in LuaUi::Element::destroy() that sometimes leads to an infinite loop on UI cleanup 2 years ago
Petr Mikheev c362b2efa6 Use LuaUtil::cast for casting sol::object to prevent crashing on type mismatch in Lua scripts. 2 years ago
uramer 38bceb653d Set Element layout to nil on destroy 2 years ago
Petr Mikheev eceeb15ee5 Fix bug in lua_ui/content.lua: getmetatable(ui.content{}) shouldn't return a global mutable table 2 years ago
Petr Mikheev 65885d994f Don't expose LuaUtil::Callback to lua 2 years ago
Petr Mikheev 71ba7b88e2 Move asyncpackage from apps/openmw/mwlua to components/lua 2 years ago
elsid c79c14da91
Fix -Wnon-virtual-dtor warnings 2 years ago
uramer e96681151c Get rid of the LuaUI::Content namespace 2 years ago
uramer d24c506b0e Move metatable protection asserts to tests 2 years ago
uramer 2a35bae655 Use range_error for invalid indexes 2 years ago
uramer fb0646dda1 Remove Ui Content counter in Lua profiler 2 years ago
uramer bbbef96087 Switch to loadInternalLib 2 years ago
uramer c7b0c0a406 Protecd UI Content's metatable 2 years ago
uramer 259f104311 Clean up 2 years ago
uramer 749c89e26e Add missing to_string 2 years ago
uramer 3618b3f409 Fix Content::View::remove 2 years ago
uramer fc1430af95 Move implementation of UI Content to Lua 2 years ago
Petr Mikheev d9e9db0983 Additional information in Lua profiler 2 years ago
elsid 843753da14
Remove unused includes 2 years ago
elsid 063fff7fa4
Fix and prevent -Wextra-semi warning 2 years ago
clang-format-bot ddb0522bbf
Apply clang-format to code base 2 years ago
elsid cc8c7002ea
Cleanup components includes 2 years ago
elsid f99ed6f1db
Split components/misc/stringops.hpp into multiple headers
Replace all ciEqual overloads with one having std::string_view as argument.
2 years ago
Andrei Kortunov 7cce341822 Fix initializer 3 years ago
Andrei Kortunov aa349f2ed9 Initialize some missing variables 3 years ago
uramer 591fa9b700 Add missing workaround for a MyGUI visibility bug 3 years ago
uramer 6d2dcaea50 Lua UI: Enable autoSize for single line text edit 3 years ago
uramer 6c9c832927 Lua UI: Support autosized multiline text 3 years ago
jvoisin 0cc304e659 Clean up MyGUI includes
This should improve incremental compilation.
3 years ago
uramer 9042f47f0a Use an anonymous namespace in element.cpp 3 years ago