Comment by ~beikege on ~eliasnaur/gio
gioui.org v0.8.1-0.20250516145245-0225334124a7
It's working out very well, thank you.
e.Size (600,600) gtx.Constraints.Max (600,600) e.Size (600,600) gtx.Constraints.Max (600,600) e.Size (600,600) gtx.Constraints.Max (600,600) e.Size (600,600) gtx.Constraints.Max (600,600)
Ticket created by ~beikege on ~eliasnaur/gio
go1.24.2 windows11 gioui.org v0.8.0
https://go.dev/play/p/c7XDqJIcBgO
e.Size (1424,800) gtx.Constraints.Max (1424,800) e.Size (600,600) gtx.Constraints.Max (600,600) e.Size (600,600) gtx.Constraints.Max (600,600) e.Size (600,600) gtx.Constraints.Max (600,600)
Comment by ~beikege on ~eliasnaur/gio
~eliasnaur Thank you
on ~eliasnaur/gio
~beikege: this was also a bug on main. I've fixed it and rebased the
app-overhaul
andevent-filters
branches. Usego get gioui.org@e6f8fcb3b027818
to fetch the newest version.
Comment by ~beikege on ~eliasnaur/gio
windows 11 go get gioui.org@app-overhaul
https://go.dev/play/p/-v0MTsq9Rxm
Windowed -> Fullscreen
Fullscreen -> Windowed
When switching from fullscreen to windowed mode, the window size becomes maximized. Is this the intended behavior?
Comment by ~beikege on ~eliasnaur/gio
Thanks, works perfectly.
Comment by ~beikege on ~eliasnaur/gio
~eliasnaur
go get gioui.org@7392d2ff
Unable to receive any pointer events.
on ~eliasnaur/gio
~jeffwilliams: updated documentation, thanks. ~whereswaldon covers the options for refactoring channel-based events loops in his latest newsletter[0]. ~beikege: another great find, thanks (the issue was the unexpected nil pointer.Filter.Target). Fixed and added test.
Latest version:
go get gioui.org@7392d2ff
[0] https://gioui.org/news/2023-11#api-change-window-event-iteration
Comment by ~beikege on ~eliasnaur/gio
The event exceeds the clipping area.
go get gioui.org@86fe42a4372c215b
on ~eliasnaur/gio
~beikege: another good catch, thank you.
~egonelbre: thanks, fixed.
go get gioui.org@7593558fe36b895b
should fix both issues.