aboutsummaryrefslogtreecommitdiff
path: root/src/widgets/BrowserWindow.hpp (unfollow)
Commit message (Expand)Author
2025-07-27Add web.view.run_js + change rpc js apiAkshay Nair
2025-07-26Add web.view.expose for simple lua->js interop in decorationsAkshay Nair
2025-07-26Refactor heavy + extras.tabline module (incomplete)Akshay Nair
2025-07-26Add set_html for views + example use with decorationsAkshay Nair
2025-07-25Add decorations.*.view lua api + support decoration views for open urlAkshay Nair
2025-07-25Add decoration is_enabled api + allowed specifying win_id for enabledAkshay Nair
2025-07-25Expose decorations enable/disable lua apiAkshay Nair
2025-07-25Add edge decoration widgetsAkshay Nair
2025-07-25Remove window mediator classAkshay Nair
2025-05-02Implement NotificationReceived eventAkshay Nair
2025-05-02Refactor + expose managing mode to inside luaAkshay Nair
2025-04-05Set url for windows synchronously + handle title change in webviewAkshay 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-30Remove from router on window closeAkshay Nair
2025-03-29Replace fetchers with fetch methods on routerAkshay Nair
2025-03-29Add window action router for multi-windowAkshay Nair