Commit graph

3 commits

Author SHA1 Message Date
Timothy Flynn
ea27692e7b LibWebView: Add an engaged state to application menu actions
This will be used to update the displayed action icon for an upcoming
action to add/remove the current page from a bookmark store.
2026-03-24 12:04:50 -04:00
Timothy Flynn
abaf255fc5 LibWebView: Allow more application menu actions to store dynamic strings
For example, we will set some of this text to serialized URLs.
2026-03-24 12:04:50 -04:00
Timothy Flynn
a5be0f0a18 LibWebView+UI: Add structures to hold context menu and action data
We currently duplicate a lot of code to handle application/context menus
and actions. The goal here is to hold the data for the menus and actions
in LibWebView. Each UI will then be able to generate menus from the data
on-the-fly.

The structures added here are meant to support generic and checkable
actions, action groups, submenus, etc.
2025-09-11 14:23:45 -04:00