Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-07 | Document-specific palettes | Jaakko Keränen | |
Manage a color palette separately for each GmDocument, and activate one of them globally whenever a document is being drawn. Palettes are cached in memory. | |||
2021-12-07 | DocumentWidget: Fixing glitches in swipe navigation | Jaakko Keränen | |
TODO: There should be a better method for copying the full state of the DocumentWidget to another one. | |||
2021-12-07 | DocumentWidget: Footer button background color | Jaakko Keränen | |
With the white theme(s), the footer buttons were not prominent enough. | |||
2021-12-07 | SmoothScroll: Allow overflow scrolling always | Jaakko Keränen | |
This is needed for triggering pull actions. | |||
2021-12-07 | Mobile: Use compact input prompt on tablet | Jaakko Keränen | |
2021-12-07 | Cleanup | Jaakko Keränen | |
2021-12-07 | DocumentWidget: Don't trim space if user entered only spaces | Jaakko Keränen | |
2021-12-07 | CertListWidget: Show current page's URL in menu | Jaakko Keränen | |
2021-12-07 | InputWidget: Buffered content is limited by max height | Jaakko Keränen | |
2021-12-07 | SidebarWidget: Edit mode vs. folders; "No Unread Entries" | Jaakko Keränen | |
2021-12-06 | Mobile: Tablet fixes | Jaakko Keränen | |
2021-12-06 | iOS: Portrait phone sidebar actions padding | Jaakko Keränen | |
2021-12-06 | Mobile: Tablet fixes | Jaakko Keränen | |
Various issues with safe areas and font sizes. | |||
2021-12-06 | DocumentWidget: Footer buttons vs. phone toolbar | Jaakko Keränen | |
The toolbar should only be accounted for in portrait orientation. Footer buttons no longer have a padding for the toolbar. | |||
2021-12-05 | iOS: Register Iosevka for the monospace input widget | Jaakko Keränen | |
2021-12-05 | Widget: Added flag to always fade the background | Jaakko Keränen | |
2021-12-05 | Mobile: Fixed layout issue during animation | Jaakko Keränen | |
Update sliding sidebar height with the correct values for the frame. | |||
2021-12-05 | Mobile: Pull to refresh | Jaakko Keränen | |
2021-12-05 | Mobile: Scrolling to keep InputWidget visible | Jaakko Keränen | |
2021-12-05 | Mobile: Fixed issues with overflow-scrolling | Jaakko Keränen | |
2021-12-05 | InputWidget: Simplified version for system-provided input | Jaakko Keränen | |
Instead of a tangle of `#if`s, it might be better to have a separate source file for the simple controller of the system-provided input control. | |||
2021-12-05 | Mobile: Removed unnecessary menu items | Jaakko Keränen | |
2021-12-05 | iOS: Custom editor font and adjusted positioning | Jaakko Keränen | |
2021-12-05 | iOS: Multiline text input using UITextView | Jaakko Keränen | |
2021-12-04 | iOS: Right-aligned input fields | Jaakko Keränen | |
2021-12-04 | iOS: Position system input controls during animation | Jaakko Keränen | |
2021-12-04 | Mobile: Swiping back from bookmark editors | Jaakko Keränen | |
2021-12-04 | iOS: Setting up a system-provided text input control | Jaakko Keränen | |
2021-12-04 | ListWidget: Fixed touch scrolling issue | Jaakko Keränen | |
2021-12-04 | Fixed UI glitches after sidebar changes | Jaakko Keränen | |
2021-12-04 | SidebarWidget: Mobile bookmark editing mode | Jaakko Keränen | |
ListWidget can use drag handles on items. | |||
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 | |