Results 5 issues of sqweek

The current gtk implementation includes some code to execute gtk main loop iterations when closing a dialog, which is necessary for apps which don't otherwise use gtk so that the...

linux

The goroutine is hanging with this trace: ``` 1 @ 0x104fa9be8 0x105432b08 0x105433084 0x105432fb8 0x105432fb9 0x106faecc8 0x106faec91 0x106faec15 0x106facbc4 0x106fb1600 0x104fe09ec 0x105017a74 # 0x105432b07 github.com/sqweek/dialog/cocoa._Cfunc_alertDlg+0x47 _cgo_gotypes.go:148 # 0x105433083 github.com/sqweek/dialog/cocoa.YesNoDlg.(*AlertParams).run.func1+0x53 /Users/anacrolix/go/pkg/mod/github.com/sqweek/[email protected]/cocoa/dlg_darwin.go:28...

bug
osx

Stumbled on this repo via twitter and its purpose wasn't immediately obvious. After looking up a few things I thought I'd try and share my understanding.

I've seen it panic once when minimising a window, like so: ``` panic: runtime error: index out of range goroutine 51 [running]: github.com/AllenDang/w32.SetDIBitsToDevice(0xfffffffff4013245, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,...

I'm seeing a regular segfault on Win11. It seems to happen when edwood does not have focus and the mouse pointer passes over it, but I don't have a solid...