Skip to content

chore(deps): update module github.com/go-widgets/window to v0.64.0 - #8

Merged
tannevaled merged 1 commit into
mainfrom
renovate/github.com-go-widgets-window-0.x
Sep 1, 2026
Merged

chore(deps): update module github.com/go-widgets/window to v0.64.0#8
tannevaled merged 1 commit into
mainfrom
renovate/github.com-go-widgets-window-0.x

Conversation

@tannevaled

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
github.com/go-widgets/window require minor v0.59.0v0.64.0

Release Notes

go-widgets/window (github.com/go-widgets/window)

v0.64.0: — GTK input routing

Compare 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 frames

Compare 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 -window with GO_WIDGETS_GTK=1 renders natively on Linux end-to-end (Xvfb-verified). Completes native windowing on cocoa+win32+gtk, CGO=0.

v0.61.1

Compare Source

v0.61.0

Compare Source

v0.60.0

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

@tannevaled
tannevaled merged commit 690167f into main Sep 1, 2026
5 checks passed
@tannevaled
tannevaled deleted the renovate/github.com-go-widgets-window-0.x branch September 1, 2026 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant