Fyodor Sobolev
Fyodor Sobolev
Methods such as: * Gtk.FileDialog.Save * Gtk.FileDialog.Open * Gtk.FileDialog.SelectFolder * Gtk.UriLauncher.Launch * Gtk.ColorDialog.ChooseRgba are missing. Although finishing methods exist (like Gtk.FileDialog.SaveFinish etc). Gtk.FileDialog, Gtk.UriLauncher and Gtk.ColorDialog were added in GTK...
https://github.com/NickvisionApps/Denaro/discussions/348#discussioncomment-5934518 I think a label "N transactions" can be replaced with a button that will open a dialog similar to transaction dialog but only with fields that make sense for...
Closes #12 Closes #13 Closes #14 Closes #15 Closes #16 TODO: - [x] Update README - [ ] Update docs - [ ] Update the DLL in Bundled - [x]...
While creating Avalonia example, `SetupGL` was causing problems, but copy-pasting the code only changing it to use Avalonia's `gl.GetProcAddress` made things work. I will add `GetProcAddressFn` to `RenderContext` to allow...
Arbitrary data pointer is 0 anyway when using SetupGL, so it's useless.
https://gitlab.gnome.org/Teams/Circle/-/issues/169
Possible values: * Bottom -> Top (default) * Top -> Bottom * Left -> Right * Right -> Left This setting will not affect circle modes. But it will affect...
PR to track progress of implementing Circle variants for drawing modes - [x] Wave - [x] Line (removed in #38) - [ ] Levels - [ ] Particles - [...