Comment by ~eliasnaur on ~eliasnaur/gio
vasijob225 referenced this ticket in commit 95354d8.
REPORTED
RESOLVED FIXEDComment by ~eliasnaur on ~eliasnaur/gio
Related: https://github.com/gioui/gio/pull/143
It seems to me the maximize button should be hidden whenever MaxSize != {0,0}. Further, if MinSize == MaxSize the frame resizing should be disabled, as you suggest.
Would you like to attempt a patch? window.Configure is probably the right place to edit. It's ok if the change only works for Windows.
Comment by ~eliasnaur on ~eliasnaur/gio
~whereswaldon maintains gio-x, but I have to ask what you hope to achieve by moving the giowidgets calendar to gio-x? With Go modules, there's no difference between using gio-x vs other modules. Perhaps you want the calender to be maintained better? That's probably not going to happen unless the maintainer of giowidgets, or someone else, agree to co-maintain gio-x with Chris.
Comment by ~eliasnaur on ~eliasnaur/gio
Sorry, this is the wrong bug tracker. You're probably looking for https://docs.gtk.org/gio/
REPORTED
RESOLVED INVALIDon ~eliasnaur/gio
I'd certainly love to see packages enabling this, but I agree with ~eliasnaur that it seems unlikely to require anything Gio-specific, and as a result we should avoid locking it down into gio-specific packages.
Comment by ~eliasnaur on ~eliasnaur/gio
Very cool!
@whereswaldon can say more about the scope of gio-x, but I'm inclined to ask whether gyro etc. data should be a package outside Gio? I'm assuming you only need a context object (
app.AppContext
/app.JavaVM
) for receiving such data from the device.The advantage is that your package/module would potentially see wider use, e.g. in Fyne. This is also the idea behind https://github.com/go-text .
Comment by ~eliasnaur on ~eliasnaur/gio
I take it that the latest version fixes this issue?
REPORTED
RESOLVED DUPLICATEComment by ~eliasnaur on ~eliasnaur/gio
Elias Naur referenced this ticket in commit f200f0e.
RESOLVED FIXED
RESOLVED FIXEDComment by ~eliasnaur on ~eliasnaur/gio
Elias Naur referenced this ticket in commit 1ae2b9b.
Comment by ~eliasnaur on ~eliasnaur/gio
Turns out the problem was in both macOS and Windows. Please try the newest version and let me know if it fixes your issue.