log

age author description
Thu, 25 Jun 2020 00:59:32 +0000 bsmith Win: Move the fallback AppID creation above _dw_edge_detect() call.
Thu, 25 Jun 2020 00:38:37 +0000 bsmith Win: That last fix wasn't tested enough. Create a subfolder with the AppID.
Thu, 25 Jun 2020 00:00:48 +0000 bsmith Win: Use GetTempPathW() to get a location for the embedded Edge (Chromium) data.
Wed, 24 Jun 2020 02:27:28 +0000 bsmith Mac: Files in the main bundle directory causes code signing to fail.
Tue, 23 Jun 2020 23:54:01 +0000 bsmith Mac: Fix warning building pre-mountain lion 10.8.
Tue, 23 Jun 2020 23:33:54 +0000 bsmith Mac: Add support for AdHoc code signing in finishup script.
Tue, 23 Jun 2020 22:48:46 +0000 bsmith Mac: Fix notification fallback code for prior to Mojave but building for Mojave or later.
Tue, 23 Jun 2020 21:36:54 +0000 bsmith GTK: Remove access() test for the image file in dw_notiication_new().
Tue, 23 Jun 2020 09:37:37 +0000 bsmith GTK: Versions of Glib prior to May 2019 don't support GFileIcon for
Tue, 23 Jun 2020 08:39:44 +0000 bsmith Mac: Fix building on Mac after the notification image changes.
Tue, 23 Jun 2020 08:13:24 +0000 bsmith GTK: Fixes for building with GTK after the notification image changes.
Tue, 23 Jun 2020 07:48:29 +0000 bsmith Change dw_notification_new() to take an image path instead of an in-memory HPIXMAP.
Mon, 22 Jun 2020 04:44:47 +0000 bsmith GTK: Fix variant warning, needed to specify parameter type on action.
Sun, 21 Jun 2020 22:04:51 +0000 bsmith GTK3: Attempt at getting clicked callbacks on notifications working.
Wed, 17 Jun 2020 16:50:24 +0000 bsmith GTK: Split installdwtest into a separate make rule and don't enable it when
Wed, 17 Jun 2020 08:43:11 +0000 bsmith GTK: Added the wrong file in that last commit.
Wed, 17 Jun 2020 08:41:18 +0000 bsmith GTK: Add dwtest to install rules and a desktop link required for
Wed, 17 Jun 2020 03:38:21 +0000 bsmith Win: Fixed the notification callback when clicking the toast.
Tue, 16 Jun 2020 05:46:22 +0000 bsmith Mac: Implemented notification click callback pre-Mojave 10.14.
Tue, 16 Jun 2020 04:45:30 +0000 bsmith Mac: Fixed the clicked callback for notifications on Mojave 10.14+ UNUserNotificationCenter.
Tue, 16 Jun 2020 02:42:01 +0000 bsmith Add dw_app_id_set() dwtest call to set application name and ID for sending notifications.
Tue, 16 Jun 2020 00:16:59 +0000 bsmith Added initial notification callback code to the test program.
Mon, 15 Jun 2020 22:05:55 +0000 bsmith Mac: Make sure DWApp is initialized before using it.
Sat, 13 Jun 2020 18:23:04 +0000 bsmith Win: Fix building with WebView2 SDK 0.9.538. More breaking changes Microsoft?
Fri, 12 Jun 2020 21:02:20 +0000 bsmith Mac: I didn't like the Xcode auto-fix... here is a better one.
Fri, 12 Jun 2020 20:55:01 +0000 bsmith Mac: Fix returning the correct value on query after Windows changes.
Fri, 12 Jun 2020 20:40:47 +0000 bsmith Added a fourth dark mode option on Windows: Disabled, Basic, Full, Forced.
Thu, 11 Jun 2020 22:21:53 +0000 bsmith Win: Test that the OS is compatible for WinToast before returning supported.
Thu, 11 Jun 2020 18:02:29 +0000 bsmith Win: The window transparency feature is enabled and disabled by the system.
Thu, 11 Jun 2020 05:08:36 +0000 bsmith Win: Need BUILD_DLL in addition to BUILD_HTML to check HTML support.
Thu, 11 Jun 2020 03:22:27 +0000 bsmith OS/2: Fix a warning in dw_notication_new(), return 0 not NULL.
Thu, 11 Jun 2020 02:32:20 +0000 bsmith Add \n newline to the dw_debug() line in dwtest for cleaner display on Unix.
Thu, 11 Jun 2020 02:26:42 +0000 bsmith Add a display of all features in dwtest using dw_debug().
Thu, 11 Jun 2020 01:30:37 +0000 bsmith Win: Due to the switch changes, need to do a return for unsupported dark mode.
Thu, 11 Jun 2020 01:27:38 +0000 bsmith Restructure feature switch so fallback return is in the default case.
Thu, 11 Jun 2020 01:11:23 +0000 bsmith Added initial implmentation of dw_feature_get/set() on all platforms.
Fri, 05 Jun 2020 16:49:31 +0000 bsmith Win: Add the required wintoast.cpp glue and undo a test change that did
Fri, 05 Jun 2020 16:27:00 +0000 bsmith Win: Initial implementation of notifications on Windows. Currently using WinToast.
Fri, 05 Jun 2020 06:00:17 +0000 bsmith Reorder configure so SOSUFFIX is only used after it is set per platform.
Wed, 03 Jun 2020 18:38:26 +0000 bsmith Mac: The UserNotifications framework version test was broken.
Wed, 03 Jun 2020 05:53:05 +0000 bsmith Win: Implement DW_HTML_STOP for Edge (Chromium) now that it is suppported.
Tue, 02 Jun 2020 18:35:53 +0000 bsmith Added window.navigator.userAgent to dwtest javascript test.
Sun, 31 May 2020 15:15:34 +0000 bsmith Win: Correctly show "IE" as HTML renderer if built with Edge support...
Sun, 31 May 2020 05:26:02 +0000 mhessling Minor build issues
Sun, 31 May 2020 05:25:18 +0000 mhessling Added htmlEngine to DWEnv
Mon, 25 May 2020 13:03:01 +0000 bsmith Win: Visual Studio 2015 sets PLATFORM=x64 in 64bit intel mode so
Mon, 25 May 2020 04:42:10 +0000 bsmith Win: Copy WebView2Loader.dll to the dll\ directory if building Edge support.
Mon, 25 May 2020 03:21:29 +0000 bsmith Win: Added support for building with Edge (Chromium) support via nmake.
Mon, 25 May 2020 03:17:57 +0000 bsmith Bump the version to 3.1 and update the readme with some of the changes
Sun, 24 May 2020 23:45:32 +0000 bsmith Mac: Second try that hopefully builds on all versions.
Sun, 24 May 2020 23:32:59 +0000 bsmith Mac: Fix building pre-mountain lion 10.8.
Thu, 21 May 2020 14:17:36 +0000 bsmith Mac: Add safety checks. Check bundleIdentifier is not nil before calling
Fri, 15 May 2020 11:25:07 +0000 bsmith Mac: Changes to actively display the notification on versions prior to Mojave 10.14.
Fri, 15 May 2020 04:54:57 +0000 bsmith Mac: Minor changes to get notification permission.
Fri, 15 May 2020 02:13:57 +0000 bsmith GTK: Add dw_app_id_set() and reconfigure based on the new code path.
Fri, 15 May 2020 01:19:55 +0000 bsmith Mac: Added dw_app_id_set() and updates to generate the APP ID automatically.
Thu, 14 May 2020 23:40:34 +0000 bsmith Win: Windows 10 requires a GUID for Toast activation, so add that to dw_app_id_set().
Thu, 14 May 2020 23:27:56 +0000 bsmith Added notification stubs for Windows and OS/2.
Thu, 14 May 2020 13:13:45 +0000 bsmith Mac: Initial notification support for the Mac.
Thu, 14 May 2020 01:52:27 +0000 bsmith Initial design for system notification support on GTK.
Mon, 27 Apr 2020 08:55:40 +0000 bsmith Win: Updated Edge (Chromium) support for WebView2 SDK 0.9.488.
Mon, 20 Apr 2020 20:24:05 +0000 bsmith Mac: Minor update to dw_environment_query(). Improve safety and remove unused code.
Mon, 20 Apr 2020 19:22:37 +0000 bsmith GTK: Update ancient unsafe code in dw_environment_query() on Unix.
Fri, 17 Apr 2020 20:45:31 +0000 bsmith GTK: Fix check for webkit when pkg-config returns a library path first.
Thu, 16 Apr 2020 13:34:36 +0000 bsmith GTK: Fix building on FreeBSD 12. Needs -lm and -lX11 added to LIBS.
Mon, 02 Mar 2020 15:25:04 +0000 bsmith Win: Update Edge (Chromium) support for the 0.9.430 WebView2 SDK release.
Fri, 03 Jan 2020 23:01:26 +0000 bsmith Win: Ming-W64 8.1 gcc complains that members are unsigned int.
Tue, 31 Dec 2019 23:35:59 +0000 bsmith Win: Fix warnings when compiling with mingw32 gcc 5.1.
Sat, 14 Dec 2019 15:08:18 +0000 bsmith GTK3: Eliminate warnings generated when calling dw_window_destroy() on
Sat, 07 Dec 2019 04:16:35 +0000 bsmith GTK3: Fix building with no webkit libraries installed at all.
Wed, 04 Dec 2019 01:22:38 +0000 bsmith Win: Fixed a couple of type warnings reported by Visual C.
Mon, 02 Dec 2019 09:06:53 +0000 bsmith Fixed swapped parameters in web_html_result in the test program.
Mon, 02 Dec 2019 09:00:28 +0000 bsmith GTK3: User and Script data parameters to HTML_RESULT handler were swapped.
Mon, 02 Dec 2019 03:49:09 +0000 bsmith Win: Edge (Chromium) HTML_RESULT returns a quoted result which needs to be removed.
Sat, 30 Nov 2019 23:07:09 +0000 bsmith GTK3: Warn that DW_SIGNAL_HTML_RESULT will not be generated when connecting
Sat, 30 Nov 2019 21:33:23 +0000 bsmith Win: Fixed HTML_RESULT returning the actual result in embedded IE.
Sat, 30 Nov 2019 13:34:01 +0000 bsmith Win: Attempt to move to Invoke(eval) from the deprecated execScript() method.
Sat, 30 Nov 2019 10:43:55 +0000 bsmith Win: Imported some changes from the dark mode example app I've been following.
Mon, 25 Nov 2019 12:17:26 +0000 bsmith Win: Fix another Edge HTML crash on exit, under certain circumstances.
Mon, 25 Nov 2019 05:01:14 +0000 bsmith Minor formatting fix from that last commit.
Mon, 25 Nov 2019 04:47:43 +0000 bsmith Win: Make HTML_RESULT event match other platforms and disable dev tools when not DEBUG.
Mon, 25 Nov 2019 03:16:45 +0000 bsmith Win: Fix Edge/Chromium HTML widgets in notebook/tabbed widgets not being visible.
Sun, 24 Nov 2019 22:42:55 +0000 bsmith Win: Fix crash on Edge HTML widget destruction.
Sun, 24 Nov 2019 21:01:46 +0000 bsmith Win: Rewrite edge.cpp using C++ classes, EdgeBrowser and EdgeWebView.
Sun, 24 Nov 2019 06:59:52 +0000 bsmith Win: Only create one environment during dw_edge_detect() ... if it fails there is no Edge.
Tue, 19 Nov 2019 04:08:30 +0000 mhessling Move saved_thread so it compiles on non-webkit2
Sun, 17 Nov 2019 06:55:05 +0000 bsmith OS/2: Last set of const changes, this time for OS/2.
Sun, 17 Nov 2019 05:35:00 +0000 bsmith Win: Hopefully finally const changes for Windows. OS/2 to go.
Sun, 17 Nov 2019 05:21:01 +0000 bsmith Mac: Continuing const changes. Hopefully last Mac commit.
Sun, 17 Nov 2019 05:16:04 +0000 bsmith GTK: More const changes... a few more commits to finish.
Sun, 17 Nov 2019 04:07:39 +0000 bsmith Mac: Const changes to match the Windows changes.
Sun, 17 Nov 2019 03:13:37 +0000 bsmith Visual C in C++ mode complains about missing const declarations in paramaters.
Sat, 16 Nov 2019 09:43:17 +0000 bsmith Win: Added callback handlers to generate the HTML_CHANGED signals using Edge (Chromium).
Fri, 15 Nov 2019 04:26:18 +0000 bsmith Mac: Put back the delayed setNeedsDisplay workaround for Mojave only.
Fri, 15 Nov 2019 03:31:17 +0000 bsmith Mac: Removed delayed setNeedsDisplay:YES to fix the incorrect dwtest file
Thu, 14 Nov 2019 12:08:54 +0000 bsmith GTK3: Fix deadlock when calling dw_messagebox() from HTML_RESULT event
Tue, 12 Nov 2019 00:26:10 +0000 bsmith Remove hardcoded "gcc" to fix building on systems without gcc.
Tue, 12 Nov 2019 00:19:09 +0000 bsmith GTK3: Fixes for building on older webkit2gtk versions.
Mon, 11 Nov 2019 22:31:43 +0000 bsmith GTK3: Rewrite dw_messagebox() to use the GTK dialog system.
Mon, 11 Nov 2019 19:12:53 +0000 bsmith Last change also allows removing Windows specific #ifdef.
Mon, 11 Nov 2019 19:10:22 +0000 bsmith Include "dwcompat.h" in the test program for the system macros.
Mon, 11 Nov 2019 18:29:23 +0000 bsmith Win: Minor fix, using wrong union member. Use the unsigned long long value.
Sat, 09 Nov 2019 07:43:04 +0000 bsmith Mac: Added cleanup to the DWWebView subclasses and userdata for dw_window_set_data() on it.
Sat, 09 Nov 2019 07:18:21 +0000 bsmith Win: Switch to using _wcsicmp() from CompareStringOrdinal() for increased compatibility.
Sat, 09 Nov 2019 06:33:08 +0000 bsmith Win: get_HWND method does not seem to be working, so use Set/GetProperty()
Fri, 08 Nov 2019 13:06:47 +0000 bsmith Mac: Implemented DW_SIGNAL_HTML_RESULT for all versions.
Fri, 08 Nov 2019 12:37:37 +0000 bsmith Win: Implemented the STARTED and COMPLETE signals for DW_SIGNAL_HTML_CHANGED for IE.
Fri, 08 Nov 2019 09:49:16 +0000 bsmith Win: Fix dw_html_javascript_run() when using embedded IE browser widget.
Fri, 08 Nov 2019 07:20:17 +0000 bsmith Win: Attempt to add event handler to capture DocumentComplete with embedded IE.
Thu, 07 Nov 2019 11:18:46 +0000 bsmith Win: First attempt at implmenting dw_html_javascript_run() for embedded IE....
Thu, 07 Nov 2019 10:12:25 +0000 bsmith Win: Added support for dw_html_javascript_run() using Edge (Chromium).
Thu, 07 Nov 2019 08:11:28 +0000 bsmith Mac: Added support on MacOS versions that only support WebView.
Thu, 07 Nov 2019 07:00:32 +0000 bsmith Mac: Added DW_SIGNAL_HTML support on Mac when using WKWebView.
Thu, 07 Nov 2019 05:26:04 +0000 bsmith Mac: Implement dw_html_javascript_run() so things build again.
Thu, 07 Nov 2019 04:49:04 +0000 bsmith GTK2: Added dw_html_javascript_run() and DW_SIGNAL_HTML_CHANGED support.
Thu, 07 Nov 2019 02:07:49 +0000 bsmith Added a number of possible javascript snippets to test.
Thu, 07 Nov 2019 01:39:52 +0000 bsmith Added controls to the test HTML widget, with a field to run javascript.
Thu, 07 Nov 2019 00:37:23 +0000 bsmith GTK: Fix html changed callbacks when using webkit1.
Wed, 06 Nov 2019 14:37:01 +0000 bsmith GTK3: Enable javascript and use webkit_web_view_execute_script() when using
Wed, 06 Nov 2019 13:09:31 +0000 bsmith GTK: Added DW_SIGNAL_HTML_CHANGED and DW_SIGNAL_HTML_RESULT.