Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | Cleanup | 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 | 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-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 | 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: 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-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 | 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 | DocumentWidget: Fixed crash while media players active | Jaakko Keränen | |
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 | Gopher: Set item type to 1 when navigating to parent | Jaakko Keränen | |
As suggested in: gemini://ruario.flounder.online/gemlog/2022-01-19_Some_Gopher_improvements_for_Lagrange.gmi | |||
2022-01-24 | DocumentWidget: Cancelling an input query | Jaakko Keränen | |
This has been broken for a while... | |||
2022-01-22 | Window: Don't trigger a draw during SDL_ShowWindow | Jaakko Keränen | |
IssueID #442 | |||
2022-01-22 | Fixed build issue on Haiku OS | Jaakko Keränen | |
Use the `_Static_assert` C11 keyword directly. IssueID #441 | |||
2022-01-21 | InputWidget: Fixed hang if widget is very narrrow | Jaakko Keränen | |
2022-01-20 | Android: External downloads; Back button handling; bumped version | Jaakko Keränen | |
2022-01-20 | Merge branch 'dev' of skyjake.fi:gemini/lagrange into dev | Jaakko Keränen | |
2022-01-20 | DocumentWidget: Fixed crash when downloading a large file | Jaakko Keränen | |
2022-01-19 | Event processing workaround (2.0.18+) | Jaakko Keränen | |
This is most likely not needed for older SDL versions. IssueID #436 IssueID #438 | |||
2022-01-17 | SidebarWidget: Fixed actions getting hidden on Feeds tab | Jaakko Keränen | |
2022-01-17 | macOS: Scroll glitch prevention (Monterey 12.1) | Jaakko Keränen | |
2022-01-16 | Added menu string for customizing toolbar | Jaakko Keränen | |
2022-01-16 | Navbar menu placement | Jaakko Keränen | |
Popup menus opened from navbar buttons should open below the button. IssueID #436 | |||
2022-01-16 | SidebarWidget: Blank tabs cleanup | Jaakko Keränen | |
Contents of the empty sidebar (e.g., first launch) were a bit messy, with incorrect paddings and minor layout issues. | |||
2022-01-16 | Customizable navbar button actions | Jaakko Keränen | |
2022-01-16 | DocumentWidget: Banner glitches | Jaakko Keränen | |
Banner warnings were duplicated for example when under some conditions. Internal "about:" pages should never show banners or warnings. IssueID #435 | |||
2022-01-16 | Event processing issue that causes menus to be dismissed immediately | Jaakko Keränen | |
This seems like a regression in SDL. SDL_PollEvent() doesn't behave like before. As a workaround, wait for events with a very short timeout. IssueID #436 | |||
2022-01-16 | Cleanup | Jaakko Keränen | |
2022-01-16 | Fixed context menu in input fields | Jaakko Keränen | |
The menu was being dismissed immediately. | |||
2022-01-14 | Windows: Fixed installing a drag-and-dropped font file | Jaakko Keränen | |
The name of the file was not determined correctly. | |||
2022-01-14 | DocumentWidget: Fixed possible crash during long downloads | Jaakko Keränen | |
Hover can't be updated when the document is hidden. | |||
2022-01-14 | Cleanup | Jaakko Keränen | |
2022-01-14 | Feeds: Leading whitespace in <updated> of Atom feeds | Jaakko Keränen | |
IssueID #433 |