Dov Grobgeld
Dov Grobgeld
@rfuest I just tested your latest changes, and there was one small issue that I had to change. Apparently meson failes to do variable substitution if the variable is proceeded...
@rfuest I just rebased on master and then encountered several compilation errors in the windows cross compilation. I solved these quite by brute force, and would appreciate your help in...
Thanks. I tested compilation, installation, and running under Windows, and it works fine for me.
> Does running `gtkwave --help` work on windows? I haven't had time to reboot into windows and under Wine GTKWave doesn't have any console output. No, it shows nothing. If...
I'm having a problem with the some of the icons as well, including the application icon (which I have never been able to get to work reliably on Windows) as...
Ok, I won't create a PR for now. But for the record, the branch that did the above rendering is here: https://github.com/dov/gtkwave/tree/DrawWithDouble
Thanks. That is certainly not something that I would have guessed. I wonder why it is needed. I'll probably turn it on by default in the installer for my coworkers.
In light of @gtkwave's answer I will create a pull request that changes the default of `vcd_preserve_glitches_real` and `vcd_preserve_glitches` to true.
I failed installing this package with poppler 25 on fedora 42 due to this issue. Applying it fixed the problem. Thanks! But why isn't the PR merged? Is python-poppler maintained?
I tried looking at this myself, but I need some guidance: - As far as I understand in Vulkan Scene Graph (vsg) the infrastructure already creates a CommandBuffer that you...