gio
gio copied to clipboard
Mirror of the Gio main repository (https://git.sr.ht/~eliasnaur/gio)
Export Undo/Redo functions Add History and SetHistory functions Fixes: https://todo.sr.ht/~eliasnaur/gio/438 Signed-off-by: Fabien Jansem
Now, Gio will notify when window focus changes. Signed-off-by: Inkeliz
This is my implementation of win32 platform view. To fix https://todo.sr.ht/~eliasnaur/gio/428
This was discussed on slack https://gophers.slack.com/archives/CM87SNCGM/p1658574692395529 The idea is to make the Layout method more interop with other widgets that needs other widgets as children. # Slack original message: while...
At present it is not possible without using this unintentional/unsupported "feature" of gio initially sending the full non-decorated window size in the first config event, which might "break" or is...
That patch adds a easy way to use GIF (or any other kind of images sequences). That patch adds a new function NewGIF, which is similar to NewIcon, and adds...
This adds the permission android.permission.FOREGROUND_SERVICE and adds GioForegroundService which creates the tray Notification necessary to implement the Foreground Service. The package foreground includes the method StartForeground, which on android, notifies...