log dwtestoo.cpp @ 2960:1dabe9c6c67b

age author description
Thu, 16 Feb 2023 12:04:52 +0000 bsmith C++: Step 2 of the std::string transition.
Fri, 06 Jan 2023 19:55:55 +0000 bsmith Win: Reenable -DAEROGLASS support, it was accidentally removed while testing on Win2k.
Fri, 06 Jan 2023 09:33:59 +0000 bsmith Win: Fix building dwtestoo with MinGW32/64. Need to use __cdecl in C++ mode.
Wed, 04 Jan 2023 09:45:49 +0000 bsmith OS/2: Fix build error due to missing API, also fix buffer size warning.
Sun, 01 Jan 2023 06:21:00 +0000 bsmith C++: Fix the popup menu code, was putting items on the wrong menu.
Sun, 01 Jan 2023 01:14:55 +0000 bsmith C++: ListBox and ComboBoxes need to call Setup() to configure the handlers.
Sun, 01 Jan 2023 00:23:39 +0000 bsmith C++: Another couple fixes, context menus and PackAtIndex that got lost during porting.