summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-17App: Fixed ticker management issueJaakko Keränen
Multiple tickers with the same context would override each other. The ticker callback must be considered as well or tickers may fail to run as expected.
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-17Prefs: Reorganizing booleansJaakko Keränen
2021-12-16CleanupJaakko Keränen
2021-12-16Updated release notes and AUTHORSJaakko 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-15iOS: Bumped version number; updated release notesJaakko Keränen
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-14iOS: Bumped version number; updated release notesJaakko Keränen
2021-12-14Recompiled language stringsJaakko Keränen
2021-12-14App: Prevent state corruption due to interrupted file writeJaakko Keränen
2021-12-14Audio: Initialize SDL audio only when actually playingJaakko Keränen
Playing audio is somewhat uncommon, so there is no need to have it set up always.
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-11Updated release notesJaakko 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-10iOS: Bumped version number; updated release notesJaakko 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.