aboutsummaryrefslogtreecommitdiff
path: root/src/WindowMediator.cpp (unfollow)
Commit message (Expand)Author
2025-05-02Refactor + expose managing mode to inside luaAkshay Nair
2025-04-13Add downloads_dir configuration + auto-accept download requestsAkshay Nair
2025-04-12Add user agent configurationAkshay Nair
2025-04-06Close window when no tabs leftAkshay Nair
2025-04-04Open new window on new window/dialog requestAkshay Nair
2025-03-30Update window title on tab change + refactoringAkshay Nair
2025-03-30Fix issue with keymap/webview setup on initAkshay Nair
2025-03-29Replace fetchers with fetch methods on routerAkshay 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 and...Akshay Nair
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-22Add web.keymap.set + test keymaps config.luaAkshay Nair
2025-03-18Add action for keymaps + testAkshay Nair
2025-03-18Remove all the ui bits because screw it, lets unix a bit moreAkshay Nair
2025-03-16Add tab selector listing and evaluationAkshay Nair
2025-03-15Replaced QCompleter with custom implementationAkshay Nair
2025-03-12Refactor MainWindow into InputMediatorAkshay Nair