~eliasnaur

Trackers

~eliasnaur/gio

Last active 13 hours ago

#631 [Windows] Impossible to create reliable fixed size window 5 days ago

Comment by ~eliasnaur on ~eliasnaur/gio

vasijob225 referenced this ticket in commit 95354d8.

REPORTED RESOLVED FIXED

#631 [Windows] Impossible to create reliable fixed size window 8 days ago

Comment 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.

#598 Support for Date Picker 8 days ago

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.

#630 ../glib/gio/gfileinfo.c: line 1698 (g_file_info_get_name): should not be reached 12 days ago

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 INVALID

#628 accelerometer and gyroscope data, gps and heading data, motion data and magnet data 17 days ago

on ~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.

#628 accelerometer and gyroscope data, gps and heading data, motion data and magnet data 21 days ago

Comment by ~eliasnaur on ~eliasnaur/gio

https://git.sr.ht/~mil/transito

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 .

#626 ActionCenter has no effect 24 days ago

Comment by ~eliasnaur on ~eliasnaur/gio

I take it that the latest version fixes this issue?

REPORTED RESOLVED DUPLICATE

#621 [Windows] Abnormal CPU consumption after minimizing the window 24 days ago

Comment by ~eliasnaur on ~eliasnaur/gio

Elias Naur referenced this ticket in commit f200f0e.

RESOLVED FIXED RESOLVED FIXED

#621 [Windows] Abnormal CPU consumption after minimizing the window 24 days ago

Comment by ~eliasnaur on ~eliasnaur/gio

Elias Naur referenced this ticket in commit 1ae2b9b.

#621 [Windows] Abnormal CPU consumption after minimizing the window 24 days ago

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.