This website requires JavaScript.
Explore
Help
Sign In
ModdingRX
/
YimMenu
Archived
Watch
1
Star
0
Fork
0
You've already forked YimMenu
Code
Actions
Releases
Activity
This repository has been archived on
2024-10-22
. You can view files and clone it, but cannot push or open issues or pull requests.
YimMenu
/
src
/
views
/
core
History
Quentin
14f4241bd8
feat(lua): much more complete imgui bindings, allow lua imgui callbacks from outside yimmenu classic tabs through
gui.add_imgui(func)
but also inside yimmenu classic tabs through
tab:add_imgui(func)
(
#1736
)
2023-07-17 14:55:42 +02:00
..
view_active_view.cpp
fix(gui): dont draw two gui separators at the top for lua only tab. (
#1677
)
2023-07-10 20:37:28 +02:00
view_cmd_executor.cpp
fix(CmdExecutor): Set sizing of input w/ frame padding (
#1618
)
2023-07-06 07:46:42 +02:00
view_heading.cpp
Fix(lua / script manager): Potential fix for stack overflow when yielding from lua scripts. Fix io / os lua libs being accessible. (
#1681
)
2023-07-11 09:24:44 +02:00
view_navigation.cpp
Lua: can make new tabs from lua scripts, doc generation for available tabs to use (
#1593
)
2023-07-05 00:30:57 +02:00
view_notifications.cpp
Tunables service fix and theme changes (
#1507
)
2023-06-23 08:43:44 +02:00
view_overlay.cpp
General improvements (
#1693
)
2023-07-12 19:03:29 +02:00
view_root.cpp
feat(lua): much more complete imgui bindings, allow lua imgui callbacks from outside yimmenu classic tabs through
gui.add_imgui(func)
but also inside yimmenu classic tabs through
tab:add_imgui(func)
(
#1736
)
2023-07-17 14:55:42 +02:00