chore(deps): update module github.com/go-widgets/window to v0.64.0 - #8
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.59.0→v0.64.0Release Notes
go-widgets/window (github.com/go-widgets/window)
v0.64.0: — GTK input routingCompare Source
The GTK4-hosted Linux backend now routes pointer and key input to the Surface: clicks, scrolls and keystrokes reach the drawn regions (native controls still get theirs from GTK first). So the reader is fully navigable on Linux — proven end-to-end under Xvfb (a click on Settings opens the Settings view). Needs go-gtk/gtk4 v0.3.0.
v0.63.0: — GTK presents on demand (Repainter)Compare Source
The GTK4-hosted backend now implements
window.Repainter: it presents only when a repaint was requested (via the application's NeedsPresent-gated loop), not on every frame-clock tick. Measured with the reader under Xvfb, idle presents fall from ~100% of ticks to ~7% — a ~15× cut in idle texture uploads — matching the Cocoa backend's on-demand policy. UI unchanged.v0.62.0: — native GTK4 window presents framesCompare Source
The GTK4-hosted Linux backend now actually shows pixels: sizes the GtkPicture in its GtkFixed (a content-less picture requested 0×0 and was invisible) and presents every frame from the GdkFrameClock via go-gtk v0.2.4's AddTickCallback (was a single pre-map present).
newsreader -windowwith GO_WIDGETS_GTK=1 renders natively on Linux end-to-end (Xvfb-verified). Completes native windowing on cocoa+win32+gtk, CGO=0.v0.61.1Compare Source
v0.61.0Compare Source
v0.60.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate CLI.