Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
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.
|
|
TODO: Check if this is only applicable to HiDPI.
|
|
The light theme folder backgrounds were a tad dark.
|
|
Added a second version of Iosevka with more line spacing, to be used as the default monospace document font.
|
|
|
|
The mandatory fonts are in resources.lgr, but still packaged in a ZIP archive.
|
|
The idea is that the amount of content should be the same per line regardless of the font.
|
|
Check auxiliary fonts first, and then all primary fonts that haven't been checked yet.
|
|
|
|
Scaling of monospace and symbols; cache reset.
|
|
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.
|
|
The heading items will be obsolete if clicking in the sidebar before a page load finishes.
IssueID #350
|
|
|
|
IssueID #343
|
|
|
|
|
|
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.
|
|
"From"/"To" fields were not being hidden when translation request was submitted.
|
|
|
|
The 80% size is used in the toolbar.
|
|
Show some status info about the progress of feed refresh. The search query and feeds indicators now use the small UI font size.
|
|
|
|
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.
|
|
|
|
Atom XML feed timestamps may have a T or a space as the separator between the date and the time.
IssueID #348
|
|
New bookmarks and folders shouldn't appear outside the visible part of the list.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
Use the regular bookmark editor but hide the Special Tags section,
and disable all but the Title for now.
|
|
|
|
|
|
|
|
Window placement was not restored correctly when the window was maximized. Maximizing a window (on Windows) causes a spurious move event to be received from SDL, and that would mess up the remembered position. Now window placemenet is saved after a run through the event loop, so the rest of the window messages have been handled.
|
|
|
|
This is quite a hack, but Win32 apps don't seem to have documented
access to dark mode.
|
|
Use max order for new bookmarks and folders.
|
|
|
|
|
|
Display bounds and the window rectangle are handled in points, so
determine if the menu fits inside its root in points, too.
|
|
|
|
Performance of popup windows may not be great.
|
|
The renderer is created separately so it's possible to set the window
position at creation time.
Popup window use basic software rendering for (hopefully) better
performance.
|
|
|
|
|