summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Collapse)Author
2021-12-08iOS: Bumped version number to 1.10 (2); updated release notesJaakko Keränen
2021-12-08Recompiled language stringsJaakko Keränen
2021-12-06iOS: Updated release notesJaakko Keränen
2021-12-06iOS: Platform-specific release notes and HelpJaakko Keränen
TODO: Help needs rewriting from a mobile perspective.
2021-12-05iOS: Register Iosevka for the monospace input widgetJaakko Keränen
2021-12-05Updated language stringsJaakko Keränen
2021-12-05iOS: Custom editor font and adjusted positioningJaakko Keränen
2021-12-04Mobile: Sidebar is now a vertically sliding panelJaakko Keränen
Switched the phone sidebar to use the iOS half/full-height sliding sheet design. This is better for finger reachability and for retaining access to the current page.
2021-12-03Improving identity useJaakko Keränen
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.
2021-12-03Mobile: Manage Identities via SettingsJaakko Keränen
2021-12-02Avoid capitalizing headings in .po filesJaakko Keränen
All-caps should be applied at runtime when appropriate.
2021-12-02Mobile: Button group style; upload dialog tweaksJaakko Keränen
Use checkmarks for selections in button groups.
2021-12-02Refactored CertListWidget out of the sidebarJaakko Keränen
The identity list is needed elsewhere outside of the sidebar, so moved it into a specialized ListWidget class.
2021-12-01Added switching to the identity toolbar menuJaakko Keränen
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.
2021-11-30Updated release notesJaakko Keränen
2021-11-30SidebarWidget: Added short label for Mark All as ReadJaakko Keränen
The sidebar doesn't have much room so use a different label for the button.
2021-11-29Updated release notesJaakko Keränen
2021-11-29Updated language stringsJaakko Keränen
2021-11-29Updated release notesJaakko Keränen
2021-11-29Updated release notesJaakko Keränen
2021-11-29Updated release notesJaakko Keränen
2021-11-29Updated release notesJaakko Keränen
2021-11-28Fixed page timestamp; 24-hour time preferenceJaakko Keränen
IssueID #349
2021-11-27Updated HelpJaakko Keränen
Fixed an error.
2021-11-27GmDocument: Heading level 3 indents like text linesJaakko Keränen
Making the heading hierarchy even clearer. H3 is now indented like normal text lines, and uses a bolder font.
2021-11-27Updated language stringsJaakko Keränen
2021-11-26Updated language stringsJaakko Keränen
2021-11-26Updated language stringsJaakko Keränen
2021-11-25Updated release notesJaakko Keränen
2021-11-25Unsplit button in toolbarJaakko Keränen
IssueID #378
2021-11-25CleanupJaakko Keränen
2021-11-25GmDocument: Heading font stylesJaakko Keränen
Swapped bold styling of heading levels 2 and 3 for better visual distinction of the hierarchy.
2021-11-24Changed label of "Merge Tabs"Jaakko Keränen
The primary function is to unsplit the view (without closing any tabs), so this should be a clearer wording.
2021-11-24Toolbar button for toggling sidebarJaakko Keränen
2021-11-24SidebarWidget: Non-item-related context menusJaakko Keränen
IssueID #388
2021-11-24Updated release notesJaakko Keränen
2021-11-24Updated release notesJaakko Keränen
2021-11-23Updated language stringsJaakko Keränen
2021-11-23Updated release notesJaakko Keränen
2021-11-23Color: Improve legibility of ANSI foreground colorsJaakko Keränen
On colored theme backgrounds, take great liberties to modify the ANSI foreground color so it remains legible.
2021-11-23Updated release notesJaakko Keränen
2021-11-23Preferences: Option for ANSI background color (SGR)Jaakko Keränen
2021-11-23Added Turkish UI languageJaakko Keränen
IssueID #396
2021-11-23Updated release notesJaakko Keränen
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