Age | Commit message (Collapse) | Author |
|
Switched the phone sidebar to use the iOS half/full-height sliding sheet design. This is better for finger reachability and for retaining access to the current page.
|
|
The URL checks for determining which identity was in use were a bit too page-specific. Now the URL prefix usage is applied more consistently.
The identity toolbar menu is now more useful in that it allows both switching identities and stopping the use of the current identity.
|
|
|
|
|
|
|
|
There were issues where popup menus would only get wider and never narrower. Arrangements should not be dependent on the results of a previous one.
|
|
All-caps should be applied at runtime when appropriate.
|
|
Use checkmarks for selections in button groups.
|
|
|
|
The identity list is needed elsewhere outside of the sidebar, so moved it into a specialized ListWidget class.
|
|
One can now use the identity toolbar menu to switch between client certificates that have been used on the current site. The five latest ones are remembered.
|
|
|
|
|
|
Updating items immediately destroys the action widgets.
|
|
|
|
|
|
Skip the font download suggestion, and fixed an uninitialized value.
|
|
|
|
The sidebar doesn't have much room so use a different label for the button.
|
|
Place the "Check for Updates" item immediately following Preferences,
like on macOS.
|
|
The parent folder pointer was possibly uninitialized.
|
|
Take fractional pixels into account when laying out widgets. This ensures that the entire available space is used, particularly when there are many children.
IssueID #403
|
|
Fixed issue with very short text not being truncated at all. A short truncated label will now just show the icon, if one is set.
The tab close buttons don't appear if the buttons are too small.
|
|
IssueID #403
|
|
Internal behavior tags are now written in bookmarks.ini with a dot prefix (like hidden files on Unix), and at runtime they are removed from the tags string.
This makes things more efficient as it isn't necessary to compile regular expressions all the time.
TODO: Add "Edit Feed..." into the Bookmarks context menu, and a new menu item for listing all subscriptions.
IssueID #331
|
|
IssueID #349
|
|
Making the heading hierarchy even clearer. H3 is now indented like normal text lines, and uses a bolder font.
|
|
The bold weight was a little bit too strong compared to the regular-weight level 2 headings.
|
|
This was incorrect on X11 at least. Should still test on Windows.
IssueID #399
|
|
|
|
|
|
IssueID #378
|
|
Swapped bold styling of heading levels 2 and 3 for better visual distinction of the hierarchy.
|
|
|
|
|
|
IssueID #388
|
|
The Emacs-style Ctrl+A and Ctrl+E are only available on macOS now.
This could still use a keybinding for customizing the behavior.
|
|
Ensure that a draw is not started if it is already ongoing, especially when using the resize event watcher.
|
|
When creating a bookmark, use the chosen folder as the active one even if it's the root folder.
|
|
|
|
No more animation offset hacks: just reposition the buttons whenever the view is scrolling.
Fixed glitches with document centering. The page margins are a bit complicated as they change depending on whether the banner is visible.
|
|
|
|
|
|
|
|
On colored theme backgrounds, take great liberties to modify the ANSI foreground color so it remains legible.
|
|
|
|
IssueID #396
|
|
The action toolbar now has a button for marking all as read, and keyboard shortcuts for switching between Unread and All modes.
|
|
Most recently used folder is persistently stored in bookmarks.ini.
IssueID #358
|
|
Input query responses (status 1x) are not preserved in History so that when navigating back, they are skipped.
The corresponding URLs are flagged as Transient so they are not shown in the History sidebar.
The History sidebar shows the query string in URLs.
IssueID #382
|