Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-27 | SidebarWidget: Adding bookmarks, edit feeds | Jaakko Keränen | |
2020-11-27 | Paint: Negative clipping rectangle position | Jaakko Keränen | |
2020-11-27 | DocumentWidget: Check for invalid deserialized URL | Jaakko Keränen | |
Should check for stray pointers in URL, mostly to assist development use. Normally the "open" command arguments never have a pointer appended. | |||
2020-11-27 | SidebarWidget: Unsubscribe from feed; toggling read status | Jaakko Keränen | |
2020-11-26 | SidebarWidget: Open entries, feed index pages | Jaakko Keränen | |
2020-11-26 | Feeds: Manual refresh | Jaakko Keränen | |
2020-11-26 | Color for passively selected sidebar item | Jaakko Keränen | |
2020-11-26 | SidebarWidget: Fixed "about:" URLs in history | Jaakko Keränen | |
2020-11-26 | Feeds: Working on menu items | Jaakko Keränen | |
2020-11-26 | SidebarWidget: Update bookmark tag menu items | Jaakko Keränen | |
2020-11-26 | SidebarWidget: Added menus; adjusted separators | Jaakko Keränen | |
Added context menus for Feeds. | |||
2020-11-25 | SidebarWidget: Feed items show bookmark icon | Jaakko Keränen | |
2020-11-25 | Feeds: Check for update interval at launch | Jaakko Keränen | |
2020-11-25 | SidebarWidget: Tagging bookmarks via menu | Jaakko Keränen | |
2020-11-25 | SidebarWidget: Bookmark tag icons; Feeds presentation | Jaakko Keränen | |
Special tags of bookmarks are now visualized with icons. Feed items show an indicator if the currently open document matches the entry URL. | |||
2020-11-25 | Sidebar: Changed tab order, Bookmarks is first tab | Jaakko Keränen | |
2020-11-25 | Tuning the Light mode color palette | Jaakko Keränen | |
The Light mode UI colors were a little bit garish; now they are much less saturated. ANSI foreground colors are darkened 50% on a bright background. | |||
2020-11-25 | DocumentWidget: Crash after redirects | Jaakko Keränen | |
2020-11-25 | Narrower set of line widths | Jaakko Keränen | |
Made the Normal line width slightly narrower, and adjusted the other settings accordingly. | |||
2020-11-24 | Fixed threading issues and data races | Jaakko Keränen | |
The most serious problem was that GmRequest's response body was being accessed while the TlsRequest thread was modifying it. Now the response must always be locked before accessing elsewhere. There were also inefficient data updates in the media players. | |||
2020-11-24 | SidebarWidget: Tweaked date formatting | Jaakko Keränen | |
2020-11-23 | SidebarWidget: Improved feed entry appearance | Jaakko Keränen | |
2020-11-23 | SidebarWidget: Date separators in Feeds | Jaakko Keränen | |
2020-11-23 | Sidebar: Populate with feed entries | Jaakko Keränen | |
2020-11-21 | DocumentWidget: Drawing marks with better bounds | Jaakko Keränen | |
2020-11-21 | Saving inline media content to Downloads | Jaakko Keränen | |
2020-11-21 | Fixed popups being dismissed by media updates | Jaakko Keränen | |
2020-11-21 | Keyboard navigation mode for home row keys | Jaakko Keränen | |
Now there are keybindings for activating the keyboard navigation modes. The modifier-based mode remains as it was before, focusing on numbers, while the home row mode uses a separate activation key. One can erase the bindings to disable the corresponding modes. IssueID #34 | |||
2020-11-21 | DocumentWidget: Marking link icons as search matches | Jaakko Keränen | |
2020-11-21 | DocumentWidget: Scroll-loading is only for images | Jaakko Keränen | |
2020-11-21 | Added option to load image instead of scrolling | Jaakko Keränen | |
One can now read through a page and load all inline images simply by repeatedly pressing Space or cursor down. Key repeat events do not trigger image loads. | |||
2020-11-21 | Clearing and resetting keybindings | Jaakko Keränen | |
2020-11-21 | Reorganized Preferences dialog | Jaakko Keränen | |
Added a new tab for Window settings. | |||
2020-11-20 | Unfocus UI widgets when window loses input focus | Jaakko Keränen | |
2020-11-20 | Preferences: Added a Gemini proxy | Jaakko Keränen | |
2020-11-20 | Text: Fixed font scaling of level 3 headings | Jaakko Keränen | |
2020-11-20 | Replaced EB Garamond with Tinos | Jaakko Keränen | |
Tinos is a much more readable serif font, especially when it comes to the italic variant. | |||
2020-11-19 | Replaced Japanese font with Noto Sans CJK JP | Jaakko Keränen | |
Alas, a couple of megabytes larger than Kosugi Maru, but has better glyph coverage. | |||
2020-11-18 | Ignore whitespace around user-entered URL | Jaakko Keränen | |
2020-11-18 | Render an Ideographic Space glyph using the Korean font | Jaakko Keränen | |
IssueID #41 | |||
2020-11-17 | Window: Added notifications for window focus gain/loss | Jaakko Keränen | |
2020-11-16 | Keybinding for opening links via keyboard | Jaakko Keränen | |
This is part one. Still need to change the link numbering/lettering method. IssueID #34 | |||
2020-11-16 | Closing the sidebar with Escape | Jaakko Keränen | |
2020-11-16 | Remember redirected URLs as visited | Jaakko Keränen | |
"visited.txt" will now remember URLs that were redirects, but those are not shown in the UI as part of the history. This fixes the issue where redirected URLs were not being shown as visited links in the UI. Beware if downgrading Lagrange: URLs in the history will get prefixed with "0000 ". Might be a good idea to switch to a forwards compatible format like JSON for these files. | |||
2020-11-15 | Added a preference for monospace body text | Jaakko Keränen | |
Monospace body font can be set separately for Gemini and Gopher. | |||
2020-11-14 | Added keybindings for parent/root navigation | Jaakko Keränen | |
2020-11-14 | macOS: Disable menu shortcuts while binding keys | Jaakko Keränen | |
2020-11-14 | macOS: Font tweak for ⌘ and ⇧ characters | Jaakko Keränen | |
2020-11-14 | Navigating to parent directory or site root | Jaakko Keränen | |
Added keyboard shortcuts for navigating up to the parent directory and to the site root. Clicking the top banner also navigates to the site root. IssueID #29 | |||
2020-11-14 | Fixed copying the URL input field contents | Jaakko Keränen | |