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-12-01 | Subscribing to new headings on a page | Jaakko Keränen | |
When "subscribed" and "headings" tags are used, the subscribed page is tracked for newly added headings (of any kind). This works for the weiph/pikkulogs out there. | |||
2020-12-01 | Added key shortcut for subscibing to page | Jaakko Keränen | |
2020-12-01 | Text: Caching the tallest glyphs | Jaakko Keränen | |
Reserve one more glyph cache row size so the tallest glyphs fit. | |||
2020-12-01 | SidebarWidget: Show up to 100 feed entries | Jaakko Keränen | |
2020-12-01 | Text: Dealing with soft hyphens | Jaakko Keränen | |
With regard to gemini://gemini.conman.org/test/torture/0050. | |||
2020-12-01 | DocumentWidget: Error page of unknown status code | Jaakko Keränen | |
2020-11-30 | DocumentWidget: Clear input focus when clicking | Jaakko Keränen | |
If the document handles a left click, clear input focus from any widget that had it. IssueID #51 | |||
2020-11-30 | Added keybindings for prev/next tab | Jaakko Keränen | |
IssueID #75 | |||
2020-11-28 | Windows: Horizontal mouse wheel direction | Jaakko Keränen | |
The same mouse behaves differently on different operating systems. | |||
2020-11-28 | DocumentWidget: Inverted horizontal mouse wheel direction | Jaakko Keränen | |
2020-11-28 | DocumentWidget: Horizontal scrolling improvements | Jaakko Keränen | |
Interaction with selection/found markers (will reset scrolling), and smooth horizontal scrolling with a mouse. IssueID #44 | |||
2020-11-28 | Scrolling wide preformatted blocks horizontally | Jaakko Keränen | |
Not entirely glitch-free but should be good enough for now. IssueID #44 | |||
2020-11-28 | DocumentWidget: Markers disappear when scrolling | Jaakko Keränen | |
IssueID #46 | |||
2020-11-28 | Cleanup: Removed (hidden) preformatted wrap option | Jaakko Keränen | |
2020-11-28 | Updated release notes | Jaakko Keränen | |
2020-11-28 | Windows: Refreshing window contents during window resizing | Jaakko Keränen | |
SDL clears all buffered rendertargets so we must redraw everything. | |||
2020-11-28 | Workaround for SDL window resize issue | Jaakko 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-27 | DocumentWidget: Cancelling keyboard navigation mode | Jaakko Keränen | |
Cancel keyboard navigation mode when opening a new URL, reloading the current page, or when window loses focus. IssueID #71 | |||
2020-11-27 | SidebarWidget: "Refresh Feeds" button in empty Feeds tab | Jaakko Keränen | |
2020-11-27 | Feeds: Separate timestamps for posting and discovery | Jaakko Keränen | |
The discovery time is needed for knowing how long the entry can be retained in the history. | |||
2020-11-27 | Feeds: Marking all as read; time check improvements | Jaakko 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-27 | Subscribing via menu; cleanup after unsubscribe | Jaakko Keränen | |
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-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 | |