log

age author description
Mon, 02 Jan 2023 01:44:17 +0000 bsmith Mac: dw_messagebox() changes in that last commit didn't account for return;
Mon, 02 Jan 2023 01:36:06 +0000 bsmith Mac: Create a Info.plist template to be used by the finishup script.
Mon, 02 Jan 2023 01:32:18 +0000 bsmith Mac: Fix a double free error caused by the dw_debug() changes.
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 05:50:08 +0000 bsmith C++: Fix Container signals on GTK by moving the signal setup...
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.
Sat, 31 Dec 2022 21:42:12 +0000 bsmith C++: Eliminate remnants of C code I missed while porting to C++.
Sat, 31 Dec 2022 04:29:47 +0000 bsmith C++: Fix incorrect parameter order in Container/Tree select causing crashes.
Sat, 31 Dec 2022 03:12:38 +0000 bsmith C++: Connected the wrong signal for the HTML result, causing crashes.
Sat, 31 Dec 2022 00:59:04 +0000 bsmith C++: Fix warnings reported by clang on FreeBSD of unused capture variables.
Sat, 31 Dec 2022 00:54:00 +0000 bsmith C++: Fix a couple issues reported by GCC 6 on PPC Mac.
Sat, 31 Dec 2022 00:41:28 +0000 bsmith C++: Implement Thread class and add the last page Thread/Event.
Fri, 30 Dec 2022 22:53:19 +0000 bsmith C++: Add HTML and ScrollBox pages to dwtestoo.
Fri, 30 Dec 2022 14:35:45 +0000 bsmith C++: Add page 5 - Buttons to dwtestoo.
Fri, 30 Dec 2022 12:15:19 +0000 bsmith C++: Add Page 4 - Container to dwtestoo.
Fri, 30 Dec 2022 09:35:00 +0000 bsmith C++: Add Page 3 - Tree to dwtestoo.
Fri, 30 Dec 2022 04:15:27 +0000 bsmith C++: Visual Studio 2013 lambda support also did not work, bump to 2015.
Fri, 30 Dec 2022 03:29:35 +0000 bsmith C++: Bump the required compiler version to Visual Studio 2012.
Fri, 30 Dec 2022 01:03:18 +0000 bsmith C++: GCC before 4.7 also doesn't support final.
Thu, 29 Dec 2022 23:46:17 +0000 bsmith C++: Fix MSVC older than 2012 which does not support final keyword.
Thu, 29 Dec 2022 23:20:12 +0000 bsmith C++: Attempt to get dwtestoo working with old pre-lambda compilers.
Thu, 29 Dec 2022 21:56:58 +0000 bsmith C++: Include the old style function support even when lambdas are available.
Thu, 29 Dec 2022 10:10:48 +0000 bsmith C++: Accidentally clobbered some required code in that last commit.
Thu, 29 Dec 2022 10:06:23 +0000 bsmith C++: Implement Print class and enable the print code in dwtestoo.
Wed, 28 Dec 2022 21:13:04 +0000 bsmith C++: Fix a couple minor errors while attempting to fix Mac crash.
Wed, 28 Dec 2022 11:23:51 +0000 bsmith C++: Attempt to implement page 2 rendering...
Wed, 28 Dec 2022 11:22:55 +0000 bsmith Mac: Allows dw_window_s/get_data() on status text controls.
Wed, 28 Dec 2022 09:32:27 +0000 bsmith C++: Implement most of Page 2 (Render) except the actual rendering.
Wed, 28 Dec 2022 03:28:31 +0000 bsmith C++: Implement Notification class, and enable dwtestoo code that relied on
Wed, 28 Dec 2022 02:46:58 +0000 bsmith C++: Fix initialization and #define reused strings.
Wed, 28 Dec 2022 01:00:12 +0000 bsmith C++: Start rewriting dwtest in C++ as dwtestoo.
Tue, 27 Dec 2022 10:21:42 +0000 bsmith C++/OS2: HEV is not a pointer type on OS/2, use 0 instead.
Tue, 27 Dec 2022 09:43:53 +0000 bsmith C++: Fix a warning and implement a few features in App.
Tue, 27 Dec 2022 09:00:02 +0000 bsmith C++: MenuItem constructors need to call Setup() and Clickable::ClickedConnected may
Tue, 27 Dec 2022 01:23:09 +0000 bsmith GTK4: Fix pageid type to be unsigned long in the macros.
Tue, 27 Dec 2022 00:58:58 +0000 bsmith WARNING: Fix an API inconsistency in dw_notebook_page_destroy/set()
Tue, 27 Dec 2022 00:33:29 +0000 bsmith C++: Add Notebook class and add named event support to the Event class.
Mon, 26 Dec 2022 22:35:25 +0000 bsmith C++: Need to include string.h for strlen() on some platforms.
Sun, 25 Dec 2022 16:21:52 +0000 bsmith Minor code cleanups in the template and C++ bindings.
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.