summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-10Mobile: UploadWidget stylingJaakko Keränen
2021-12-09UploadWidget: Improved layout; path editingJaakko Keränen
2021-12-09Mobile: UploadWidget allows editing URL pathJaakko Keränen
2021-12-09iOS: Fixes and new edit menu for UploadWidgetJaakko Keränen
The sizing and behavior of the input field on the plain text upload page is much improved.
2021-12-09UploadWidget: Bold identity namesJaakko Keränen
2021-12-09UploadWidget: Improved Identity dropdownJaakko Keränen
Better colors, keep the menu button fixed-height.
2021-12-09Avoid allocations in event processingJaakko Keränen
The command string processing is done very often (e.g., whenever the mouse moves, potentially), so avoid allocating garbage-collected memory.
2021-12-09Mobile: UploadWidget work-in-progressJaakko Keränen
Added a context menu for text editing actions.
2021-12-09iOS: Use accent color in input fieldsJaakko Keränen
2021-12-09iOS: Fixed backups in InputWidgetJaakko Keränen
2021-12-08iOS: Bumped version number to 1.10 (2); updated release notesJaakko Keränen
2021-12-08Recompiled language stringsJaakko Keränen
2021-12-08Mobile: Hide iOS text view background; Translation panel positioningJaakko Keränen
Mobile panels should always be root-parented, but the source document relationship is currently not communicated in any other way.
2021-12-08Mobile: Minor font/text sizing tweaksJaakko Keränen
2021-12-08DocumentWidget: Clear selection if document changesJaakko Keränen
2021-12-08iOS: Fixed safe area inset issuesJaakko Keränen
2021-12-08Mobile: SmoothScroll pull flags; menu and value input sizingJaakko Keränen
2021-12-08iOS: Fixed text field position was shiftingJaakko Keränen
The field was not tall enough, so it was scrolling slightly. Some of the changes in InputWidget may have been unnecessary.
2021-12-08DocumentWidget: Trying to fix swipe animationsJaakko Keränen
Document swipe animations are now almost fully working, except for an aborted forward navigation (swipe from right edge).
2021-12-08Mobile: Outline mode for disabled toolbar arrowsJaakko Keränen
2021-12-07DocumentWidget: Fixed swipe navigationJaakko Keränen
TODO: If the swipe is aborted, the state ends up wrong.
2021-12-07Document-specific palettesJaakko 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-07DocumentWidget: Fixing glitches in swipe navigationJaakko Keränen
TODO: There should be a better method for copying the full state of the DocumentWidget to another one.
2021-12-07CleanupJaakko Keränen
2021-12-07DocumentWidget: Footer button background colorJaakko Keränen
With the white theme(s), the footer buttons were not prominent enough.
2021-12-07iOS: Text field tint colorsJaakko Keränen
2021-12-07SmoothScroll: Allow overflow scrolling alwaysJaakko Keränen
This is needed for triggering pull actions.
2021-12-07Mobile: Use compact input prompt on tabletJaakko Keränen
2021-12-07CleanupJaakko Keränen
2021-12-07DocumentWidget: Don't trim space if user entered only spacesJaakko Keränen
2021-12-07CertListWidget: Show current page's URL in menuJaakko Keränen
2021-12-07InputWidget: Buffered content is limited by max heightJaakko Keränen
2021-12-07SidebarWidget: Edit mode vs. folders; "No Unread Entries"Jaakko Keränen
2021-12-06iOS: Updated release notesJaakko Keränen
2021-12-06iOS: Updated build dateJaakko Keränen
2021-12-06iOS: Platform-specific release notes and HelpJaakko Keränen
TODO: Help needs rewriting from a mobile perspective.
2021-12-06Mobile: Tablet fixesJaakko Keränen
2021-12-06iOS: Portrait phone sidebar actions paddingJaakko Keränen
2021-12-06Mobile: Tablet fixesJaakko Keränen
Various issues with safe areas and font sizes.
2021-12-06DocumentWidget: Footer buttons vs. phone toolbarJaakko Keränen
The toolbar should only be accounted for in portrait orientation. Footer buttons no longer have a padding for the toolbar.
2021-12-05iOS: Register Iosevka for the monospace input widgetJaakko Keränen
2021-12-05Widget: Added flag to always fade the backgroundJaakko Keränen
2021-12-05Mobile: Fixed layout issue during animationJaakko Keränen
Update sliding sidebar height with the correct values for the frame.
2021-12-05Mobile: Pull to refreshJaakko Keränen
2021-12-05Mobile: Scrolling to keep InputWidget visibleJaakko Keränen
2021-12-05Mobile: Fixed issues with overflow-scrollingJaakko Keränen
2021-12-05Updated language stringsJaakko Keränen
2021-12-05InputWidget: Simplified version for system-provided inputJaakko 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-05CleanupJaakko Keränen
2021-12-05Mobile: Removed unnecessary menu itemsJaakko Keränen