log

age author description
Thu, 19 Jul 2012 14:38:38 -0500 Brian Smith The more status field should have its own identifier.
Tue, 17 Jul 2012 18:03:00 -0500 Brian Smith Use autosizing for the height of the status text fields.
Tue, 05 Jun 2012 04:47:26 -0500 Brian Smith Added support for internationalizing the "Filename" column title.
Thu, 17 May 2012 18:21:33 -0500 Brian Smith Added configure script to repository since Xcode 4.3 no longer include auto
Wed, 11 Apr 2012 07:37:47 -0500 Brian Smith Ug, guess I need config.h on Mac too with the dwcompat changes.
Wed, 11 Apr 2012 05:32:43 -0500 Brian Smith Need to include config.h on Unix to make sure things are defined.
Wed, 11 Apr 2012 05:28:35 -0500 Brian Smith Use copyright symbol instead of (c) to test UTF8.
Mon, 09 Apr 2012 14:33:28 -0500 Brian Smith Continuing rewrite of the loading and saving methods. Safer and well commented now.
Mon, 02 Apr 2012 15:05:28 -0500 Brian Smith Just for fun set the System Info dialog to composited for a neat look on Windows 7 and Vista.
Mon, 02 Apr 2012 14:27:06 -0500 Brian Smith Fixed a couple of screwed up lines when converting to UTF-8 messages.
Mon, 02 Apr 2012 05:41:44 -0500 Brian Smith Convert message file to UTF-8 and one minor message change.
Sun, 26 Feb 2012 04:03:35 -0600 Brian Smith After enabling DEPRECATED APIs in DW 2.3 I found use of the deprecated
Thu, 23 Feb 2012 07:14:18 -0600 Brian Smith In DW 2.3 ... compat.h is now dwcompat.h.
Mon, 30 Jan 2012 04:03:05 -0600 Brian Smith compat.h should now set #defines to include 64bit file support on Unix.
Sat, 28 Jan 2012 17:00:47 -0600 Brian Smith Added Watcom makefile for OS/2. Does not seem to support select() though so linking fails... hopefully there is a way to use select() so we don't have to build with GCC for 64bit file support.
Fri, 27 Jan 2012 12:00:19 -0600 Brian Smith More 64bit file support... the DW container currently only support unsigned long which
Thu, 26 Jan 2012 17:08:12 -0600 Brian Smith Use long long type for several display messages.
Thu, 26 Jan 2012 16:54:34 -0600 Brian Smith More 64bit file size fixes... don't call stat64() directly...
Thu, 26 Jan 2012 15:29:29 -0600 Brian Smith Switch to using dw_main_sleep() instead of msleep() which isn't GUI aware.
Tue, 17 Jan 2012 15:36:20 -0600 Brian Smith Removed unneeded function... use the existing one that works fine for both.
Sun, 15 Jan 2012 16:42:07 -0600 Brian Smith Updated copyright year.
Thu, 05 Jan 2012 10:13:06 -0600 Brian Smith Don't destroy the main window in the signal handlers...
Thu, 05 Jan 2012 09:59:56 -0600 Brian Smith Switch to using new dw_main_quit() instead of dw_exit() to perform better cleanup.
Fri, 23 Dec 2011 10:16:20 -0600 Brian Smith Removed obsolete DW_FCF_SHELLPOSITION flag.
Fri, 02 Dec 2011 18:30:27 -0600 Brian Smith Use DW 2.3 autosizing of label widths.
Sun, 27 Nov 2011 05:48:11 -0600 Brian Smith Added some tooltips to various items in the interface.
Fri, 25 Nov 2011 17:34:26 -0600 Brian Smith Filter out hidden and system files on Windows.
Fri, 25 Nov 2011 13:18:30 -0600 Brian Smith Removed last remnants of TYPDIR.
Fri, 25 Nov 2011 13:02:33 -0600 Brian Smith Use dw_app_dir() to load the site types and localization data as well.
Fri, 25 Nov 2011 12:44:18 -0600 Brian Smith A number of install rules were missing $(PREFIX)
Fri, 25 Nov 2011 12:30:29 -0600 Brian Smith Added support for using the new dw_app_dir() to locate the application
Thu, 24 Nov 2011 21:46:07 -0600 Brian Smith Makefile cleanups.
Thu, 24 Nov 2011 21:26:48 -0600 Brian Smith Added HG.REV to clean rules with VisualC and VisualAge.
Thu, 24 Nov 2011 21:00:53 -0600 Brian Smith Added mercurial revision suppport on OS/2
Thu, 24 Nov 2011 19:53:27 -0600 Brian Smith Switched to using hg log -r . -template={rev} instead of hg id -n.
Thu, 24 Nov 2011 16:17:22 -0600 Brian Smith Add --with-arch option to configure for building multiple Mac architectures.
Thu, 24 Nov 2011 13:53:24 -0600 Brian Smith Fixed typos in VisualAge makefile
Thu, 24 Nov 2011 13:47:12 -0600 Brian Smith Need to cut off the + from the revision for modified versions so things build.
Thu, 24 Nov 2011 13:39:58 -0600 Brian Smith Attempt to add mercurial revision and version numbering to HandyFTP.
Wed, 23 Nov 2011 23:27:52 -0600 Brian Smith Reworked the sorting system... allowing reversed sorting.
Wed, 23 Nov 2011 16:37:52 -0600 Brian Smith Test fix for deadlock during uploading on Mac and Linux...
Wed, 23 Nov 2011 15:44:32 -0600 Brian Smith Fixed using wrong variable to check the current buffer size for sending from file.
Tue, 22 Nov 2011 09:12:23 -0600 Brian Smith More flexible move command and updated the uninstall display name.
Tue, 22 Nov 2011 08:42:25 -0600 Brian Smith Ok moved away from using zip2exe on Windows and created x86 and x64 NSI files.
Mon, 21 Nov 2011 21:55:36 -0600 Brian Smith Include the readme file in the Mac disk image.
Mon, 21 Nov 2011 20:45:48 -0600 Brian Smith Updated the installer rule on OS/2.
Mon, 21 Nov 2011 18:23:24 -0600 Brian Smith Use $BINNAME instead of handyftp for more flexibility.
Mon, 21 Nov 2011 18:19:53 -0600 Brian Smith Get the name of the library linked using otool before using
Sun, 20 Nov 2011 11:21:43 -0600 Brian Smith Put the installer zip file in the "install" folder on Windows.
Sun, 20 Nov 2011 11:09:08 -0600 Brian Smith Grab the latest sfx.exe from Installer/2 when building.
Sun, 20 Nov 2011 08:53:11 -0600 Brian Smith Added installer rule and script to make a DMG install disk image.
Sat, 19 Nov 2011 22:09:32 -0600 Brian Smith Added script and code to create an application bundle on the Mac.
Sat, 19 Nov 2011 12:22:18 -0600 Brian Smith Add rule for nmake to create an Installer/2 archive and excutable.
Sat, 19 Nov 2011 11:46:54 -0600 Brian Smith Updated the Visual C makefile to allow disabling debug information...
Sat, 19 Nov 2011 10:46:13 -0600 Brian Smith Removed really outdated information from the readme.
Sat, 19 Nov 2011 10:17:10 -0600 Brian Smith Removed unused variable reported by gcc on OS/2.
Sun, 13 Nov 2011 14:49:50 -0600 Brian Smith Added Installer configuration and scripts for OS/2 and maybe other platforms.
Sun, 13 Nov 2011 10:38:25 -0600 Brian Smith Fix for help not opening on the Mac. TODO: Make it find help in the bundle.
Thu, 10 Nov 2011 09:55:55 -0600 Brian Smith dw_notebook_page_destroy() on GTK at least decreases the reference count...
Mon, 07 Nov 2011 19:37:02 -0600 Brian Smith Switched to using dw_debug() to show the debug messages.