Martijn Laan a1bf13bd54 Cleanup. vor 6 Stunden
..
Compression.LZMA1SmallDecompressor 5c7e73546c Add issig file-tag value, internal only so far. Redo all .issig for this. vor 1 Monat
Compression.LZMACompressor 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. vor 1 Woche
Compression.LZMADecompressor 3def5d985b Update to LZMA SDK 25.00. vor 2 Wochen
Compression.SevenZipDecoder 3def5d985b Update to LZMA SDK 25.00. vor 2 Wochen
Setup.HelperEXEs 6f45241f7f Cleanup .manifest.txt -> .manifest vor 1 Monat
Compiler.BuiltinPreproc.pas b2df5696ba Split off more. Compiler.SetupCompiler has the Git history of what was Compiler.Compile.pas (and Compile.pas before that). vor 1 Jahr
Compiler.Compile.pas 0759cc7b87 Update for unit split + use TrustedFile before loading ISCmplr.dll. vor 4 Monaten
Compiler.CompressionHandler.pas 383e528c7d More cleanup. vor 3 Tagen
Compiler.ExeUpdateFunc.pas 95633ed353 Change TFile.Position to Int64. vor 1 Monat
Compiler.HelperFunc.pas 8a2994ee98 VerifyPrecompiledFiles -> DisablePrecompiledFileVerifications. Also status tweaks. vor 1 Monat
Compiler.Messages.pas 8a2994ee98 VerifyPrecompiledFiles -> DisablePrecompiledFileVerifications. Also status tweaks. vor 1 Monat
Compiler.ScriptClasses.pas 6a4ed20bcb Expose TBitmapButton to [Code]. Todo: doc & whatsnew (including InitializeBitmapButtonFromIcon). vor 1 Woche
Compiler.ScriptCompiler.pas 6a57c0fd43 Update comment. vor 1 Jahr
Compiler.ScriptFunc.pas 67815aaccd Tweak ExtractArchive transition info. vor 2 Monaten
Compiler.SetupCompiler.pas a1bf13bd54 Cleanup. vor 6 Stunden
Compiler.StringLists.pas 9254dce05d Remove outdated LowFrag lists code. vor 3 Monaten
Compression.Base.pas 383e528c7d More cleanup. vor 3 Tagen
Compression.LZMA1SmallDecompressor.pas 529c1a1c31 Fix/update some comments. vor 10 Monaten
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. vor 1 Woche
Compression.LZMADecompressor.pas 0a71d3bbe1 Improve various 7-zip. vor 10 Monaten
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 vor 1 Monat
Compression.SevenZipDLLDecoder.pas cf640a80fc SevenZipDLLDecoder: Minor fixes to error reporting. vor 3 Tagen
Compression.SevenZipDecoder.pas 6126cac9a6 Put throttling of progress callbacks to [Code] in the correct places and also make it time-based. vor 1 Monat
Compression.Zlib.pas 7d3b4aa85a Rename/group the compression units. Stop using Compression.Base (Shared.Compress) in Compil32. vor 1 Jahr
Compression.bzlib.pas 7d3b4aa85a Rename/group the compression units. Stop using Compression.Base (Shared.Compress) in Compil32. vor 1 Jahr
IDE.FileAssocFunc.pas 5e15dbf450 More file association work. vor 7 Monaten
IDE.FilesDesignerForm.dfm 3b9f3b86a7 Remove outdated groupbox frames + cleanup 3 bevels + allow IDE to make a few extra cleanup changes. vor 1 Monat
IDE.FilesDesignerForm.pas 8f375565e8 Add InitFormTheme to rest of the forms. vor 1 Monat
IDE.HelperFunc.pas 583f0fab7c Support older Delphi (2). vor 1 Woche
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. vor 1 Jahr
IDE.IDEScintEdit.pas b72b7c3841 Update to Scintilla 5.5.7. vor 1 Monat
IDE.ImagesModule.dfm 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.) vor 1 Monat
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.) vor 1 Monat
IDE.InputQueryComboForm.dfm d7c70d64e9 Removed the length limitation when entering a Sign Tool command and increased control height. vor 1 Jahr
IDE.InputQueryComboForm.pas 8f375565e8 Add InitFormTheme to rest of the forms. vor 1 Monat
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. vor 6 Tagen
IDE.InputQueryMemoForm.pas 47e657abe6 Support older Delphi. vor 1 Woche
IDE.MainForm.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. vor 6 Tagen
IDE.MainForm.pas 47e657abe6 Support older Delphi. vor 1 Woche
IDE.Messages.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. vor 1 Jahr
IDE.MsgBoxDesignerForm.dfm 583f0fab7c Support older Delphi (2). vor 1 Woche
IDE.MsgBoxDesignerForm.pas 8f375565e8 Add InitFormTheme to rest of the forms. vor 1 Monat
IDE.OptionsForm.dfm 583f0fab7c Support older Delphi (2). vor 1 Woche
IDE.OptionsForm.pas ae64e7b5cf Since 10.4 VCL styles can be turned on/off per control, see https://blog.marcocantu.com/blog/2020-may-per-control-styling.html. vor 1 Monat
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. vor 6 Tagen
IDE.RegistryDesignerForm.pas 06097103bb Missed bits & pieces. vor 1 Woche
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. vor 1 Jahr
IDE.ScintStylerInnoSetup.pas fc4135bb0e Remove deprecated icons section flag 'foldershortcut' (#551) vor 3 Wochen
IDE.SignToolsForm.dfm 583f0fab7c Support older Delphi (2). vor 1 Woche
IDE.SignToolsForm.pas c6712b2b25 Update TInputQueryMemoForm. This should finish Compil32. vor 1 Woche
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. vor 6 Tagen
IDE.StartupForm.pas 06097103bb Missed bits & pieces. vor 1 Woche
IDE.Wizard.WizardFileForm.dfm 583f0fab7c Support older Delphi (2). vor 1 Woche
IDE.Wizard.WizardFileForm.pas 507be3cbad Tweak. vor 1 Monat
IDE.Wizard.WizardForm.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. vor 6 Tagen
IDE.Wizard.WizardForm.pas 1a91612cd8 More. vor 1 Woche
IDE.Wizard.WizardFormFilesHelper.pas e5d46b163d Move shared but self-contained and generally useful units to Components. vor 1 Jahr
IDE.Wizard.WizardFormRegistryHelper.pas 47e657abe6 Support older Delphi. vor 1 Woche
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. vor 1 Jahr
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. vor 1 Jahr
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. vor 1 Jahr
ISPP.Funcs.pas 58b27f351b Cleanup remaining MD5, SHA1 and Hash unit use. vor 10 Monaten
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. vor 1 Jahr
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. vor 1 Jahr
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. vor 1 Jahr
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. vor 2 Monaten
ISPP.Preprocessor.pas 1500ac811a ISPP: 'Rename' __FILE__ to __FILENAME__ and add __DIR__. vor 2 Monaten
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. vor 1 Jahr
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. vor 1 Jahr
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. vor 1 Jahr
Setup.DebugClient.pas b1c9115fe6 Setup.DebugClient: Bring to foreground successfully when no forms are visible. vor 7 Monaten
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. vor 1 Jahr
Setup.FileExtractor.pas a3a6f2dc2d Simplify var names. vor 2 Tagen
Setup.Helper.pas 4ae43526d8 Setup.Helper: Remove Int64Em dependency. vor 1 Monat
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. vor 1 Jahr
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. vor 1 Jahr
Setup.HelperEXEs.res.issig 5c7e73546c Add issig file-tag value, internal only so far. Redo all .issig for this. vor 1 Monat
Setup.InstFunc.Ole.pas c745379b5f Split main form and main functions+vars. vor 1 Jahr
Setup.InstFunc.pas 1663d225c0 Change TFile.Size to Int64. vor 1 Monat
Setup.Install.pas 6e0c169a9b Use StrToUInt64 to convert "qword" [Registry] ValueData. vor 1 Woche
Setup.LoggingFunc.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. vor 1 Jahr
Setup.MainForm.pas 3a1914add3 Cleanup a bit more. vor 6 Monaten
Setup.MainFunc.pas 1fcb39a48b Restore comment removed by previous + one more cleanup, doh. vor 2 Tagen
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. vor 1 Jahr
Setup.NewDiskForm.dfm 816fe8ce6e Setup: Set PopupMode=pmAuto on modal forms. vor 7 Monaten
Setup.NewDiskForm.pas 3fe9e6ea92 Bit of cleanup. vor 1 Monat
Setup.RegDLL.pas c745379b5f Split main form and main functions+vars. vor 1 Jahr
Setup.RegSvr.pas 028432c711 Revert adding Redir suffixes + TRedir<T>. vor 2 Monaten
Setup.ScriptClasses.pas 6a4ed20bcb Expose TBitmapButton to [Code]. Todo: doc & whatsnew (including InitializeBitmapButtonFromIcon). vor 1 Woche
Setup.ScriptDlg.pas 2c669ae702 Merge branch 'main' into files-downloadarchive vor 1 Monat
Setup.ScriptFunc.HelperFunc.pas 84fd9c96ad TProgressThrottler cleanup and fix. vor 1 Monat
Setup.ScriptFunc.pas 6a4ed20bcb Expose TBitmapButton to [Code]. Todo: doc & whatsnew (including InitializeBitmapButtonFromIcon). vor 1 Woche
Setup.ScriptRunner.pas 3d73f01688 Condense the logging of DLL function imports a bit. vor 10 Monaten
Setup.SecurityFunc.pas 028432c711 Revert adding Redir suffixes + TRedir<T>. vor 2 Monaten
Setup.SelectFolderForm.dfm 816fe8ce6e Setup: Set PopupMode=pmAuto on modal forms. vor 7 Monaten
Setup.SelectFolderForm.pas 3fe9e6ea92 Bit of cleanup. vor 1 Monat
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. vor 1 Jahr
Setup.SelectLanguageForm.pas 3fe9e6ea92 Bit of cleanup. vor 1 Monat
Setup.SetupForm.pas 3723ae64a5 Cleanup. vor 6 Monaten
Setup.SpawnClient.pas 028432c711 Revert adding Redir suffixes + TRedir<T>. vor 2 Monaten
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. vor 1 Jahr
Setup.SpawnServer.pas 028432c711 Revert adding Redir suffixes + TRedir<T>. vor 2 Monaten
Setup.Uninstall.pas 1663d225c0 Change TFile.Size to Int64. vor 1 Monat
Setup.UninstallLog.pas 95633ed353 Change TFile.Position to Int64. vor 1 Monat
Setup.UninstallProgressForm.dfm 1eaec50c57 Correct BeveledLabel position on UninstallProgressForm. vor 6 Monaten
Setup.UninstallProgressForm.pas 3fe9e6ea92 Bit of cleanup. vor 1 Monat
Setup.UninstallSharedFileForm.dfm c3cc40fa46 Update mrYesToAll and mrNoToAll values. vor 7 Monaten
Setup.UninstallSharedFileForm.pas 3fe9e6ea92 Bit of cleanup. vor 1 Monat
Setup.WizardForm.dfm c29c12eeb1 Finish updating Setup.WizardForm. vor 7 Monaten
Setup.WizardForm.pas 25bc7d943c Cleanup CheckPassword like was done for HandleInitPassword already in 28f3e880. vor 2 Tagen
SetupLdrAndSetup.InstFunc.pas 028432c711 Revert adding Redir suffixes + TRedir<T>. vor 2 Monaten
SetupLdrAndSetup.Messages.pas 1fcb39a48b Restore comment removed by previous + one more cleanup, doh. vor 2 Tagen
SetupLdrAndSetup.RedirFunc.pas 7869c2fb60 Revert "Setup: add and use missing ISSigVerifySignatureRedir.". vor 1 Monat
SetupLdrAndSetup.XPTheme.manifest 200901c8b0 Reintroduce SetupLdrAndSetup prefix. vor 1 Jahr
SetupLdrAndSetup.XPTheme.pas 200901c8b0 Reintroduce SetupLdrAndSetup prefix. vor 1 Jahr
SetupLdrAndSetup.XPTheme.rc 2181c1c141 Update for rename which was done a while ago. vor 4 Monaten
SetupLdrAndSetup.XPTheme.res 200901c8b0 Reintroduce SetupLdrAndSetup prefix. vor 1 Jahr
Shared.CommonFunc.Vcl.pas 0b99e785a1 Ensure all TSetupForms have a taskbar button when main form hasn't been created or is invisible. vor 6 Monaten
Shared.CommonFunc.pas a2668f33ad Change GetTempDir to use GetTempPath2 when available, else GetTempPath. vor 3 Tagen
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. vor 4 Monaten
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. vor 2 Monaten
Shared.ConfigIniFile.pas 0dae69edd5 Cleanup/split CompTypes unit. vor 1 Jahr
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). vor 1 Jahr
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). vor 1 Jahr
Shared.EncryptionFunc.pas 383e528c7d More cleanup. vor 3 Tagen
Shared.FileClass.pas 673234cbfe SevenZipDLLDecoder: Don't hold non-owned TFile references. vor 6 Tagen
Shared.Int64Em.pas 0793e717af Support implicit conversion between Integer64 and Int64. vor 1 Monat
Shared.LangOptionsSectionDirectives.pas 8150ccabcc Cleanup. vor 9 Monaten
Shared.PreprocInt.pas b50e481790 A few more renames. vor 1 Jahr
Shared.ResUpdateFunc.pas b50e481790 A few more renames. vor 1 Jahr
Shared.ScriptFunc.pas 6a4ed20bcb Expose TBitmapButton to [Code]. Todo: doc & whatsnew (including InitializeBitmapButtonFromIcon). vor 1 Woche
Shared.SetupEntFunc.pas 7d3b4aa85a Rename/group the compression units. Stop using Compression.Base (Shared.Compress) in Compil32. vor 1 Jahr
Shared.SetupMessageIDs.pas 27e7d3aef9 Add new RetryCancelCancel message to improve AskRetryDownloadArchivesToExtract's and RenameUninstallExe's task dialogs. This is the final new message. 😅 vor 1 Monat
Shared.SetupSectionDirectives.pas 8a2994ee98 VerifyPrecompiledFiles -> DisablePrecompiledFileVerifications. Also status tweaks. vor 1 Monat
Shared.SetupSteps.pas e955344670 Cleanup Compil32 using Shared.SetupTypes since last july: move the required types (TSetupStep and TUninstallStep) into a new unit instead. vor 10 Monaten
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. vor 4 Tagen
Shared.SignToolsFunc.pas 0dae69edd5 Cleanup/split CompTypes unit. vor 1 Jahr
Shared.Struct.pas 3eade30244 Cleanup. vor 2 Tagen
Shared.TaskDialogFunc.pas 583f0fab7c Support older Delphi (2). vor 1 Woche
Shared.VerInfoFunc.pas b50e481790 A few more renames. vor 1 Jahr