Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
If some fonts have the same human-readable name, the unique font ID will be added to show which font it actually is.
|
|
IssueID #385
|
|
The Gemini specifications says to encode RFC3986's reserved characters in URLs, but that didn't apply to plus characters in the "canonical" form.
|
|
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.
|
|
|
|
|
|
|
|
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.
|
|
IssueID #377
|
|
Spacing of heading lines was being reduced for a nicer appearance, but since backgrounds are erased behind text runs, it was causing issues with some fonts.
Therefore this is disabled for now until I figure out how I want to fix the background issue. Maybe smarter clipping could be applied in the page renderer so that runs are only drawn once, and erasing the background becomes unnecessary?
IssueID #364
|
|
Platform convention.
|
|
IssueID #372
|
|
|
|
Kudos to Alyssa Liddell for a 100% translation.
|
|
|
|
|
|
Try loading from the local directory first, then the system-wide one. This way uninstalled builds are more likely to use the right resources.
IssueID #363
|
|
|
|
The corrected CRC-32 function produces different theme seeds.
This restores the old behavior.
|
|
|
|
|
|
Removal of the embedded font library means that the UI strings may not have the right fonts available.
The app version is now recorded in prefs.cfg.
|
|
|
|
|
|
|
|
|
|
|
|
There appears to be some hacks in SDL regarding launch-time app activation. At least on my Macs, this leads to the forced unhiding of the dock in what appears to be mostly random behavior.
Attempting to disable the hack via an SDL hint and activate the app manually.
|
|
|
|
As soon as the first part of a response is available, update the page theme and banner.
|
|
The warning about terminal emulation can be dismissed on site-specific basis.
Banner items show a hover frame (like buttons) to indicate they can be clicked.
|
|
Added a "dismissed warnings" value.
|
|
Warn the user about missing glyphs and potentially unsupported ANSI escapes.
TODO: Site-specific setting for dismissed warning; fonts preference about missing glyph warnings.
|
|
|
|
|
|
|
|
Banner will take over everything related to the page top banner.
DocumentWidget's content positioning is a bit messy, and now that the banner is no longer part of the GmDocument, it needed a bit of revising. It would still benefit from proper functions for mapping coordinates to/from the GmDocument coordinate space.
|