~beikege


#555 Overhaul of package app 1 year, 30 days ago

Comment by ~beikege on ~eliasnaur/gio

~eliasnaur Thank you

#555 Overhaul of package app 1 year, 30 days 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, 1 month 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, 1 month ago

Comment by ~beikege on ~eliasnaur/gio

Thanks, works perfectly.

#550 Overhaul of event routing 1 year, 1 month 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, 1 month 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, 1 month 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, 1 month ago

on ~eliasnaur/gio

~beikege: another good catch, thank you.

~egonelbre: thanks, fixed.

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

#550 Overhaul of event routing 1 year, 1 month ago

Comment by ~beikege on ~eliasnaur/gio

~eliasnaur

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

go get gioui.org@cf3e0c744246b4ae

Android Scrolling the list causes infinite frame refreshes.

Use adb logcat to view logs.


go get gioui.org@86fe42a4372c215b

Works perfectly, thank you.

#550 Overhaul of event routing 1 year, 1 month ago

Comment by ~beikege on ~eliasnaur/gio

go get gioui.org@cf3e0c744246b4ae

Works perfectly, thank you.