Age | Commit message (Collapse) | Author |
|
Multiple tickers with the same context would override each other. The ticker callback must be considered as well or tickers may fail to run as expected.
|
|
Work in progress. Something breaks down when swiping forward twice...
|
|
Added a special actions menu in the input prompt to allow the user to paste the line preceding the latest clicked link from the originating document.
One use case for this is user-editable lines.
|
|
|
|
|
|
Input widgets may resize themselves, and Preferences sends a ton of these notifications. Only rearrange a single time afterwards, not individually after each notification.
|
|
Various issues with safe areas and font sizes.
|
|
Update sliding sidebar height with the correct values for the frame.
|
|
|
|
|
|
The URL checks for determining which identity was in use were a bit too page-specific. Now the URL prefix usage is applied more consistently.
The identity toolbar menu is now more useful in that it allows both switching identities and stopping the use of the current identity.
|
|
|
|
One can now use the identity toolbar menu to switch between client certificates that have been used on the current site. The five latest ones are remembered.
|
|
Skip the font download suggestion, and fixed an uninitialized value.
|
|
Internal behavior tags are now written in bookmarks.ini with a dot prefix (like hidden files on Unix), and at runtime they are removed from the tags string.
This makes things more efficient as it isn't necessary to compile regular expressions all the time.
TODO: Add "Edit Feed..." into the Bookmarks context menu, and a new menu item for listing all subscriptions.
IssueID #331
|
|
IssueID #349
|
|
IssueID #378
|
|
While the hardcoded path is still there, it is now checked in addition to the normal executable-relative paths, not replacing them.
IssueID #395
|
|
|
|
|
|
Most recently used folder is persistently stored in bookmarks.ini.
IssueID #358
|
|
# Conflicts:
# CMakeLists.txt
# Depends.cmake
# src/lang.c
|
|
IssueID #385
|
|
|
|
# Conflicts:
# src/lang.c
|
|
Changing the fonts, zoom level, or window width will cause cached documents to be laid out again if they are restored from memory.
|
|
Resources are now stored in a ZIP archive, and it comes with an explicit version number. All the old embed/bincat stuff was removed as unnecessary.
resources.lgr is also a valid fontpack, for loading the built-in fonts.
IssueID #363
|
|
Try loading from the local directory first, then the system-wide one. This way uninstalled builds are more likely to use the right resources.
IssueID #363
|
|
|
|
Removal of the embedded font library means that the UI strings may not have the right fonts available.
The app version is now recorded in prefs.cfg.
|
|
|
|
|
|
Very minor memory leaks.
|
|
No need to use Garbage here to collect per-frame strings and arrays.
|
|
|
|
An [x] button appears on tab buttons when hovering on them. Still needs a bit of layout tweaks and the first tab doesn't have a button yet.
|
|
|
|
IssueID #358
# Conflicts:
# 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/ia.bin
# res/lang/ie.bin
# res/lang/isv.bin
# res/lang/pl.bin
# res/lang/ru.bin
# res/lang/sk.bin
# res/lang/sr.bin
# res/lang/tok.bin
# res/lang/zh_Hans.bin
# res/lang/zh_Hant.bin
|
|
FG color and font style escapes can be enabled separately. FG color remains enabled by default like before.
|
|
|
|
|
|
Saving this as the last point of progress. This direction is too complicated: Media needs to be a lot more sophisticated to allow dynamic and interactive media at the level of FontPacks. (A bit like Player handles audio playback.)
This will be reverted. FontPack management will happen using an another method.
|
|
Cleaned up serialization of the bool preferences a little.
|
|
|
|
It can be argued that using ANSI escapes to style text goes against the intended use of Gemtext. Therefore, all ANSI escapes are now disabled by default in Gemtext.
|
|
|
|
|
|
IssueID #358
|
|
Media still needs more work to get rid of redundancies and make lookups faster.
FontPacks are manipulated as Media items (not unlike images) so they can be previewed on page, and installed via a click.
FontPack management is not trivial as it includes such details as versioning and whether individual packs are enabled or disabled.
|
|
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.
|