Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-07 | Updated release notes | Jaakko Keränen | |
2022-02-07 | LinkInfo: Trim extremely long URLs | Jaakko Keränen | |
We don't want to cover the whole view with the URL. | |||
2022-02-07 | App: Removed an unnecessary refresh | Jaakko Keränen | |
When tickers are being run there already will be a refresh following immediately. Adding a recurring ticker will also post a refresh. | |||
2022-02-06 | Recompiled UI strings | Jaakko Keränen | |
2022-02-05 | SidebarWidget: Fixed animations in the 2nd split | Jaakko Keränen | |
2022-02-05 | Paint: Fixed a Metal clipping issue | Jaakko Keränen | |
After intersecting with the root rect the clipping rectangle can be empty. | |||
2022-02-05 | Bumped version number | Jaakko Keränen | |
2022-02-05 | Updated release notes and AUTHORS | Jaakko Keränen | |
2022-02-05 | Cleanup | Jaakko Keränen | |
2022-02-05 | Merge branch 'dev' of https://weblate.skyjake.fi/git/lagrange/ui into dev | Jaakko Keränen | |
2022-02-05 | Translated using Weblate (Esperanto) | Nikolay Korotkiy | |
Currently translated at 36.8% (238 of 646 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/eo/ | |||
2022-02-04 | Updated release notes | Jaakko Keränen | |
2022-02-04 | macOS: Let other windows handle scroll events | Jaakko Keränen | |
For example, trying to scroll the Sparkle release notes was not possible because the main window would scroll instead. | |||
2022-02-04 | App: Event processing tweak | Jaakko Keränen | |
Refresh events will never be dispatched (it would be pointless), but instead just set a flag that prevents SDL_WaitEvent() to be called. SDL_WaitEvent() should never be called anyway because `pendingRefresh` is set, but this makes it clearer and skips other unnecessary checks. | |||
2022-02-04 | IndicatorWidget: Use the normal animation method | Jaakko Keränen | |
This old timer-based animation predates the ticker convention. | |||
2022-02-04 | macOS: Use Metal on >60 Hz displays | Jaakko Keränen | |
The problem with the occasional stutters related to SDL_WaitEvent() are still there, but on a 120 Hz display it's even worse to be stuck on 60 Hz. Metal is required for 120 Hz. | |||
2022-02-04 | Fixed issues with stripping ANSI escapes | Jaakko Keränen | |
2022-02-02 | Improved legibility of ANSI FG colors | Jaakko Keränen | |
Brighten dark colors on a (nearly) black background. On light backgrounds, reduce the darkening as it was a bit too strong; more of the color is now shown. | |||
2022-02-01 | Merge branch 'dev' of github.com:skyjake/lagrange into dev | Jaakko Keränen | |
2022-02-01 | Fixed ANSI color handling issues | Jaakko Keränen | |
Added the missing BG escapes 100-107, and fixed how the FG is adjusted to keep text legible. Previously it was not considering the actual BG color being applied to a text run. | |||
2022-02-01 | DocumentWidget: "file://" pages don't warn about ANSI colors | Jaakko Keränen | |
The warnings are site-specific, and there's no site for "file://". | |||
2022-02-01 | Bumped version number | Jaakko Keränen | |
2022-02-01 | Merge pull request #445 from jgarte/jgarte-patch-1 | Jaakko Keränen | |
Add guix install instructions | |||
2022-02-01 | Add guix install instructions | jgart | |
2022-01-30 | Updated release notes | Jaakko Keränen | |
2022-01-30 | Release notes broken to smaller pages | Jaakko Keränen | |
2022-01-30 | About page parent/root navigation | Jaakko Keränen | |
2022-01-30 | Cleanup | Jaakko Keränen | |
2022-01-30 | Text: Break words at backslashes | Jaakko Keränen | |
2022-01-29 | Don't have duplicate New Tab buttons | Jaakko Keränen | |
There tab buttons don't need a New Tab button if the navbar has it. | |||
2022-01-29 | Hierarchical navigation with Gopher and Titan | Jaakko Keränen | |
With Gopher, ensure that the item type changes to 1, and with Titan, change to normal Gemini. | |||
2022-01-29 | Changed a couple of icons | Jaakko Keränen | |
2022-01-28 | iOS: Updated release notes | Jaakko Keränen | |
2022-01-28 | iOS: Bumped version number | Jaakko Keränen | |
2022-01-28 | Updated release notes | Jaakko Keränen | |
2022-01-28 | iOS: Scroll to top on status bar taps | Jaakko Keränen | |
2022-01-28 | Touch: Debug logging | Jaakko Keränen | |
2022-01-28 | GmDocument: Don't crash when a line turns out empty | Jaakko Keränen | |
A line with nothing but ANSI escapes was not considered empty, but it didn't produce any text runs so the typesetter was confused. IssueID #443 | |||
2022-01-28 | Cleanup | Jaakko Keränen | |
2022-01-28 | Mobile: Tablet navbar button height | Jaakko Keränen | |
Match the button height to the URL input field. | |||
2022-01-28 | Updated release notes | Jaakko Keränen | |
2022-01-27 | Fixed wrong sidebar reacting to key events | Jaakko Keränen | |
The right-hand sidebar was handling the U and Shift+U events if it was set on Feeds tab, even though the sidebar wasn't visible. | |||
2022-01-27 | Updated release notes | Jaakko Keränen | |
2022-01-27 | DocumentWidget: Navigate to parent vs. index.gmi | Jaakko Keränen | |
index.gmi is typically identical to the directory itself, so don't go from `/index.gmi` to `/`, but skip directly to the parent directory. | |||
2022-01-27 | Bumped version number | Jaakko Keränen | |
2022-01-27 | DocumentWidget: Fixed crash while media players active | Jaakko Keränen | |
2022-01-26 | Added a man page | Jaakko Keränen | |
Generated with Pandoc. | |||
2022-01-26 | Feeds: Potential fix for a crash on 32-bit Haiku OS | Jaakko Keränen | |
Ensure the argument type matches the printf formatting. | |||
2022-01-24 | Android: Bumped version number; updated release notes | Jaakko Keränen | |
2022-01-24 | iOS: Bumped version number; updated release notes | Jaakko Keränen | |