log

age author description
Wed, 14 Oct 2020 01:06:21 +0000 bsmith Mac: Copy text alignment from the table column to the cell's text field.
Tue, 13 Oct 2020 07:51:24 +0000 bsmith Mac: First attempt to get optimize and auto-box-sizing working with NSView
Tue, 13 Oct 2020 07:24:07 +0000 bsmith Mac: Enable vertical centering on the NSTextField in the NSTableCellView.
Tue, 13 Oct 2020 05:58:09 +0000 bsmith Mac: Simplify the code to return NSTableCellView since we aren't using the
Tue, 13 Oct 2020 01:51:40 +0000 bsmith Mac: Enable autoresizing on the NSTableCellViews and code cleanup.
Tue, 13 Oct 2020 00:03:45 +0000 bsmith Mac: Transitioned DWTree to using NSTableCellView as well.
Mon, 12 Oct 2020 22:55:37 +0000 bsmith Mac: Switch to using NSTableCellView to store the data directly.
Mon, 12 Oct 2020 09:17:14 +0000 bsmith Mac: Fixes for display using NSView based NSTableView.
Mon, 12 Oct 2020 01:15:26 +0000 bsmith Mac: Seems like we need to create the NSImageView and NSTextField separately
Sun, 11 Oct 2020 21:43:41 +0000 bsmith Mac: Implemented the required delegate selectors so NSView is now active.
Sun, 11 Oct 2020 09:51:45 +0000 bsmith Mac: Initial code to transition from NSCell based container/tree controls.
Tue, 06 Oct 2020 04:41:40 +0000 bsmith Win: Cleaner way to disable common function deprecation warnings.
Mon, 05 Oct 2020 00:49:20 +0000 bsmith Fix building on Windows 2000 and changes to avoid CRT warnings.
Sun, 04 Oct 2020 23:50:36 +0000 bsmith Win: Add a few more forwarders for deprecated POSIX functions.
Sun, 04 Oct 2020 21:55:29 +0000 bsmith Win: Clang/LLVM tools don't seem to accept / to specify options...
Sun, 04 Oct 2020 21:24:22 +0000 bsmith Win: Rename LIB to WLIB to prevent clobbering the library path.
Sun, 04 Oct 2020 21:09:02 +0000 bsmith Win: Add support for building with Clang/LLVM on Windows. SET CLANG=Y
Thu, 01 Oct 2020 18:01:45 +0000 bsmith Revisiting gcc versions, decided to use the official documentation for reference:
Thu, 01 Oct 2020 02:34:36 +0000 bsmith Win: Remove workaround for massive warnings using older mingw compilers.
Wed, 30 Sep 2020 22:56:59 +0000 bsmith Win: Fix some warnings reported with -W3 in Visual C.
Wed, 30 Sep 2020 19:34:17 +0000 bsmith Rewrite the Compiler detection tests for deprecation and unused.
Wed, 30 Sep 2020 05:53:45 +0000 bsmith OS2: Switch to using DW_UNUSED() instead of old hack.
Tue, 29 Sep 2020 22:54:26 +0000 bsmith Mac: Switch to using cross platform DW_UNUSED() macro.
Tue, 29 Sep 2020 22:49:04 +0000 bsmith Rename config.h(.in) to dwconfig.h and install it with dwcompat.
Tue, 29 Sep 2020 04:06:20 +0000 bsmith GTK: Add DW_UNUSED() macro for defining variables that may be unused.
Mon, 28 Sep 2020 20:27:11 +0000 bsmith GTK3: Fix deprecation warning by switching to gtk_show_uri_on_window() in 3.22.
Sun, 27 Sep 2020 22:32:31 +0000 bsmith Update the readme to reflect macOS 11.0 Big Sur support.
Tue, 22 Sep 2020 04:19:01 +0000 bsmith Mac: Fix some version checks that only used the minor version.
Fri, 18 Sep 2020 08:13:31 +0000 bsmith Win: Fix a minor logic problem in the dark mode code, identified by the Visua C IDE.
Fri, 18 Sep 2020 00:21:30 +0000 bsmith Win: Fix CreateCoreWebView2EnvironmentWithOption() failure with no CoInitializeEx().
Wed, 16 Sep 2020 10:33:19 +0000 bsmith Mac: Fix a problem with the selector specification and a CGContext 0x0
Wed, 16 Sep 2020 10:19:58 +0000 bsmith Mac: Additional dw_exec() code to locate the full path to application URLs.
Fri, 11 Sep 2020 02:56:41 +0000 bsmith Mac: Start the move to the new APIs for launching applications in dw_exec().
Thu, 10 Sep 2020 23:58:33 +0000 bsmith Mac: Remove the old notification center when building for Big Sur 11.0.
Thu, 10 Sep 2020 20:18:43 +0000 bsmith Mac: Fix deprecation warnings about constants in Big Sur 11.0.
Fri, 24 Jul 2020 19:27:31 +0000 bsmith Mac: Beta 2 of Xcode 12 has 10_16 defined but max allowed is 10_15.
Sat, 18 Jul 2020 19:34:04 +0000 bsmith Win: Fix building with Visual Studio 2005 on Windows 2000.
Fri, 17 Jul 2020 02:55:38 +0000 bsmith Win: Don't set the menuinfo on the menubar when operating in popup (dark) mode.
Fri, 17 Jul 2020 02:28:59 +0000 bsmith Win: Fix compilation problems on XP with Visual C 2010.
Fri, 17 Jul 2020 01:30:13 +0000 bsmith Win: Fix missing menubar on Vista through 8.1 with full dark mode enabled.
Fri, 17 Jul 2020 00:16:36 +0000 bsmith Win: Fix titlebar rendering with full dark mode enabled, but in light mode.
Thu, 16 Jul 2020 21:36:44 +0000 bsmith Win: Post a WM_SIZE after WM_ACTIVATE when in full dark mode so the window
Thu, 16 Jul 2020 20:47:15 +0000 bsmith Win: Fix a problem where full dark mode was functioning as forced.
Sun, 12 Jul 2020 22:18:36 +0000 bsmith Win: Import and use some undocumented APIs to get the titlebar text color.
Thu, 09 Jul 2020 10:16:54 +0000 bsmith Win: A few minor fixes to that last commit.
Thu, 09 Jul 2020 09:27:05 +0000 bsmith Win: Add function for drawing titlebar text while in dark mode...
Thu, 09 Jul 2020 05:18:47 +0000 bsmith Win: Added a function to create the MARGINS struct from RECT...
Thu, 09 Jul 2020 01:33:12 +0000 bsmith Win: Changes to allow composition to be the default on supported versions of Windows.
Wed, 08 Jul 2020 22:24:33 +0000 bsmith Win: Code cleanup, create internal helper functions _dw_window_get_cinfo() and
Tue, 07 Jul 2020 23:14:12 +0000 bsmith Win: Changes to allow drawing in the titlebar so we can add a button there
Sat, 04 Jul 2020 20:47:27 +0000 bsmith GTK: Fix warnings on OpenSolaris using the new macros.
Sat, 04 Jul 2020 17:51:46 +0000 bsmith Added DW_POINTER_TO_(U)LONGLONG and DW_(U)LONGLONG_TO_POINTER macros.
Tue, 30 Jun 2020 20:10:23 +0000 bsmith Mac: Changes for supporting Big Sur. These changes don't actually work.
Tue, 30 Jun 2020 19:17:41 +0000 bsmith Mac: Add --with-sdk option to configure to specify an alternate MacOS SDK location.
Tue, 30 Jun 2020 18:26:01 +0000 bsmith Mac: Add configure support for the new Apple ARM64 architecture by adding
Tue, 30 Jun 2020 17:47:07 +0000 bsmith Mac: Switch to using -weak_framework UserNotifications so binaries will work
Sun, 28 Jun 2020 20:34:25 +0000 bsmith Code cleanup: Add constants to header for dark mode, buffer sizes and Unicode support.
Sun, 28 Jun 2020 05:39:08 +0000 bsmith Win: Switch to using _snprintf() for compatibility with old versions of Visual C.
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.