aboutsummaryrefslogtreecommitdiff
path: root/src/LuaRuntime.hpp (unfollow)
Commit message (Expand)Author
2025-07-25Add decoration is_enabled api + allowed specifying win_id for enabledAkshay Nair
2025-07-25Expose decorations enable/disable lua apiAkshay Nair
2025-05-02Prefix uv with web.uv + add permissions_persistance config optionAkshay Nair
2025-05-02Add stdlib and web.utilsAkshay Nair
2025-05-02Add scrolling controlsAkshay Nair
2025-05-02Add configuration directory loading + --config-dir cli argAkshay Nair
2025-05-02Refactor + expose managing mode to inside luaAkshay Nair
2025-04-19Add web.view.open_devtools for opening devtoolsAkshay Nair
2025-04-19Add web.search and search text implemnetationAkshay Nair
2025-04-14Refactor lua runtime apiAkshay Nair
2025-04-12Switch to using __internals for all apiAkshay Nair
2025-04-12Add configuration apiAkshay Nair
2025-04-12Rename term tab with viewAkshay Nair
2025-04-05Connected url changed eventAkshay Nair
2025-04-05Add package path to lua (only current build dir)Akshay Nair
2025-04-05Add instance manager for enforcing single instanceAkshay Nair
2025-04-02Add events system for lua runtime to dispatch and register eventsAkshay Nair
2025-03-30Update window title on tab change + refactoringAkshay Nair
2025-03-29Replace fetchers with fetch methods on routerAkshay Nair
2025-03-29Handle default for webview idAkshay Nair