Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-04 | Mobile: Sidebar actions for Feeds, History | 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 | Mobile: Layout of the Identities list | Jaakko Keränen | |
2021-12-02 | VisBuf: Respect the Paint origin | Jaakko Keränen | |
2021-12-02 | Widget: Widget rearrangement issues | Jaakko Keränen | |
There were issues where popup menus would only get wider and never narrower. Arrangements should not be dependent on the results of a previous one. | |||
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-02 | Mobile: Button group appearance | Jaakko Keränen | |
2021-12-02 | Refactored CertListWidget out of the sidebar | Jaakko Keränen | |
The identity list is needed elsewhere outside of the sidebar, so moved it into a specialized ListWidget class. | |||
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-12-01 | Cleanup | Jaakko Keränen | |
2021-11-30 | Mobile: Fixed scrolling of long popup menus | Jaakko Keränen | |
2021-11-30 | SidebarWidget: Crash when switching Feeds mode | Jaakko Keränen | |
Updating items immediately destroys the action widgets. | |||
2021-11-30 | Mobile: No Downloads menu item | Jaakko Keränen | |
2021-11-30 | SidebarWidget: Icons for the Unread/All filter menu | Jaakko Keränen | |
2021-11-30 | iOS: Cleanup | Jaakko Keränen | |
Skip the font download suggestion, and fixed an uninitialized value. | |||
2021-11-30 | Merge branch 'dev' into work/v1.10 | Jaakko Keränen | |
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 | Windows: Tell WinSparkle the correct app version | Jaakko Keränen | |
2021-11-29 | Windows: Order of main menu items | Jaakko Keränen | |
Place the "Check for Updates" item immediately following Preferences, like on macOS. | |||
2021-11-29 | Fixed crash when creating a bookmark | Jaakko Keränen | |
The parent folder pointer was possibly uninitialized. | |||
2021-11-29 | Widget: More accurate division of available space | Jaakko Keränen | |
Take fractional pixels into account when laying out widgets. This ensures that the entire available space is used, particularly when there are many children. IssueID #403 | |||
2021-11-29 | Fixed issues with tab button labels | Jaakko Keränen | |
Fixed issue with very short text not being truncated at all. A short truncated label will now just show the icon, if one is set. The tab close buttons don't appear if the buttons are too small. | |||
2021-11-29 | Fixed shfiting position of the "New Tab" button | Jaakko Keränen | |
IssueID #403 | |||
2021-11-28 | Bookmarks: Crash when creating a bookmark | Jaakko Keränen | |
IssueID #402 | |||
2021-11-28 | Bookmarks: Crash when creating a bookmark | Jaakko Keränen | |
IssueID #402 | |||
2021-11-28 | Bookmarks: Internal tags have a dot prefix | Jaakko Keränen | |
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 | |||
2021-11-28 | Cleanup | Jaakko Keränen | |
2021-11-28 | Fixed page timestamp; 24-hour time preference | Jaakko Keränen | |
IssueID #349 | |||
2021-11-27 | GmDocument: Heading level 3 indents like text lines | Jaakko Keränen | |
Making the heading hierarchy even clearer. H3 is now indented like normal text lines, and uses a bolder font. | |||
2021-11-27 | GmDocument: Changed heading 3 to semibold | Jaakko Keränen | |
The bold weight was a little bit too strong compared to the regular-weight level 2 headings. | |||
2021-11-27 | GmDocument: Allow ANSI BG setting to take effect | Jaakko Keränen | |
2021-11-27 | Window: Don't steal focus on hover | Jaakko Keränen | |
This was incorrect on X11 at least. Should still test on Windows. IssueID #399 | |||
2021-11-27 | InputWidget: Mishandling of the A key | Jaakko Keränen | |
2021-11-25 | Color: Parse 24-bit SGR foreground/background | Jaakko Keränen | |
2021-11-25 | Unsplit button in toolbar | Jaakko Keränen | |
IssueID #378 | |||
2021-11-25 | GmDocument: Heading font styles | Jaakko Keränen | |
Swapped bold styling of heading levels 2 and 3 for better visual distinction of the hierarchy. | |||
2021-11-24 | Toolbar button for toggling sidebar | Jaakko Keränen | |
2021-11-24 | SidebarWidget: Tighter layout for Feeds actions | Jaakko Keränen | |
2021-11-24 | SidebarWidget: Non-item-related context menus | Jaakko Keränen | |
IssueID #388 | |||
2021-11-24 | InputWidget: Ctrl+A to select all (on PC) | Jaakko Keränen | |
The Emacs-style Ctrl+A and Ctrl+E are only available on macOS now. This could still use a keybinding for customizing the behavior. | |||
2021-11-24 | Window: Only one draw operation at once | Jaakko Keränen | |
Ensure that a draw is not started if it is already ongoing, especially when using the resize event watcher. | |||
2021-11-24 | App: Finding the resources file | Jaakko Keränen | |
While the hardcoded path is still there, it is now checked in addition to the normal executable-relative paths, not replacing them. IssueID #395 | |||
2021-11-24 | Bookmarks: Recent folder when adding a bookmark | Jaakko Keränen | |
When creating a bookmark, use the chosen folder as the active one even if it's the root folder. | |||
2021-11-24 | SidebarWidget: Save feeds mode (all/unread) | Jaakko Keränen | |
2021-11-24 | DocumentWidget: Improved footer buttons positioning | Jaakko Keränen | |
No more animation offset hacks: just reposition the buttons whenever the view is scrolling. Fixed glitches with document centering. The page margins are a bit complicated as they change depending on whether the banner is visible. | |||
2021-11-23 | Widget: Removed the animation offset hack | Jaakko Keränen | |
2021-11-23 | SidebarWidget: Hover state colors | Jaakko Keränen | |