Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-14 | Mobile: Adjusted back swipe on tablets | Jaakko Keränen | |
2021-12-14 | Root: More efficient input size updates | Jaakko 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-14 | SidebarWidget: Removed unnecessary update | Jaakko Keränen | |
No need to update sidebar items when the Preferences tab changes. | |||
2021-12-14 | Widget: More efficient size change notifications | Jaakko Keränen | |
Only notify once, after the arrangement is done. | |||
2021-12-14 | Mobile: Tuning document swipe animations | Jaakko Keränen | |
2021-12-14 | SidebarWidget: Phone needs no document resize | Jaakko Keränen | |
2021-12-14 | Widget: Checking if visual offset applies | Jaakko Keränen | |
2021-12-14 | Touch: Notify about speed at end of swipe | Jaakko Keränen | |
2021-12-14 | Text: Warning about unchecked FriBidi return value | Jaakko Keränen | |
2021-12-14 | Mobile: Folders in bookmark editor; menus vs. input focus | Jaakko Keränen | |
2021-12-14 | Fixed missing document width updates | Jaakko Keränen | |
2021-12-13 | DocumentWidget: Keeping a cached document | Jaakko 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-13 | Mobile: Fixed initial InputWidget sizing | Jaakko Keränen | |
2021-12-12 | Mobile: Crash when dismissing sidebar during Edit mode | Jaakko Keränen | |
2021-12-11 | Cleanup | Jaakko Keränen | |
2021-12-10 | iOS: Extra padding at bottom of upload text editor | Jaakko 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-10 | LookupWidget: Minimum width for the results list | Jaakko Keränen | |
2021-12-10 | Mobile: Return key behavior is not configurable | Jaakko Keränen | |
2021-12-10 | Mobile: Use the "Settings" label on tablet, too | Jaakko Keränen | |
2021-12-10 | Mobile: Added missing Glyph Warnings option | Jaakko Keränen | |
2021-12-10 | Cleanup | Jaakko Keränen | |
2021-12-10 | Mobile: Minimum width for the top dialog panel | Jaakko 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-10 | Fixed history with multiple items having the same URL | Jaakko 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-10 | Mobile: UploadWidget styling | Jaakko Keränen | |
2021-12-09 | UploadWidget: Improved layout; path editing | Jaakko Keränen | |
2021-12-09 | Mobile: UploadWidget allows editing URL path | Jaakko Keränen | |
2021-12-09 | iOS: Fixes and new edit menu for UploadWidget | Jaakko Keränen | |
The sizing and behavior of the input field on the plain text upload page is much improved. | |||
2021-12-09 | UploadWidget: Bold identity names | Jaakko Keränen | |
2021-12-09 | UploadWidget: Improved Identity dropdown | Jaakko Keränen | |
Better colors, keep the menu button fixed-height. | |||
2021-12-09 | Avoid allocations in event processing | Jaakko 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-09 | Mobile: UploadWidget work-in-progress | Jaakko Keränen | |
Added a context menu for text editing actions. | |||
2021-12-09 | iOS: Fixed backups in InputWidget | Jaakko Keränen | |
2021-12-08 | Mobile: Hide iOS text view background; Translation panel positioning | Jaakko Keränen | |
Mobile panels should always be root-parented, but the source document relationship is currently not communicated in any other way. | |||
2021-12-08 | Mobile: Minor font/text sizing tweaks | Jaakko Keränen | |
2021-12-08 | DocumentWidget: Clear selection if document changes | Jaakko Keränen | |
2021-12-08 | iOS: Fixed safe area inset issues | Jaakko Keränen | |
2021-12-08 | Mobile: SmoothScroll pull flags; menu and value input sizing | Jaakko Keränen | |
2021-12-08 | iOS: Fixed text field position was shifting | Jaakko 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-08 | DocumentWidget: Trying to fix swipe animations | Jaakko Keränen | |
Document swipe animations are now almost fully working, except for an aborted forward navigation (swipe from right edge). | |||
2021-12-08 | Mobile: Outline mode for disabled toolbar arrows | Jaakko Keränen | |
2021-12-07 | DocumentWidget: Fixed swipe navigation | Jaakko Keränen | |
TODO: If the swipe is aborted, the state ends up wrong. | |||
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 | |