Finn Rayment
Finn Rayment
I've been able to get headphones to work on boot with some naive function calling. The implementation isn't great and sometimes will give `cs_8409_read_status_and_clear_interrupt - ERROR - max count exceeded`....
When sound is played from more than one source at once (such as music and a system sound together), a very loud popping sound is emitted on the MacBookPro13,1. (Ubuntu...
This is an **improvement**. ### Proposed solution Currently the hero layout with `is-fullheight-with-navbar` fails to account for `is-spaced` navbars resulting in an extra space at the bottom of the page....
**Issue:** Using the provided instructions on the MXE website, installing the required alpine packages and then trying to build `qtbase` causes an error because `7za` is not an installed command....
This PR adds to the patch file `src/qttools-1-fixes.patch` with an extra patch which removes the file `src/assistant/help/Qt5HelpConfigExtras.cmake.in` from `qttools` as it is blocking CMake builds which rely on the `Qt5::Help`...
**Update:** Can confirm same problem when using `x86_64-w64-mingw32.shared`. I have successfully built `qtbase` and `qttools`, and then `qt5` after noticing the error on a brand-new Ubuntu 22.04.1 LTS virtual machine...
I've added the ability to explicitly control propagation of data in `DataFlowGraphModel` through the use of a new virtual function `canPropagate(ConnectionId)`, and another function `propagate(NodeId)` to request a propagation without...
When using the left mouse button to drag the graph after previously holding shift to perform a box select, the shift depress is not detected and the mouse remains in...
When the context menu is used to filter nodes, no results are shown despite partial or complete matches.  **Steps to reproduce:** 1. Create an application with at least one...
### Version/Branch of Dear ImGui: Version 1.90.5, Branch: docking ### Back-ends: imgui_impl_sdl2.cpp + imgui_impl_opengl3.cpp ### Compiler, OS: MinGW 11.0 w64 (bundled with CLion) ### Full config/build information: ``` Dear ImGui...