log

age author description
Mon, 14 Dec 2020 13:14:27 +0000 bsmith Win: Add IS_WIN8PLUS macro and disable DW_FCF_COMPOSITION for Windows 8 and higher.
Sun, 13 Dec 2020 13:09:23 +0000 bsmith Check for DW_DARK_MODE environment variable to enable full dark mode.
Sat, 12 Dec 2020 14:18:46 +0000 bsmith Win: Use a zeroed out MARGINS struct when not using a "composited" or dark mode title bar Window.
Wed, 09 Dec 2020 04:35:40 +0000 bsmith GTK: _dw_app_id[] is not used with glib prior to 2.28 so move it into #ifdef
Mon, 07 Dec 2020 20:01:03 +0000 bsmith Increase _DW_ENV_STRING_SIZE to 257 bytes, this is the maximum size the
Sat, 05 Dec 2020 00:34:25 +0000 bsmith GTK: Fix building with glib versions 2.40 to 2.51.
Fri, 04 Dec 2020 23:56:11 +0000 bsmith GTK3: Fixes for building prior on GTK 3.20 and earlier.
Tue, 01 Dec 2020 18:31:25 +0000 bsmith Updated the readme with the recent changes on GTK and Mac.
Mon, 30 Nov 2020 23:11:08 +0000 bsmith Mac: Attempt to restore the Container/Listbox focus rings. This used to work
Sun, 29 Nov 2020 08:31:47 +0000 bsmith GTK: Changes to include both dw_(int_)init() functions with deprecated.
Sun, 29 Nov 2020 05:29:11 +0000 bsmith GTK: Added GTK2 support for GResource embedded images.
Sun, 29 Nov 2020 04:17:58 +0000 bsmith GTK: DW_INCLUDE_DEPRECATED should bring in DW_INCLUDE_DEPRECATED_RESOURCES.
Sat, 28 Nov 2020 23:47:30 +0000 bsmith GTK3: Switch to using GResource for compiled in image resources.
Tue, 27 Oct 2020 00:52:13 +0000 bsmith GTK: Same change from tmpnam() to mkstemp() for GTK2 plus extra safety
Tue, 27 Oct 2020 00:15:46 +0000 bsmith GTK3: Linux complains about tmpnam() so switch to mkstemp().
Mon, 26 Oct 2020 23:05:20 +0000 bsmith GTK: Increase number buffers to 25 bytes to make sure they can store an
Mon, 26 Oct 2020 00:58:44 +0000 bsmith GTK2: Same GLib warning elimination for GTK2.
Mon, 26 Oct 2020 00:38:54 +0000 bsmith GTK3: Eliminate GLib warning due to missing 'activate' signal.
Sun, 25 Oct 2020 22:20:44 +0000 bsmith Mac: Fix CGContext 0x0 warnings by checking the CGContext is valid first.
Sun, 25 Oct 2020 21:42:41 +0000 bsmith Mac: Workaround infinite loop in spinbutton control in Snow Leopard (10.6).
Thu, 22 Oct 2020 21:15:58 +0000 bsmith Win: Changes to support static linking of the WebView2 loader.
Mon, 19 Oct 2020 20:51:31 +0000 bsmith Mac: Don't reload the whole NSOutlineView after a change, to prevent selection
Thu, 15 Oct 2020 18:14:32 +0000 bsmith Mac: Same foreground/text color change for the tree widge.
Thu, 15 Oct 2020 18:01:15 +0000 bsmith Mac: Copy text color to the NSTabelCellView's text field from the container.
Thu, 15 Oct 2020 04:45:11 +0000 bsmith Mac: Fix overlooked change in the NSCell code.
Thu, 15 Oct 2020 04:39:18 +0000 bsmith Mac: Missed updating dw_filesystem_set_file() in that last commit.
Thu, 15 Oct 2020 03:38:23 +0000 bsmith Mac: Change the listbox functions to use NSTableCellView.
Thu, 15 Oct 2020 00:23:56 +0000 bsmith Mac: Push the NSView changes back to Lion 10.7 and fix building on Lion.
Wed, 14 Oct 2020 23:44:25 +0000 bsmith Mac: Attempt to fix cell clipping/visibility issues by fully enabling
Wed, 14 Oct 2020 04:13:58 +0000 bsmith Mac: Added configure option --with-arch=modern that builds 64bit Intel and ARM.
Wed, 14 Oct 2020 03:27:02 +0000 bsmith Mac: Add DW_USE_NSVIEW define for enabling NSView based controls. This
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.