summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-10-10Feeds: Added option to ignore web linksJaakko Keränen
2021-10-09Preferences: Selecting fonts to useJaakko Keränen
Now all the available fonts are selectable in the dialog. Added preformatted and UI font settings and shuffled the order a bit to make more sense.
2021-10-09Prefs: System light/dark theme preferenceJaakko Keränen
Remember which UI color themes are selected for system light and dark modes separately. Previously it would always switch to a hardcoded color theme when toggling the "Use system theme" option.
2021-10-09Widget: Keep frame inside the widget areaJaakko Keränen
TODO: Check if this is only applicable to HiDPI.
2021-10-09Color: Adjusted sidebar folder backgroundJaakko Keränen
The light theme folder backgrounds were a tad dark.
2021-10-08Font configuration; Prefs has a string value arrayJaakko Keränen
Added a second version of Iosevka with more line spacing, to be used as the default monospace document font.
2021-10-08Colored popup framesJaakko Keränen
2021-10-08Updated the_FoundationJaakko Keränen
2021-10-07Load default.fontpack from resources.lgrJaakko Keränen
The mandatory fonts are in resources.lgr, but still packaged in a ZIP archive.
2021-10-07Package all fonts into .fontpacksJaakko Keränen
All fonts except default.fontpack will be distributed separately, or at least outside of resources.lgr.
2021-10-07DocumentWidget: Line width based on font glyph widthJaakko Keränen
The idea is that the amount of content should be the same per line regardless of the font.
2021-10-07FontPack: Documented font propertiesJaakko Keränen
2021-10-07Updated Smol EmojiJaakko Keränen
The icon for an open bookmark folder (vertical right angle bracket).
2021-10-06Text: Fixed font lookup orderJaakko Keränen
Check auxiliary fonts first, and then all primary fonts that haven't been checked yet.
2021-10-06Media: Print error message from stb_imageJaakko Keränen
2021-10-06Fixed a couple of font issuesJaakko Keränen
Scaling of monospace and symbols; cache reset.
2021-10-06Revised runtime font managementJaakko Keränen
The built-in fonts are loaded via FontPack, and the font table is now constructed dynamically based on available fonts. A full set of variants (style, size) are prepared for each font, but some of the data gets allocated lazily when needed. GmRun needed a larger allocation for fonts, so now all the fields are combined into a single bit field. TODO: Glyph scaling, vertical offsets, and symbol lookup are still not fully working.
2021-10-06Updated the_FoundationJaakko Keränen
2021-10-05SidebarWidget: Crash in TOC tabJaakko Keränen
The heading items will be obsolete if clicking in the sidebar before a page load finishes. IssueID #350
2021-10-05Started working on font packsJaakko Keränen
2021-10-03macOS: Compatibility with macOS 10.12 APIsJaakko Keränen
IssueID #343
2021-10-03App: Don't divide by zeroJaakko Keränen
2021-10-03Updated release notesJaakko Keränen
2021-10-03GmDocument: Fixed a crash when selecting textJaakko Keränen
2021-10-03Updated AppData for v1.7.1Jaakko Keränen
2021-10-03Feeds: Stable order for entries from a pageJaakko Keränen
Adjust entry discovery times so they can be sorted to the same order they appear on the source page. In practice, each entry's discovery time differs by a second. Smaller adjustments would not get saved to the entry database.
2021-10-03Help: Replaced link to GUSJaakko Keränen
2021-10-02Updated Help: bookmark foldersJaakko Keränen
2021-10-01CleanupJaakko Keränen
2021-10-01Fixed widget hiding in translation dialogJaakko Keränen
"From"/"To" fields were not being hidden when translation request was submitted.
2021-10-01Text: Fixed a symbol for sizeJaakko Keränen
2021-10-01Updated release notesJaakko Keränen
2021-10-01Added a 90% sized UI font for URL bar indicatorsJaakko Keränen
The 80% size is used in the toolbar.
2021-10-01Added feeds update progress indicatorJaakko Keränen
Show some status info about the progress of feed refresh. The search query and feeds indicators now use the small UI font size.
2021-10-01CleanupJaakko Keränen
2021-10-01Feeds: Don't forget entries or their unread statusJaakko Keränen
Three important changes: 1) Visited URLs can be marked as "kept" so they will never be discarded due to old age. 2) Feed entries are not discarded from the database until they are removed from the source, and then become too old (six months). 3) Visited feed entry URLs are always flagged as kept, so the (un)read status will not be forgotten.
2021-10-01Text: Added small size to symbol fontsJaakko Keränen
2021-10-01Typo in READMEJaakko Keränen
2021-10-01Updated README: how to compileJaakko Keränen
IssueID #344
2021-10-01Fixed failure to parse Atom feed entry timeJaakko Keränen
Atom XML feed timestamps may have a T or a space as the separator between the date and the time. IssueID #348
2021-09-30Updated release notesJaakko Keränen
2021-09-30SidebarWidget: Scroll view to newly added itemsJaakko Keränen
New bookmarks and folders shouldn't appear outside the visible part of the list.
2021-09-30ListWidget: Dragging before/after an itemJaakko Keränen
It's useful to make a distinction whether a drag ended before or after an item, even if it's still referring to the same boundary between items. This allows bookmarks to be reordered inside a folder so that an item is moved to the bottom of a folder, or out of the folder following it in order.
2021-09-28macOS: Disable unused macOS 10.14 color codeJaakko Keränen
2021-09-28Bumped version number to 1.7.1Jaakko Keränen
2021-09-28Window: Automatic software rendering fallbackJaakko Keränen
2021-09-28DocumentWidget: Showing error page on untrusted certsJaakko Keränen
2021-09-28ListWidget: Scrolling due to item drag should be linearJaakko Keränen
2021-09-27Updated AppData for v1.7Jaakko Keränen
2021-09-27Updated release notesJaakko Keränen