Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-11 | Update the_Foundation | Jaakko Keränen | |
2021-10-10 | Feeds: Added option to ignore web links | Jaakko Keränen | |
2021-10-09 | Preferences: Selecting fonts to use | Jaakko 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-09 | Prefs: System light/dark theme preference | Jaakko 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-09 | Widget: Keep frame inside the widget area | Jaakko Keränen | |
TODO: Check if this is only applicable to HiDPI. | |||
2021-10-09 | Color: Adjusted sidebar folder background | Jaakko Keränen | |
The light theme folder backgrounds were a tad dark. | |||
2021-10-08 | Font configuration; Prefs has a string value array | Jaakko Keränen | |
Added a second version of Iosevka with more line spacing, to be used as the default monospace document font. | |||
2021-10-08 | Colored popup frames | Jaakko Keränen | |
2021-10-08 | Updated the_Foundation | Jaakko Keränen | |
2021-10-07 | Load default.fontpack from resources.lgr | Jaakko Keränen | |
The mandatory fonts are in resources.lgr, but still packaged in a ZIP archive. | |||
2021-10-07 | Package all fonts into .fontpacks | Jaakko Keränen | |
All fonts except default.fontpack will be distributed separately, or at least outside of resources.lgr. | |||
2021-10-07 | DocumentWidget: Line width based on font glyph width | Jaakko Keränen | |
The idea is that the amount of content should be the same per line regardless of the font. | |||
2021-10-07 | FontPack: Documented font properties | Jaakko Keränen | |
2021-10-07 | Updated Smol Emoji | Jaakko Keränen | |
The icon for an open bookmark folder (vertical right angle bracket). | |||
2021-10-06 | Text: Fixed font lookup order | Jaakko Keränen | |
Check auxiliary fonts first, and then all primary fonts that haven't been checked yet. | |||
2021-10-06 | Media: Print error message from stb_image | Jaakko Keränen | |
2021-10-06 | Fixed a couple of font issues | Jaakko Keränen | |
Scaling of monospace and symbols; cache reset. | |||
2021-10-06 | Revised runtime font management | Jaakko 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-06 | Updated the_Foundation | Jaakko Keränen | |
2021-10-05 | SidebarWidget: Crash in TOC tab | Jaakko Keränen | |
The heading items will be obsolete if clicking in the sidebar before a page load finishes. IssueID #350 | |||
2021-10-05 | Started working on font packs | Jaakko Keränen | |
2021-10-03 | macOS: Compatibility with macOS 10.12 APIs | Jaakko Keränen | |
IssueID #343 | |||
2021-10-03 | App: Don't divide by zero | Jaakko Keränen | |
2021-10-03 | Updated release notes | Jaakko Keränen | |
2021-10-03 | GmDocument: Fixed a crash when selecting text | Jaakko Keränen | |
2021-10-03 | Updated AppData for v1.7.1 | Jaakko Keränen | |
2021-10-03 | Feeds: Stable order for entries from a page | Jaakko 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-03 | Help: Replaced link to GUS | Jaakko Keränen | |
2021-10-02 | Updated Help: bookmark folders | Jaakko Keränen | |
2021-10-01 | Cleanup | Jaakko Keränen | |
2021-10-01 | Fixed widget hiding in translation dialog | Jaakko Keränen | |
"From"/"To" fields were not being hidden when translation request was submitted. | |||
2021-10-01 | Text: Fixed a symbol for size | Jaakko Keränen | |
2021-10-01 | Updated release notes | Jaakko Keränen | |
2021-10-01 | Added a 90% sized UI font for URL bar indicators | Jaakko Keränen | |
The 80% size is used in the toolbar. | |||
2021-10-01 | Added feeds update progress indicator | Jaakko 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-01 | Cleanup | Jaakko Keränen | |
2021-10-01 | Feeds: Don't forget entries or their unread status | Jaakko 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-01 | Text: Added small size to symbol fonts | Jaakko Keränen | |
2021-10-01 | Typo in README | Jaakko Keränen | |
2021-10-01 | Updated README: how to compile | Jaakko Keränen | |
IssueID #344 | |||
2021-10-01 | Fixed failure to parse Atom feed entry time | Jaakko 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-30 | Updated release notes | Jaakko Keränen | |
2021-09-30 | SidebarWidget: Scroll view to newly added items | Jaakko Keränen | |
New bookmarks and folders shouldn't appear outside the visible part of the list. | |||
2021-09-30 | ListWidget: Dragging before/after an item | Jaakko 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-28 | macOS: Disable unused macOS 10.14 color code | Jaakko Keränen | |
2021-09-28 | Bumped version number to 1.7.1 | Jaakko Keränen | |
2021-09-28 | Window: Automatic software rendering fallback | Jaakko Keränen | |
2021-09-28 | DocumentWidget: Showing error page on untrusted certs | Jaakko Keränen | |
2021-09-28 | ListWidget: Scrolling due to item drag should be linear | Jaakko Keränen | |
2021-09-27 | Updated AppData for v1.7 | Jaakko Keränen | |