Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-05 | Bookmark editor has toggles for some special tags | Jaakko Keränen | |
2021-05-04 | Split view pinning, "linksplit" special tag | Jaakko Keränen | |
A navigation aid: when in split mode, option to keep one of the tabs pinned to the current page so all links open to the side. Added "linksplit" bookmark tag to activate view splitting when opening a link on the page. | |||
2021-04-28 | Working on multiple UI roots | Jaakko Keränen | |
Various refactorings and fixes to handle root-global and window-global state, root-specific palettes, and proper coordinate system changes (e.g., when opening menus). UI events are posted and handled in the context of a specific root. | |||
2021-04-27 | Refactor: Update event processing to not assume a single UI root | Jaakko Keränen | |
Most actions should occur in the context of the current UI root. | |||
2021-04-27 | UI root sizing is independent of window sizing | Jaakko Keränen | |
2021-04-27 | Refactor: Added a proper Root object | Jaakko Keränen | |
`Root` encapsulates the root widget and the associated UI state. | |||
2021-04-27 | Refactor: Separating UI creation and root widget from Window | Jaakko Keränen | |
Making the way for multiple roots/windows. | |||
2021-04-24 | Added "Show Downloads" and "Open Downloaded File" | Jaakko Keränen | |
Contents of the Downloads folder can now be viewed as a directory index page. | |||
2021-04-22 | ListWidget: Use SmoothScroll | Jaakko Keränen | |
2021-04-12 | Mobile: CertImportWidget, UI tweaks | Jaakko Keränen | |
The Import Identity dialog is now styled for mobile, although could use a little more tuning. | |||
2021-04-12 | Mobile: Sidebar tweaks | Jaakko Keränen | |
Adjusted font sizes and action buttons moved to the top. | |||
2021-04-10 | SidebarWidget: Action button fonts | Jaakko Keränen | |
2021-04-10 | Feeds: All/Unread view mode selection | Jaakko Keränen | |
This is a bit too simple, but allows seeing the unread entries only. The unread counter needs some reworking: should it show all unread or unread in the "All" list (latest 100 entries)? | |||
2021-04-10 | Identities: New/Import buttons below list | Jaakko Keränen | |
2021-04-09 | Feeds: "Add bookmark..." does nothing | Jaakko Keränen | |
2021-04-08 | Mobile: Sidebar on orientation change; padding | Jaakko Keränen | |
Sidebar is hidden on orientation changes. Added a bottom padding to account for the overlapped toolbar. | |||
2021-04-07 | SidebarWidget: Store width as resolution independent units | Jaakko Keränen | |
DPI and pixel ratio changes should not radically change width of the sidebar. IssueID #239 | |||
2021-03-26 | SidebarWidget: Use a translated string | Jaakko Keränen | |
2021-03-25 | Lang: Plural strings | Jaakko Keränen | |
IssueID #192 | |||
2021-03-23 | Lang: Added a sidebar string; Finnish template | Jaakko Keränen | |
IssueID #192 | |||
2021-03-23 | Lang: Applied string IDs everywhere | Jaakko Keränen | |
More or less everywhere? IssueID #192 | |||
2021-03-23 | Lang: Applied more string IDs | Jaakko Keränen | |
IssueID #192 | |||
2021-03-20 | Show unread entry count in sidebar | Jaakko Keränen | |
2021-03-18 | Mobile improvements | Jaakko Keränen | |
Seeing if a few forced redraws will take care of the squished view issue. On the phone, showing and hiding the sidebar is not supposed to resize any documents. | |||
2021-03-18 | Scrollbar fading and periodic commands | Jaakko Keränen | |
Added a new mechanism to issue periodic but not per-frame commands. This is used for main-thread operations like checking if it's time to fade away the scrollbars. Scrollbars are faded away completely on Apple platforms. Adjusted list right margins accordingly. | |||
2021-03-18 | SidebarWidget: Today's date says "Today" | Jaakko Keränen | |
2021-03-18 | SidebarWidget: Unread entry appearance | Jaakko Keränen | |
The bold font is a sufficient indicator than the edge line, and the edge line introducing visual noise. | |||
2021-03-17 | SidebarWidget: Crash when deleting identity | Jaakko Keränen | |
Refer to the context menu item and not the hover item, since hover state may have been lost. | |||
2021-03-15 | SidebarWidget: Command to update contents | Jaakko Keränen | |
2021-03-13 | SidebarWidget: Added "Import..." to empty Identities tab | Jaakko Keränen | |
Fixed visual issues with the Help link in the bottom. | |||
2021-03-13 | Mobile: Showing identities via navbar | Jaakko Keränen | |
2021-03-10 | Mobile: Adjusting sidebar appearance | Jaakko Keränen | |
2021-03-10 | Mobile: Working on the phone preferences | Jaakko Keränen | |
2021-03-07 | SidebarWidget: Mobile fonts | Jaakko Keränen | |
2021-03-06 | SidebarWidget: Keeping track of edited bookmark | Jaakko Keränen | |
2021-03-05 | Menu item icons | Jaakko Keränen | |
2021-03-05 | Defined a set of UI icons; use in menus | Jaakko Keränen | |
2021-03-04 | Save identity usage changes immediately | Jaakko Keränen | |
2021-03-04 | Changing UI scaling at runtime | Jaakko Keränen | |
UI scaling factor is applied when closing the Preferences dialog. IssueID #83 | |||
2021-03-03 | CapsLock as a modifier key; adding a modifier mapping table | Jaakko Keränen | |
IssueID #87 | |||
2021-02-25 | SidebarWidget: Skip future-dated feed entries | Jaakko Keränen | |
2021-02-24 | SidebarWidget: Draw a border | Jaakko Keränen | |
2021-02-23 | SidebarWidget: Improved appearance | Jaakko Keränen | |
Added a color for sidebar background. Removed the right-edge separator line; instead, use color to separate. Page outline uses bold font for level 1 headings. | |||
2021-02-23 | Option to auto-reload a tab at a given interval | Jaakko Keränen | |
IssueID #116 | |||
2021-02-23 | SidebarWidget: Bold headings; item spacing | Jaakko Keränen | |
2021-02-23 | Editing bookmark icons | Jaakko Keränen | |
IssueID #140 | |||
2021-02-22 | Allow user to set any character as bookmark icon | Jaakko Keränen | |
The custom icons only appear in bookmark and feed lists, though. | |||
2021-02-22 | Dialog buttons on the right | Jaakko Keränen | |
Follow typical GUI conventions by placing dialog buttons on the right edge. This leaves space for additional actions on the left. | |||
2021-02-22 | iOS: Font adjustments | Jaakko Keränen | |
2021-02-22 | SidebarWidget: Feed entry appearance | Jaakko Keränen | |