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.
Sat, 07 May 2011 01:03:53 -0500 Brian Smith Switch to using the new DW_RESOURCE() macro for passing resource IDs for HICN.
Sat, 07 May 2011 00:40:21 -0500 Brian Smith Fixes for dw_event_wait() return code changes.
Sat, 07 May 2011 00:29:45 -0500 Brian Smith Fix for change in return code of dw_container/filesystem_setup().
Tue, 19 Apr 2011 03:26:36 -0500 Brian Smith Update Windows and OS/2 makefiles to set the __TARGET__.
Thu, 24 Mar 2011 00:40:33 -0500 Brian Smith Make toolbar buttons have no border on platforms that support it.
Thu, 17 Mar 2011 12:49:58 -0500 Brian Smith Added support for using XP/Vista/7 themes.
Thu, 17 Mar 2011 11:02:11 -0500 Brian Smith Added support for building Dynamic Mail 64bit and manifests.
Wed, 16 Mar 2011 11:15:09 -0500 Brian Smith Update the copyright date and set the default Dynamic Windows font on the
Tue, 15 Mar 2011 18:09:19 -0500 Brian Smith Another HICN fix.
Tue, 15 Mar 2011 18:05:25 -0500 Brian Smith Stupid merge... need to figure out how to stop these branches.
Tue, 15 Mar 2011 17:42:14 -0500 Brian Smith Switched to using HICN.
Sun, 13 Mar 2011 00:05:58 -0600 Brian Smith Use environment variables by default to find DW
Fri, 18 Feb 2011 17:06:12 -0600 Brian Smith Fixing miscommit.
Fri, 18 Feb 2011 17:05:21 -0600 Brian Smith Fixing miscommit.
Fri, 18 Feb 2011 17:00:34 -0600 Brian Smith Fixes building with debug information in Visual Studio.
Fri, 18 Feb 2011 16:52:30 -0600 Brian Smith Fixes for building with debugging information with Visual Studio.
Fri, 18 Feb 2011 08:27:14 -0600 Brian Smith Fixed a getline() issue in the minimal plugin and removed dmail.ini from the repository.
Fri, 18 Feb 2011 07:53:48 -0600 Brian Smith Fixes for building on Linux. getline() and other issues.
Fri, 18 Feb 2011 06:00:41 -0600 Brian Smith Fixes for building with Visual Studio 2008. Apparently -debug:full is invalid now.
Fri, 18 Feb 2011 02:56:59 -0600 Brian Smith Configure error refers to the wrong product.
Fri, 18 Feb 2011 02:26:53 -0600 Brian Smith Updated to a slightly later revision with some changes by CrazyBonz.
Fri, 21 Jan 2011 19:48:07 -0600 Brian Smith Fixes for updated Dynamic Windows
Fri, 21 Jan 2011 18:25:00 -0600 Brian Smith Initial commit