Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-16 | Mobile: Dialog layout fixes | Jaakko Keränen | |
Orientation and safe inset changes are now applied to phone dialogs. There is still the occasional unscrollable dialog, but it seems random? | |||
2021-03-16 | Updated the_Foundation | Jaakko Keränen | |
2021-03-15 | Mobile: Find on page, various minor tweaks | Jaakko Keränen | |
On mobile, the search bar appears at the top of the page. Keep the haptic engine running so there is no delay before each effect. After a long-press, remove the "mouse" from the display area so there is no misleading hover. Widget border top/bottom use metrics. | |||
2021-03-15 | Updated the_Foundation | Jaakko Keränen | |
2021-03-15 | Translation: Handling cancellation/errors | Jaakko Keränen | |
2021-03-15 | macOS: Info.plist key for app icon | Jaakko Keränen | |
2021-03-15 | macOS: Decoding handled URLs | Jaakko Keränen | |
When an URL is provided via the system URL handling mechanism, decode any percent-encoded characters in it. | |||
2021-03-15 | Cleanup | Jaakko Keränen | |
2021-03-15 | Added a page translation service | Jaakko Keränen | |
This is quite experimental. The page contents are sent to an instance of LibreTranslate (powered by Argos Translate), which may or may not successfully translate the contents without mangling the gemtext markup. | |||
2021-03-15 | Text: Don't crash after cache reset | Jaakko Keränen | |
2021-03-15 | SidebarWidget: Command to update contents | Jaakko Keränen | |
2021-03-15 | Color: Disabled button color in "Pure White" | Jaakko Keränen | |
2021-03-15 | Updated the_Foundation | Jaakko Keränen | |
2021-03-15 | App: Decode URLs passed via command line arguments | Jaakko Keränen | |
2021-03-14 | Updated release notes | Jaakko Keränen | |
2021-03-14 | Adjusted URL detection for search queries | Jaakko Keränen | |
Dashes may appear in domain names. | |||
2021-03-14 | Full page scroll with PageUp and PageDown | Jaakko Keränen | |
Added separate keybindings for half page and full page scrolling. Space and Shift+Space do the half page scroll as before. Assigned new keybinding IDs to reset these to defaults in case they've been customized. IssueID #203 | |||
2021-03-14 | Punycode domains when setting trust | Jaakko Keränen | |
2021-03-14 | Text: Monospace and zero-advance glyphs | Jaakko Keränen | |
Don't force the same advance on all glyphs, since some don't advance the position. IssueID #204 | |||
2021-03-14 | Updated the_Foundation | Jaakko Keränen | |
XML fix. | |||
2021-03-13 | SidebarWidget: Added "Import..." to empty Identities tab | Jaakko Keränen | |
Fixed visual issues with the Help link in the bottom. | |||
2021-03-13 | Text: Separate glyph caching procedure | Jaakko Keränen | |
Previously glyph caching was done during text rendering, but that would mean lots of swapping between rendering stuff to the cache and then immediately afterward rendering to the display. There would be a swap per each new glyph. Now the entire document's glyphs are precached at once when a request is finished. Glyphs are also cached in larger batches when new text needs to be drawn. | |||
2021-03-13 | Touch: Fixed long press on input fields | Jaakko Keränen | |
2021-03-13 | Text: Removed pending glyphs tracker | Jaakko Keränen | |
2021-03-13 | Cleanup | Jaakko Keränen | |
2021-03-13 | Touch: Long-press context click on any widget | Jaakko Keränen | |
2021-03-13 | Mobile: Showing identities via navbar | Jaakko Keränen | |
2021-03-13 | LabelWidget: Adjusting spacing on tablets | Jaakko Keränen | |
2021-03-13 | iOS: Bumped version | Jaakko Keränen | |
2021-03-13 | Window: Toggle sidebar via phone menu | Jaakko Keränen | |
2021-03-13 | Fixed resizing of input dialogs | Jaakko Keränen | |
2021-03-13 | Arrange URL child indicators; widget arrangement | Jaakko Keränen | |
The indicators in the URL input field are now arranged horizontally, so they don't overlap. Improved arrangement of (un)collapsed widgets. | |||
2021-03-13 | Widget: Arranging cleanup wrt. collapsing | Jaakko Keränen | |
2021-03-13 | Mobile: Simplified window event handling | Jaakko Keränen | |
The desktop window events do things that are not relevant on mobile, and may in fact be harmful. Since mobile is essentially fullscreen only, needed updates to root size are done whenever the window is redrawn. | |||
2021-03-12 | Cut/copy/paste paste via menus | Jaakko Keränen | |
IssueID #175 | |||
2021-03-12 | Touch: Drag behavior for input fields | Jaakko Keränen | |
Allow long-pressing in touchDrag widgets. | |||
2021-03-12 | Cleanup | Jaakko Keränen | |
2021-03-12 | DocumentWidget: Bookmarking a wrapped link | Jaakko Keränen | |
Only the clicked part of the label text was used for the bookmark. | |||
2021-03-12 | DocumentWidget: Don't handle clicks elsewhere | Jaakko Keränen | |
2021-03-12 | Added "about:about" | Jaakko Keränen | |
IssueID #200 | |||
2021-03-12 | DocumentWidget: Slightly larger link click regions | Jaakko Keränen | |
Now that links have margins between them, make them easier to hit. | |||
2021-03-12 | Window: Embed reload button; sidebar context menu | Jaakko Keränen | |
2021-03-12 | InputWidget: Set/get content padding | Jaakko Keränen | |
2021-03-12 | iOS: Added a separate Info.plist template | Jaakko Keränen | |
2021-03-12 | iOS: Bumped version | Jaakko Keränen | |
2021-03-11 | Added option to word wrap plain text files | Jaakko Keränen | |
On by default because there is no horizontal scrolling for plain text files. | |||
2021-03-11 | iOS: Updated build | Jaakko Keränen | |
2021-03-11 | Depends: Fail if OpenSSL was not found | Jaakko Keränen | |
2021-03-11 | iOS: Xcode project attributes | Jaakko Keränen | |
2021-03-11 | Mobile: Adjustments and fixes for iOS | Jaakko Keränen | |