Age | Commit message (Collapse) | Author |
|
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 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
|
|
|
|
"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.
|
|
|
|
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.
|
|
|
|
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.
|
|
|
|
|
|
This doesn't quite fit in the palette system currently, but it would be a nice addition later.
|
|
|
|
|
|
Some deleted widgets were kept around in the root's onTop list.
|
|
|
|
|
|
|
|
|
|
New almost completed or in-progress UI translations.
|
|
There is no member of d with name win, but base seems to have one.
|
|
|
|
Incremented the version of state.lgr so it can include bookmark folder open/closed state for each of the two/four sidebars.
|
|
Sidebar asks for confirmation when deleting a folder hierarchy of bookmarks.
|
|
|
|
The user can now create bookmark folders, and drag bookmarks into them. Folders can also be nested.
The bookmark sorting menu item sorts inside the chosen folder/root.
Remote bookmark sources appear also as folders, although they cannot be sorted/edited.
IssueID #339
|