log dw.hpp @ 2890:ab4c86ddc63a

age author description
Thu, 22 Dec 2022 19:34:51 +0000 bsmith C++: Fix a logic error reported by MSVC 2022.
Thu, 22 Dec 2022 19:20:39 +0000 bsmith C++: Add some simple menu code to see if things are working.
Thu, 22 Dec 2022 18:10:43 +0000 bsmith C++: Finish up the menu classes, not sure if this is ideal yet.
Thu, 22 Dec 2022 14:51:21 +0000 bsmith C++: Split Menu and MenuBar to prevent type conflicts.
Thu, 22 Dec 2022 13:59:46 +0000 bsmith C++: Add lambda support via Connect functions on C++11, on older compilers
Tue, 20 Dec 2022 20:23:02 +0000 bsmith C++: Implement Slider, Scrollbar, SpinButton, and MLE.