1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-31 21:45:35 +00:00
openmw/components/lua_ui
psi29a 4f919d9239 Merge branch 'fix_element_destroy' into 'master'
Fix bug in LuaUi::Element::destroy() that sometimes leads to an infinite loop on UI cleanup

See merge request OpenMW/openmw!3033

(cherry picked from commit 364bc91f5b)

c6eed2a6 Fix bug in LuaUi::Element::destroy() that sometimes leads to an infinite loop on UI cleanup
2023-05-21 17:34:13 +00:00
..
adapter.cpp Add missing workaround for a MyGUI visibility bug 2022-06-20 21:43:17 +02:00
adapter.hpp Fix compile errors 2022-02-01 19:50:03 +01:00
alignment.cpp Make coordinate calculation more robust, implement Flex widget type 2022-04-04 23:10:03 +02:00
alignment.hpp Update and document Lua Text and TextEdit widget types, fix some issues with Lua UI 2022-02-06 20:22:38 +00:00
container.cpp Styling for Settings 2022-05-14 10:27:30 +00:00
container.hpp Styling for Settings 2022-05-14 10:27:30 +00:00
content.cpp Move implementation of UI Content to Lua (!2661 for 0.48) 2023-02-27 22:17:04 +01:00
content.hpp Use LuaUtil::cast for casting sol::object to prevent crashing on type mismatch in Lua scripts. 2023-04-26 00:38:29 +02:00
content.lua Fix bug in lua_ui/content.lua: getmetatable(ui.content{}) shouldn't return a global mutable table (!2733 for 0.48) 2023-02-27 23:44:00 +01:00
element.cpp Merge branch 'fix_element_destroy' into 'master' 2023-05-21 17:34:13 +00:00
element.hpp Use LuaUtil::cast for casting sol::object to prevent crashing on type mismatch in Lua scripts. 2023-04-26 00:38:29 +02:00
flex.cpp Styling for Settings 2022-05-14 10:27:30 +00:00
flex.hpp Styling for Settings 2022-05-14 10:27:30 +00:00
image.cpp Styling for Settings 2022-05-14 10:27:30 +00:00
image.hpp Render text and images correctly in templates with slots 2022-02-25 18:18:26 +01:00
layers.cpp Add layer size, make layers API more flexible 2022-03-23 15:04:49 +01:00
layers.hpp Add layer size, make layers API more flexible 2022-03-23 15:04:49 +01:00
properties.hpp Update and document Lua Text and TextEdit widget types, fix some issues with Lua UI 2022-02-06 20:22:38 +00:00
registerscriptsettings.hpp Fix compile errors 2022-02-01 19:50:03 +01:00
resources.cpp Lua UI API: Let image manager handle missing textures 2022-03-22 05:41:26 +00:00
resources.hpp MR feedack 2022-02-26 17:01:46 +01:00
scriptsettings.cpp Revert from settings description to searchHints 2022-02-01 19:50:03 +01:00
scriptsettings.hpp Clean up MyGUI includes 2022-06-04 15:26:36 +02:00
text.cpp Render text and images correctly in templates with slots 2022-02-25 18:18:26 +01:00
text.hpp Update and document Lua Text and TextEdit widget types, fix some issues with Lua UI 2022-02-06 20:22:38 +00:00
textedit.cpp Lua UI: Enable autoSize for single line text edit 2022-06-11 22:24:20 +02:00
textedit.hpp Fix initializer 2022-07-03 15:44:50 +04:00
util.cpp Styling for Settings 2022-05-14 10:27:30 +00:00
util.hpp Dispose Lua UI elements correctly 2022-01-18 08:12:56 +00:00
widget.cpp Initialize some missing variables 2022-07-03 15:44:50 +04:00
widget.hpp Move asyncpackage from apps/openmw/mwlua to components/lua (!2733 for 0.48) 2023-02-27 23:44:00 +01:00
window.cpp Clean up MyGUI includes 2022-06-04 15:26:36 +02:00
window.hpp Update and document Lua Text and TextEdit widget types, fix some issues with Lua UI 2022-02-06 20:22:38 +00:00