log

age author description
Tue, 13 Jun 2023 23:49:44 +0000 bsmith Mac: Code cleanup; Editor was using tabs instead of spaces.
Tue, 13 Jun 2023 22:56:17 +0000 bsmith Mac: Add MacOS 14 Sonoma support... very few changes.
Wed, 17 May 2023 05:49:25 +0000 bsmith GTK4: Here we go down this rabbit hole again. GTK 4.10 is deprecating tons of
Thu, 04 May 2023 02:50:45 +0000 bsmith GTK2/3/4: Implement DW_FEATURE_RENDER_SAFE. GTK2: Disabled by default.
Thu, 04 May 2023 00:49:05 +0000 bsmith OS/2: Fix a variable name.
Thu, 04 May 2023 00:39:33 +0000 bsmith Win/OS2: Implement DW_FEATURE_RENDER_SAFE. Defaults to disabled.
Wed, 03 May 2023 23:29:17 +0000 bsmith Mac/iOS: Implement DW_FEATURE_RENDER_SAFE. iOS always operates in safe
Tue, 02 May 2023 11:37:48 +0000 bsmith Android: Add DW_FEATURE_RENDER_SAFE, initially just for Android.
Fri, 14 Apr 2023 02:53:00 +0000 bsmith Bump up the internal version to 3.4 and update the readme.
Tue, 04 Apr 2023 12:05:14 +0000 bsmith Mac/iOS: Fix exported API function definitions reported by Xcode.
Tue, 04 Apr 2023 08:13:03 +0000 bsmith GTK3: Fix deprecation warnings in WebKit2GTK 2.40 by switching to new
Tue, 04 Apr 2023 07:06:20 +0000 bsmith GTK3: Fix compiling with pre-2.22 WebKit2GTK.
Tue, 04 Apr 2023 01:08:14 +0000 bsmith Check DW_FEATURE_HTML_MESSAGE to decide if the raw html widget
Mon, 03 Apr 2023 09:16:58 +0000 bsmith Win: Automatically disable AEROGLASS support on unsupported Visual C.
Tue, 28 Mar 2023 02:51:34 +0000 bsmith GTK3: Fix building without WebKit2GTK development installed.
Mon, 27 Mar 2023 08:46:23 +0000 bsmith Android: Fixed a big in dw_window_get_text() introduced at some point.
Mon, 27 Mar 2023 04:59:32 +0000 bsmith Android: Implement the DW_FEATURE_HTML_MESSAGE feature tests.
Mon, 27 Mar 2023 04:34:29 +0000 bsmith Android: Fix DW_SIGNAL_HTML_MESSAGE, there were 3 problems in the last commit.
Mon, 27 Mar 2023 00:40:17 +0000 bsmith Android: Support for dw_html_javascript_add() and DW_SIGNAL_HTML_MESSAGE.
Sun, 26 Mar 2023 22:10:10 +0000 bsmith Win: Support for dw_html_javascript_add() and DW_SIGNAL_HTML_MESSAGE.
Sat, 25 Mar 2023 20:10:05 +0000 bsmith GTK3/4: Add feature support for DW_FEATURE_HTML_MESSAGE.
Sat, 25 Mar 2023 01:49:52 +0000 bsmith GTK3: Support for dw_html_javascript_add() and DW_SIGNAL_HTML_MESSAGE.
Fri, 24 Mar 2023 23:04:39 +0000 bsmith GTK4: Support for dw_html_javascript_add() and DW_SIGNAL_HTML_MESSAGE.
Fri, 24 Mar 2023 17:35:53 +0000 bsmith OS/2: Fix copy and paste error with Watcome linker.
Fri, 24 Mar 2023 17:28:21 +0000 bsmith OS2/GTK2/Template: Add empty dw_html_javascript_add() functions.
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.