summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-30Updated the_FoundationJaakko Keränen
Socket connection has a timeout. IssueID #74
2020-11-30Added keybindings for prev/next tabJaakko Keränen
IssueID #75
2020-11-30Feeds: Save the correct refresh timeJaakko Keränen
2020-11-30GmDocument: Special icon for query linksJaakko Keränen
2020-11-29GitHub: Maybe the locales aren't installed?Jaakko Keränen
2020-11-29GitHub: Maybe the right locale is missingJaakko Keränen
2020-11-29GitHub: More descriptive build artifact namesJaakko Keränen
2020-11-29GitHub: UTF-8 issue in package signingJaakko Keränen
Maybe this helps, who knows.
2020-11-29GitHub: Problem with CI scriptJaakko Keränen
2020-11-29GitHub: Trying out some automated build rulesJaakko Keränen
2020-11-29Feeds: Trim en/em dashes from entry titlesJaakko Keränen
2020-11-29Feeds: Worker saves feeds in the backgroundJaakko Keränen
No need to wait until quitting the app to write the feeds state to disk.
2020-11-28Bumped version number to 0.12Jaakko Keränen
2020-11-28Fixed build on macOS 10.13Jaakko Keränen
2020-11-28Windows: Horizontal mouse wheel directionJaakko Keränen
The same mouse behaves differently on different operating systems.
2020-11-28DocumentWidget: Inverted horizontal mouse wheel directionJaakko Keränen
2020-11-28Updated Help and release notesJaakko Keränen
2020-11-28DocumentWidget: Horizontal scrolling improvementsJaakko Keränen
Interaction with selection/found markers (will reset scrolling), and smooth horizontal scrolling with a mouse. IssueID #44
2020-11-28Scrolling wide preformatted blocks horizontallyJaakko Keränen
Not entirely glitch-free but should be good enough for now. IssueID #44
2020-11-28DocumentWidget: Markers disappear when scrollingJaakko Keränen
IssueID #46
2020-11-28Cleanup: Removed (hidden) preformatted wrap optionJaakko Keränen
2020-11-28Updated Help and release notesJaakko Keränen
2020-11-28Feeds: Refresh every 4 hoursJaakko Keränen
2020-11-28Updated release notesJaakko Keränen
2020-11-28Feeds: Abort parsing of feeds.txt if it's invalidJaakko Keränen
2020-11-28Windows: Refreshing window contents during window resizingJaakko Keränen
SDL clears all buffered rendertargets so we must redraw everything.
2020-11-28Workaround for SDL window resize issueJaakko Keränen
Rearrange and draw window contents with an event watcher during window resizing because SDL is blocking the main thread. Tested on macOS so far, may need a build option. In reference to SDL bug: https://bugzilla.libsdl.org/show_bug.cgi?id=2077
2020-11-27DocumentWidget: Cancelling keyboard navigation modeJaakko Keränen
Cancel keyboard navigation mode when opening a new URL, reloading the current page, or when window loses focus. IssueID #71
2020-11-27Updated the_FoundationJaakko Keränen
Problem with mutexes in Address.
2020-11-27Updated release notesJaakko Keränen
2020-11-27SidebarWidget: "Refresh Feeds" button in empty Feeds tabJaakko Keränen
2020-11-27Autoupdate feeds after subscribing to the first oneJaakko Keränen
2020-11-27Updated README and release notesJaakko Keränen
2020-11-27Updated release notesJaakko Keränen
2020-11-27Feeds: Don't save entries discovered long agoJaakko Keränen
2020-11-27Feeds: Separate timestamps for posting and discoveryJaakko Keränen
The discovery time is needed for knowing how long the entry can be retained in the history.
2020-11-27Feeds: Fixed "about:feeds" when feeds never refreshedJaakko Keränen
2020-11-27Feeds: Marking all as read; time check improvementsJaakko Keränen
For some unknown reason, the parsing of the entry dates is sometimes (randomly?) off by 3600 seconds (one hour). This need a closer investigation; maybe a DST thing? For now check the date instead.
2020-11-27Subscribing via menu; cleanup after unsubscribeJaakko Keränen
2020-11-27Window: Added "Show Feed Entries" menu itemJaakko Keränen
2020-11-27Widget: Allow scrolling tall widgetsJaakko Keränen
Useful for menus and dialogs that wouldn't fit inside the window.
2020-11-27SidebarWidget: Adding bookmarks, edit feedsJaakko Keränen
2020-11-27Paint: Negative clipping rectangle positionJaakko Keränen
2020-11-27DocumentWidget: Check for invalid deserialized URLJaakko 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-27SidebarWidget: Unsubscribe from feed; toggling read statusJaakko Keränen
2020-11-27Feeds: Removing all entries of a feedJaakko Keränen
2020-11-27Bookmarks: Adding and removing tagsJaakko Keränen
2020-11-26SidebarWidget: Open entries, feed index pagesJaakko Keränen
2020-11-26macOS: Touch bar buttons in the wrong orderJaakko Keränen
2020-11-26Updated the_FoundationJaakko Keränen