Martijn Laan 828de5a5a0 Clarify 4.2 GB limit. 5 месяцев назад
..
Compression.LZMA1SmallDecompressor 5c7e73546c Add issig file-tag value, internal only so far. Redo all .issig for this. 7 месяцев назад
Compression.LZMACompressor 6971ddf49c A few more .gitgnore updates. 6 месяцев назад
Compression.LZMADecompressor cbe03bd811 A few gitignore updates. 6 месяцев назад
Compression.SevenZipDecoder cbe03bd811 A few gitignore updates. 6 месяцев назад
Setup.HelperEXEs 6f45241f7f Cleanup .manifest.txt -> .manifest 7 месяцев назад
Compiler.BuiltinPreproc.pas b2df5696ba Split off more. Compiler.SetupCompiler has the Git history of what was Compiler.Compile.pas (and Compile.pas before that). 1 год назад
Compiler.Compile.pas 0759cc7b87 Update for unit split + use TrustedFile before loading ISCmplr.dll. 11 месяцев назад
Compiler.CompressionHandler.pas 4f364ac064 Add negative count checks on buffered read/write loops. 5 месяцев назад
Compiler.ExeUpdateFunc.pas 5c9f6e828f Cleanup: there was a Shared.ResUpdateFunc claiming it was used by Setup while it wasn't. Move its code into Compiler.ExeUpdateFunc and remove it. 5 месяцев назад
Compiler.HelperFunc.pas 4c2b4cb2df Bring back WizardImageBackColor and WizardSmallImageBackColor. 5 месяцев назад
Compiler.Messages.pas 828de5a5a0 Clarify 4.2 GB limit. 5 месяцев назад
Compiler.ScriptClasses.pas 52a50f14a2 Add to [Code]. Allows to simply do: BitmapImage.PngImage.LoadFromFile(). 5 месяцев назад
Compiler.ScriptCompiler.pas 6a57c0fd43 Update comment. 1 год назад
Compiler.ScriptFunc.pas 67815aaccd Tweak ExtractArchive transition info. 8 месяцев назад
Compiler.SetupCompiler.pas 5c9f6e828f Cleanup: there was a Shared.ResUpdateFunc claiming it was used by Setup while it wasn't. Move its code into Compiler.ExeUpdateFunc and remove it. 5 месяцев назад
Compiler.StringLists.pas 9254dce05d Remove outdated LowFrag lists code. 9 месяцев назад
Compression.Base.pas 9c662b966f Yet more Integer64 cleanup. Also remove unneeded TCustomFile.Seek64. 5 месяцев назад
Compression.LZMA1SmallDecompressor.pas 9c662b966f Yet more Integer64 cleanup. Also remove unneeded TCustomFile.Seek64. 5 месяцев назад
Compression.LZMACompressor.pas 72405d6196 Call GetActiveProcessorGroupCount to set LZMA2's numThreadGroups, like 7-Zip itself does in System.cpp's CCpuGroups::Load. This makes allowing 256 max threads make sense again, without drawbacks. 6 месяцев назад
Compression.LZMADecompressor.pas 9c662b966f Yet more Integer64 cleanup. Also remove unneeded TCustomFile.Seek64. 5 месяцев назад
Compression.SevenZipDLLDecoder.Interfaces.pas b86f851596 Add true multi-volume support, based on OpenArchive.cpp CArchiveLink::Open. Pieced this together from several posts including: https://sourceforge.net/p/sevenzip/discussion/45797/thread/fe944e47/?limit=25#3a03 8 месяцев назад
Compression.SevenZipDLLDecoder.pas 176a10d031 Archive extraction now supports the RAR5 format. No upate to is7z.dll required bceause it already supported RAR5. 5 месяцев назад
Compression.SevenZipDecoder.pas 6126cac9a6 Put throttling of progress callbacks to [Code] in the correct places and also make it time-based. 8 месяцев назад
Compression.Zlib.pas 7d3b4aa85a Rename/group the compression units. Stop using Compression.Base (Shared.Compress) in Compil32. 1 год назад
Compression.bzlib.pas 7d3b4aa85a Rename/group the compression units. Stop using Compression.Base (Shared.Compress) in Compil32. 1 год назад
IDE.FileAssocFunc.pas 5e15dbf450 More file association work. 1 год назад
IDE.FilesDesignerForm.dfm 8ea8b45d08 New Script Wizard and the Generate [Files] Entries tool: add support for download and extractarchive. 5 месяцев назад
IDE.FilesDesignerForm.pas 8ea8b45d08 New Script Wizard and the Generate [Files] Entries tool: add support for download and extractarchive. 5 месяцев назад
IDE.HelperFunc.pas 7d8f019926 Move HighContrastActive. Want to use it for SysLink later: its UseVisualStyle=False looks nice, but not when high contrast is active. And want to use it for the style test: dont think styling should be allowed when high contrast is active. Even though styling then still works, it would surely just annoy the end user? 5 месяцев назад
IDE.HtmlHelpFunc.pas 6db7a31745 Move the sources back into the Src folder now that they have prefixes. Changed the Shared prefix of the files which were in SetupLdrAndSetup to Setup. Todo: the remaining dirs with helper code. 1 год назад
IDE.IDEScintEdit.pas b72b7c3841 Update to Scintilla 5.5.7. 8 месяцев назад
IDE.ImagesModule.dfm b9bac50d20 More bits and pieces. 7 месяцев назад
IDE.ImagesModule.pas f873a0e3f6 Add dark build imagelist. Just reverted the colors from the original light one. (These icons don't come from IconGenerator and don't come with high DPI versions because they were created by hand long time ago.) 7 месяцев назад
IDE.InputQueryComboForm.dfm d7c70d64e9 Removed the length limitation when entering a Sign Tool command and increased control height. 1 год назад
IDE.InputQueryComboForm.pas 8f375565e8 Add InitFormTheme to rest of the forms. 7 месяцев назад
IDE.InputQueryMemoForm.dfm b22b1c9878 Use a fixed focus border width/height of 2 pixels to avoid design problems between systems. Also set Center to True by default + few more minor changes. 6 месяцев назад
IDE.InputQueryMemoForm.pas e1255a17a0 Cleanup. 5 месяцев назад
IDE.LicenseKeyForm.dfm 60a913fb15 Another final tweak 😋 6 месяцев назад
IDE.LicenseKeyForm.pas 60a913fb15 Another final tweak 😋 6 месяцев назад
IDE.MainForm.dfm e1255a17a0 Cleanup. 5 месяцев назад
IDE.MainForm.pas 4f925e0740 Improve StatusBarCanvasDrawPanel's style detection. 5 месяцев назад
IDE.Messages.pas 7466e63156 Tweak. 5 месяцев назад
IDE.MsgBoxDesignerForm.dfm 583f0fab7c Support older Delphi (2). 6 месяцев назад
IDE.MsgBoxDesignerForm.pas 8f375565e8 Add InitFormTheme to rest of the forms. 7 месяцев назад
IDE.OptionsForm.dfm 746bbfe4cf Merge branch 'main' into autoreload 6 месяцев назад
IDE.OptionsForm.pas aee9b00985 Add options UI. 6 месяцев назад
IDE.RegistryDesignerForm.dfm b22b1c9878 Use a fixed focus border width/height of 2 pixels to avoid design problems between systems. Also set Center to True by default + few more minor changes. 6 месяцев назад
IDE.RegistryDesignerForm.pas 06097103bb Missed bits & pieces. 6 месяцев назад
IDE.RegistryDesignerFormTest.reg 6db7a31745 Move the sources back into the Src folder now that they have prefixes. Changed the Shared prefix of the files which were in SetupLdrAndSetup to Setup. Todo: the remaining dirs with helper code. 1 год назад
IDE.ScintStylerInnoSetup.pas fc4135bb0e Remove deprecated icons section flag 'foldershortcut' (#551) 7 месяцев назад
IDE.SignToolsForm.dfm 583f0fab7c Support older Delphi (2). 6 месяцев назад
IDE.SignToolsForm.pas c6712b2b25 Update TInputQueryMemoForm. This should finish Compil32. 6 месяцев назад
IDE.StartupForm.dfm b22b1c9878 Use a fixed focus border width/height of 2 pixels to avoid design problems between systems. Also set Center to True by default + few more minor changes. 6 месяцев назад
IDE.StartupForm.pas a353ec28cc Merge branch 'main' into licensekeys 6 месяцев назад
IDE.Wizard.WizardFileForm.dfm 8ea8b45d08 New Script Wizard and the Generate [Files] Entries tool: add support for download and extractarchive. 5 месяцев назад
IDE.Wizard.WizardFileForm.pas 7466e63156 Tweak. 5 месяцев назад
IDE.Wizard.WizardForm.dfm 8ea8b45d08 New Script Wizard and the Generate [Files] Entries tool: add support for download and extractarchive. 5 месяцев назад
IDE.Wizard.WizardForm.pas 8ea8b45d08 New Script Wizard and the Generate [Files] Entries tool: add support for download and extractarchive. 5 месяцев назад
IDE.Wizard.WizardFormFilesHelper.pas 8ea8b45d08 New Script Wizard and the Generate [Files] Entries tool: add support for download and extractarchive. 5 месяцев назад
IDE.Wizard.WizardFormRegistryHelper.pas e1255a17a0 Cleanup. 5 месяцев назад
ISPP.Base.pas 6db7a31745 Move the sources back into the Src folder now that they have prefixes. Changed the Shared prefix of the files which were in SetupLdrAndSetup to Setup. Todo: the remaining dirs with helper code. 1 год назад
ISPP.CTokenizer.pas 6db7a31745 Move the sources back into the Src folder now that they have prefixes. Changed the Shared prefix of the files which were in SetupLdrAndSetup to Setup. Todo: the remaining dirs with helper code. 1 год назад
ISPP.Consts.pas 6db7a31745 Move the sources back into the Src folder now that they have prefixes. Changed the Shared prefix of the files which were in SetupLdrAndSetup to Setup. Todo: the remaining dirs with helper code. 1 год назад
ISPP.Funcs.pas 4dd7c4a943 Get rid of some more outdated looking uppercased names like SETUP.EXE. 5 месяцев назад
ISPP.IdentMan.pas 6db7a31745 Move the sources back into the Src folder now that they have prefixes. Changed the Shared prefix of the files which were in SetupLdrAndSetup to Setup. Todo: the remaining dirs with helper code. 1 год назад
ISPP.Intf.pas 6db7a31745 Move the sources back into the Src folder now that they have prefixes. Changed the Shared prefix of the files which were in SetupLdrAndSetup to Setup. Todo: the remaining dirs with helper code. 1 год назад
ISPP.Parser.pas 6db7a31745 Move the sources back into the Src folder now that they have prefixes. Changed the Shared prefix of the files which were in SetupLdrAndSetup to Setup. Todo: the remaining dirs with helper code. 1 год назад
ISPP.Preprocess.pas d79a45e937 synch-isfiles.bat: avoid duplicating the three manually edited text files since it leads to mistakingly editing the duplicate. Instead pick up the files from their source dir on DEBUG. Now on correct branch and with .gitignore update. 8 месяцев назад
ISPP.Preprocessor.pas 1500ac811a ISPP: 'Rename' __FILE__ to __FILENAME__ and add __DIR__. 8 месяцев назад
ISPP.Sessions.pas 6db7a31745 Move the sources back into the Src folder now that they have prefixes. Changed the Shared prefix of the files which were in SetupLdrAndSetup to Setup. Todo: the remaining dirs with helper code. 1 год назад
ISPP.Stack.pas 6db7a31745 Move the sources back into the Src folder now that they have prefixes. Changed the Shared prefix of the files which were in SetupLdrAndSetup to Setup. Todo: the remaining dirs with helper code. 1 год назад
ISPP.VarUtils.pas 6db7a31745 Move the sources back into the Src folder now that they have prefixes. Changed the Shared prefix of the files which were in SetupLdrAndSetup to Setup. Todo: the remaining dirs with helper code. 1 год назад
Setup.DebugClient.pas b1c9115fe6 Setup.DebugClient: Bring to foreground successfully when no forms are visible. 1 год назад
Setup.DotNetFunc.pas bd49a504c7 Finish. So now the functions which were in InstFunc but were not used by SetupLdr are in a Setup-only unit (Setup.InstFunc) and the rest is in a shared unit (SetupLdrAndSetup.InstFunc). The former has most of the function and has the Git history. The latter appears as a new file. 1 год назад
Setup.DownloadFileFunc.pas 616205f8fe Remove support for TLS 1.0 and 1.1 on all versions of Windows. 5 месяцев назад
Setup.ExtractFileFunc.pas ec175ccf90 Move AddAttributesToFile and LastErrorIndicatesPossiblyInUse to Setup.InstFunc. 6 месяцев назад
Setup.FileExtractor.pas 4f364ac064 Add negative count checks on buffered read/write loops. 5 месяцев назад
Setup.Helper.pas 4ae43526d8 Setup.Helper: Remove Int64Em dependency. 7 месяцев назад
Setup.HelperEXEs.rc 6db7a31745 Move the sources back into the Src folder now that they have prefixes. Changed the Shared prefix of the files which were in SetupLdrAndSetup to Setup. Todo: the remaining dirs with helper code. 1 год назад
Setup.HelperEXEs.res 6db7a31745 Move the sources back into the Src folder now that they have prefixes. Changed the Shared prefix of the files which were in SetupLdrAndSetup to Setup. Todo: the remaining dirs with helper code. 1 год назад
Setup.HelperEXEs.res.issig 5c7e73546c Add issig file-tag value, internal only so far. Redo all .issig for this. 7 месяцев назад
Setup.ISSigVerifyFunc.pas 4a1b0c3048 Cleanup: move ISSigVerify functions out of Setup.Install into new unit. 6 месяцев назад
Setup.InstFunc.Ole.pas c745379b5f Split main form and main functions+vars. 1 год назад
Setup.InstFunc.pas ec175ccf90 Move AddAttributesToFile and LastErrorIndicatesPossiblyInUse to Setup.InstFunc. 6 месяцев назад
Setup.Install.HelperFunc.pas 4f364ac064 Add negative count checks on buffered read/write loops. 5 месяцев назад
Setup.Install.pas 5ef7dbaf6c Improve: actually stay responsinve when there's no download progress yet. 5 месяцев назад
Setup.LoggingFunc.pas 9c662b966f Yet more Integer64 cleanup. Also remove unneeded TCustomFile.Seek64. 5 месяцев назад
Setup.MainForm.pas 3a1914add3 Cleanup a bit more. 1 год назад
Setup.MainFunc.pas 5b15300265 Simplify / reduce diff. 5 месяцев назад
Setup.MsiFunc.pas 6db7a31745 Move the sources back into the Src folder now that they have prefixes. Changed the Shared prefix of the files which were in SetupLdrAndSetup to Setup. Todo: the remaining dirs with helper code. 1 год назад
Setup.NewDiskForm.dfm 816fe8ce6e Setup: Set PopupMode=pmAuto on modal forms. 1 год назад
Setup.NewDiskForm.pas b32acbb1a5 Make built-in icons use their transparency as well. 5 месяцев назад
Setup.RegDLL.pas c745379b5f Split main form and main functions+vars. 1 год назад
Setup.RegSvr.pas 028432c711 Revert adding Redir suffixes + TRedir<T>. 8 месяцев назад
Setup.ScriptClasses.pas 52a50f14a2 Add to [Code]. Allows to simply do: BitmapImage.PngImage.LoadFromFile(). 5 месяцев назад
Setup.ScriptDlg.pas 9caa159554 Improve: actually allow pre-progress aborting in TDownloadWizardPage. Same for TExtractionWizardPage though there it doesn't really matter since there's no real delay between the start and this first progress. Not cherry picking this to 6.5.1. 5 месяцев назад
Setup.ScriptFunc.HelperFunc.pas 1aa2448cc8 Pascal Scripting: Added new LogFmt support function. 5 месяцев назад
Setup.ScriptFunc.pas 6490c2510c Add new HighContrastActive support function. 5 месяцев назад
Setup.ScriptRunner.pas 3d73f01688 Condense the logging of DLL function imports a bit. 1 год назад
Setup.SecurityFunc.pas 028432c711 Revert adding Redir suffixes + TRedir<T>. 8 месяцев назад
Setup.SelectFolderForm.dfm 816fe8ce6e Setup: Set PopupMode=pmAuto on modal forms. 1 год назад
Setup.SelectFolderForm.pas 3fe9e6ea92 Bit of cleanup. 7 месяцев назад
Setup.SelectLanguageForm.dfm 6db7a31745 Move the sources back into the Src folder now that they have prefixes. Changed the Shared prefix of the files which were in SetupLdrAndSetup to Setup. Todo: the remaining dirs with helper code. 1 год назад
Setup.SelectLanguageForm.pas b32acbb1a5 Make built-in icons use their transparency as well. 5 месяцев назад
Setup.SetupForm.pas 7947ac3ab4 Make use of Delphi's built-in BidiMode property and related functions such as IsRightToLeft and DrawTextBiDiModeFlags, instead of setting the styles ourselves. Is less code (because of Delphi's ParentBidiMode support) and works better because this way Delphi itself knows about RTL, for example when it's drawing something itself. 5 месяцев назад
Setup.SpawnClient.pas 028432c711 Revert adding Redir suffixes + TRedir<T>. 8 месяцев назад
Setup.SpawnCommon.pas 6db7a31745 Move the sources back into the Src folder now that they have prefixes. Changed the Shared prefix of the files which were in SetupLdrAndSetup to Setup. Todo: the remaining dirs with helper code. 1 год назад
Setup.SpawnServer.pas 9c662b966f Yet more Integer64 cleanup. Also remove unneeded TCustomFile.Seek64. 5 месяцев назад
Setup.Uninstall.pas 1663d225c0 Change TFile.Size to Int64. 7 месяцев назад
Setup.UninstallLog.pas 9c662b966f Yet more Integer64 cleanup. Also remove unneeded TCustomFile.Seek64. 5 месяцев назад
Setup.UninstallProgressForm.dfm 1eaec50c57 Correct BeveledLabel position on UninstallProgressForm. 1 год назад
Setup.UninstallProgressForm.pas b32acbb1a5 Make built-in icons use their transparency as well. 5 месяцев назад
Setup.UninstallSharedFileForm.dfm c3cc40fa46 Update mrYesToAll and mrNoToAll values. 1 год назад
Setup.UninstallSharedFileForm.pas 3fe9e6ea92 Bit of cleanup. 7 месяцев назад
Setup.WizardForm.dfm 37b1e80a30 BeveledLabel should be non transparent. See ec9b7dcb and 743a3542. 5 месяцев назад
Setup.WizardForm.pas 6189d3064d Fix: Using [Files] section flags download and extractarchive on an entry that also has a Tasks parameter now works as expected. 5 месяцев назад
SetupLdrAndSetup.InstFunc.pas 028432c711 Revert adding Redir suffixes + TRedir<T>. 8 месяцев назад
SetupLdrAndSetup.Messages.pas 1fcb39a48b Restore comment removed by previous + one more cleanup, doh. 6 месяцев назад
SetupLdrAndSetup.RedirFunc.pas 7869c2fb60 Revert "Setup: add and use missing ISSigVerifySignatureRedir.". 8 месяцев назад
SetupLdrAndSetup.XPTheme.manifest 200901c8b0 Reintroduce SetupLdrAndSetup prefix. 1 год назад
SetupLdrAndSetup.XPTheme.pas 200901c8b0 Reintroduce SetupLdrAndSetup prefix. 1 год назад
SetupLdrAndSetup.XPTheme.rc 2181c1c141 Update for rename which was done a while ago. 11 месяцев назад
SetupLdrAndSetup.XPTheme.res 200901c8b0 Reintroduce SetupLdrAndSetup prefix. 1 год назад
Shared.CommonFunc.Vcl.pas 75f00505e3 Cleanup unused function. 5 месяцев назад
Shared.CommonFunc.pas 7d8f019926 Move HighContrastActive. Want to use it for SysLink later: its UseVisualStyle=False looks nice, but not when high contrast is active. And want to use it for the style test: dont think styling should be allowed when high contrast is active. Even though styling then still works, it would surely just annoy the end user? 5 месяцев назад
Shared.CompilerInt.Struct.pas 3072f83b7f Prep: Split CompilerInt into a unit with types for ISCmplr+Compil32+ISCC and another unit for DLL stuff for Compil32+ISCC. 11 месяцев назад
Shared.CompilerInt.pas 74b6ef8c9d Check trust of the decompression DLLs + TrustFunc cleanup. Todo: check E32's and possible islzma*.exe. Also todo: add directive to disable. 8 месяцев назад
Shared.ConfigIniFile.pas 0dae69edd5 Cleanup/split CompTypes unit. 1 год назад
Shared.DebugStruct.pas 8da185fed3 Add Shared prefix to the shared files. Todo: double check for unintended changes outside of uses (and some name cleanupfor this + move sources back into Src). 1 год назад
Shared.DotNetVersion.pas 8da185fed3 Add Shared prefix to the shared files. Todo: double check for unintended changes outside of uses (and some name cleanupfor this + move sources back into Src). 1 год назад
Shared.EncryptionFunc.pas 383e528c7d More cleanup. 6 месяцев назад
Shared.FileClass.pas 9c662b966f Yet more Integer64 cleanup. Also remove unneeded TCustomFile.Seek64. 5 месяцев назад
Shared.Int64Em.pas 9c662b966f Yet more Integer64 cleanup. Also remove unneeded TCustomFile.Seek64. 5 месяцев назад
Shared.LangOptionsSectionDirectives.pas 8150ccabcc Cleanup. 1 год назад
Shared.LicenseFunc.pas 772857468a Add new lsExpiredButUpdated license state. 6 месяцев назад
Shared.PreprocInt.pas b50e481790 A few more renames. 1 год назад
Shared.ScriptFunc.pas 6490c2510c Add new HighContrastActive support function. 5 месяцев назад
Shared.SetupEntFunc.pas 7d3b4aa85a Rename/group the compression units. Stop using Compression.Base (Shared.Compress) in Compil32. 1 год назад
Shared.SetupMessageIDs.pas 27e7d3aef9 Add new RetryCancelCancel message to improve AskRetryDownloadArchivesToExtract's and RenameUninstallExe's task dialogs. This is the final new message. 😅 7 месяцев назад
Shared.SetupSectionDirectives.pas 8a2994ee98 VerifyPrecompiledFiles -> DisablePrecompiledFileVerifications. Also status tweaks. 7 месяцев назад
Shared.SetupSteps.pas e955344670 Cleanup Compil32 using Shared.SetupTypes since last july: move the required types (TSetupStep and TUninstallStep) into a new unit instead. 1 год назад
Shared.SetupTypes.pas 1f43ff5e24 Add support for full encryption which encrypts everything and requires the password to be specified on the command line. Todo: cleanup existing and new code. 6 месяцев назад
Shared.SignToolsFunc.pas 0dae69edd5 Cleanup/split CompTypes unit. 1 год назад
Shared.Struct.pas c3470fcac4 Prepare for release tomorrow. 5 месяцев назад
Shared.TaskDialogFunc.pas 7f5bc3b2ce Fix e55f9a05. 5 месяцев назад
Shared.VerInfoFunc.pas 9c662b966f Yet more Integer64 cleanup. Also remove unneeded TCustomFile.Seek64. 5 месяцев назад