Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-29 | Inline download context menu; macOS: Show in Finder | Jaakko Keränen | |
The inline downloads UI finally has some interactivity: left-clicking on a finished download opens it in the default viewer app, and right-clicking shows a context menu with relevant actions. | |||
2021-12-28 | Viewing unsupported files in another app | Jaakko Keränen | |
After receiving content of unsupported type, show a footer action button to open it in another app. IssueID #135 | |||
2021-12-20 | LinkInfo: More concise presentation | Jaakko Keränen | |
Bold hostname, including scheme if not `gemini`. Info is now on a single wrapped line. | |||
2021-12-16 | DocumentWidget: Paste preceding line | Jaakko Keränen | |
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. | |||
2021-12-14 | Recompiled language strings | Jaakko Keränen | |
2021-12-08 | Recompiled language strings | Jaakko Keränen | |
2021-12-05 | Updated language strings | Jaakko Keränen | |
2021-12-04 | Mobile: Sidebar is now a vertically sliding panel | Jaakko 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-03 | Improving identity use | Jaakko 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-03 | Mobile: Manage Identities via Settings | Jaakko Keränen | |
2021-12-02 | Avoid capitalizing headings in .po files | Jaakko Keränen | |
All-caps should be applied at runtime when appropriate. | |||
2021-12-02 | Mobile: Button group style; upload dialog tweaks | Jaakko Keränen | |
Use checkmarks for selections in button groups. | |||
2021-12-01 | Added switching to the identity toolbar menu | Jaakko 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-30 | SidebarWidget: Added short label for Mark All as Read | Jaakko Keränen | |
The sidebar doesn't have much room so use a different label for the button. | |||
2021-11-29 | Updated language strings | Jaakko Keränen | |
2021-11-28 | Fixed page timestamp; 24-hour time preference | Jaakko Keränen | |
IssueID #349 | |||
2021-11-27 | Updated language strings | Jaakko Keränen | |
2021-11-26 | Updated language strings | Jaakko Keränen | |
2021-11-26 | Updated language strings | Jaakko Keränen | |
2021-11-24 | Changed 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-23 | Updated language strings | Jaakko Keränen | |
2021-11-23 | Preferences: Option for ANSI background color (SGR) | Jaakko Keränen | |
2021-11-23 | Added Turkish UI language | Jaakko Keränen | |
IssueID #396 | |||
2021-11-23 | SidebarWidget: Redesigned Feeds action toolbar | Jaakko 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-23 | Select folder when adding/editing bookmarks | Jaakko Keränen | |
Most recently used folder is persistently stored in bookmarks.ini. IssueID #358 | |||
2021-11-13 | Updated language strings | Jaakko Keränen | |
2021-11-06 | Updated language strings | Jaakko Keränen | |
Cleaned up output of the string compilation script. | |||
2021-11-06 | Updated language strings | Jaakko Keränen | |
2021-11-04 | Added Czech UI translation | Jaakko Keränen | |
2021-11-04 | Added Hungarian UI translation | Jaakko Keränen | |
2021-10-30 | Added Ukrainian UI translation | Jaakko Keränen | |
Kudos to Alyssa Liddell for a 100% translation. | |||
2021-10-30 | Updated translations | Jaakko Keränen | |
2021-10-27 | Upgrade assistance: download "classic-set" fontpack | Jaakko Keränen | |
2021-10-27 | DocumentWidget: Security warnings | Jaakko Keränen | |
2021-10-26 | Cleanup; minor tweaks | Jaakko Keränen | |
2021-10-26 | Preferences: Warn about missing glyphs | Jaakko Keränen | |
2021-10-26 | Dismissing document warnings; Banner hover | Jaakko 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-25 | Document presentation warnings | Jaakko 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-25 | Banner: Error items; improved appearance | Jaakko Keränen | |
2021-10-23 | Mobile: Footer button fixes; missing strings | Jaakko Keränen | |
2021-10-22 | Mobile: Minor fixes and tweaks | Jaakko Keränen | |
Tab close button visibility, newly added preferences, "Manage Fonts" button, button icon color. | |||
2021-10-20 | Installing individual TTF files; generate fontpack.ini | Jaakko Keränen | |
2021-10-19 | Updated language strings | Jaakko Keränen | |
2021-10-18 | Preferences: ANSI escape flags | Jaakko Keränen | |
FG color and font style escapes can be enabled separately. FG color remains enabled by default like before. | |||
2021-10-17 | FontPack management via "about:fonts" | Jaakko Keränen | |
2021-10-15 | Preferences: Option to bold visited links, too | Jaakko Keränen | |
Cleaned up serialization of the bool preferences a little. | |||
2021-10-14 | Preferences: ANSI escape sequences in Gemtext | Jaakko Keränen | |
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. | |||
2021-10-13 | Added preference for font smoothing | Jaakko Keränen | |
2021-10-11 | Preferences: Add bookmarks to bottom/top | Jaakko Keränen | |
IssueID #358 | |||
2021-10-11 | Merge branch 'dev' into work/v1.8 | Jaakko Keränen | |
# Conflicts: # CMakeLists.txt # res/lang/es.bin # res/lang/fr.bin # res/lang/gl.bin # res/lang/ie.bin # res/lang/ru.bin # res/lang/sk.bin # res/lang/sr.bin # res/lang/tok.bin # src/ui/documentwidget.c |