log

age author description
Wed, 07 Aug 2019 00:25:15 +0000 bsmith Win: Added partial or full dark mode support for containers, trees and toolbars.
Tue, 06 Aug 2019 22:52:23 +0000 bsmith Mac: Removed an unnecessary retain in the macros that was causing a
Tue, 06 Aug 2019 21:44:58 +0000 bsmith Win: Continuing work on dark mode... added a full dark mode setting.
Tue, 06 Aug 2019 18:25:21 +0000 bsmith Win: Add AllowDarkModeForWindow() to _dw_box_pack() internal function so widgets packed into live (alread shown) windows also get the dark mode flag set.
Mon, 05 Aug 2019 15:38:21 +0000 bsmith Win: Change to allow dark mode for the folder browser window.
Fri, 02 Aug 2019 13:32:38 +0000 bsmith Win: Basic dark mode support functioning and enabled, the title bar and menus and file dialogs now obey the system dark mode setting for Apps.
Fri, 02 Aug 2019 00:44:52 +0000 bsmith Win: More Dark Mode work, code based on information found on github...
Thu, 01 Aug 2019 02:24:03 +0000 bsmith Mac: Add setting to Info.plist that allows insecure URLs in embedded HTML.
Wed, 31 Jul 2019 22:22:58 +0000 bsmith Mac: Another attempt at fixing the drawRect issue, the last fix resulted in
Tue, 30 Jul 2019 07:53:57 +0000 bsmith Win: First attempt at enabling Dark Mode support, mixed results... some changes.
Sun, 28 Jul 2019 23:41:53 +0000 bsmith Mac: Fixed an issue with render widgets not displaying after a drawRect
Sat, 27 Jul 2019 20:50:48 +0000 bsmith Win: Initial code to handle the new dark mode in Windows 10 build 1809.
Fri, 26 Jul 2019 23:20:54 +0000 bsmith Mac: Miscellaneous container/listox fixes. Add a single pixel to the column
Fri, 26 Jul 2019 21:54:14 +0000 bsmith Added PID to the unix domain socket name, to avoid conflicts from multiple
Fri, 26 Jul 2019 07:08:53 +0000 bsmith Win: I guess C:\Windows\Temp might not always be writable, so use getenv("TEMP") instead.
Fri, 26 Jul 2019 06:58:41 +0000 bsmith Win: Switch to using winsock 2.x, this will remove support for ancient versions of Windows like 95 and NT 3.5 and older...
Thu, 25 Jul 2019 07:51:10 +0000 bsmith Mac: Switch to using NSAttributedString with foreground color set to
Thu, 25 Jul 2019 06:55:01 +0000 bsmith Mac: Moved even/odd color code into DWContainer class since
Wed, 24 Jul 2019 20:31:55 +0000 bsmith Mac: Initial code to support Dark Mode on Mojave.
Wed, 24 Jul 2019 18:51:57 +0000 bsmith Mac: Added code to avoid unused variable/parameter warnings.
Wed, 24 Jul 2019 17:22:19 +0000 bsmith Mac: Complete refactoring of the Mac code using a handful of macros.
Fri, 12 Jul 2019 17:41:13 +0000 bsmith Mac: 10.14 doesn't like too many needsDisplays so instead we keep a list of
Fri, 12 Jul 2019 02:03:09 +0000 bsmith Mac: Added a safeCall method to DWObject to make it easier to run things on
Thu, 11 Jul 2019 21:40:33 +0000 bsmith Mac: Attempting a better WKWebKit fix, use the WK_API_ENABLED constant to determine if the API is available.
Thu, 11 Jul 2019 09:50:30 +0000 bsmith Mac: Set needsDisplay=YES after acquiring the cachedBitmapRep so it will
Thu, 11 Jul 2019 09:34:44 +0000 bsmith Mac: Pass bi to _create_gc() instead of image. Needs to be NSBitmapImageRep.
Sat, 06 Jul 2019 18:57:29 +0000 bsmith Mac: Fix mojave #ifdefs so it builds pre-mojave.
Sat, 06 Jul 2019 18:44:25 +0000 bsmith Mac: Need to retain the cached render bitmap and recreate it on resize on
Sat, 06 Jul 2019 16:17:04 +0000 bsmith Mac: Fix pre-mojave build, cached render image not available.
Sat, 06 Jul 2019 15:57:53 +0000 bsmith Mac: Massive rewrite to the drawing code in an attempt to get NSView