Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-16 | Improved TOFU implementation | Jaakko Keränen | |
If a server sends a different certificate (checked by matching public key fingerprints), abort the connection at the TLS handshake stage. A new error page is shown explaining the situation. A button is provided for conveniently opening Page Information, where trust can be updated. The file format of "visited.txt" was updated, so it is now called "visited.2.txt". The new format includes server port numbers, and the fingerprints are calculated based on public keys. IssueID #308 IssueID #309 IssueID #310 | |||
2021-07-15 | Fixing regressions text metrics, InputWidget | Jaakko Keränen | |
`run_Font_` was moving the Y cursor position twice for each line break. Checking for the HarfBuzz UNSAFE_TO_BREAK flag leads to some unexpected behavior near edges of words. The old `tryAdvanceNoWrap` method should return the maximum horizontal advance of the text, and not the cursor position's advance. `draw_WrapText` used the wrong foreground color. `TextBuf` now uses WrapText to do all the measuring and drawing, making things much simpler. | |||
2021-07-14 | Updated release notes | Jaakko Keränen | |
2021-07-14 | Updated README and release notes | Jaakko Keränen | |
Details about HarfBuzz and FriBidi. | |||
2021-07-11 | Lang: Added strings for new preferences | Jaakko Keränen | |
2021-07-04 | Updated Smol Emoji | Jaakko Keränen | |
2021-06-25 | Merge branch 'dev' into work/v1.6 | Jaakko Keränen | |
# Conflicts: # CMakeLists.txt | |||
2021-06-25 | Updated Smol Emoji | Jaakko Keränen | |
2021-06-24 | Updated Smol Emoji | Jaakko Keränen | |
2021-06-24 | Updated Smol Emoji | Jaakko Keränen | |
2021-06-21 | Updated Smol Emoji | Jaakko Keränen | |
Camels and a lizard. | |||
2021-06-18 | Help: Word | Jaakko Keränen | |
2021-06-17 | Help: Documentation for the palette.txt file | Jaakko Keränen | |
IssueID #263 | |||
2021-06-15 | iOS: Bumped version | Jaakko Keränen | |
2021-06-15 | Merge branch 'dev' into work/v1.6 | Jaakko Keränen | |
# Conflicts: # res/fonts/SmolEmoji-Regular.ttf | |||
2021-06-15 | Updated release notes and AppData | Jaakko Keränen | |
2021-06-15 | Updated Smol Emoji | Jaakko Keränen | |
2021-06-15 | Preferences: New Fonts tab; reorganized | Jaakko Keränen | |
Added a fonts tab and reorganized settings more logically. Some of the General items were more appropriate for the Style page. | |||
2021-06-11 | iOS: Opening a file via document picker | Jaakko Keränen | |
Use a native file picker to open files. Declare support for .gmi/.gemini files so they can be opened via Files and share sheets. | |||
2021-06-10 | Updated Smol Emoji | Jaakko Keränen | |
2021-06-10 | DocumentWidget: Deleting local files via link context menu | Jaakko Keränen | |
2021-06-10 | Preferences: Memory size limit | Jaakko Keränen | |
Memory used for RAM storage of media along with navigation history so it can be restored instantly. | |||
2021-06-10 | Tight mode for Query/Feeds indicator | Jaakko Keränen | |
2021-06-09 | Updated Smol Emoji | Jaakko Keränen | |
2021-06-09 | CertImportWidget: Respond to "input.paste" | Jaakko Keränen | |
The "input.paste" command is triggered via menus before CertImportWidget gets the key. | |||
2021-06-08 | Bumped version to 1.5.2 | Jaakko Keränen | |
2021-06-06 | Updated release notes and AppData | Jaakko Keränen | |
2021-06-06 | Updated Smol Emoji | Jaakko Keränen | |
2021-06-06 | Lang: Recompiled language strings | Jaakko Keränen | |
2021-06-06 | Updated Smol Emoji | Jaakko Keränen | |
2021-05-29 | Updated AppData | Jaakko Keränen | |
2021-05-29 | Updated release notes | Jaakko Keränen | |
2021-05-29 | Updated release notes | Jaakko Keränen | |
2021-05-29 | Lang: Recompiled language strings | Jaakko Keränen | |
2021-05-29 | Keys: Redundant split menu language strings | Jaakko Keränen | |
2021-05-29 | Preferences: Added toggle for UI animations | Jaakko Keränen | |
2021-05-29 | Gempub: Fixed glitches in DocumentWidget | Jaakko Keränen | |
2021-05-28 | Smol Emoji: Added Person and checkboxes | Jaakko Keränen | |
2021-05-28 | Lang: Translations for New Identity scopes | Jaakko Keränen | |
2021-05-28 | Updated release notes | Jaakko Keränen | |
2021-05-27 | Updated Smol Emoji | Jaakko Keränen | |
Added Gear. | |||
2021-05-27 | Updated Smol Emoji | Jaakko Keränen | |
2021-05-27 | Updated Smol Emoji | Jaakko Keränen | |
2021-05-27 | Fixed link to LICENSE_SmolEmoji.txt | Jaakko Keränen | |
2021-05-27 | Added OFL license for Smol Emoji | Jaakko Keränen | |
IssueID #283 | |||
2021-05-26 | Fonts: Added more Smol Emoji symbols | Jaakko Keränen | |
2021-05-25 | Removed Symbola, replaced with other/new fonts | Jaakko Keränen | |
Symbola's license is not permissive enough, so it has been removed. Added "Smol Emoji" with face emoticons and other UI characters for Lagrange. More symbols provided by Noto Sans Symbols and Noto Sans Symbols 2. The fallback fonts are now Iosevka, which has a pretty good coverage (although monospace), and the user's chosen TrueType font (which could still be a local copy of Symbola). Still a work in progress: some characters are missing. IssueID #283 | |||
2021-05-21 | Added -u,--url-or-search command line option | Jaakko Keränen | |
Opening an URL or making a search query from the command line. IssueID #232 | |||
2021-05-21 | Behavior of opening URLs via command line | Jaakko Keränen | |
Open all URLs/files specified on the command line in new tabs, and raise the window if the app is already running. IssueID #235 | |||
2021-05-21 | Keybindings for split view menu | Jaakko Keränen | |
The split view keys now have keybindings. The default bindings for horizontal/vertical were changed to conform to Emacs (3/2). IssueID #278 |