Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-16 | Widget: Fade opacity based on area covering root | Jaakko Keränen | |
2021-05-16 | GmDocument: Headings have reduced line height | Jaakko Keränen | |
2021-05-15 | Widget: Rearranging expanding widgets | Jaakko Keränen | |
When starting a new arrangement, expanding widgets must be reset so they won't affect the outcome. | |||
2021-05-15 | Mobile: Various improvements and fixes | Jaakko Keränen | |
- fill the safe area with theme background - don't set button hover states if dragging/scrolling - edge-draggable widgets must be flagged as such - Preferences top panel offset matches sibling panels' offset - allow toolbar to unhide when document is not scrollable | |||
2021-05-14 | InputWidget: Touch tweaks | Jaakko Keränen | |
2021-05-14 | Mobile and iOS: Various fixes and cleanup | Jaakko Keränen | |
Several regressions occurred when the split view mode was implemented. | |||
2021-05-14 | Translation: Minimum width for dialog | Jaakko Keränen | |
2021-05-14 | Window: Fixed crash at shutdown | Jaakko Keränen | |
2021-05-14 | Widget: Prevent overflow scrolling if not tall | Jaakko Keränen | |
2021-05-14 | Show "Line break" help text in input dialog | Jaakko Keränen | |
2021-05-14 | Widget: Fixed layout issue | Jaakko Keränen | |
Reset sequential arrangements so the previous child bounds don't affect a newly calculated arrangement. | |||
2021-05-14 | InputWidget: Rewrap when width changes | Jaakko Keränen | |
2021-05-14 | Text: Fixed handling of newlines | Jaakko Keränen | |
In the `tryAdvance*` methods, don't advance past newlines since this is intended to be a line-based operation. | |||
2021-05-14 | DocumentWidget: Keep scroll position for special responses | Jaakko Keränen | |
For example, receiving an input prompt response shouldn't change the current scroll position in the open document. | |||
2021-05-14 | InputWidget: Fixed cursor moving; scroll the dialog | Jaakko Keränen | |
Up/down movement sometimes ended up in the wrong cursor position. Now the nearest overflow-scrollable parent scrolls to keep the cursor visible. | |||
2021-05-13 | InputWidget: Drawing hint and buffered text | Jaakko Keränen | |
Improved TextBuf to handle word/bound-wrapped content. | |||
2021-05-13 | SidebarWidget: No actions in empty Identities | Jaakko Keränen | |
2021-05-13 | Lang: Added Polish UI translation | Jaakko Keränen | |
IssueID #192 | |||
2021-05-13 | SidebarWidget: Never disable for context menu | Jaakko Keränen | |
Sidebars were disabled so the hover item wouldn't change while accessing a context menu, but that's no longer necessary because the context item is tracked separately. | |||
2021-05-13 | Widget: Remove timed commands when destroyed | Jaakko Keränen | |
2021-05-12 | Keep labels aligned with expanding inputs | Jaakko Keränen | |
A widget may copy its height from another widget. | |||
2021-05-12 | InputWidget: Shift-click to select a range | Jaakko Keränen | |
2021-05-12 | DocumentWidget: Input query length validation | Jaakko Keränen | |
Enforce the maximum length of 1024 bytes for Gemini URLs. The input query prompt shows how many bytes are remaining. | |||
2021-05-12 | Cleanup | Jaakko Keränen | |
Use the Return key symbol consistently, also in the Search Query indicator. The input dialog "Send" label now no longer needs the "⇒" icon. | |||
2021-05-12 | InputWidget: Expanding while editing | Jaakko Keränen | |
The navbar layout cannot accommodate more than one line of text, but allow the editor to expand while writing text. | |||
2021-05-12 | DocumentWidget: Clean up drawing | Jaakko Keränen | |
Children drawn were twice? | |||
2021-05-11 | InputWidget: Word wrapping, inserting newlines | Jaakko Keränen | |
2021-05-10 | GmDocument: Monospace link styling | Jaakko Keränen | |
Monospace links should remain monospace regardless of visited state. IssueID #274 | |||
2021-05-09 | Window: Workaround for lack of window expose event | Jaakko Keränen | |
IssueID #264 | |||
2021-05-09 | Fixed showing of pinning indicator | Jaakko Keränen | |
The indicator always shows the current tab's status. | |||
2021-05-09 | Window: Fixed closing all tabs in the left split | Jaakko Keränen | |
Take the current tab from the other side if the active side is out of tabs. | |||
2021-05-09 | Window: Keep the current tab when unsplitting | Jaakko Keränen | |
2021-05-09 | BindingsWidget: Scrollbar is not shown | Jaakko Keränen | |
IssueID #257 | |||
2021-05-07 | Windows: Fixed use of native path separators | Jaakko Keränen | |
`GmRequest` should use the correct path separators on Windows in native paths. | |||
2021-05-07 | Window: First move with custom frame may be cancelled | Jaakko Keränen | |
Use of uninitialized memory. | |||
2021-05-07 | Cleanup | Jaakko Keränen | |
2021-05-07 | Gempub: Restoring pages from cache | Jaakko Keränen | |
Only auto-open the first chapter when navigating normally, and not via cache. Otherwise the previous read position would be lost. | |||
2021-05-07 | GmCerts: Avoid losing identity metadata | Jaakko Keränen | |
idents.lgr format has not been changed, so keep using the old version number in the file. | |||
2021-05-06 | DocumentWidget: Update pinning indicator | Jaakko Keränen | |
2021-05-06 | Root: Indicator appearance | Jaakko Keränen | |
2021-05-06 | Indicate pinning state in URL bar | Jaakko Keränen | |
2021-05-06 | Window: Split focus indicator in light mode | Jaakko Keränen | |
Also fixed a stale focused widget pointer when closing the split. | |||
2021-05-06 | Gempub: Decode URLs, only load cover image | Jaakko Keränen | |
2021-05-06 | Split view: Fixed theme and title updates | Jaakko Keränen | |
Now every DocumentWidget is guaranteed a unique ID. The window title is updated when the keyroot chages. | |||
2021-05-05 | Only accept valid characters in URI schemes | Jaakko Keränen | |
IssueID #269 | |||
2021-05-05 | Gempub: Relative links are considered navigable | Jaakko Keränen | |
2021-05-05 | Bookmark editor has toggles for some special tags | Jaakko Keränen | |
2021-05-05 | Gempub: Split to show index and first chapter | Jaakko Keränen | |
When opening a Gempub, split the window and show the index page and the first chapter. | |||
2021-05-05 | Gempub: Parse links on index page for navigation | Jaakko Keränen | |
2021-05-05 | Window: Pinning preference vs. new splits | Jaakko Keränen | |
The pinning direction affects which side links are opened by default. |