log

age author description
Fri, 24 Mar 2023 17:15:59 +0000 bsmith iOS: Support for dw_html_javascript_add() and DW_SIGNAL_HTML_MESSAGE.
Fri, 24 Mar 2023 11:39:24 +0000 bsmith Mac: Initial support for dw_html_javascript_add() and DW_SIGNAL_HTML_MESSAGE
Tue, 21 Mar 2023 00:41:25 +0000 bsmith Mac: Fix compiling with Xcode 8.2.1, needed #include <stdlib.h> and
Mon, 20 Mar 2023 23:30:01 +0000 bsmith C++: Don't bother with lambdas unless using GCC5.
Mon, 20 Mar 2023 23:04:15 +0000 bsmith Remove -std=c++11 from CXXFLAGS; CXX should have it if needed.
Mon, 20 Mar 2023 22:49:06 +0000 bsmith Update the configure scripts with the latest autotools.
Sun, 19 Mar 2023 18:30:30 +0000 bsmith Mac: Second attempt to fix codesign --deep.
Sun, 19 Mar 2023 18:09:20 +0000 bsmith Mac: Initial attempt to fix failures due to missing codesign --deep.
Tue, 14 Mar 2023 21:04:11 +0000 bsmith Mac: Followup the CODESIGN changes, missed a couple variable name changes.
Sun, 12 Mar 2023 22:34:00 +0000 bsmith Add MacOS signing support with environment variable: CODESIGNIDENTITY.
Fri, 03 Mar 2023 21:27:45 +0000 bsmith Android: Fix building with latest Android studio by checking for permission
Sun, 26 Feb 2023 17:48:08 +0000 bsmith C++: Step 6 of the std::string transition.
Sat, 25 Feb 2023 22:24:18 +0000 bsmith C++: Step 5 of the std::string transition. Hopefully the last step.
Sat, 25 Feb 2023 04:25:21 +0000 bsmith C++: Step 4 of the std::string transition.
Thu, 23 Feb 2023 15:24:36 +0000 bsmith C++: Step 3 of the std::string transition.
Thu, 16 Feb 2023 12:04:52 +0000 bsmith C++: Step 2 of the std::string transition.
Tue, 14 Feb 2023 12:42:11 +0000 bsmith C++: Step 1 of the std::string transition.
Wed, 11 Jan 2023 10:21:57 +0000 bsmith Win/C++: Get dwtestoo building with MinGW32 on Windows 2000.
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.
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.