Age | Commit message (Collapse) | Author |
|
The built-in alternate bindings shouldn't affect the menu shortcuts.
|
|
IssueID #192
|
|
More or less everywhere?
IssueID #192
|
|
Use char pointer ranges for the array of IDs and strings to avoid allocations.
Translate macOS menu items.
IssueID #192
|
|
When an URL is provided via the system URL handling mechanism, decode any percent-encoded characters in it.
|
|
Added new keybindings for opening and closing a tab. Also added a keybinding for adding a bookmark so ⌘D can be made available.
On macOS, there is a default Window > Close menu item, so treat that as a "tabs.close" command to make it bindable.
IssueID #121
|
|
The Cmd+Left/Right keys used both for page navigation (by default) and for moving the cursor inside text editor. The input widget keys should take precedence.
|
|
When keybindings are changed the menus will need updating.
|
|
|
|
|
|
|
|
Avoid double-triggering actions because SDL doesn't eat the keydown events — it ignores key equivalents.
|
|
There appears to be a problem with SDL's Metal renderer under 10.13 (segfault on window creation).
|
|
This API does not exist on 10.13, so prepare for an exception.
|
|
|
|
|
|
Improved drop and drop event handling: multiple dropped files/URLs open in new tabs. The application registers gemini: as a handled URL scheme.
|
|
|
|
|