~beikege


#649 [Windows] The first frame has incorrect dimensions 4 days ago

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)

#649 [Windows] The first frame has incorrect dimensions 4 days ago

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)

#555 Overhaul of package app 1 year, 5 months ago

Comment by ~beikege on ~eliasnaur/gio

~eliasnaur Thank you

#555 Overhaul of package app 1 year, 5 months ago

on ~eliasnaur/gio

~beikege: this was also a bug on main. I've fixed it and rebased the app-overhaul and event-filters branches. Use go get gioui.org@e6f8fcb3b027818 to fetch the newest version.

#555 Overhaul of package app 1 year, 5 months ago

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?

#550 Overhaul of event routing 1 year, 5 months ago

Comment by ~beikege on ~eliasnaur/gio

Thanks, works perfectly.

#550 Overhaul of event routing 1 year, 5 months ago

Comment by ~beikege on ~eliasnaur/gio

~eliasnaur

go get gioui.org@7392d2ff

Unable to receive any pointer events.

https://go.dev/play/p/GweMCrv5A9x

#550 Overhaul of event routing 1 year, 5 months ago

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

#550 Overhaul of event routing 1 year, 5 months ago

Comment by ~beikege on ~eliasnaur/gio

The event exceeds the clipping area.

go get gioui.org@86fe42a4372c215b

https://go.dev/play/p/GweMCrv5A9x

#550 Overhaul of event routing 1 year, 5 months ago

on ~eliasnaur/gio

~beikege: another good catch, thank you.

~egonelbre: thanks, fixed.

go get gioui.org@7593558fe36b895b should fix both issues.