Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-25 | Cleanup | Jaakko Keränen | |
Warnings about lost precision. | |||
2021-12-25 | SDL line drawing regression was fixed in 2.0.18 | Jaakko Keränen | |
2021-12-23 | Android: Various fixes to get things up and running | Jaakko Keränen | |
Resource paths, runtime data, ignore mouse events. Assume that the Java side tells us the display pixel density via a command line argument. | |||
2021-12-23 | LinkInfo: Show port, too | Jaakko Keränen | |
2021-12-20 | Banner: Margins | Jaakko Keränen | |
2021-12-20 | DocumentWidget: Cleaning up after refactoring | Jaakko Keränen | |
2021-12-20 | LinkInfo: More concise presentation | Jaakko Keränen | |
Bold hostname, including scheme if not `gemini`. Info is now on a single wrapped line. | |||
2021-12-20 | Cleanup | Jaakko Keränen | |
The "opened from sidebar" flag is unnecessary now. | |||
2021-12-19 | Cleanup: Group together DocumentView methods | Jaakko Keränen | |
2021-12-19 | DocumentWidget: Refactor to separate DocumentView | Jaakko Keränen | |
Work in progress, but now DocumentView at least has its own type. The relationship is a bit muddled, though. | |||
2021-12-18 | Cleanup | Jaakko Keränen | |
2021-12-18 | LinkInfo: Identity at end of first line | Jaakko Keränen | |
2021-12-18 | LinkInfo: Improved link metadata popup | Jaakko Keränen | |
2021-12-18 | TextBuf: Set base attributes for ANSI escapes | Jaakko Keränen | |
2021-12-18 | Added LinkInfo | Jaakko Keränen | |
2021-12-18 | DocumentWidget: Fixed open links highlight position | Jaakko Keränen | |
2021-12-18 | Focusing the search input field | Jaakko Keränen | |
2021-12-18 | Image metadata; improved open URLs indicator | Jaakko Keränen | |
Put a new GmRun under an inlined image with the image metadata, so it doesn't overlap the caption text. Open URLs are now indicated with a document-width box instead of window-width box. The box is also slightly expanded for a nicer look. Links have a bit of padding around them so this doesn't cause overlaps with other runs. | |||
2021-12-18 | Banner: Increased padding in items | Jaakko Keränen | |
2021-12-18 | Nicer image metadata and open URLs highlight | Jaakko Keränen | |
Metadata of inlined images shouldn't overlap the caption text. Open URL highlights are not drawn fullwidth to avoid clashing with side elements and generally to look more consistent. | |||
2021-12-18 | SidebarWidget: Use correct palette for outline | Jaakko Keränen | |
The outline tab uses the current document's palette. | |||
2021-12-18 | Fixed misaligned time in audio player | Jaakko Keränen | |
TODO: This is font-dependent, so should actually use visual alignment... | |||
2021-12-17 | Mobile: Input prompt actions menu | Jaakko Keränen | |
2021-12-17 | Mobile: Fixed phone sidebar background fade | Jaakko Keränen | |
2021-12-17 | Mobile: Wheel scrolling is not applicable | Jaakko Keränen | |
2021-12-17 | macOS: Fixed scrolling of wide preformatted blocks | Jaakko Keränen | |
2021-12-17 | DocumentWidget: Swipe animation glitches | Jaakko 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-17 | Cleanup | Jaakko Keränen | |
2021-12-17 | macOS: Trackpad swipe navigation | Jaakko Keränen | |
Work in progress. Something breaks down when swiping forward twice... | |||
2021-12-16 | Cleanup | Jaakko Keränen | |
2021-12-16 | DocumentWidget: Paste preceding line | Jaakko 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-15 | Preferences: Option for cursor blinking | Jaakko Keränen | |
2021-12-15 | Workaround for layout issue in value input dialogs | Jaakko Keränen | |
2021-12-15 | InputWidget: Initial scroll position out of bounds | Jaakko Keränen | |
2021-12-15 | InputWidget: Dealing with very narrow width | Jaakko Keränen | |
The input widget is not usable if the width is too narrow. | |||
2021-12-15 | macOS: Newlines in native menus | Jaakko Keränen | |
Other formatting besides line breaks is ignored for now, although attributed strings could be used here. | |||
2021-12-15 | Mobile: Dismissing keyboard unfocuses InputWidget | Jaakko Keränen | |
2021-12-14 | iOS: 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-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. |