Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-28 | Added Noto Sans Arabic | Jaakko 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-28 | Handling of unknown URI schemes | Jaakko Keränen | |
IssueID #226 | |||
2021-03-28 | macOS: Recreate menus after language changes | Jaakko Keränen | |
IssueID #192 | |||
2021-03-27 | InputWidget: Select by word | Jaakko Keränen | |
IssueID #134 | |||
2021-03-27 | DocumentWidget: Advanced text selection | Jaakko Keränen | |
Double click to select by word, triple click by paragraph. IssueID #134 | |||
2021-03-27 | Processing of double clicks | Jaakko Keränen | |
The click handling utility no longer treats double clicks as a special case. An arbitrary number of clicks is kept in a separate counter. | |||
2021-03-27 | GmDocument: Finding position in source | Jaakko Keränen | |
The returned position at a source location is now a range, pointing to the left and right edges of the contacted character. | |||
2021-03-27 | Text: Further word wrap fixes | Jaakko Keränen | |
Set the correct break position in noWrap mode. | |||
2021-03-27 | Built-in hot key binding for Refresh | Jaakko Keränen | |
This shouldn't override F5/⌘R in menus. IssueID #223 | |||
2021-03-27 | Lang: Added Spanish (es) | Jaakko Keränen | |
IssueID #192 | |||
2021-03-27 | Document: Fixed autoreload intervals; added strings | Jaakko Keränen | |
2021-03-26 | Keys: Built-in bindings for internet hot keys | Jaakko Keränen | |
IssueID #223 | |||
2021-03-26 | Lang: Replaced "bytes" with "num.bytes" | Jaakko Keränen | |
A new string to include the numeric value. IssueID #192 | |||
2021-03-26 | Cleanup: Omit partially translated "de" | Jaakko Keränen | |
Only show the languages that are currently (more or less) fully translated. IssueID #192 | |||
2021-03-26 | LookupWidget: Missing strings; inconsistent fonts | Jaakko 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-26 | SidebarWidget: Use a translated string | Jaakko Keränen | |
2021-03-26 | GmCerts: Relaxed domain verification | Jaakko Keränen | |
Allow a certificate for a higher-level domain to be verified against any subdomains, i.e., implicitly assume every certificate uses wildcards. CA verification is still done separately, and OpenSSL does that strictly as before. | |||
2021-03-26 | Cleanup | Jaakko Keränen | |
2021-03-26 | Added Noto Sans SC; font table cleanup | Jaakko 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-25 | Added keybinding for subscribing to page | Jaakko Keränen | |
IssueID #209 | |||
2021-03-25 | Text: Improved word wrapping | Jaakko Keränen | |
This was complicated by the wrap position being placed one character later than intended. IssueID #201 | |||
2021-03-25 | Cleanup | Jaakko Keränen | |
2021-03-25 | Text: Trying more conservative word wrapping rules | Jaakko Keränen | |
IssueID #201 | |||
2021-03-25 | Preferences: Removed extra % characters | Jaakko Keränen | |
2021-03-25 | Don't alter contents of bitcoin URIs | Jaakko Keränen | |
IssueID #215 | |||
2021-03-25 | Preferences: Revised language selection dropdown | Jaakko Keränen | |
Visible IDs since the language names are also localized. | |||
2021-03-25 | Lang: Added Chinese (Simplified) | Jaakko Keränen | |
IssueID #192 | |||
2021-03-25 | Lang: Fixed plural and multiline strings | Jaakko Keränen | |
IssueID #192 | |||
2021-03-25 | App: Cleanup | Jaakko Keränen | |
2021-03-25 | Lang: Plural strings | Jaakko Keränen | |
IssueID #192 | |||
2021-03-24 | Lang: Added the German .bin resource | Jaakko Keränen | |
2021-03-24 | Preferences: Added Russian and German UI languages | Jaakko Keränen | |
2021-03-24 | Lang: Added new strings for error messages | Jaakko Keränen | |
IssueID #192 | |||
2021-03-24 | Fixes for dynamic language switching | Jaakko Keränen | |
IssueID #192 | |||
2021-03-24 | Fixed regression in conman.org client torture test 21 | Jaakko Keränen | |
Couple of problems: - "data:" links were not flagged as supported - "data:" links are not supposed to further decoded or encoded since they are processed internally in the client IssueID #217 | |||
2021-03-23 | Lang: Added Russian to resources | Jaakko Keränen | |
IssueID #192 | |||
2021-03-23 | UI language preference; switching at runtime | Jaakko Keränen | |
IssueID #192 | |||
2021-03-23 | Lang: Added strings for Import Identity dialog | Jaakko Keränen | |
2021-03-23 | Lang: Initial version of the Finnish translation | Jaakko Keränen | |
2021-03-23 | Enable translation of error pages | Jaakko Keränen | |
2021-03-23 | Lang: Added a sidebar string; Finnish template | Jaakko Keränen | |
IssueID #192 | |||
2021-03-23 | Lang: Applied string IDs everywhere | Jaakko Keränen | |
More or less everywhere? IssueID #192 | |||
2021-03-23 | Lang: Applied more string IDs | Jaakko Keränen | |
IssueID #192 | |||
2021-03-22 | Lang: Improvements; macOS menu items | Jaakko Keränen | |
Use char pointer ranges for the array of IDs and strings to avoid allocations. Translate macOS menu items. IssueID #192 | |||
2021-03-22 | iOS: Default UI scaling for iPad | Jaakko Keränen | |
2021-03-22 | Basic language string mechanism | Jaakko Keränen | |
Added a set of English strings. Lang can load a language. LabelWidget can replace IDs in the label. IssueID #192 | |||
2021-03-22 | Lang: Loading a set of NULL-terminated strings | Jaakko Keränen | |
2021-03-22 | Lang: Began replacing UI strings with IDs | Jaakko Keränen | |
IssueID #192 | |||
2021-03-21 | GmDocument: Default banner colors of Light Gray | Jaakko Keränen | |
2021-03-21 | iOS: Save to Files; hide toolbar on scroll | Jaakko Keränen | |
There is no downloads directory on mobile. Instead, the downloaded file is temporarily cached and given to the iOS document picker to export. Added an option to hide the bottom toolbar while scrolling down. |