diff --git a/internal/1.0 RC3/1/Delphi/PNG_D10.bdsproj b/internal/1.0 RC3/1/Delphi/PNG_D10.bdsproj index 21302f6..058ae2e 100644 --- a/internal/1.0 RC3/1/Delphi/PNG_D10.bdsproj +++ b/internal/1.0 RC3/1/Delphi/PNG_D10.bdsproj @@ -116,13 +116,13 @@ 16384 1048576 4194304 - PNG image runtime/designtime + PNGImage for Delphi 10 ..\Lib\D10 - - + ..\Lib\D10 + ..\Lib\D10 @@ -184,4 +184,487 @@ ExpressSideBar by Developer Express Inc. + diff --git a/internal/1.0 RC3/1/Delphi/PNG_D10.dpk b/internal/1.0 RC3/1/Delphi/PNG_D10.dpk index 7f88255..19fdbcf 100644 --- a/internal/1.0 RC3/1/Delphi/PNG_D10.dpk +++ b/internal/1.0 RC3/1/Delphi/PNG_D10.dpk @@ -22,7 +22,7 @@ package PNG_D10; {$WRITEABLECONST OFF} {$MINENUMSIZE 1} {$IMAGEBASE $400000} -{$DESCRIPTION 'PNG image runtime/designtime'} +{$DESCRIPTION 'PNGImage for Delphi 10'} {$IMPLICITBUILD OFF} requires diff --git a/internal/1.0 RC3/1/Delphi/PNG_D2007.dpk b/internal/1.0 RC3/1/Delphi/PNG_D2007.dpk deleted file mode 100644 index 2a92061..0000000 --- a/internal/1.0 RC3/1/Delphi/PNG_D2007.dpk +++ /dev/null @@ -1,37 +0,0 @@ -package PNG_D2007; - -{$R *.res} -{$ALIGN 8} -{$ASSERTIONS ON} -{$BOOLEVAL OFF} -{$DEBUGINFO ON} -{$EXTENDEDSYNTAX ON} -{$IMPORTEDDATA ON} -{$IOCHECKS ON} -{$LOCALSYMBOLS ON} -{$LONGSTRINGS ON} -{$OPENSTRINGS ON} -{$OPTIMIZATION ON} -{$OVERFLOWCHECKS OFF} -{$RANGECHECKS OFF} -{$REFERENCEINFO ON} -{$SAFEDIVIDE OFF} -{$STACKFRAMES OFF} -{$TYPEDADDRESS OFF} -{$VARSTRINGCHECKS ON} -{$WRITEABLECONST OFF} -{$MINENUMSIZE 1} -{$IMAGEBASE $400000} -{$DESCRIPTION 'PNG image runtime/designtime for Delphi 2007'} -{$IMPLICITBUILD OFF} - -requires - vcl, - rtl; - -contains - pngimage in '..\Source\pngimage.pas', - pnglang in '..\Source\pnglang.pas', - pngzlib in '..\Source\pngzlib.pas'; - -end. diff --git a/internal/1.0 RC3/1/Delphi/PNG_D2007.dproj b/internal/1.0 RC3/1/Delphi/PNG_D2007.dproj deleted file mode 100644 index 494b799..0000000 --- a/internal/1.0 RC3/1/Delphi/PNG_D2007.dproj +++ /dev/null @@ -1,87 +0,0 @@ - - - - {353a7094-6f15-4ee6-80d0-9baadb9647c5} - PNG_D2007.dpk - Debug - AnyCPU - DCC32 - ..\Lib\D2007\PNG_D2007.bpl - - - 7.0 - False - False - 0 - ..\Lib\D2007 - ..\Lib\D2007 - ..\Lib\D2007 - RELEASE - ..\Lib\D2007 - ..\Lib\D2007 - - - 7.0 - ..\Lib\D2007 - ..\Lib\D2007 - ..\Lib\D2007 - ..\Lib\D2007 - ..\Lib\D2007 - - - Delphi.Personality - Package - -FalseTrueFalsePNG image runtime/designtime for Delphi 2007FalseFalseFalseTrueFalse1000FalseFalseFalseFalseFalse308212521.0.0.01.0.0.0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - VCL for the Web Design Package for CodeGear RAD Studio - CodeGear WebSnap Components - CodeGear SOAP Components - Microsoft Office 2000 Sample Automation Server Wrapper Components - Microsoft Office XP Sample Automation Server Wrapper Components - CodeGear C++Builder Internet Explorer 5 Components Package - CodeGear C++Builder Office 2000 Servers Package - CodeGear C++Builder Office XP Servers Package - PNG_D2007.dpk - - - - - MainSource - - - - - - - - \ No newline at end of file diff --git a/internal/1.0 RC3/1/Delphi/PNG_D2007.res b/internal/1.0 RC3/1/Delphi/PNG_D2007.res deleted file mode 100644 index 86c94e6..0000000 Binary files a/internal/1.0 RC3/1/Delphi/PNG_D2007.res and /dev/null differ diff --git a/internal/1.0 RC3/1/Delphi/PngComponentsD10.bdsproj b/internal/1.0 RC3/1/Delphi/PngComponentsD10.bdsproj index fc73b7b..bdc377b 100644 --- a/internal/1.0 RC3/1/Delphi/PngComponentsD10.bdsproj +++ b/internal/1.0 RC3/1/Delphi/PngComponentsD10.bdsproj @@ -121,8 +121,8 @@ ..\Lib\D10 - - + ..\Lib\D10 + ..\Lib\D10 ..\Lib\D10 @@ -184,4 +184,487 @@ ExpressSideBar by Developer Express Inc. + diff --git a/internal/1.0 RC3/1/Delphi/PngComponentsD10D.bdsproj b/internal/1.0 RC3/1/Delphi/PngComponentsD10D.bdsproj index 7b767e4..0bb2697 100644 --- a/internal/1.0 RC3/1/Delphi/PngComponentsD10D.bdsproj +++ b/internal/1.0 RC3/1/Delphi/PngComponentsD10D.bdsproj @@ -121,8 +121,8 @@ ..\Lib\D10 - - + ..\Lib\D10 + ..\Lib\D10 ..\Lib\D10 @@ -172,4 +172,487 @@ + diff --git a/internal/1.0 RC3/1/Lib/D10/PNG_D10.bpl b/internal/1.0 RC3/1/Lib/D10/PNG_D10.bpl new file mode 100644 index 0000000..c82d906 Binary files /dev/null and b/internal/1.0 RC3/1/Lib/D10/PNG_D10.bpl differ diff --git a/internal/1.0 RC3/1/Lib/D10/PNG_D10.dcp b/internal/1.0 RC3/1/Lib/D10/PNG_D10.dcp new file mode 100644 index 0000000..729d570 Binary files /dev/null and b/internal/1.0 RC3/1/Lib/D10/PNG_D10.dcp differ diff --git a/internal/1.0 RC3/1/Lib/D10/PNG_D10.dcu b/internal/1.0 RC3/1/Lib/D10/PNG_D10.dcu index 45a004b..f054436 100644 Binary files a/internal/1.0 RC3/1/Lib/D10/PNG_D10.dcu and b/internal/1.0 RC3/1/Lib/D10/PNG_D10.dcu differ diff --git a/internal/1.0 RC3/1/Lib/D10/PngBitBtn.dcu b/internal/1.0 RC3/1/Lib/D10/PngBitBtn.dcu index e6bd4f4..ce0a887 100644 Binary files a/internal/1.0 RC3/1/Lib/D10/PngBitBtn.dcu and b/internal/1.0 RC3/1/Lib/D10/PngBitBtn.dcu differ diff --git a/internal/1.0 RC3/1/Lib/D10/PngButtonFunctions.dcu b/internal/1.0 RC3/1/Lib/D10/PngButtonFunctions.dcu index 0947b58..ec75121 100644 Binary files a/internal/1.0 RC3/1/Lib/D10/PngButtonFunctions.dcu and b/internal/1.0 RC3/1/Lib/D10/PngButtonFunctions.dcu differ diff --git a/internal/1.0 RC3/1/Lib/D10/PngCheckListBox.dcu b/internal/1.0 RC3/1/Lib/D10/PngCheckListBox.dcu index 1c8cca5..0eef6ca 100644 Binary files a/internal/1.0 RC3/1/Lib/D10/PngCheckListBox.dcu and b/internal/1.0 RC3/1/Lib/D10/PngCheckListBox.dcu differ diff --git a/internal/1.0 RC3/1/Lib/D10/PngComponentEditors.dcu b/internal/1.0 RC3/1/Lib/D10/PngComponentEditors.dcu index 4a8e74d..8d9ddcc 100644 Binary files a/internal/1.0 RC3/1/Lib/D10/PngComponentEditors.dcu and b/internal/1.0 RC3/1/Lib/D10/PngComponentEditors.dcu differ diff --git a/internal/1.0 RC3/1/Lib/D10/PngComponentsD10.bpl b/internal/1.0 RC3/1/Lib/D10/PngComponentsD10.bpl new file mode 100644 index 0000000..b51fedd Binary files /dev/null and b/internal/1.0 RC3/1/Lib/D10/PngComponentsD10.bpl differ diff --git a/internal/1.0 RC3/1/Lib/D10/PngComponentsD10.dcp b/internal/1.0 RC3/1/Lib/D10/PngComponentsD10.dcp new file mode 100644 index 0000000..4bd704c Binary files /dev/null and b/internal/1.0 RC3/1/Lib/D10/PngComponentsD10.dcp differ diff --git a/internal/1.0 RC3/1/Lib/D10/PngComponentsD10.dcu b/internal/1.0 RC3/1/Lib/D10/PngComponentsD10.dcu index 67f199d..0855f62 100644 Binary files a/internal/1.0 RC3/1/Lib/D10/PngComponentsD10.dcu and b/internal/1.0 RC3/1/Lib/D10/PngComponentsD10.dcu differ diff --git a/internal/1.0 RC3/1/Lib/D10/PngComponentsD10D.bpl b/internal/1.0 RC3/1/Lib/D10/PngComponentsD10D.bpl new file mode 100644 index 0000000..4265626 Binary files /dev/null and b/internal/1.0 RC3/1/Lib/D10/PngComponentsD10D.bpl differ diff --git a/internal/1.0 RC3/1/Lib/D10/PngComponentsD10D.dcp b/internal/1.0 RC3/1/Lib/D10/PngComponentsD10D.dcp new file mode 100644 index 0000000..f6ecf41 Binary files /dev/null and b/internal/1.0 RC3/1/Lib/D10/PngComponentsD10D.dcp differ diff --git a/internal/1.0 RC3/1/Lib/D10/PngComponentsD10D.dcu b/internal/1.0 RC3/1/Lib/D10/PngComponentsD10D.dcu index e3fc4dc..02c9475 100644 Binary files a/internal/1.0 RC3/1/Lib/D10/PngComponentsD10D.dcu and b/internal/1.0 RC3/1/Lib/D10/PngComponentsD10D.dcu differ diff --git a/internal/1.0 RC3/1/Lib/D10/PngComponentsRegister.dcu b/internal/1.0 RC3/1/Lib/D10/PngComponentsRegister.dcu index ec06535..2166d5c 100644 Binary files a/internal/1.0 RC3/1/Lib/D10/PngComponentsRegister.dcu and b/internal/1.0 RC3/1/Lib/D10/PngComponentsRegister.dcu differ diff --git a/internal/1.0 RC3/1/Lib/D10/PngFunctions.dcu b/internal/1.0 RC3/1/Lib/D10/PngFunctions.dcu index 8ac1042..cc83efa 100644 Binary files a/internal/1.0 RC3/1/Lib/D10/PngFunctions.dcu and b/internal/1.0 RC3/1/Lib/D10/PngFunctions.dcu differ diff --git a/internal/1.0 RC3/1/Lib/D10/PngImageList.dcu b/internal/1.0 RC3/1/Lib/D10/PngImageList.dcu index bb3c289..5e89884 100644 Binary files a/internal/1.0 RC3/1/Lib/D10/PngImageList.dcu and b/internal/1.0 RC3/1/Lib/D10/PngImageList.dcu differ diff --git a/internal/1.0 RC3/1/Lib/D10/PngImageListEditor.dcu b/internal/1.0 RC3/1/Lib/D10/PngImageListEditor.dcu index f7c5c92..78680cb 100644 Binary files a/internal/1.0 RC3/1/Lib/D10/PngImageListEditor.dcu and b/internal/1.0 RC3/1/Lib/D10/PngImageListEditor.dcu differ diff --git a/internal/1.0 RC3/1/Lib/D10/PngSpeedButton.dcu b/internal/1.0 RC3/1/Lib/D10/PngSpeedButton.dcu index 55f49f3..6985a11 100644 Binary files a/internal/1.0 RC3/1/Lib/D10/PngSpeedButton.dcu and b/internal/1.0 RC3/1/Lib/D10/PngSpeedButton.dcu differ diff --git a/internal/1.0 RC3/1/Lib/D10/pngimage.dcu b/internal/1.0 RC3/1/Lib/D10/pngimage.dcu index 06919b3..2c9f092 100644 Binary files a/internal/1.0 RC3/1/Lib/D10/pngimage.dcu and b/internal/1.0 RC3/1/Lib/D10/pngimage.dcu differ diff --git a/internal/1.0 RC3/1/Lib/D10/pnglang.dcu b/internal/1.0 RC3/1/Lib/D10/pnglang.dcu index d7f792c..d316f96 100644 Binary files a/internal/1.0 RC3/1/Lib/D10/pnglang.dcu and b/internal/1.0 RC3/1/Lib/D10/pnglang.dcu differ diff --git a/internal/1.0 RC3/1/Lib/D10/pngzlib.dcu b/internal/1.0 RC3/1/Lib/D10/pngzlib.dcu index 7315dbb..7c2ad1b 100644 Binary files a/internal/1.0 RC3/1/Lib/D10/pngzlib.dcu and b/internal/1.0 RC3/1/Lib/D10/pngzlib.dcu differ