GTKWave
GTKWave
OK, thanks for looking into it. That's really helpful. It's probably going to be a set of code like this: #ifdef GDK_WINDOWING_WAYLAND if(GDK_IS_WAYLAND_DISPLAY(gdk_display_get_default())) gtk_widget_queue_draw(GLOBALS->wavearea); #endif I don't know if there...
I'll take a look. If I see the same thing on my Fedora machine, I'll just comment them out one by one and figure out what could be causing it...
It's definitely the one in draw_marker() in wavewindow.c. If I comment it out though, the screen updates for the marker when I use a touchscreen are very choppy or non-existent...
Counting objects: 11, done. Delta compression using up to 4 threads. Compressing objects: 100% (6/6), done. Writing objects: 100% (6/6), 626 bytes | 0 bytes/s, done. Total 6 (delta 5),...
I don't know when the next release will be. It would be 3.4.0. I haven't tried using it on a daily basis so I haven't promoted it yet to a...
Thanks...yep, missed that one--sorry for the version churn, Paul. Serves me right for running on my old X11 machine. 3.3.113 for gtk3 should be up on SF's files area if...
The bug in the build script is my Mac build machine (an ancient Snow Leopard VM on a laptop) was never updated to gtk3 so I never had an option...
This is Tony here: yes, I set up the repo on here. I didn't announce it as it's experimental for now. Wilson Snyder asked if I could set up a...
Sure, please leave the issue open. Note that most users really don't contribute patches all that often, so syncing manually isn't too big a deal for me for the moment....
Almost all development has been going on at the github side with commits cloned backward over to SVN. SF SVN pretty much is left around for legacy reasons. At some...