summaryrefslogtreecommitdiff
path: root/src/ui
AgeCommit message (Collapse)Author
2021-12-17Mobile: Input prompt actions menuJaakko Keränen
2021-12-17Mobile: Fixed phone sidebar background fadeJaakko Keränen
2021-12-17Mobile: Wheel scrolling is not applicableJaakko Keränen
2021-12-17macOS: Fixed scrolling of wide preformatted blocksJaakko Keränen
2021-12-17DocumentWidget: Swipe animation glitchesJaakko Keränen
Most crucially, sometimes the swipe placeholders would not get deleted at all because the visual offset animation was not finishing as expected. This would cause a number of problems with the document behavior.
2021-12-17CleanupJaakko Keränen
2021-12-17macOS: Trackpad swipe navigationJaakko Keränen
Work in progress. Something breaks down when swiping forward twice...
2021-12-16CleanupJaakko Keränen
2021-12-16DocumentWidget: Paste preceding lineJaakko 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-15Preferences: Option for cursor blinkingJaakko Keränen
2021-12-15Workaround for layout issue in value input dialogsJaakko Keränen
2021-12-15InputWidget: Initial scroll position out of boundsJaakko Keränen
2021-12-15InputWidget: Dealing with very narrow widthJaakko Keränen
The input widget is not usable if the width is too narrow.
2021-12-15macOS: Newlines in native menusJaakko Keränen
Other formatting besides line breaks is ignored for now, although attributed strings could be used here.
2021-12-15Mobile: Dismissing keyboard unfocuses InputWidgetJaakko Keränen
2021-12-14iOS: Fixed input positioning (non-animated widget)Jaakko Keränen
If there were no entry animation, the native UI control would not be correctly placed.
2021-12-14Mobile: Adjusted back swipe on tabletsJaakko Keränen
2021-12-14Root: More efficient input size updatesJaakko Keränen
Input widgets may resize themselves, and Preferences sends a ton of these notifications. Only rearrange a single time afterwards, not individually after each notification.
2021-12-14SidebarWidget: Removed unnecessary updateJaakko Keränen
No need to update sidebar items when the Preferences tab changes.
2021-12-14Widget: More efficient size change notificationsJaakko Keränen
Only notify once, after the arrangement is done.
2021-12-14Mobile: Tuning document swipe animationsJaakko Keränen
2021-12-14SidebarWidget: Phone needs no document resizeJaakko Keränen
2021-12-14Widget: Checking if visual offset appliesJaakko Keränen
2021-12-14Touch: Notify about speed at end of swipeJaakko Keränen
2021-12-14Text: Warning about unchecked FriBidi return valueJaakko Keränen
2021-12-14Mobile: Folders in bookmark editor; menus vs. input focusJaakko Keränen
2021-12-14Fixed missing document width updatesJaakko Keränen
2021-12-13DocumentWidget: Keeping a cached documentJaakko Keränen
When restoring a page from history, ensure the cached document is stored in the memory cache. Previously this only occurred when a page load finished.
2021-12-13Mobile: Fixed initial InputWidget sizingJaakko Keränen
2021-12-12Mobile: Crash when dismissing sidebar during Edit modeJaakko Keränen
2021-12-11CleanupJaakko Keränen
2021-12-10iOS: Extra padding at bottom of upload text editorJaakko Keränen
Long multiline editors should have a fair bit of overscroll at the bottom, as long as it doesn't affect the normal expanding editors.
2021-12-10LookupWidget: Minimum width for the results listJaakko Keränen
2021-12-10Mobile: Return key behavior is not configurableJaakko Keränen
2021-12-10Mobile: Use the "Settings" label on tablet, tooJaakko Keränen
2021-12-10Mobile: Added missing Glyph Warnings optionJaakko Keränen
2021-12-10CleanupJaakko Keränen
2021-12-10Mobile: Minimum width for the top dialog panelJaakko Keränen
The top panel should not be too narrow, and if it doesn't fit, fall back to a layered page view.
2021-12-10Fixed history with multiple items having the same URLJaakko Keränen
If there were multiple instances of the same URL in history, only the latest one's content would be used when navigating back/forward.
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: Fixed backups in InputWidgetJaakko 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