summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Collapse)Author
2021-03-29Lang: Added Chinese (Traditional)Jaakko Keränen
2021-03-29Lang: Recompiled language stringsJaakko Keränen
2021-03-29Lang: Recompiled language stringsJaakko Keränen
2021-03-28Lang: Added a string for missing alt textJaakko Keränen
2021-03-28Lang: Recompiled language stringsJaakko Keränen
2021-03-28Added Noto Sans ArabicJaakko Keränen
Added a font for Arabic, making the glyphs available for rendering. Of course, this doesn't solve Arabic text rendering yet. There is still the RTL direction to work out and possibly some missing glyph combining rules. IssueID #195
2021-03-27Lang: Get missing strings from base languageJaakko Keränen
IssueID #192
2021-03-27Lang: Added Spanish (es)Jaakko Keränen
IssueID #192
2021-03-27Document: Fixed autoreload intervals; added stringsJaakko Keränen
2021-03-26Lang: Replaced "bytes" with "num.bytes"Jaakko Keränen
A new string to include the numeric value. IssueID #192
2021-03-26Cleanup: Omit partially translated "de"Jaakko Keränen
Only show the languages that are currently (more or less) fully translated. IssueID #192
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