Age | Commit message (Collapse) | Author |
|
IssueID #403
|
|
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
|
|
The background color of the current text run can be changed via ANSI SGR control sequences.
Improved the ANSI escape sequence regex to detect more than just SGR sequences, so they can be properly filtered out.
|
|
# Conflicts:
# CMakeLists.txt
# res/about/version.gmi
|
|
The identity to be used for uploads is now in sitespec.ini, so it applies to an entire site root. This should match actual use cases better than having URL-specific identities.
Also fixed an issue with native menus. Replacing the items with new ones was not implemented.
IssueID #379
|
|
|
|
|
|
Banner was too eager to eat all mouse events.
|
|
Each dropdown item now uses its own language. This avoids the need to translate all language names to every language, and also helps the user to find the language(s) they understand.
The name strings are incorporated as C11 u8"" string literals, which hopefully won't cause compatibility issues as the_Foundation already requires C11.
Note that the Translation dialog retains the localized language labels because the user may not speak the source language, so they need to see it in their own language.
IssueID #391
|
|
# Conflicts:
# CMakeLists.txt
# Depends.cmake
# src/lang.c
|
|
|
|
|
|
If some fonts have the same human-readable name, the unique font ID will be added to show which font it actually is.
|
|
Some error pages would show response meta string instead of the actual error title.
Don't show the internal error numbes in Page Information.
|
|
|
|
|
|
|
|
A tall popup menu needs to use overflow scrolling, but the size of the display wasn't considered. Now a popup window is fit to the usable bounds of the display.
|
|
|
|
|
|
# Conflicts:
# src/lang.c
|
|
|
|
Useful for tall menus and dialogs on the desktop.
|
|
The point of positioning the selected item is that it must remain at
the correct origin. Now it just needs a scrolling feature that
checks mouse hover position on overflow widgets.
|
|
Changing the fonts, zoom level, or window width will cause cached documents to be laid out again if they are restored from memory.
|
|
Platform convention.
|