summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Collapse)Author
2021-11-23SidebarWidget: Redesigned Feeds action toolbarJaakko Keränen
The action toolbar now has a button for marking all as read, and keyboard shortcuts for switching between Unread and All modes.
2021-11-23Select folder when adding/editing bookmarksJaakko Keränen
Most recently used folder is persistently stored in bookmarks.ini. IssueID #358
2021-11-23Feeds: Fixed handlig of duplicate entriesJaakko Keränen
Feed entries are expected to have unique URLs, since the URL is the identifier of an entry. If a feed has the same URL for more than one entry, only process the first one and ignore the rest. An entry will still show up as unread if it keeps the same URL but changes its title.
2021-11-21Merge branch 'dev' into work/v1.9Jaakko Keränen
# Conflicts: # CMakeLists.txt # res/about/version.gmi
2021-11-21Updated AppDataJaakko Keränen
2021-11-21Help: `zip` options for creating fontpacksJaakko Keränen
IssueID #387
2021-11-21Site-specific Titan upload identityJaakko Keränen
The identity to be used for uploads is now in sitespec.ini, so it applies to an entire site root. This should match actual use cases better than having URL-specific identities. Also fixed an issue with native menus. Replacing the items with new ones was not implemented. IssueID #379
2021-11-19Fixed clicking on tabs when banner is underneathJaakko Keränen
Banner was too eager to eat all mouse events.
2021-11-14Updated release notesJaakko Keränen
2021-11-14Merge branch 'dev' into work/v1.9Jaakko Keränen
# Conflicts: # CMakeLists.txt # Depends.cmake # src/lang.c
2021-11-13Updated AppDataJaakko Keränen
2021-11-13Updated AppData: XML schema errorJaakko Keränen
2021-11-13Updated AppDataJaakko Keränen
2021-11-13Updated language stringsJaakko Keränen
2021-11-13Updated release notesJaakko Keränen
2021-11-12Updated release notesJaakko Keränen
2021-11-10Updated release notesJaakko Keränen
2021-11-09Updated release notesJaakko Keränen
2021-11-08Bumped version number to 1.8.2Jaakko Keränen
2021-11-07macOS: Use Sparkle for automatic updatesJaakko Keränen
2021-11-06Updated language stringsJaakko Keränen
Cleaned up output of the string compilation script.
2021-11-06Updated AppDataJaakko Keränen
2021-11-06Updated release notesJaakko Keränen
2021-11-06Updated language stringsJaakko Keränen
2021-11-04Added Czech UI translationJaakko Keränen
2021-11-04Updated release notesJaakko Keränen
2021-11-04Merge branch 'dev' into work/v1.9Jaakko Keränen
# Conflicts: # src/lang.c
2021-11-04Added Hungarian UI translationJaakko Keränen
2021-11-03Updated release notes: typoJaakko Keränen
2021-11-02Updated release notesJaakko Keränen
2021-11-02Updated release notesJaakko Keränen
2021-10-31Changed format of resources.lgrJaakko Keränen
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
2021-10-31CleanupJaakko Keränen
2021-10-31CMake: `zip` is required for the buildJaakko Keränen
Print error message if `zip` is not found. It is used for creating fontpacks.
2021-10-30Removed hardcoded fonts from source repositoryJaakko Keränen
Font library is now maintained separately.
2021-10-30Updated AppDataJaakko Keränen
2021-10-30Added Ukrainian UI translationJaakko Keränen
Kudos to Alyssa Liddell for a 100% translation.
2021-10-30Updated translationsJaakko Keränen
2021-10-30Updated Help: TrueType collectionsJaakko Keränen
2021-10-28Updated Smol EmojiJaakko Keränen
A new warning triangle.
2021-10-27Upgrade assistance: download "classic-set" fontpackJaakko Keränen
2021-10-27DocumentWidget: Security warningsJaakko Keränen
2021-10-27Updated documentationJaakko Keränen
Fonts and other changes.
2021-10-26Cleanup; minor tweaksJaakko Keränen
2021-10-26Updated release notesJaakko Keränen
2021-10-26Preferences: Warn about missing glyphsJaakko Keränen
2021-10-26Dismissing document warnings; Banner hoverJaakko Keränen
The warning about terminal emulation can be dismissed on site-specific basis. Banner items show a hover frame (like buttons) to indicate they can be clicked.
2021-10-25Document presentation warningsJaakko Keränen
Warn the user about missing glyphs and potentially unsupported ANSI escapes. TODO: Site-specific setting for dismissed warning; fonts preference about missing glyph warnings.
2021-10-25Banner: Error items; improved appearanceJaakko Keränen
2021-10-23Mobile: Footer button fixes; missing stringsJaakko Keränen