Age | Commit message (Collapse) | Author |
|
When navigating via home row, ensure that other widgets will not trigger when keys are pressed. The document is given keyboard focus even though it is not flagged as focusable, to make sure it gets to handle all the keys first.
On macOS, disable all native menu items that have a home row keyboard shortcut.
Also on macOS, disable all native menus when changing bindings.
IssueID #419
|
|
|
|
|
|
IssueID #427
|
|
The selected item was not found from a native popup menu.
|
|
|
|
Resource paths, runtime data, ignore mouse events. Assume that
the Java side tells us the display pixel density via a command
line argument.
|
|
|
|
|
|
|
|
Highlight the currently selected item with a dimmer background to differentiate from hover item.
|
|
Don't do a selection highlight if the menu is at the bottom of the window, that would be too much scrolling.
|
|
Updating items immediately destroys the action widgets.
# Conflicts:
# src/ui/sidebarwidget.c
|
|
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
|
|
IssueID #402
|
|
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.
|
|
While the hardcoded path is still there, it is now checked in addition to the normal executable-relative paths, not replacing them.
IssueID #395
|
|
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
|
|
Feed entries are expected to have unique URLs, since the URL is the identifier of an entry. If a feed has the same URL for more than one entry, only process the first one and ignore the rest.
An entry will still show up as unread if it keeps the same URL but changes its title.
|
|
|
|
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
|