summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Collapse)Author
2021-03-26LookupWidget: Missing strings; inconsistent fontsJaakko Keränen
Fonts used in the lookup results list used inconsistent sizes. Now they all use the "UI content" (medium) size. The result headings were not translated at all.
2021-03-26Added Noto Sans SC; font table cleanupJaakko Keränen
Added the Noto Sans Simplified Chinese font. This adds another ~10 MB to resources.lgr, increasing the urgency of distributing fonts via separate downloads. The font table was getting difficult to manage, so now the sizes are broken out into a separate enum, and the table is reordered to match the FontSize order.
2021-03-25Added keybinding for subscribing to pageJaakko Keränen
IssueID #209
2021-03-25Preferences: Revised language selection dropdownJaakko Keränen
Visible IDs since the language names are also localized.
2021-03-25Lang: Updated compiled stringsJaakko Keränen
2021-03-25Lang: Added Chinese (Simplified)Jaakko Keränen
IssueID #192
2021-03-25Lang: Fixed plural and multiline stringsJaakko Keränen
IssueID #192
2021-03-25Lang: Plural stringsJaakko Keränen
IssueID #192
2021-03-24Lang: Updated and recompiled translationsJaakko Keränen
2021-03-24Lang: Added new strings for error messagesJaakko Keränen
IssueID #192
2021-03-23Lang: Updated compiled stringsJaakko Keränen
2021-03-23Lang: Added Russian to resourcesJaakko Keränen
IssueID #192
2021-03-23Lang: Updated compiled filesJaakko Keränen
2021-03-23Lang: Initial version of the Finnish translationJaakko Keränen
2021-03-23Enable translation of error pagesJaakko Keränen
2021-03-23Lang: Added a sidebar string; Finnish templateJaakko Keränen
IssueID #192
2021-03-23Lang: Applied string IDs everywhereJaakko Keränen
More or less everywhere? IssueID #192
2021-03-23Lang: Applied more string IDsJaakko Keränen
IssueID #192
2021-03-22Lang: Improvements; macOS menu itemsJaakko Keränen
Use char pointer ranges for the array of IDs and strings to avoid allocations. Translate macOS menu items. IssueID #192
2021-03-22Basic language string mechanismJaakko Keränen
Added a set of English strings. Lang can load a language. LabelWidget can replace IDs in the label. IssueID #192
2021-03-22Lang: Began replacing UI strings with IDsJaakko Keränen
IssueID #192
2021-03-20Show unread entry count in sidebarJaakko Keränen
2021-03-19CleanupJaakko Keränen
2021-03-19Updated release notesJaakko Keränen
2021-03-18Draw soft popup menu border shadowsJaakko Keränen
2021-03-15macOS: Info.plist key for app iconJaakko Keränen
2021-03-14Updated release notesJaakko Keränen
2021-03-12Added "about:about"Jaakko Keränen
IssueID #200
2021-03-12iOS: Added a separate Info.plist templateJaakko Keränen
2021-03-11iOS: Updated buildJaakko Keränen
2021-03-11Mobile: Adjustments and fixes for iOSJaakko Keränen
2021-03-11Bring back regular-bold Nunito for linksJaakko Keränen
The extra bold that is used for titles is too bold for links.
2021-03-04Windows: Fixed build; updated release notesJaakko Keränen
2021-03-04Updated release notesJaakko Keränen
2021-03-02Server certificates may also be verified by CAsJaakko Keränen
If the CA file/path are configured in preferences, trust CA verification over manual TOFU checks.
2021-03-01macOS: Don't force use of discrete GPUJaakko Keränen
https://developer.apple.com/library/archive/qa/qa1734/_index.html
2021-03-01Added a resource for the --help instructionsJaakko Keränen
IssueID #174
2021-03-01Added alt-texts in preformatted blocks of "about:"-pagesJaakko Keränen
2021-03-01Embed: Ensure data blocks are null-terminatedJaakko Keränen
2021-02-27Fixed crash when creating a bookmarkJaakko Keränen
IssueID #184
2021-02-27Updated AppDataJaakko Keränen
2021-02-27Updated HelpJaakko Keränen
2021-02-26Updated release notesJaakko Keränen
2021-02-24Fixed text entry dialogs closing prematurelyJaakko Keränen
2021-02-23Updated release notesJaakko Keränen
Added v1.1.4 from the release branch.
2021-02-23Updated release notesJaakko Keränen
2021-02-23Editing bookmark iconsJaakko Keränen
IssueID #140
2021-02-22Allow user to set any character as bookmark iconJaakko Keränen
The custom icons only appear in bookmark and feed lists, though.
2021-02-22iOS: Assets in the CMake projectJaakko Keränen
2021-02-20iOS: Tweaks and changes for phone modeJaakko Keränen
Phone mode uses a modified user interface. Work in progress...