log

age author description
Sun, 25 Dec 2022 16:02:59 +0000 bsmith C++: Implement Timer class, a bunch of destructors and functions in App.
Sun, 25 Dec 2022 08:38:46 +0000 bsmith Solaris: Fix warning because getpid() returns a long int.
Sun, 25 Dec 2022 05:00:32 +0000 bsmith C++: MSVC does not seem to initialize the class fields...
Sun, 25 Dec 2022 00:49:17 +0000 bsmith OS/2: Fix building on OS/2 and with Watcom.
Sun, 25 Dec 2022 00:20:49 +0000 bsmith Add va_list versions of dw_debug() and dw_messagebox() for use in C++ bindings.
Sat, 24 Dec 2022 14:28:39 +0000 bsmith C++: Implement Event and Mutex classes.
Sat, 24 Dec 2022 01:43:38 +0000 bsmith C++: Implement SplitBar and Dialog classes.
Sat, 24 Dec 2022 00:52:45 +0000 bsmith C++: Add KeyPress, ButtonPress, ButtonRelease and MotionNotify signals to Render.
Fri, 23 Dec 2022 06:29:48 +0000 bsmith C++: Fix a GCC and Clang warning in that last commit.
Fri, 23 Dec 2022 04:22:44 +0000 bsmith C++: Fix missing return in DW::Tree::GetData().
Fri, 23 Dec 2022 04:13:51 +0000 bsmith C++: Divide up C++11 and Lambda support since some compilers can
Fri, 23 Dec 2022 02:56:29 +0000 bsmith Win/C++: Get some versions of MSVC correctly report the _cplusplus verison.
Fri, 23 Dec 2022 02:18:48 +0000 bsmith C++: Implement the Tree widget.
Thu, 22 Dec 2022 23:51:04 +0000 bsmith C++: Add the Container and Filesystem classes, plus the base for Tree.
Thu, 22 Dec 2022 20:14:50 +0000 bsmith C++: Fix a crash caused by passing the wrong variable to the constructor.
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 19:08:39 +0000 bsmith iOS: Allow dw_window_s/get_data() on menu items.
Thu, 22 Dec 2022 18:48:57 +0000 bsmith Mac: Oops, also need to free the userdata on dealloc().
Thu, 22 Dec 2022 18:44:47 +0000 bsmith Mac: Allow dw_window_s/get_data() on menu items.
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 14:06:03 +0000 bsmith Fix compilation on pre-C11 compilers.
Thu, 22 Dec 2022 13:59:46 +0000 bsmith C++: Add lambda support via Connect functions on C++11, on older compilers
Thu, 22 Dec 2022 13:57:38 +0000 bsmith Rename the Version file Version.mk since it is included by the Makefiles.
Tue, 20 Dec 2022 20:23:02 +0000 bsmith C++: Implement Slider, Scrollbar, SpinButton, and MLE.
Tue, 20 Dec 2022 18:06:51 +0000 bsmith C++: Add Calendar widget and fix an issue in that last commit.
Tue, 20 Dec 2022 05:50:15 +0000 bsmith C++: Implement StatusText class, reorganize Text widgets to eliminate
Tue, 20 Dec 2022 04:45:13 +0000 bsmith C++: Fix Combobox class by making the parent classes virtual.
Tue, 20 Dec 2022 01:44:15 +0000 bsmith C++: Implement Entryfield, EntryfieldPassword, Listbox and HTML widgets.