Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-21 | Merge branch 'dev' into work/v1.9 | Jaakko Keränen | |
# Conflicts: # CMakeLists.txt # res/about/version.gmi | |||
2021-11-21 | Site-specific Titan upload identity | Jaakko Keränen | |
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 | |||
2021-11-19 | Cleanup | Jaakko Keränen | |
2021-11-19 | Cleanup | Jaakko Keränen | |
2021-11-19 | Fixed clicking on tabs when banner is underneath | Jaakko Keränen | |
Banner was too eager to eat all mouse events. | |||
2021-11-14 | Localized language names in Preferences | Jaakko Keränen | |
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 | |||
2021-11-14 | Resources: Added cs lang blob | Jaakko Keränen | |
2021-11-14 | Merge branch 'dev' into work/v1.9 | Jaakko Keränen | |
# Conflicts: # CMakeLists.txt # Depends.cmake # src/lang.c | |||
2021-11-13 | DocumentWidget: Trust button shown only when untrusted | Jaakko Keränen | |
2021-11-13 | DocumentWidget: Fixed appearance of Trust button | Jaakko Keränen | |
2021-11-12 | FontPack: Font dropdown includes IDs if ambiguous | Jaakko Keränen | |
If some fonts have the same human-readable name, the unique font ID will be added to show which font it actually is. | |||
2021-11-12 | Fixed crash if "open" command has no "url" | Jaakko Keränen | |
IssueID #385 | |||
2021-11-10 | Fixed URL encoding of plus characters | Jaakko Keränen | |
The Gemini specifications says to encode RFC3986's reserved characters in URLs, but that didn't apply to plus characters in the "canonical" form. | |||
2021-11-09 | DocumentWidget: Error message cleanup | Jaakko Keränen | |
Some error pages would show response meta string instead of the actual error title. Don't show the internal error numbes in Page Information. | |||
2021-11-09 | GmCerts: Allow trusting certificate regardless of domain name | Jaakko Keränen | |
2021-11-08 | GmUtil: Normalizing empty path in Gemini URLs | Jaakko Keränen | |
2021-11-08 | FontPack: Don't crash if a font file is missing | Jaakko Keränen | |
2021-11-08 | FontPack: Don't crash if a font file is missing | Jaakko Keränen | |
2021-11-07 | macOS: Use Sparkle for automatic updates | Jaakko Keränen | |
2021-11-07 | Windows: Call the updater; added a missing resources | Jaakko Keränen | |
2021-11-06 | Cleanup | Jaakko Keränen | |
2021-11-06 | Fixed issues with tall popup menus | Jaakko Keränen | |
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. | |||
2021-11-06 | DocumentWidget: Fixed incorrect document width | Jaakko Keränen | |
2021-11-04 | Windows: Use WinSparkle for automatic updates | Jaakko Keränen | |
2021-11-04 | Added Czech UI translation | Jaakko Keränen | |
2021-11-04 | Added the hu.bin language blob | Jaakko Keränen | |
2021-11-04 | Merge branch 'dev' into work/v1.9 | Jaakko Keränen | |
# Conflicts: # src/lang.c | |||
2021-11-04 | Added Hungarian UI translation | Jaakko Keränen | |
2021-11-04 | Widget: Scroll overflow widgets via mouse hover | Jaakko Keränen | |
Useful for tall menus and dialogs on the desktop. | |||
2021-11-03 | Popup menus with a selected item are allowed to overflow top/bottom | Jaakko Keränen | |
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. | |||
2021-11-03 | Redo cached document layout if needed | Jaakko Keränen | |
Changing the fonts, zoom level, or window width will cause cached documents to be laid out again if they are restored from memory. | |||
2021-11-02 | Gopher: Allow either LF or CRLF line endings | Jaakko Keränen | |
IssueID #377 | |||
2021-11-02 | GmDocument: Remove heading line overlap | Jaakko Keränen | |
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 | |||
2021-11-02 | macOS: Tab close buttons on the left | Jaakko Keränen | |
Platform convention. | |||
2021-11-01 | Fixed build with the simple text renderer | Jaakko Keränen | |
IssueID #372 | |||
2021-10-31 | FontPack: Debug message about collection size | Jaakko Keränen | |
2021-10-31 | Changed format of resources.lgr | Jaakko Keränen | |
Resources are now stored in a ZIP archive, and it comes with an explicit version number. All the old embed/bincat stuff was removed as unnecessary. resources.lgr is also a valid fontpack, for loading the built-in fonts. IssueID #363 | |||
2021-10-30 | Windows: Fixed path handling issues during font loading | Jaakko Keränen | |
2021-10-30 | Added Ukrainian UI translation | Jaakko Keränen | |
Kudos to Alyssa Liddell for a 100% translation. | |||
2021-10-29 | Fixed a memory leak in URL handling | Jaakko Keränen | |
2021-10-29 | FontPack: Loading fonts from TTC files | Jaakko Keränen | |
2021-10-29 | App: resources.lgr load order | Jaakko Keränen | |
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 | |||
2021-10-28 | GmDocument: Markdown regex tweak | Jaakko Keränen | |
2021-10-28 | GmDocument: Restore old themes after CRC-32 was fixed | Jaakko Keränen | |
The corrected CRC-32 function produces different theme seeds. This restores the old behavior. | |||
2021-10-28 | FontPack: Only load "default" from the resource file | Jaakko Keränen | |
2021-10-27 | Upgrade assistance: download "classic-set" fontpack | Jaakko Keränen | |
2021-10-27 | App: Upgrading to version 1.8.0 | Jaakko Keränen | |
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. | |||
2021-10-27 | DocumentWidget: Security warnings | Jaakko Keränen | |
2021-10-26 | Text: Use "alternative font 1" escape for monospace | Jaakko Keränen | |
2021-10-26 | Cleanup; minor tweaks | Jaakko Keränen | |