Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-09 | CertImportWidget: Respond to "input.paste" | Jaakko Keränen | |
The "input.paste" command is triggered via menus before CertImportWidget gets the key. | |||
2021-06-08 | Normalize (NFC) document/input field content | Jaakko Keränen | |
The text renderer has problems with composites so normalizing the text (using Unicode normalization form C) yields better results for now. | |||
2021-05-29 | Cleanup | Jaakko Keränen | |
2021-05-29 | Keys: Redundant split menu language strings | Jaakko Keränen | |
2021-05-29 | DocumentWidget: Looking up URLs from history | Jaakko Keränen | |
URLs in the history are in decoded and NFC normalized form, except for spaces which are stored as %20. | |||
2021-05-29 | DocumentWidget: Retain scroll position | Jaakko Keränen | |
Use scroll position from history when the page content wasn't in the cache. | |||
2021-05-29 | Preferences: Added toggle for UI animations | Jaakko Keränen | |
2021-05-29 | Text: Use arrows from Iosevka | Jaakko Keränen | |
2021-05-29 | Gempub: Fixed glitches in DocumentWidget | Jaakko Keränen | |
2021-05-29 | Text: Use Iosevka as final fallback font | Jaakko Keränen | |
2021-05-28 | Gempub: Linear navigation with left/right arrow keys | Jaakko Keränen | |
2021-05-28 | Lang: Translations for New Identity scopes | Jaakko Keränen | |
2021-05-28 | DocumentWidget: Improved drawing of link key shortcuts | Jaakko Keränen | |
2021-05-28 | macOS: Attempted workaround for rendering issue | Jaakko Keränen | |
It appears that the SDL Metal renderer suffers from a glitch where display refresh is blocked for ~100 ms when resuming rendering after a period of sleep/waiting for events. | |||
2021-05-28 | GmDocument: Tuning link icon alignment | Jaakko Keränen | |
Keep it separated from the label text. | |||
2021-05-27 | DocumentWidget: Composited link numbers/letters | Jaakko Keränen | |
Draw the circle and the number/letter separately since we don't have a font with all the glyphs. | |||
2021-05-27 | Fixed disappearing scrollbars | Jaakko Keränen | |
Scrollbar visibility depends on it having a non-zero area. | |||
2021-05-27 | Feeds: Disregard old entries | Jaakko Keränen | |
The history of visited URLs has a maximum age limit, and this is used for unread status. | |||
2021-05-27 | Fixed icon alignments | Jaakko Keränen | |
Some of the icons in the Bookmarks list and lookup results were misaligned. | |||
2021-05-27 | Slightly larger font for audio player times | Jaakko Keränen | |
The seven segment digits are coming from a different font. | |||
2021-05-27 | Prefs: Don't set a default user symbol font | Jaakko Keränen | |
2021-05-27 | Periodic: Fixed dispatch without active UI root | Jaakko Keränen | |
2021-05-26 | Fonts: Added more Smol Emoji symbols | Jaakko Keränen | |
2021-05-25 | Removed Symbola, replaced with other/new fonts | Jaakko Keränen | |
Symbola's license is not permissive enough, so it has been removed. Added "Smol Emoji" with face emoticons and other UI characters for Lagrange. More symbols provided by Noto Sans Symbols and Noto Sans Symbols 2. The fallback fonts are now Iosevka, which has a pretty good coverage (although monospace), and the user's chosen TrueType font (which could still be a local copy of Symbola). Still a work in progress: some characters are missing. IssueID #283 | |||
2021-05-25 | Use "Close" instead of "Dismiss" | Jaakko Keränen | |
IssueID #285 | |||
2021-05-25 | Preferences: "Close" instead of "Dismiss" | Jaakko Keränen | |
IssueID #285 | |||
2021-05-22 | Document footer buttons | Jaakko Keränen | |
In some situations, e.g., when a client certificate is required but not active, make available action buttons that offer related shortcuts. Selecting or deselecting an identity for use will automatically reload the current page for convenience. Animate closing sidebars with Escape key. | |||
2021-05-22 | DocumentWidget: Working on footer button positioning | Jaakko Keränen | |
2021-05-21 | DocumentWidget: Working on buttons related to page content | Jaakko Keränen | |
2021-05-21 | DocumentWidget: Cleanup | Jaakko Keränen | |
Group the member variables for clarity. | |||
2021-05-21 | Cleanup | Jaakko Keränen | |
2021-05-21 | Added -u,--url-or-search command line option | Jaakko Keränen | |
Opening an URL or making a search query from the command line. IssueID #232 | |||
2021-05-21 | Behavior of opening URLs via command line | Jaakko Keränen | |
Open all URLs/files specified on the command line in new tabs, and raise the window if the app is already running. IssueID #235 | |||
2021-05-21 | IPC: Request window raise when opening new tabs, navigating | Jaakko Keränen | |
IssueID #234 | |||
2021-05-21 | Keybindings for split view menu | Jaakko Keränen | |
The split view keys now have keybindings. The default bindings for horizontal/vertical were changed to conform to Emacs (3/2). IssueID #278 | |||
2021-05-21 | DocumentWidget: Scroll position vs. reload/navigating to new page | Jaakko Keränen | |
2021-05-21 | CertImportWidget: Fixed layout issue | Jaakko Keränen | |
2021-05-21 | Added identity exporting | Jaakko Keränen | |
Exporting an identity will display it in a new tab in PEM encoded format, where it can be saved or copied. IssueID #236 | |||
2021-05-20 | DocumentWidget: Updated error page localization | Jaakko Keränen | |
Added a new language string and blockquote styling for displaying the server's error message. IssueID #280 | |||
2021-05-20 | Merge pull request #281 from raphm/dev | Jaakko Keränen | |
Display server-returned errormsg after user-friendly error description. Fixes #280. | |||
2021-05-20 | SidebarWidget: Identities list click behavior | Jaakko Keränen | |
Avoid accidental activations by never (de)activating identities based on a single click. Now both left and right mouse clicks will open the context menu. | |||
2021-05-20 | Display server-returned errormsg after the user-friendly error description. ↵ | Raph M | |
Fixes #280. | |||
2021-05-20 | SidebarWidget: Highlight identities used on current domain | Jaakko Keränen | |
2021-05-20 | App: Cleanup | Jaakko Keränen | |
2021-05-20 | Window: Allow all mouse clicks to change active split | Jaakko Keränen | |
2021-05-20 | Identity creation user experience | Jaakko Keränen | |
Revised the New Identity dialog to hide the additional fields by default. Added a new option to select where the new identity will be active (current domain/page/nowhere). When the new identity is automatically activated, reload the URL used for activation. | |||
2021-05-20 | Added a preference variable for UI animations | Jaakko Keränen | |
Not yet in the UI, though. | |||
2021-05-20 | GmDocument: Tuning heading line height reduction | Jaakko Keränen | |
2021-05-20 | Improved Identity management via sidebar | Jaakko Keränen | |
Prevent redundant activations: the highest-level URL overrides the same identity being used on lower-level URLs. Changed the icons in the list and added the list of used URLs into the context menu as clickable items. | |||
2021-05-20 | Dialog show/hide animations | Jaakko Keränen | |
Use the animations introduced for mobile on desktop as well. Adding a preference for this might be prudent. |