aboutsummaryrefslogtreecommitdiff
path: root/src/widgets/BrowserApp.cpp (unfollow)
Commit message (Collapse)Author
2025-08-15Add docs for events and event opts + document web.jsonAkshay Nair
2025-08-08Embed docs as null://docs + web.help apiAkshay Nair
2025-08-02Add hints extra for opening links (number keys only)Akshay Nair
2025-07-27Add more tests for api + webview + webviewstackAkshay Nair
2025-07-26Add simple js rpc for decorations via custom schemeAkshay Nair
2025-07-25Add decoration is_enabled api + allowed specifying win_id for enabledAkshay Nair
2025-07-25Add edge decoration widgetsAkshay Nair
2025-07-25Remove window mediator classAkshay Nair
2025-05-02Prefix uv with web.uv + add permissions_persistance config optionAkshay Nair
2025-05-02Implement NotificationReceived eventAkshay Nair
2025-05-02Add configuration directory loading + --config-dir cli argAkshay Nair
2025-04-13Add support for number keys and open view by number keyAkshay Nair
2025-04-13Add downloads_dir configuration + auto-accept download requestsAkshay Nair
2025-04-12Add configuration apiAkshay Nair
2025-04-05Update clang formattingAkshay Nair
2025-04-05Add instance manager for enforcing single instanceAkshay Nair
2025-04-04Open new window on new window/dialog requestAkshay 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-30Fix issue with keymap/webview setup on initAkshay Nair