aboutsummaryrefslogtreecommitdiff
path: root/src/LuaRuntime.cpp (unfollow)
Commit message (Collapse)Author
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
2025-03-29Replace fetchers with fetch methods on routerAkshay Nair
2025-03-29Handle default for webview idAkshay Nair
2025-03-29Add window action router for multi-windowAkshay Nair
2025-03-28Refactor and fix tab id use for focus/closeAkshay Nair
2025-03-25Add web.tabs.list and web.tabs.select + example for tab next/prev ↵Akshay Nair
and selection ui
2025-03-25Refactor webview index with id + add web.tabs.closeAkshay Nair
2025-03-25Add web.history for history navigationAkshay Nair
2025-03-23Apply clang-tidy suggestionsAkshay Nair
2025-03-23Fix segfault with evaluate, add keymap accidentally popping wrong valueAkshay Nair
+ add demnu config.lua example
2025-03-22Build fixes + formattingAkshay Nair
2025-03-22Add web.keymap.set + test keymaps config.luaAkshay Nair