Hermann
Hermann
This is done in xmenu_private.cpp line 139 in function `void _configure_menu(Widget_t *parent, Widget_t *menu, int elem, bool above)` https://github.com/brummer10/guitarix/blob/master/trunk/src/LV2/xputty/widgets/xmenu_private.cpp#L139 important been that the calls to the following functions been implemented:...
Yes, sure. Could you upload your state to your fork, I'll have a look at the main loop for macos to see what goes on.
Nice. Maybe you should add some printouts to the `_configure_menu()` function to check the values calculated there. https://github.com/proboofficial/guitarix/blob/master/trunk/src/LV2/xputty/widgets/xmenu_private.cpp#L139 In special, check x1, y1 (they give the position for the popup...
A pointer to the popup window is in any case in main->childlist and a direct pointer to the Widget_t struct from the popup Window is `main->hold_grab`. Only one widget could...
Fluida supports drag and drop, so you could use any file browser you want and just drop the file into fluida. The internal file browser use single click because I'm...
> regarding the black screen, I suspect this might be a redraw issue, with some areas not being repainted correctly (or rather, the request for repainting not taking into account...
So I found a solution. https://github.com/brummer10/StompTuner/blob/main/pugl.patch This patch does basically what is shown in the link above. It create a cairo_image_surface on puglWinCairoEnter and provide the cairo_t* pointer for it...
Hi @yurivict That looks to me like a error with the job settings. I'm pretty sure that, when you run plain qmake on your local box from the top directory...
Mamba use pkg-config to fetch the include paths. So, no matter were a library is installed, when the system is setup correctly, mamba will find them. Mamba use the `CXXFLAGS`...