Subversion Repositories filter_foundry

Rev

Rev 66 | Rev 76 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 66 Rev 71
Line 82... Line 82...
82
06-May-2006: 1.2b4 - fix minor AFS saving bug
82
06-May-2006: 1.2b4 - fix minor AFS saving bug
83
05-Jun-2006: 1.3b1 - fix x,y,X,Y,M variables to use selection extent instead of image size (per Eiji Nishidai)
83
05-Jun-2006: 1.3b1 - fix x,y,X,Y,M variables to use selection extent instead of image size (per Eiji Nishidai)
84
01-Sep-2006: 1.3b2 - fix standalone UI bugs (thanks Craig Bickford)
84
01-Sep-2006: 1.3b2 - fix standalone UI bugs (thanks Craig Bickford)
85
04-Jan-2007: 1.4b1 - Universal Binary on OS X (PPC+Intel)
85
04-Jan-2007: 1.4b1 - Universal Binary on OS X (PPC+Intel)
86
31-Jan-2007: 1.4b2 - fix selection bug reported by Daniel Denk
86
31-Jan-2007: 1.4b2 - fix selection bug reported by Daniel Denk
-
 
87
01-Feb-2007: 1.4b3 - in cnv(), repeat pixels at edge of image, instead of using zero (reported by Daniel Denk)
-
 
88
             1.4b4 - cnv() no longer requests entire filtered image in one piece; can now work in chunks
-
 
89
                     improve the handling of edge pixels when filtering selection
87
*/
90
*/
88
 
91
 
89
#define plugInName "FilterFoundry"
92
#define plugInName "FilterFoundry"
90
#define VERSION_STR "1.4b2"
93
#define VERSION_STR "1.4b4"
91
#define VERSION_NUM 1,0x40,beta,2
94
#define VERSION_NUM 1,0x40,beta,4
92
#define VERS_RSRC VERSION_NUM,verAustralia,VERSION_STR,"Filter Foundry " VERSION_STR
95
#define VERS_RSRC VERSION_NUM,verAustralia,VERSION_STR,"Filter Foundry " VERSION_STR
93
 
96
 
94
/* formatted for Win32 VERSIONINFO resource */
97
/* formatted for Win32 VERSIONINFO resource */
95
#define VI_VERS_NUM 1,4,0,2
98
#define VI_VERS_NUM 1,4,0,4
96
#define VI_FLAGS        VS_FF_PRERELEASE /* 0 for final, or any of VS_FF_DEBUG,VS_FF_PATCHED,VS_FF_PRERELEASE,VS_FF_PRIVATEBUILD,VS_FF_SPECIALBUILD */
99
#define VI_FLAGS        VS_FF_PRERELEASE /* 0 for final, or any of VS_FF_DEBUG,VS_FF_PATCHED,VS_FF_PRERELEASE,VS_FF_PRIVATEBUILD,VS_FF_SPECIALBUILD */
97
#define VI_COMMENTS     "Beta.\r\n\r\nPlease contact support@telegraphics.com.au with any bug reports, suggestions or comments.\0"      /* null terminated Comments field */
100
#define VI_COMMENTS     "Beta.\r\n\r\nPlease contact support@telegraphics.com.au with any bug reports, suggestions or comments.\0"      /* null terminated Comments field */
98
 
101
 
99
/* wildcard signature in resources */
102
/* wildcard signature in resources */
100
#define ANY '    '
103
#define ANY '    '