Neui

Results 69 comments of Neui

> Sorry for replying so late. I already forgot about this. > Is this how those macros are supposed to be used (set by the user)? According to the linked...

> I removed appveyor and moved what it ran into github actions instead. Do you think something egor-tensin/setup-cygwin could be used? No idea, I've never used GitHub Actions, but the...

I'm ok with the export plugin (although I am a bit unsure whenever this would be easy to find...), but I'd like to at least make it available for CLI...

Nice! I looked only at some commits for now, but they seemed fine. The commit messages are the cherry on top. I'd probably not merge this for the next release...

On a related thing, it seems [PyGObject also needs some fixes](https://gitlab.gnome.org/GNOME/pygobject/-/merge_requests/175) for gtk4 TreeView. Also I don't think you can "reoder" stuff anyway currently (minus parenting and un-parenting), but looking...

I saw this, but forgot to look more closely and comment. I'm not an experienced architect or something. It's also currently midnight. ## GUI I haven't really looked into TreeView...

Not entirely sure if you want some feedback now, but: * You hide the button, but never make it `.show()` it again (at least from what I can see from...

Quick test since I remembered GTK has [basic CSS support](https://docs.gtk.org/gtk3/css-overview.html) and CSS has [animations](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Animations/Using_CSS_animations): Start with environment variable `GTK_DEBUG=interactive`, go to the CSS tab and insert: ```css @keyframes makevisible {...

The lines with "canberra-gtk-module" and "appmenu-gtk-module" is something you can ignore for now. > libGL error: MESA-LOADER: failed to retrieve device information It seems there is some kind of error...

What distribution do you use? Do you use some custom style? Try executing GTG with `GTK_DEBUG=interactive` (like `GTK_DEBUG=interactive flatpak run org.gnome.GTG` for the flatpak version, `GTK_DEBUG=interactive gtg` for a locally...