summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-10SidebarWidget: Action button fontsJaakko Keränen
2021-04-10Mobile: Incorrect menu item labelsJaakko Keränen
2021-04-10Touch: Improved hover behaviorJaakko Keränen
Scrolling must prevent the hover state from being updated both in documents and lists.
2021-04-10Feeds: All/Unread view mode selectionJaakko Keränen
This is a bit too simple, but allows seeing the unread entries only. The unread counter needs some reworking: should it show all unread or unread in the "All" list (latest 100 entries)?
2021-04-10Identities: New/Import buttons below listJaakko Keränen
2021-04-10GmDocument: Very narrow layoutJaakko Keränen
The right margin is collapsed if the layout is very narrow, for example a zoomed phone.
2021-04-10Touch: Notify widget when tap is about to beginJaakko Keränen
Notify when hover state should be updated again after scrolling.
2021-04-10Mobile: Close menus when toolbar hiddenJaakko Keränen
2021-04-10DocumentWidget: No hover while scrolling on mobileJaakko Keränen
2021-04-10DocumentWidget: Pinch zoom tuningJaakko Keränen
The snap didn't quite work. It would be easier to do with relative pinch motion events, but hardly essential.
2021-04-10DocumentWidget: Pinch zoom vs. hoverJaakko Keränen
Don't update hover while zooming.
2021-04-10Mobile: Retain window placement is only for desktopJaakko Keränen
2021-04-10Mobile: Zooming using pinch gesturesJaakko Keränen
2021-04-10Touch: Multitouch pinch eventsJaakko Keränen
2021-04-10Touch: Hover behavior improvementsJaakko Keränen
Don't show hover on links and lists when no finger is actively touching.
2021-04-10Mobile: Hide shortcut keysJaakko Keränen
On iPad, the platform convention is to show these in a popup anyway.
2021-04-10Touch: Multitouch scrollingJaakko Keränen
Each finger is emitting scroll events at their own position, enabling scrolling multiple widgets at the same time.
2021-04-10iOS: Bumped version to 9Jaakko Keränen
2021-04-10Mobile: Freeze UI draws when app hiddenJaakko Keränen
Maybe a workaround for the squished view issue?
2021-04-10Fixed opening drag-and-dropped Gopher linksJaakko Keränen
2021-04-10Merge pull request 'Haiku: fix default data dir' (#2) from ↵Jaakko Keränen
sikmir/lagrange:haiku into dev Reviewed-on: https://codeberg.org/skyjake/lagrange/pulls/2
2021-04-09Haiku: fix default data dirNikolay Korotkiy
2021-04-09iOS: Bumped version to 8Jaakko Keränen
2021-04-09Mobile: Adjusting phone layout of PreferencesJaakko Keränen
2021-04-09Mobile: Fixed dialog field misalignmentsJaakko Keränen
2021-04-09Mobile: Wrong menu item labelJaakko Keränen
2021-04-09DocumentWidget: Slightly longer alt text hover delayJaakko Keränen
2021-04-09Feeds: "Add bookmark..." does nothingJaakko Keränen
2021-04-09Updated the_FoundationJaakko Keränen
2021-04-08Updated release notesJaakko Keränen
2021-04-08App: Default CA cert setupJaakko Keränen
In case prefs.cfg doesn't set CA file/path, we'll still need to initialize the CA cert store for later use.
2021-04-08Mobile: Sidebar on orientation change; paddingJaakko Keränen
Sidebar is hidden on orientation changes. Added a bottom padding to account for the overlapped toolbar.
2021-04-08Mobile: Adjusted toolbar show/hide behaviorJaakko Keränen
2021-04-08Mobile: Fixed preference panelsJaakko Keränen
Must disable the hidden panels.
2021-04-08Updated the_FoundationJaakko Keränen
Socket should try to connect to all known addresses, both IPv4 and IPv6, before giving up. IssueID #202 IssueID #43
2021-04-08Update keybindings list when language changesJaakko Keränen
2021-04-07Window: Only draw widgets after window exposedJaakko Keränen
No point in wasting time drawing anything before the window is actually visible. Should test this is different platforms, though...
2021-04-07Updated the_FoundationJaakko Keränen
2021-04-07Updated the_FoundationJaakko Keränen
2021-04-07GmDocument: Trimming link labels with custom EmojiJaakko Keränen
Variation selectors should be skipped as well.
2021-04-07Text: Promoted codepoint type detection to the_FoundationJaakko Keränen
2021-04-07Windows: Don't set a maximum size for the windowJaakko Keränen
The maximum size was introduced to avoid the window being too large at launch, but this doesn't work if the window is moved to different monitor. IssueID #199
2021-04-07macOS: No display scaling, only pixel ratioJaakko Keränen
IssueID #239
2021-04-07SidebarWidget: Store width as resolution independent unitsJaakko Keränen
DPI and pixel ratio changes should not radically change width of the sidebar. IssueID #239
2021-04-07Window: Adjusted minimum display scalingJaakko Keränen
2021-04-07Window: Pixel ratio and display scalingJaakko Keränen
IssueID #239
2021-04-05Mobile: Fixing the build post-1.3Jaakko Keränen
2021-04-05Bumped version number to 1.3.2Jaakko Keränen
2021-04-05Updated AppDataJaakko Keränen
2021-04-05Updated release notesJaakko Keränen