Jared Wahlstrand
Jared Wahlstrand
Per a discussion on discourse (https://discourse.julialang.org/t/julia-causing-latency/76938) and confirmed by me, Gtk.jl is causing lags in the REPL in Windows. Setting GTK_AUTO_IDLE=false fixes it for me.
I think this is the right default for Windows. The lag caused by `using Gtk` on Windows is very frustrating. See https://github.com/timholy/ProfileView.jl/issues/205
In the README, it says you can use `imshow()` if you want to choose an image file using a file dialog. I'm seeing this error when I select a file:...
This is ready to try now.
I think `Ref` is the recommended way to use output arguments: https://docs.julialang.org/en/v1/base/c/#Base.pointer ~~Might be a fix for #363~~ Never mind, I was able to check this locally and it doesn't...
``` using Gtk4 c = GtkColorButton() c.rgba ``` produces: ``` ERROR: MethodError: no constructors have been defined for Gtk4.GLib.GBoxed Stacktrace: [1] convert(::Type{Gtk4.GLib.GBoxed}, unbox::Ptr{Gtk4.GLib.GBoxed}, owns::Bool) @ Gtk4.GLib ~/Sync/Gtk4.jl/src/GLib/gtype.jl:119 [2] convert(::Type{Gtk4.GLib.GBoxed}, unbox::Ptr{Gtk4.GLib.GBoxed})...
On Windows, when GtkObservables and ImageView are being precompiled I notice a debilitating amount of keyboard lag on all other software (specifically noticed in browsers, MS Word, and Outlook). It...
The struct `_GtkTextIter` is not opaque, but users of this package are never going to want to modify its fields, which are literally all named "dummy". It makes way more...
In the newer versions of GTK v4, new dialogs were introduced and the old ones were deprecated, including `GtkDialog` and `GtkMessageDialog`. There isn't much difference in user-facing behavior, but since...
Currently the generation scripts are being run on my computer with GObject introspection installed as part of the distribution, and the introspection is being done on the distribution's versions of...