Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-09 | GmDocument: Light mode Gray document theme | Jaakko Keränen | |
The Gray theme now has a light and dark variant. | |||
2021-03-09 | Widget: Border shadow appearance | Jaakko Keränen | |
2021-03-09 | LabelWidget: Fine-tuning icon spacing | Jaakko Keränen | |
2021-03-08 | Show error placeholder if image is missing | Jaakko Keränen | |
IssueID #167 | |||
2021-03-08 | Improved custom link icons; link list spacing | Jaakko Keränen | |
Link lists and bullet lists are spaced the same way. | |||
2021-03-08 | Scale images for display | Jaakko Keränen | |
Resize images down to the maximum texture size or the screen size, whichever is smaller. IssueID #167 | |||
2021-03-08 | LabelWidget: Tuning icon alignment | Jaakko Keränen | |
2021-03-08 | Fine-tuning touch behavior | Jaakko Keränen | |
Avoid mouse motion events to prevent spurious hover states in the UI. | |||
2021-03-08 | Local Gemini links can use Emoji/symbol from label text | Jaakko Keränen | |
Instead of the default link icon, if a label starts with an Emoji or symbol, use that as the icon. This only works with local Gemini links so important information about link destination is not hidden. | |||
2021-03-08 | Gemtext markup was visible with Monospace Body | Jaakko Keränen | |
2021-03-07 | GmDocument: Adjusted consecutive link spacing | Jaakko Keränen | |
It makes link lists more readable to have a bit more space in between, especially if the links get wrapped. | |||
2021-03-07 | Windows: Fixed horizontal mouse wheel direction | Jaakko Keränen | |
2021-03-07 | Merge branch 'dev' of skyjake.fi:skyjake/lagrange into dev | Jaakko Keränen | |
2021-03-07 | macOS: Mouse wheel horizontal direction | Jaakko Keränen | |
2021-03-07 | GmCerts: Fixed checking for expiration time | Jaakko Keränen | |
2021-03-07 | App: Fetch remote bookmarks after init finished | Jaakko Keränen | |
2021-03-07 | Multithreading issues | Jaakko Keränen | |
It was possible that the window was accessed from a background request `postCommand` before the window was created. The CA file/path from preferences must be set before TlsRequest is used. | |||
2021-03-07 | Updated the_Foundation | Jaakko Keränen | |
Multithreading issues. | |||
2021-03-07 | Processing per-pixel scroll events | Jaakko Keränen | |
Do platform-specific processing of scroll events up front so widgets can support both types of scrolls everywhere. IssueID #166 | |||
2021-03-07 | Added more menu icons | Jaakko Keränen | |
2021-03-07 | SidebarWidget: Mobile fonts | Jaakko Keränen | |
2021-03-07 | iOS: Haptic tap when long-pressing | Jaakko Keränen | |
2021-03-06 | Rasterize a few glyphs on every frame | Jaakko Keränen | |
Also various widget fixes/improvements. | |||
2021-03-06 | SidebarWidget: Keeping track of edited bookmark | Jaakko Keränen | |
2021-03-06 | Mobile: Dealing with keyboard height | Jaakko Keränen | |
The software keyboard obstructs part of the UI, so need to offset the view if the focused input widget would not be visible. | |||
2021-03-06 | Mobile: Dialog styling for phones | Jaakko Keränen | |
2021-03-06 | GmDocument: Narrow layout; indentation | Jaakko Keränen | |
Adjusted indentation for narrow (phone) layout. | |||
2021-03-06 | Mobile: Widget interaction and appearance | Jaakko Keränen | |
Overflow-scrollable allows momentum scrolls. Adjusting fonts in phone sheets. | |||
2021-03-05 | UI color tuning; menu item backgrounds | Jaakko Keränen | |
2021-03-05 | Tuning icons | Jaakko Keränen | |
2021-03-05 | Menu item icons | Jaakko Keränen | |
2021-03-05 | Shadow edge for popups | Jaakko Keränen | |
2021-03-05 | Defined a set of UI icons; use in menus | Jaakko Keränen | |
2021-03-05 | Restructuring dialogs for mobile | Jaakko Keränen | |
On a phone, dialogs are restructured to be more vertical and full-width. | |||
2021-03-05 | Widget: Debugging reference keeping | Jaakko Keränen | |
2021-03-05 | Updated the_Foundation | Jaakko Keränen | |
2021-03-04 | LabelWidget: Added an optional icon | Jaakko Keränen | |
Label icons are intended for context menus. | |||
2021-03-04 | Touch: Adjusting long press | Jaakko Keränen | |
2021-03-04 | Gopher: Don't re-encode % in URL | Jaakko Keränen | |
2021-03-04 | Updated the_Foundation | Jaakko Keränen | |
2021-03-04 | Save identity usage changes immediately | Jaakko Keränen | |
2021-03-04 | Touch: Slow drag adjustment | Jaakko Keränen | |
2021-03-04 | Possible crash when opening Preferences | Jaakko Keränen | |
2021-03-04 | Fixed buttons in Import Identity dialog | Jaakko Keränen | |
2021-03-04 | Touch: Tuning holding and swiping | Jaakko Keränen | |
2021-03-04 | Fixed a couple of undefined behaviors | Jaakko Keränen | |
Conditions depending on uninitialized memory. Benign, though. | |||
2021-03-04 | Windows: Fixed build; updated release notes | Jaakko Keränen | |
2021-03-04 | Window: Check for display pixel ratio changes | Jaakko Keränen | |
This works on macOS at least, still need to check other platforms. IssueID #83 | |||
2021-03-04 | Updated release notes | Jaakko Keränen | |
2021-03-04 | Changing UI scaling at runtime | Jaakko Keränen | |
UI scaling factor is applied when closing the Preferences dialog. IssueID #83 |