log

age author description
Fri, 06 Jan 2023 07:58:49 +0000 bsmith Win: Enable vsnprintf() usage with Visual C for extra safety.
Fri, 06 Jan 2023 07:05:34 +0000 bsmith Win/OS2: Include the C++ bindings header in the binary zip.
Fri, 06 Jan 2023 05:56:03 +0000 bsmith Update the zip and dist rules with the new files for 3.3.
Wed, 04 Jan 2023 10:28:20 +0000 bsmith Mac/iOS: Implement failsafe for dw_window_s/get_data() so we don't crash.
Wed, 04 Jan 2023 09:45:49 +0000 bsmith OS/2: Fix build error due to missing API, also fix buffer size warning.
Tue, 03 Jan 2023 22:23:08 +0000 bsmith Added dw_pixmap_get_width() and dw_pixmap_get_height() by request for language bindings.
Mon, 02 Jan 2023 21:41:27 +0000 bsmith Update and fix the readme, had the wrong Xcode version and other issues.
Mon, 02 Jan 2023 20:39:44 +0000 bsmith iOS: Remove autorelease from dw_vdebug() to prevent crashes.
Mon, 02 Jan 2023 13:49:59 +0000 bsmith Update copyright date, readme, license and changelog for upcoming release.
Mon, 02 Jan 2023 03:10:05 +0000 bsmith Mac/Unix: Use CXX to link dwtestoo instead of CC.
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.