log

age author description
Sun, 12 Mar 2023 17:04:20 -0500 Brian Smith Add MacOS signing support with environment variable: CODESIGNIDENTITY. default tip
Tue, 28 Jun 2022 04:06:05 -0500 Brian Smith Handle the removal of lib/dll directories on OS/2 and Windows....
Mon, 20 Dec 2021 18:35:26 -0600 Brian Smith Switch to using DW_SIZE_AUTO constant when packing boxes.
Thu, 25 Mar 2021 17:42:38 -0500 Brian Smith Win: Remove winmain.c, it is no longer necessary with DW 3.2.
Mon, 14 Dec 2020 19:55:57 -0600 Brian Smith Mac: Add "classic" as an optional architecure for 10.5-10.6 era fat binaries
Mon, 14 Dec 2020 17:59:25 -0600 Brian Smith Update the copyright date.
Sun, 29 Nov 2020 16:48:06 -0600 Brian Smith Fix building with BSD make by moving the resource logic into configure.
Sun, 29 Nov 2020 04:29:31 -0600 Brian Smith GTK: SWitch to using GResrouce for images on Unix.
Tue, 06 Oct 2020 17:55:20 -0500 Brian Smith Remove hardcoded gcc for platforms that don't use gcc.
Tue, 06 Oct 2020 17:22:32 -0500 Brian Smith Fix a few potential security issues revealed by gcc fortify.
Tue, 06 Oct 2020 02:01:00 -0500 Brian Smith OS2: Comment out the paths so they are pulled in via environment.
Tue, 06 Oct 2020 00:42:07 -0500 Brian Smith Win: Same changes in last commit, just for the plugin makefiles.
Mon, 05 Oct 2020 23:44:05 -0500 Brian Smith Win: Cleaner way to disable common function deprecation warnings.
Sun, 04 Oct 2020 18:57:53 -0500 Brian Smith Win: Add Clang/LLVM support for Windows.
Tue, 30 Jun 2020 23:44:35 -0500 Brian Smith Win: Use PLATFORM to detect target CPU using Visual Studio 2015.
Fri, 15 May 2020 06:58:35 -0500 Brian Smith Mac: Add bundle identifier to Info.plist to prevent startup crash
Sun, 15 Sep 2019 21:09:51 -0500 Brian Smith OS/2: Fix building with Arca Noae Package Manager tools.
Thu, 01 Aug 2019 13:28:39 -0500 Brian Smith Fixed minimal plugin build, compat.h is now dwcompat.h, use dwstat instead of stat.
Thu, 01 Aug 2019 06:12:33 -0500 Brian Smith Win: Merge windows change from remote.
Thu, 01 Aug 2019 06:11:23 -0500 Brian Smith Remove manual color overrides for the MLE, it stops the automatic dark mode color
Wed, 31 Jul 2019 21:53:46 -0500 Brian Smith Win: Changed build to pull target CPU from the Visual C build environment.
Wed, 31 Jul 2019 21:42:33 -0500 Brian Smith Mac: Add setting to Info.plist that allows insecure URLs in embedded HTML.
Thu, 13 Dec 2012 02:13:59 -0600 Brian Smith Add Mac Quit handler introduced in DW 2.5.
Fri, 24 Feb 2012 03:46:30 -0600 Brian Smith In DW 2.3 compat.h has been renamed dwcompat.h.
Tue, 17 Jan 2012 15:07:39 -0600 Brian Smith Added mac support files to allow building for the Mac.
Mon, 25 Jul 2011 23:28:08 -0500 Brian Smith Clean up a bunch of warnings reported by gcc and clang including using
Sat, 25 Jun 2011 21:15:38 -0500 Brian Smith Switched to using dw_font_set_default() instead of the old internal Mac function.
Mon, 09 May 2011 08:47:06 -0500 Brian Smith Removed DWLIBDIR and DWINCDIR from the Makefile... we use dwindows-config to
Sat, 07 May 2011 01:16:34 -0500 Brian Smith Ok... so... that #define was used to prevent errors when compiling in the resources with GTK.
Sat, 07 May 2011 01:13:05 -0500 Brian Smith Removed a strange #ifdef in dmail.h that was conflicting with the new DW_RESOURCE() macro.