William Baker
William Baker
Custom fonts and button Icons, fixed a few Windows issues, fixed focus issues within the same widget
Theme.cpp Modified themes to import fonts from a file rather than a resource, and tied font references in widgets to the theme rather than to sans-bold. Widget.cpp: Un-focus widgets when...
Currently, the mouse button event ignores the focus of children even if the cursor was clicked off them! I propose the following new mouse button event for the widget class:...
Think there is an issue with the Win32 implementation in `common.cpp loadImageDirectory` `WIN32_FIND_DATA` is used firstly `FindFirstFileA` expects `LPWIN32_FIND_DATAA` not `*WIN32_FIND_DATA`. I just forced a conversion to fix. Also, thanks...
Was just investigating changing the font for my application and maybe embedding button icons within this font but the Widget method `Widget::setFont` listed in the docs but is inaccessible? https://fake-nanogui.readthedocs.io/en/custom_fonts/usage.html#how-fonts-are-used...
Occurs when running ./bootstrap-orbit.sh on a clean install of Linux with all dependencies as far as I can tell, CMake 3.16.3 (CMake 3.16.3 seems unavailable), OpenSSL 1.1.1f, QT5, Mesa... ```...