Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-20 | ScrollWidget: Disabled the fading out for now | Jaakko Keränen | |
Need to find a solution to the uneven refresh time issue. | |||
2021-03-20 | Periodic: Use a thread instead of timers | Jaakko Keränen | |
This still doesn't solve the strange refresh time issue. Perhaps it's better to find a solution that doesn't rely on background threads. | |||
2021-03-20 | GmDocument: Gray/Black link color tuning | Jaakko Keränen | |
2021-03-20 | App: Looking at uneven frame redraw times | Jaakko Keränen | |
2021-03-19 | GmDocument: List bullet finetuning | Jaakko Keränen | |
Slightly more to the left, centered. | |||
2021-03-19 | Cleanup | Jaakko Keränen | |
2021-03-19 | Updated release notes | Jaakko Keränen | |
2021-03-19 | macOS: Added "about:about" to Help menu | Jaakko Keränen | |
2021-03-19 | InputWidget: Improved default scheme hiding | Jaakko Keränen | |
Restore when there is more space available. | |||
2021-03-19 | Window: Reduce navbar padding on portrait phone | Jaakko Keränen | |
2021-03-18 | Feeds: Same URL from different feeds | Jaakko Keränen | |
Each feed gets its own copy of an URL. | |||
2021-03-18 | Window: Fixed reload button height | Jaakko Keränen | |
2021-03-18 | macOS: Fixed build | Jaakko Keränen | |
2021-03-18 | Draw soft popup menu border shadows | Jaakko Keränen | |
2021-03-18 | Translation: Enable handling of completed request | Jaakko Keränen | |
2021-03-18 | Translation: More colorful progress animation | Jaakko Keränen | |
2021-03-18 | Widget: Fixed parent not arranging children | Jaakko Keränen | |
2021-03-18 | Adjusted sizing of Page Information dialog | Jaakko Keränen | |
2021-03-18 | Translation: Fixed use of uninitialized variable | Jaakko Keränen | |
2021-03-18 | Mobile improvements | Jaakko Keränen | |
Seeing if a few forced redraws will take care of the squished view issue. On the phone, showing and hiding the sidebar is not supposed to resize any documents. | |||
2021-03-18 | Scrollbar fading and periodic commands | Jaakko Keränen | |
Added a new mechanism to issue periodic but not per-frame commands. This is used for main-thread operations like checking if it's time to fade away the scrollbars. Scrollbars are faded away completely on Apple platforms. Adjusted list right margins accordingly. | |||
2021-03-18 | SidebarWidget: Today's date says "Today" | Jaakko Keränen | |
2021-03-18 | GmDocument: Trying out a footer | Jaakko Keränen | |
Currently disabled. | |||
2021-03-18 | Updated the_Foundation | Jaakko Keränen | |
Cleanup. | |||
2021-03-18 | SidebarWidget: Unread entry appearance | Jaakko Keränen | |
The bold font is a sufficient indicator than the edge line, and the edge line introducing visual noise. | |||
2021-03-17 | SidebarWidget: Crash when deleting identity | Jaakko Keränen | |
Refer to the context menu item and not the hover item, since hover state may have been lost. | |||
2021-03-17 | LabelWidget: Fixed crash when text is empty | Jaakko Keränen | |
2021-03-17 | iOS: Bumped version to 6 | Jaakko Keränen | |
2021-03-17 | Moved "Find on page" menu item | Jaakko Keränen | |
Mobile "Find on page" is now in the nav menu. Added icons to sidebar toggle items. | |||
2021-03-17 | InputWidget: In a narrow window, omit the default URL scheme | Jaakko Keränen | |
The default URL scheme is "gemini". If missing, it will always be added back when making requests. This allows it to be omitted from the URL input field if space needs saving. Other schemes, like "gopher", won't be omitted. | |||
2021-03-17 | DocumentWidget: Blending of side elements | Jaakko Keränen | |
The background of the side title buffer was not using the correct color, causing blending artifacts. | |||
2021-03-17 | TextBuf: Support for color | Jaakko Keränen | |
Fill glyph backgrounds individually based on current color. | |||
2021-03-17 | iOS: System theme option | Jaakko Keränen | |
Trying to figure out why the system theme option is disabling itself. | |||
2021-03-17 | Widget: Borders use the Separator color | Jaakko Keränen | |
2021-03-17 | Cleanup | Jaakko Keränen | |
2021-03-17 | Cleanup | Jaakko Keränen | |
2021-03-17 | App: Added 3rd fallback to find resources.lgr | Jaakko Keranen | |
Check the current directory. | |||
2021-03-17 | Updated the_Foundation | Jaakko Keranen | |
NetBSD build. | |||
2021-03-16 | Translation: Remember last used languages | Jaakko Keränen | |
2021-03-16 | Gopher: Parse the 'h' line type | Jaakko Keränen | |
IssueID #208 | |||
2021-03-16 | Mobile: Fixed context menu animation | Jaakko Keränen | |
Position jumps when dismissing a menu. | |||
2021-03-16 | Translation: More reliable markup preservation | Jaakko Keränen | |
2021-03-16 | Updated the_Foundation | Jaakko Keränen | |
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. |