Martijn Laan c970cb9e4c is6: Bump version. 1 день назад
..
Compression.LZMA1SmallDecompressor 55541c6c05 Fix more 64-bit warnings and errors. Includes new ISLzmaDec-x64.obj and IS7zDec-x64.obj. Haven't yet checked Compression.LZMADecompressor or Compression.SevenZipDecoder for prototype issues, though I did guess memcpy and memset needed updates. 1 месяц назад
Compression.LZMACompressor 6971ddf49c A few more .gitgnore updates. 6 месяцев назад
Compression.LZMADecompressor 55541c6c05 Fix more 64-bit warnings and errors. Includes new ISLzmaDec-x64.obj and IS7zDec-x64.obj. Haven't yet checked Compression.LZMADecompressor or Compression.SevenZipDecoder for prototype issues, though I did guess memcpy and memset needed updates. 1 месяц назад
Compression.SevenZipDecoder 55541c6c05 Fix more 64-bit warnings and errors. Includes new ISLzmaDec-x64.obj and IS7zDec-x64.obj. Haven't yet checked Compression.LZMADecompressor or Compression.SevenZipDecoder for prototype issues, though I did guess memcpy and memset needed updates. 1 месяц назад
Setup.HelperEXEs 47f6fd7437 Fix more warnings. 1 месяц назад
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 762eb0fce0 Fix some ICmplr warnings. 1 месяц назад
Compiler.ExeUpdateFunc.pas 2b4fcd2675 Cherry pick into is-6_7_0: 1 месяц назад
Compiler.HelperFunc.pas 53d4b32270 Check for 'cl' prefix using ordinal string compare (PathStartsWith). 2 месяцев назад
Compiler.Messages.pas 2b4fcd2675 Cherry pick into is-6_7_0: 1 месяц назад
Compiler.ScriptClasses.pas 8d37425049 Cherry pick into is6: Add new Alignment property to support class TNewStaticText. 2 дней назад
Compiler.ScriptCompiler.pas 6a57c0fd43 Update comment. 1 год назад
Compiler.ScriptFunc.pas a4dcbec6ce Allow [Code] to update or remove the wizard background image (but not the color). 2 месяцев назад
Compiler.SetupCompiler.pas f1b625a566 Cherry pick into is6: Fix SCompilerLanguagesOrISSigKeysBadName error for bad language names. 1 неделя назад
Compiler.StringLists.pas 762eb0fce0 Fix some ICmplr warnings. 1 месяц назад
Compression.Base.pas 6b21a6d88f Update Hdr.StoredSize check for change to Int64, and drop unneeded cast. 2 месяцев назад
Compression.LZMA1SmallDecompressor.pas 827127a321 Cleanup. 1 месяц назад
Compression.LZMACompressor.pas 762eb0fce0 Fix some ICmplr warnings. 1 месяц назад
Compression.LZMADecompressor.pas 827127a321 Cleanup. 1 месяц назад
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 3695de81cf Fix final warnings, except ROPS and ScriptRunner + ScriptFunc. 1 месяц назад
Compression.SevenZipDecoder.pas 690c8906a5 Case and whitespace cleanup. 1 месяц назад
Compression.Zlib.pas ae7e6a2211 64BB: Fix bunch of warnings (most introduced by TList.Count becoming 64-bit) by introducing inline vars/consts. Does not fix all of these warnings and even introduces new ones. 1 месяц назад
Compression.bzlib.pas 47f6fd7437 Fix more warnings. 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.GotoFileForm.dfm 344183e911 Fix caption and tab order. 1 месяц назад
IDE.GotoFileForm.pas dedaf8095b Fix. (Well actually, the listbox doesnt seem to care.) 2 месяцев назад
IDE.HelperFunc.pas 5b83360adb Add ToolsHelper. 3 месяцев назад
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 7c4854578a Cherry pick into is6: Compiler IDE: Added new 'Smart Home key' option, enabled by default. 1 неделя назад
IDE.ImagesModule.dfm b9bac50d20 More bits and pieces. 7 месяцев назад
IDE.ImagesModule.pas d31fba34a9 Fix use of light images in dark mode in a few places. Missed then when full dark mode support was added to the IDE. Extra cleanup: Add property getter for the other lists as well. 2 месяцев назад
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 d31fba34a9 Fix use of light images in dark mode in a few places. Missed then when full dark mode support was added to the IDE. Extra cleanup: Add property getter for the other lists as well. 2 месяцев назад
IDE.LicenseKeyForm.dfm 60a913fb15 Another final tweak 😋 6 месяцев назад
IDE.LicenseKeyForm.pas 60a913fb15 Another final tweak 😋 6 месяцев назад
IDE.MainForm.AutoCompleteAndCallTipsHelper.pas 159745abea Do know about "multi value" directives like WizardStyle versus "normal" ones. 2 месяцев назад
IDE.MainForm.FinalHelper.pas 57c412a8a8 Move 3 general functions. 3 месяцев назад
IDE.MainForm.FindReplaceHelper.pas 43b60c44c1 64-bit SetWindowLong GWL_WNDPROC fix. 1 месяц назад
IDE.MainForm.MRUHelper.pas 35bfc6901b Preceding change to PathCompare parameters broke IDE build. Oops. 2 месяцев назад
IDE.MainForm.NavigationHelper.pas 104fa14100 Moved this code back to MainForm but forgot to delete it from the helper. Thank you @Copilot. 3 месяцев назад
IDE.MainForm.ScintHelper.pas 9b0024eed7 More helper cleanup. 3 месяцев назад
IDE.MainForm.ToolsHelper.pas f68e792ae3 Cleanup. 2 месяцев назад
IDE.MainForm.UAHHelper.pas 468affff13 Whitespace cleanup. 3 месяцев назад
IDE.MainForm.UpdateMenuHelper.pas 412a5a9dfc EGotoFile prep work. 2 месяцев назад
IDE.MainForm.dfm 412a5a9dfc EGotoFile prep work. 2 месяцев назад
IDE.MainForm.pas 8b0cdd9f76 Cherry pick into is6: Added a banner that will appear in April 2026, inviting to use an ideas board. 5 дней назад
IDE.Messages.pas b86561f1aa Bump year. 5 месяцев назад
IDE.MsgBoxDesignerForm.dfm 5e4cb1a88e Use stock icons for the 4 images. 3 месяцев назад
IDE.MsgBoxDesignerForm.pas 274650d32b Use stock icons for NewDiskForm + WizardForm's SelectDirBitmapImage and PreparingErrorBitmapImage. 3 месяцев назад
IDE.OptionsForm.dfm 7c4854578a Cherry pick into is6: Compiler IDE: Added new 'Smart Home key' option, enabled by default. 1 неделя назад
IDE.OptionsForm.pas 7c4854578a Cherry pick into is6: Compiler IDE: Added new 'Smart Home key' option, enabled by default. 1 неделя назад
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 6d119764f4 Cherry pick into is6: Fix section end tag check issue introduced by fd867096. 2 дней назад
IDE.SignToolsForm.dfm 583f0fab7c Support older Delphi (2). 6 месяцев назад
IDE.SignToolsForm.pas f68e792ae3 Cleanup. 2 месяцев назад
IDE.StartupForm.dfm a75a2bf09d Add dark versions of isdonate.bmp and ismail.bmp. 3 месяцев назад
IDE.StartupForm.pas d31fba34a9 Fix use of light images in dark mode in a few places. Missed then when full dark mode support was added to the IDE. Extra cleanup: Add property getter for the other lists as well. 2 месяцев назад
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 ce0aa077ef Fix: Compiler IDE: The New Script Wizard would generate [Files] section entries with random values for the ExternalSize parameter. 5 месяцев назад
IDE.Wizard.WizardForm.dfm d5556cbd07 Update modern images. 3 месяцев назад
IDE.Wizard.WizardForm.pas 89beac29a1 Cherry pick into is6: Add support for using EmitLanguagesSection to script wizard + cleanup old islu code. 1 неделя назад
IDE.Wizard.WizardFormFilesHelper.pas ce0aa077ef Fix: Compiler IDE: The New Script Wizard would generate [Files] section entries with random values for the ExternalSize parameter. 5 месяцев назад
IDE.Wizard.WizardFormRegistryHelper.pas d31fba34a9 Fix use of light images in dark mode in a few places. Missed then when full dark mode support was added to the IDE. Extra cleanup: Add property getter for the other lists as well. 2 месяцев назад
ISPP.Base.pas 79f6abac06 Cleanup / clarify. 4 месяцев назад
ISPP.CTokenizer.pas 79f6abac06 Cleanup / clarify. 4 месяцев назад
ISPP.Consts.pas 5220dad995 Fix final ISPP warnings and update project/build. 4 месяцев назад
ISPP.Funcs.pas 45e4b60006 Cherry pick into is6: ISPP: The date and time separators of support functions GetDateTimeString and GetFileDateTimeString are now truly optional. Also improve docs. 2 недель назад
ISPP.IdentMan.pas be85d7999f Fix Delphi 10 & also 64-bit. 4 месяцев назад
ISPP.Intf.pas 95c2ce560e More cleanup. 4 месяцев назад
ISPP.Parser.pas 79f6abac06 Cleanup / clarify. 4 месяцев назад
ISPP.Preprocess.pas c5efc34c5e Cherry pick into is-6_7_0: Cleanup ISPP period adding in errors. 1 месяц назад
ISPP.Preprocessor.pas c5efc34c5e Cherry pick into is-6_7_0: Cleanup ISPP period adding in errors. 1 месяц назад
ISPP.Sessions.pas 95c2ce560e More cleanup. 4 месяцев назад
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 79f6abac06 Cleanup / clarify. 4 месяцев назад
Setup.DebugClient.pas aae4a22262 64BB: Fix more warnings. Going to assume a section will not contain over MaxInt entries. 1 месяц назад
Setup.DotNetFunc.pas 0674a85e13 Enable typed @ operator in Setup. 2 месяцев назад
Setup.DownloadFileFunc.pas f87a4df07b Improve and simplify retry code. 1 месяц назад
Setup.ExtractFileFunc.pas ae7e6a2211 64BB: Fix bunch of warnings (most introduced by TList.Count becoming 64-bit) by introducing inline vars/consts. Does not fix all of these warnings and even introduces new ones. 1 месяц назад
Setup.FileExtractor.pas 55541c6c05 Fix more 64-bit warnings and errors. Includes new ISLzmaDec-x64.obj and IS7zDec-x64.obj. Haven't yet checked Compression.LZMADecompressor or Compression.SevenZipDecoder for prototype issues, though I did guess memcpy and memset needed updates. 1 месяц назад
Setup.Helper.pas 47f6fd7437 Fix more warnings. 1 месяц назад
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 4e3005cd12 Fix 510dd5f6 BSTR issue. 3 месяцев назад
Setup.InstFunc.pas d97d1e20a9 Cherry pic into is6: Improved enumeration of the Windows PendingFileRenameOperations registry value. 4 недель назад
Setup.Install.HelperFunc.pas 47f6fd7437 Fix more warnings. 1 месяц назад
Setup.Install.pas 3695de81cf Fix final warnings, except ROPS and ScriptRunner + ScriptFunc. 1 месяц назад
Setup.LoggingFunc.pas a94852320f Randomize uninstall temp directory names (no more iu-14D2N.tmp) 3 месяцев назад
Setup.MainForm.pas ae7e6a2211 64BB: Fix bunch of warnings (most introduced by TList.Count becoming 64-bit) by introducing inline vars/consts. Does not fix all of these warnings and even introduces new ones. 1 месяц назад
Setup.MainFunc.pas d371965aa8 Cherry pick into is-6_7_0: Fix "unable to restart the computer" error on Windows Server. 1 месяц назад
Setup.MsiFunc.pas 9721508cbd Cleanup. 4 месяцев назад
Setup.NewDiskForm.dfm ac593bd72d Add new TPathEdit control (also to [Code]) which forces LTR and also auto-enables autocompletion + use it for all our Setup path edits. Fixes WizardForm.DirEdit and others allowing RTL since 6.5.2. 2 месяцев назад
Setup.NewDiskForm.pas ac593bd72d Add new TPathEdit control (also to [Code]) which forces LTR and also auto-enables autocompletion + use it for all our Setup path edits. Fixes WizardForm.DirEdit and others allowing RTL since 6.5.2. 2 месяцев назад
Setup.RedirFunc.pas 487c4f1779 Cleanup: SetupLdr doesn't actually use any Redir functionality so SetupLdrAndSetup.RedirFunc should be Setup.RedirFunc. Requires a few compiler directives in SetupLdrAndSetup.InstFunc. 3 месяцев назад
Setup.RegDLL.pas 487c4f1779 Cleanup: SetupLdr doesn't actually use any Redir functionality so SetupLdrAndSetup.RedirFunc should be Setup.RedirFunc. Requires a few compiler directives in SetupLdrAndSetup.InstFunc. 3 месяцев назад
Setup.RegSvr.pas 9b3e6307f8 Cleanup/clarify AppMessageBox/MsgBox which were really the same thing. No actual changes. 4 месяцев назад
Setup.ScriptClasses.pas e9dd8a84af Add NOCODE define which allows compilation of Setup which doesnt include ROPS and ignores any [Code]. Does not require changes to the rest of the code. Not active atm: intend to activate it in the initial versions of 64-bit Setup targets. Getting 64-bit version of [Code] is going to be a whole project on its own, likely requiring a 64-bit compiler first, likely also with a NOCODE version first. 1 месяц назад
Setup.ScriptFunc.HelperFunc.pas e9dd8a84af Add NOCODE define which allows compilation of Setup which doesnt include ROPS and ignores any [Code]. Does not require changes to the rest of the code. Not active atm: intend to activate it in the initial versions of 64-bit Setup targets. Getting 64-bit version of [Code] is going to be a whole project on its own, likely requiring a 64-bit compiler first, likely also with a NOCODE version first. 1 месяц назад
Setup.ScriptFunc.pas 47f6fd7437 Fix more warnings. 1 месяц назад
Setup.ScriptRunner.pas 4805eac586 Add missing CheckMustExist calls. 1 месяц назад
Setup.SecurityFunc.pas 55541c6c05 Fix more 64-bit warnings and errors. Includes new ISLzmaDec-x64.obj and IS7zDec-x64.obj. Haven't yet checked Compression.LZMADecompressor or Compression.SevenZipDecoder for prototype issues, though I did guess memcpy and memset needed updates. 1 месяц назад
Setup.SelectFolderForm.dfm ac593bd72d Add new TPathEdit control (also to [Code]) which forces LTR and also auto-enables autocompletion + use it for all our Setup path edits. Fixes WizardForm.DirEdit and others allowing RTL since 6.5.2. 2 месяцев назад
Setup.SelectFolderForm.pas f39e3285ae Make it work for dynamically created controls as well. Previous work for updating CurrentPPI showed how to do this. 2 месяцев назад
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 ae7e6a2211 64BB: Fix bunch of warnings (most introduced by TList.Count becoming 64-bit) by introducing inline vars/consts. Does not fix all of these warnings and even introduces new ones. 1 месяц назад
Setup.SetupForm.pas 2b4fcd2675 Cherry pick into is-6_7_0: 1 месяц назад
Setup.SpawnClient.pas d371965aa8 Cherry pick into is-6_7_0: Fix "unable to restart the computer" error on Windows Server. 1 месяц назад
Setup.SpawnCommon.pas d371965aa8 Cherry pick into is-6_7_0: Fix "unable to restart the computer" error on Windows Server. 1 месяц назад
Setup.SpawnServer.pas d371965aa8 Cherry pick into is-6_7_0: Fix "unable to restart the computer" error on Windows Server. 1 месяц назад
Setup.Start.pas 9c1619d286 Fix ExitCode warnings, modeled after SetupLdr. 2 месяцев назад
Setup.TaskDialogForm.dfm 00d7e6d419 Use '*' design-time captions as in other forms. 4 месяцев назад
Setup.TaskDialogForm.pas 2567634df0 Fix more warnings. 1 месяц назад
Setup.Uninstall.pas d371965aa8 Cherry pick into is-6_7_0: Fix "unable to restart the computer" error on Windows Server. 1 месяц назад
Setup.UninstallLog.pas 47f6fd7437 Fix more warnings. 1 месяц назад
Setup.UninstallProgressForm.dfm 78ab5b0782 Fix 2 missing changes done to Setup a while ago, but not to Uninstall. 3 месяцев назад
Setup.UninstallProgressForm.pas 18e07d7c13 64BB: Reviewed MD5, SHA1, UIStateForm, TaskbarProgressFunc and SimpleExpression. 1 месяц назад
Setup.UninstallSharedFileForm.dfm bfbf0b7419 Fix 352e1733. 4 месяцев назад
Setup.UninstallSharedFileForm.pas 4fad6aa285 Rename BidiCtrls to NewCtrls. 2 месяцев назад
Setup.WizardForm.CustomPages.pas 883b85a4e1 Cherry pick into is6: TNewPathEdit: Only include directories in AutoComplete lists by default. 2 недель назад
Setup.WizardForm.dfm ac593bd72d Add new TPathEdit control (also to [Code]) which forces LTR and also auto-enables autocompletion + use it for all our Setup path edits. Fixes WizardForm.DirEdit and others allowing RTL since 6.5.2. 2 месяцев назад
Setup.WizardForm.pas 3814b80046 Cherry pick into is-6_7_0: [Setup] section directives UsePreviousAppDir, UsePreviousGroup, UsePreviousSetupType, UsePreviousTasks, and UsePreviousUserInfo may now be set to a boolean expression, which may contain calls to check functions. For example: UsePreviousAppDir=not PortableCheck. 1 месяц назад
SetupLdrAndSetup.InstFunc.pas 7e8aa77d41 Fix more warnings in various places. Had trouble keeping the focus on a single unit at a time. 2 месяцев назад
SetupLdrAndSetup.Messages.pas 8f4258cf76 Fix a few warnings and other cleanup. 2 месяцев назад
SetupLdrAndSetup.XPTheme-x64.manifest afcb50b7ba .x86/.x64 -> -x86/-x64 1 месяц назад
SetupLdrAndSetup.XPTheme-x64.rc 65bbef054e Fix typo. 1 месяц назад
SetupLdrAndSetup.XPTheme-x64.res afcb50b7ba .x86/.x64 -> -x86/-x64 1 месяц назад
SetupLdrAndSetup.XPTheme-x86.manifest afcb50b7ba .x86/.x64 -> -x86/-x64 1 месяц назад
SetupLdrAndSetup.XPTheme-x86.rc afcb50b7ba .x86/.x64 -> -x86/-x64 1 месяц назад
SetupLdrAndSetup.XPTheme-x86.res afcb50b7ba .x86/.x64 -> -x86/-x64 1 месяц назад
SetupLdrAndSetup.XPTheme.pas 6f7accf061 Missed this WIN32 define in c5bbae1f. 1 месяц назад
Shared.CommonFunc.Vcl.pas 2567634df0 Fix more warnings. 1 месяц назад
Shared.CommonFunc.pas 7282bca0e5 Cherry pick into is-6_7_0: Add ISPP support function Is64BitPEImage. 1 месяц назад
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 2567634df0 Fix more warnings. 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 51b80158d3 Cherry pick into is6: Add retry support to CopyFileOrAbort. 1 месяц назад
Shared.LangOptionsSectionDirectives.pas fc6f10ff02 Cleanup for obsolete TitleFontName/Size and CopyrightFontName/Size. 3 месяцев назад
Shared.LicenseFunc.pas cc19e84037 Fix ISCC warnings and update project/build. 4 месяцев назад
Shared.PreprocInt.pas b50e481790 A few more renames. 1 год назад
Shared.ScriptFunc.pas 0a8bd21a35 Add PathEndsWith to [Code]. 1 месяц назад
Shared.SetupEntFunc.pas 1ba0d48e16 Fix prototypes and stuff + add comment. It now works up until reading the second TSetupFileEntry. 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 31e5584558 Merge branch 'main' into FormBackgroundStyleHook 2 месяцев назад
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 aae4a22262 64BB: Fix more warnings. Going to assume a section will not contain over MaxInt entries. 1 месяц назад
Shared.SignToolsFunc.pas 0dae69edd5 Cleanup/split CompTypes unit. 1 год назад
Shared.Struct.pas c970cb9e4c is6: Bump version. 1 день назад
Shared.TaskDialogFunc.pas ae7e6a2211 64BB: Fix bunch of warnings (most introduced by TList.Count becoming 64-bit) by introducing inline vars/consts. Does not fix all of these warnings and even introduces new ones. 1 месяц назад
Shared.VerInfoFunc.pas 9721508cbd Cleanup. 4 месяцев назад