aboutsummaryrefslogtreecommitdiff
path: root/src/LuaRuntime.cpp (unfollow)
Commit message (Expand)Author
2025-08-12Add null_docs_dir & null_assets_dir config options + use in luaAkshay Nair
2025-08-04Add on_result callback for web.view.run_jsAkshay Nair
2025-07-27Add more tests for api + webview + webviewstackAkshay Nair
2025-05-02Prefix uv with web.uv + add permissions_persistance config optionAkshay Nair
2025-05-02Fix luv callback error triggering exit and segfaultAkshay Nair
2025-05-02Add a simple lua test suite + add utils spec + fix keymap specAkshay Nair
2025-05-02Add stdlib and web.utilsAkshay Nair
2025-05-02Add configuration directory loading + --config-dir cli argAkshay Nair
2025-04-14Refactor lua runtime apiAkshay Nair
2025-04-12Switch to using map for configurationAkshay 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-06Change build setup to install lua prefix correctly + static build libluvAkshay Nair
2025-04-05Add history storage and completion + split dmenu,history into modulesAkshay Nair
2025-04-05Connected url changed eventAkshay Nair
2025-04-05Add package path to lua (only current build dir)Akshay Nair
2025-04-04Static link libuv and luajit + minor changesAkshay 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