Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-27 | Window: Added "Show Feed Entries" menu item | Jaakko Keränen | |
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-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-27 | Feeds: Removing all entries of a feed | Jaakko Keränen | |
2020-11-27 | Bookmarks: Adding and removing tags | Jaakko Keränen | |
2020-11-26 | SidebarWidget: Open entries, feed index pages | Jaakko Keränen | |
2020-11-26 | macOS: Touch bar buttons in the wrong order | Jaakko Keränen | |
2020-11-26 | Updated the_Foundation | Jaakko Keränen | |
2020-11-26 | Updated the_Foundation | Jaakko Keränen | |
Improved async address lookups. | |||
2020-11-26 | Feeds: Manual refresh | Jaakko Keränen | |
2020-11-26 | Color for passively selected sidebar item | Jaakko Keränen | |
2020-11-26 | Feeds: "about:feeds" shows refresh time | Jaakko Keränen | |
2020-11-26 | Added "about:blank" | Jaakko Keränen | |
IssueID #61 | |||
2020-11-26 | SidebarWidget: Fixed "about:" URLs in history | Jaakko Keränen | |
2020-11-26 | Feeds: Added "about:feeds" | Jaakko Keränen | |
Show all entries in a CAPCOM-like chronological list. | |||
2020-11-26 | Feeds: Working on menu items | Jaakko Keränen | |
2020-11-26 | Updated Help | Jaakko Keränen | |
2020-11-26 | SidebarWidget: Update bookmark tag menu items | Jaakko Keränen | |
2020-11-26 | macOS: Ctrl-Click as a right click | 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 | Swapped Gopher link icon colors | Jaakko Keränen | |
The less saturated one is better for visited links. | |||
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 | Updated the_Foundation | Jaakko Keränen | |
IssueID #45 | |||
2020-11-25 | Updated the_Foundation | Jaakko Keränen | |
2020-11-25 | DocumentWidget: Crash after redirects | Jaakko Keränen | |
2020-11-25 | GmRequest: Fixed lack of update notifications | 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-25 | Updated the_Foundation | Jaakko Keränen | |
Build failure on Linux. | |||
2020-11-24 | Updated the_Foundation | Jaakko Keränen | |
2020-11-24 | Updated the_Foundation | Jaakko Keränen | |
Fixes for threading issues. | |||
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-23 | Added Feeds | Jaakko Keränen | |
Feeds fetches bookmarks with the "subscribed" tag and looks for feed-formatted links. The found links are added to the database of feed entries. | |||
2020-11-23 | Bookmarks: Finding a bookmark by URL | Jaakko Keränen | |
This needs a better lookup if there are tons of bookmarks. | |||
2020-11-23 | GmRequest: Consider a failed request as finished | Jaakko Keränen | |
2020-11-23 | Updated the_Foundation | Jaakko Keränen | |
IssueID #45 | |||
2020-11-23 | Updated the_Foundation | Jaakko Keränen | |
Use of obsolete header. | |||
2020-11-23 | External Link Opening: Use xdg-open from $PATH | Zach DeCook | |
2020-11-22 | Bumped version number to 0.11 | Jaakko Keränen | |