log

age author description
Mon, 04 Jan 2021 12:33:20 +0000 bsmith Mac: Fix display of MLE after toggling word wrap on, without having to
Sun, 03 Jan 2021 23:56:22 +0000 bsmith OS/2: Add support for Delete on entryfield based widget.
Sun, 03 Jan 2021 16:32:52 +0000 bsmith OS/2: Fix the new Delete menu by using MLM_CLEAR instead of MLM_DELETE.
Sun, 03 Jan 2021 16:03:00 +0000 bsmith Win: Subclass richtext controls and port the OS/2 MLE context menu code to it.
Sun, 03 Jan 2021 04:02:47 +0000 bsmith Fix warning due to missing return in the word wrap callback.
Sun, 03 Jan 2021 03:49:20 +0000 bsmith Win: Fix dw_mle_set_word_wrap() on Windows when -DRICHEDIT is enabled for MLEs.
Mon, 28 Dec 2020 19:52:27 +0000 bsmith Update the readmes with new information and replace outdated links.
Sat, 26 Dec 2020 16:12:24 +0000 bsmith Fix template so when compiled and run it does not crash.
Sat, 26 Dec 2020 05:24:00 +0000 bsmith Added some missing APIs from the template, and changes so it builds dwtest.
Sat, 26 Dec 2020 03:42:38 +0000 bsmith Updated the platform template for the new 3.1 APIs.
Thu, 24 Dec 2020 09:42:52 +0000 bsmith Win: Add a second registry check for when running on x86.
Wed, 23 Dec 2020 23:29:17 +0000 bsmith Win: Change to using EdgeUpdate registry key instead of BLBeacon.
Wed, 23 Dec 2020 09:52:06 +0000 bsmith Win: Create an NTFS junction to Edge Stable to avoid WebView2 path blacklist.
Sat, 19 Dec 2020 00:15:49 +0000 bsmith Update Unix make rules for clean and dist taking into account 3.1 changes.
Thu, 17 Dec 2020 02:44:49 +0000 bsmith Mac: Add --with-minver option for specifying the minimum MacOS version.
Wed, 16 Dec 2020 05:59:11 +0000 bsmith Mac: Avoid warning building 32bit on some versions of MacOS.
Tue, 15 Dec 2020 08:06:54 +0000 bsmith Win: Fix building in Windows 2000, move _dw_show_margins() into AEROGLASS.
Tue, 15 Dec 2020 01:00:38 +0000 bsmith Mac: Add "classic" as an optional architecure for 10.5-10.6 era fat binaries
Mon, 14 Dec 2020 23:03:47 +0000 bsmith Updated readme and license in preparation for an early 2021 release.
Mon, 14 Dec 2020 22:43:24 +0000 bsmith Win: Fixed IS_WIN8PLUS macro so it actually works properly.
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