whoa/src/ui
fallenoak f1b8f495b6
Some checks are pending
Push / ${{ matrix.build.system_name }} / ${{ matrix.build.build_type }} / ${{ matrix.build.compiler_name }} (map[build_type:Release cc:cl compiler_name:MSVC cxx:cl os:windows-latest system_name:Windows test_path:WhoaTest]) (push) Waiting to run
Push / ${{ matrix.build.system_name }} / ${{ matrix.build.build_type }} / ${{ matrix.build.compiler_name }} (map[build_type:Release cc:clang compiler_name:Clang cxx:clang++ os:macos-latest system_name:macOS test_path:WhoaTest]) (push) Waiting to run
Push / ${{ matrix.build.system_name }} / ${{ matrix.build.build_type }} / ${{ matrix.build.compiler_name }} (map[build_type:Release cc:gcc compiler_name:GCC cxx:g++ os:ubuntu-latest system_name:Linux test_path:WhoaTest]) (push) Waiting to run
feat(ui): delete regions in CSimpleFrame dtor
2026-01-25 15:05:10 -06:00
..
game chore: normalize signature checking logic between GlueXML and FrameXML 2026-01-24 20:58:04 -06:00
simple feat(ui): delete regions in CSimpleFrame dtor 2026-01-25 15:05:10 -06:00
CBackdropGenerator.cpp fix(ui): improve const correctness across xml loading functions in ui 2025-12-23 22:19:45 -06:00
CBackdropGenerator.hpp fix(ui): improve const correctness across xml loading functions in ui 2025-12-23 22:19:45 -06:00
CFramePoint.cpp chore(ui): use inifinity value from limits for CFramePoint::UNDEFINED 2025-12-03 20:25:37 -06:00
CFramePoint.hpp chore(ui): clean up function declarations 2023-01-04 17:25:03 -06:00
CFrameStrata.cpp chore(ui): organize simple classes 2025-12-06 21:31:48 -06:00
CFrameStrata.hpp chore(ui): organize simple classes 2025-12-06 21:31:48 -06:00
CLayoutFrame.cpp fix(ui): improve const correctness across xml loading functions in ui 2025-12-23 22:19:45 -06:00
CLayoutFrame.hpp fix(ui): improve const correctness across xml loading functions in ui 2025-12-23 22:19:45 -06:00
CMakeLists.txt chore(build): update target links 2025-12-06 22:58:16 -06:00
CRenderBatch.cpp chore(ui): organize simple classes 2025-12-06 21:31:48 -06:00
CRenderBatch.hpp feat(ui): clear render batch in dtor 2023-02-21 11:52:21 -06:00
CScriptObject.cpp fix(ui): improve const correctness across xml loading functions in ui 2025-12-23 22:19:45 -06:00
CScriptObject.hpp fix(ui): improve const correctness across xml loading functions in ui 2025-12-23 22:19:45 -06:00
CScriptObjectScript.cpp chore(ui): prefer lua_tostring macro 2025-10-21 09:04:29 -05:00
CScriptObjectScript.hpp chore: initial commit 2023-01-02 13:17:18 -06:00
CScriptRegion.cpp fix(ui): improve const correctness across xml loading functions in ui 2025-12-23 22:19:45 -06:00
CScriptRegion.hpp fix(ui): improve const correctness across xml loading functions in ui 2025-12-23 22:19:45 -06:00
CScriptRegionScript.cpp chore(ui): organize simple classes 2025-12-06 21:31:48 -06:00
CScriptRegionScript.hpp chore: initial commit 2023-01-02 13:17:18 -06:00
FrameScript_Object.cpp feat(ui): add proper ScriptIx dtor 2026-01-24 22:48:09 -06:00
FrameScript_Object.hpp feat(ui): add proper ScriptIx dtor 2026-01-24 22:48:09 -06:00
FrameScript.cpp chore(ui): add detail to comment in FrameScript_Sprintf 2025-12-11 08:20:53 -06:00
FrameScript.hpp feat(ui): add FrameScript_Sprintf 2025-12-10 23:16:56 -06:00
FrameScriptInternal.hpp chore: initial commit 2023-01-02 13:17:18 -06:00
FrameXML.cpp chore(ui): organize simple classes 2025-12-06 21:31:48 -06:00
FrameXML.hpp chore(ui): clean up function declarations 2023-01-04 17:25:03 -06:00
Game.hpp feat(ui): initialize game UI in ClientInitializeGame 2026-01-23 21:17:43 -06:00
Interface.cpp chore(ui): clean up function declarations 2023-01-04 17:25:03 -06:00
Interface.hpp chore(ui): clean up function declarations 2023-01-04 17:25:03 -06:00
Key.cpp chore(ui): move interface key to ui 2026-01-23 15:23:55 -06:00
Key.hpp chore(ui): move interface key to ui 2026-01-23 15:23:55 -06:00
LoadXML.cpp fix(ui): improve const correctness across xml loading functions in ui 2025-12-23 22:19:45 -06:00
LoadXML.hpp fix(ui): improve const correctness across xml loading functions in ui 2025-12-23 22:19:45 -06:00
LuaExtraFuncs.cpp feat(ui): partially implement securecall 2025-11-09 23:06:55 -06:00
LuaExtraFuncs.hpp chore: initial commit 2023-01-02 13:17:18 -06:00
LuaMemory.cpp chore(style): normalize memory allocations 2023-01-04 21:00:29 -06:00
LuaMemory.hpp chore(ui): clean up function declarations 2023-01-04 17:25:03 -06:00
ScriptFunctions.cpp chore(glue): move glue-related script handlers from ui to glue 2025-12-06 22:44:17 -06:00
ScriptFunctions.hpp chore(glue): move glue-related script handlers from ui to glue 2025-12-06 22:44:17 -06:00
ScriptFunctionsShared.cpp chore(util): permit arbitrary return values in unimplemented macro 2023-02-21 08:00:56 -06:00
ScriptFunctionsShared.hpp chore(ui): clean up script function headers 2025-12-06 22:02:13 -06:00
ScriptFunctionsSimpleFrame.cpp chore(build): update common 2025-12-23 22:58:20 -06:00
ScriptFunctionsSystem.cpp chore(ui): clean up script function headers 2025-12-06 22:02:13 -06:00
Types.hpp chore(ui): make ORIENTATION enum generic 2025-12-23 11:21:38 -06:00
Util.cpp chore(ui): make ORIENTATION enum generic 2025-12-23 11:21:38 -06:00
Util.hpp chore(ui): make ORIENTATION enum generic 2025-12-23 11:21:38 -06:00