Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-17 | Focus palette input in Site-Specific Settings | Jaakko Keränen | |
2022-02-17 | Fixed mismatched banner and background | Jaakko Keränen | |
There was an issue with loss of color precision. Saturation dropped to zero when converting to 8-bit RGB. | |||
2022-02-17 | Save text entered in the input prompt | Jaakko Keränen | |
Use the same mechanism as in the Upload dialog to keep the text entered in the input prompt safe, in case the dialog is accidentally closed or the app crashes. | |||
2022-02-16 | Help: Site-specific theme; max URL size; data URL images | Jaakko Keränen | |
2022-02-16 | Cleanup: Omit empty sitespec.ini sections | Jaakko Keränen | |
2022-02-15 | Site-specific settings | Jaakko Keränen | |
The theme palette seed phrase and ANSI warnings can be configured in the new site-specific settings dialog. Added bindings for Page Information and for opening the site-specific settings dialog. IssueID #381 | |||
2022-02-15 | Merge branch 'dev' into work/v1.11 | Jaakko Keränen | |
# Conflicts: # CMakeLists.txt # res/lang/cs.bin # res/lang/de.bin # res/lang/en.bin # res/lang/eo.bin # res/lang/es.bin # res/lang/es_MX.bin # res/lang/fi.bin # res/lang/fr.bin # res/lang/gl.bin # res/lang/hu.bin # res/lang/ia.bin # res/lang/ie.bin # res/lang/isv.bin # res/lang/nl.bin # res/lang/pl.bin # res/lang/ru.bin # res/lang/sk.bin # res/lang/sr.bin # res/lang/tok.bin # res/lang/tr.bin # res/lang/uk.bin # res/lang/zh_Hans.bin # res/lang/zh_Hant.bin | |||
2022-02-15 | Reordered bindings | Jaakko Keränen | |
2022-02-15 | Working on site-specific settings dialog | Jaakko Keränen | |
2022-02-15 | Updated release notes | Jaakko Keränen | |
2022-02-15 | Empty path normalization was not being applied | Jaakko Keränen | |
Solderpunk's November 2021 update to the specification included a recommendation to normalize empty paths to /. IssueID #455 | |||
2022-02-15 | Bumped version number | Jaakko Keränen | |
2022-02-15 | Added keybindings for Unread/All mode switch | Jaakko Keränen | |
IssueID #456 | |||
2022-02-14 | Moved a function to the_Foundation | Jaakko Keränen | |
2022-02-14 | Updated the_Foundation to v1.2 | Jaakko Keränen | |
2022-02-14 | Cleanup | Jaakko Keränen | |
2022-02-14 | Added option for autoshowing images in data URLs | Jaakko Keränen | |
Disabled by default to be consistent with behavior of other links. | |||
2022-02-13 | Added a preference for maximum URL size | Jaakko Keränen | |
The setting defaults to 8 KB. Link lines with longer URLs are not recognized as links. | |||
2022-02-13 | Added UI helper for presenting data URLs | Jaakko Keränen | |
Omit the actual data. | |||
2022-02-11 | Paperclip icon for data URLs | Jaakko Keränen | |
2022-02-11 | Merge branch 'dev' into work/v1.11 | Jaakko Keränen | |
2022-02-11 | Updated AUTHORS | Jaakko Keränen | |
2022-02-11 | Updated language strings | Jaakko Keränen | |
2022-02-11 | Merge branch 'dev' of https://weblate.skyjake.fi/git/lagrange/ui into dev | Jaakko Keränen | |
2022-02-11 | Updated README: Fedora install info | Jaakko Keränen | |
2022-02-11 | Updated release notes | Jaakko Keränen | |
2022-02-11 | Added a binding for "Paste Preceding Line" | Jaakko Keränen | |
2022-02-10 | Updated release notes | Jaakko Keränen | |
2022-02-10 | Dealing with long URLs | Jaakko Keränen | |
LinkInfo will truncate extremely long URLs, and when viewing a single image, data URLs don't have a title. | |||
2022-02-10 | macOS: Handle regular mouse wheel scrolling | Jaakko Keränen | |
Since we're listening to scroll events directly, should handle the regular mouse, too. | |||
2022-02-09 | SidebarWidget: Update after identity addition/deletion | Jaakko Keränen | |
2022-02-09 | Merge branch 'dev' into work/v1.11 | Jaakko Keränen | |
# Conflicts: # res/lang/eo.bin # res/lang/ie.bin | |||
2022-02-09 | Style consistency: popup frames | Jaakko Keränen | |
A colored popup frame indicates an active UI element, like a dropdown selection of values. A popup with a separator-colored frame is a passive element, like a context menu. | |||
2022-02-09 | DocumentWidget: "Paste Preceding Line" should be undoable | Jaakko Keränen | |
2022-02-09 | Updated release notes | Jaakko Keränen | |
2022-02-09 | Text: Double-wide Emoji in preformatted blocks | Jaakko Keränen | |
Borrowed Emoji glyphs are laid out double-wide in monospace runs, because they most likely are wider than the monospace advance. | |||
2022-02-09 | Updated release notes | Jaakko Keränen | |
2022-02-08 | Widget: Faster scrolling of long popups | Jaakko Keränen | |
Do the mouse hover scrolling faster for long popups. | |||
2022-02-08 | Fonts: Improved fallback glyph search | Jaakko Keränen | |
The fontpack documentation says that when a glyph isn't found, all available fonts are checked in priority order. However, the implementation didn't actually do this. Now there is a separate priority mapping for loaded fonts so they can be quickly scanned for any missing glyphs in the right order. "iosevka-body" was prioritized higher because it provides a number of UI icons. | |||
2022-02-08 | Updated release notes | Jaakko Keränen | |
2022-02-08 | Paint: Fixed another clipping issue | Jaakko Keränen | |
Ensure that painting is always clipped to the root rectangle. | |||
2022-02-08 | Cleanup | Jaakko Keränen | |
2022-02-08 | macOS: Attempting workaround for Metal refresh issues | Jaakko Keränen | |
For some reason, rendering to a separate render target instead of directly to the window helps with certain refresh glitches. More glitches still remain, though, perhaps related to not running window refresh at a constant rate but occasionally pausing to wait for input events. | |||
2022-02-08 | DocumentWidget: Fixed continuous redraw issue | Jaakko Keränen | |
It was possible that the progressive rendering of runs repeatedly kept drawing the first run of the page (e.g., the top heading). It should still be investigated if a similar issue can occur in the other direction, when drawing downward. A run may exist on the bottom border of a buffer, too. | |||
2022-02-08 | App: Cleanup | Jaakko Keränen | |
2022-02-07 | GmDocument: Added more link icons | Jaakko Keränen | |
The U+2Bnn symbols are accepted as link icons. | |||
2022-02-07 | DocumentWidget: No link number for image caption | Jaakko Keränen | |
2022-02-07 | App: Draw frame during warmup | Jaakko Keränen | |
2022-02-07 | DocumentWidget: Fixed handling of quick inline media request | Jaakko Keränen | |
If a request was already completed when it was moved inline, the content wasn't marked as finished and did not appear. | |||
2022-02-07 | GmDocument: Icon for "data" URLs | Jaakko Keränen | |