Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-01 | Added dialog for changing feed type | Jaakko Keränen | |
This also gives feedback about a newly added subscription. | |||
2020-11-30 | Added keybindings for prev/next tab | Jaakko Keränen | |
IssueID #75 | |||
2020-11-27 | Widget: Allow scrolling tall widgets | Jaakko Keränen | |
Useful for menus and dialogs that wouldn't fit inside the window. | |||
2020-11-26 | SidebarWidget: Update bookmark tag menu items | Jaakko Keränen | |
2020-11-25 | Feeds: Check for update interval at launch | 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-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 | 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 | Reorganized Preferences dialog | Jaakko Keränen | |
Added a new tab for Window settings. | |||
2020-11-20 | Preferences: Added a Gemini proxy | 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-17 | Window: Added notifications for window focus gain/loss | Jaakko Keränen | |
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 | 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-08 | UI tweak | Jaakko Keränen | |
2020-11-08 | Revised identity creation dialog | Jaakko Keränen | |
Make it clear what "temporary" means, and put all the mandatory fields at the top. | |||
2020-11-06 | Added an option to disable smooth scrolling | Jaakko Keränen | |
IssueID #27 | |||
2020-10-31 | Preferences: Basic key bindings UI | Jaakko Keränen | |
One can now bind keys in Preferences. The configured keys aren't yet saved, though. | |||
2020-10-31 | Preferences: Changed apperance of tabs | Jaakko Keränen | |
2020-10-30 | Updating LabelWidget command key | Jaakko Keränen | |
If the key bindings have a key for a command, LabelWidget will use it. | |||
2020-10-24 | Updated Help: color themes | Jaakko Keränen | |
2020-10-24 | Adjusted smooth scroll speed when using mouse wheel | Jaakko Keränen | |
2020-10-24 | DocumentWidget: Page load progress indicator | Jaakko Keränen | |
Show clearly that something is happening, even though we don't know the exact duration of the operation. | |||
2020-10-23 | Improved smooth scrolling | Jaakko Keränen | |
Use proper easing curves for a smoother animation. Ensure that mouse hover on links is disabled when scrolling. | |||
2020-10-20 | Added quote indicator preference | Jaakko Keränen | |
Also, added a command that gets posted when the mouse exits or enters the window area. This lets the hover outline to be updated accordingly. | |||
2020-10-18 | Preferences: Colors moved to 2nd place | Jaakko Keränen | |
2020-10-18 | Added more document color themes | Jaakko Keränen | |
The dark and light themes are now configurable in Preferences. | |||
2020-10-11 | Remember which Preferences tab is open | Jaakko Keränen | |
2020-10-11 | Added a preference for heading font | Jaakko Keränen | |
Body and heading fonts can be selected separately. | |||
2020-10-11 | Added two serif fonts; minor color tweaks | Jaakko Keränen | |
Added the EB Garamond and Literata fonts as serif font choices. | |||
2020-10-09 | Fixed memory leak on tab close | Jaakko Keränen | |
The DocumentWidget was not actually deleted when a tab was closed, only hidden. | |||
2020-09-26 | Cleanup | Jaakko Keränen | |
2020-09-26 | Preferences: Added side icon, hover outline | Jaakko Keränen | |
2020-09-25 | Document side elements; hover outline | Jaakko Keränen | |
2020-09-22 | Added an animation utility | Jaakko Keränen | |
2020-09-21 | Preferences: Line width, 1st paragraph; tab switch keys | Jaakko Keränen | |
2020-09-21 | Document theme color saturation preference | Jaakko Keränen | |
2020-09-21 | Added Prefs; placeholders for new options | Jaakko Keränen | |
2020-09-20 | Widget: Expanded flags to 64 bits | Jaakko Keränen | |
Ran out of room in 32 bits, more flags needed for arranging. | |||
2020-09-20 | Centering widgets and sheet contents | Jaakko Keränen | |
Added a new arrange flag for centering a child horizontally. The two-column layout in Preferences has expanding vertical paddings so the page contents are vertically centered. | |||
2020-09-20 | Added tabs to make room for more preferences | Jaakko Keränen | |
The Preferences sheet now has tabs (General, Proxies) so that more options can fit there in the future. | |||
2020-09-18 | Improved download indicator and stop/reload button | Jaakko Keränen | |
Follow which tab is open and actually stop ongoing requests instead of restarting them. | |||
2020-09-17 | Preferences: Setting the Download folder | Jaakko Keränen | |
2020-09-17 | Working on "Save Page" | Jaakko Keränen | |
Suggest saving the content on the Unsupported MIME type error page. | |||
2020-09-16 | Dismiss menus when clicking outside them | Jaakko Keränen | |
Added a new widget flag for notifying about missed mouse clicks. Only used in popup menus at the moment. IssueID #2 | |||
2020-09-11 | Integer range utilities | Jaakko Keränen | |
2020-09-10 | Cleanup | Jaakko Keränen | |
2020-09-08 | Cleanup | Jaakko Keränen | |
2020-09-06 | LookupWidget: Keyboard focus and cursor | Jaakko Keränen | |