log

age author description
Tue, 22 Nov 2011 10:36:38 -0600 Brian Smith Changes for building the application bundle and installer disk image on Mac.
Tue, 22 Nov 2011 10:21:05 -0600 Brian Smith Forgot to change the executable name.
Tue, 22 Nov 2011 10:12:48 -0600 Brian Smith Added initial installer rules and scripts for OS/2, Mac and Windows.
Mon, 25 Jul 2011 23:14:06 -0500 Brian Smith Switched to using DW_POINTER_TO_INT to avoid compiler warnings on 64bit.
Mon, 09 May 2011 08:50:22 -0500 Brian Smith Removed the DWLIBDIR and DWINCDIR lines completely from the Makefile.
Tue, 19 Apr 2011 03:25:41 -0500 Brian Smith Updated to use dw_user_dir() and save to the home directory on all platforms.
Tue, 12 Apr 2011 19:52:52 -0500 Brian Smith Attempt to hide the titlebar on the Mac... strangely it doesn't seem to work.
Mon, 04 Apr 2011 16:57:29 -0500 Brian Smith Remove the environment variables to locate Dynamic Windows on Unix. We use dwindows-config to do that.
Mon, 04 Apr 2011 00:55:52 -0500 nuke Switched back to long double for ScaledPrint... hopefully solving an issue.
Sat, 02 Apr 2011 17:55:47 -0500 Brian Smith Makefile updates for OS/2.
Sat, 02 Apr 2011 15:39:29 -0500 Brian Smith Added 48x48 icon to support Windows XP.
Fri, 01 Apr 2011 23:00:22 -0500 Brian Smith Last OS/2 icon was too big...so this is a fixed version.
Fri, 01 Apr 2011 21:21:02 -0500 Brian Smith Updated OS/2 Icon.
Fri, 01 Apr 2011 20:39:51 -0500 Brian Smith Set the default window icon.
Fri, 01 Apr 2011 20:28:10 -0500 Brian Smith Updated Windows icon.
Fri, 01 Apr 2011 20:19:32 -0500 Brian Smith Updated icon for GTK and fixed error in the resources.
Fri, 01 Apr 2011 19:05:28 -0500 Brian Smith Added Mac icon for Control Center.
Sat, 26 Mar 2011 22:04:33 -0500 Brian Smith Fixes for NtQuerySystemInformation failing in 64bit mode because of struct size issues.
Tue, 22 Mar 2011 03:11:04 -0500 Brian Smith Added support for Tera and Peta bytes in the ScaledPrint.
Tue, 22 Mar 2011 01:28:46 -0500 Brian Smith Attempt at fixing 64bit scaling issues.
Thu, 17 Mar 2011 12:54:43 -0500 Brian Smith Added support for XP/Vista/7 themes.
Thu, 17 Mar 2011 10:55:32 -0500 Brian Smith Added manifest support.
Thu, 17 Mar 2011 10:46:11 -0500 Brian Smith Support for building Control Center 64bit.
Tue, 15 Mar 2011 18:14:28 -0500 Brian Smith Settings for the Mac.
Sun, 13 Mar 2011 00:02:47 -0600 Brian Smith Use environment variables by default to find DW
Fri, 25 Feb 2011 09:59:45 -0600 Brian Smith Fix a C99 issue since this is not the default mode when building from the command line.
Thu, 24 Feb 2011 22:59:27 -0600 Brian Smith Added support for the Mac.
Sat, 19 Feb 2011 03:50:52 -0600 Brian Smith Fixed a typecast error in the Get_Memory() function on FreeBSD.
Sat, 19 Feb 2011 03:40:57 -0600 Brian Smith Fixed memory size reporting on recent version of Linux and fixed an error in how the
Sat, 19 Feb 2011 02:08:54 -0600 Brian Smith Switched to using sysctl instead of kvm on FreeBSD.
Sat, 19 Feb 2011 00:44:24 -0600 Brian Smith Changed to using long double for storing free memory to avoid problems on 64bit systems.
Fri, 18 Feb 2011 17:02:36 -0600 Brian Smith Fixes for building with debug information in Visual Studio.
Fri, 18 Feb 2011 07:16:41 -0600 Brian Smith config.h doesn't need to be in the repository.
Fri, 18 Feb 2011 07:12:29 -0600 Brian Smith Fixes for building on Linux. Function conflict for getline and sys.h is gone.
Fri, 18 Feb 2011 06:10:19 -0600 Brian Smith Fixes for building with Visual Studio 2008. Apparently -debug:full is invalid now.
Fri, 18 Feb 2011 02:08:34 -0600 Brian Smith Missing DWSIGNAL keywords on several functions.
Fri, 21 Jan 2011 21:31:40 -0600 Brian Smith Fixes for updated Dynamic Windows
Fri, 21 Jan 2011 18:25:08 -0600 Brian Smith Initial commit