Martijn Laan c970cb9e4c is6: Bump version. há 1 dia atrás
..
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. há 1 mês atrás
Compression.LZMACompressor 6971ddf49c A few more .gitgnore updates. há 6 meses atrás
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. há 1 mês atrás
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. há 1 mês atrás
Setup.HelperEXEs 47f6fd7437 Fix more warnings. há 1 mês atrás
Compiler.BuiltinPreproc.pas b2df5696ba Split off more. Compiler.SetupCompiler has the Git history of what was Compiler.Compile.pas (and Compile.pas before that). há 1 ano atrás
Compiler.Compile.pas 0759cc7b87 Update for unit split + use TrustedFile before loading ISCmplr.dll. há 11 meses atrás
Compiler.CompressionHandler.pas 762eb0fce0 Fix some ICmplr warnings. há 1 mês atrás
Compiler.ExeUpdateFunc.pas 2b4fcd2675 Cherry pick into is-6_7_0: há 1 mês atrás
Compiler.HelperFunc.pas 53d4b32270 Check for 'cl' prefix using ordinal string compare (PathStartsWith). há 2 meses atrás
Compiler.Messages.pas 2b4fcd2675 Cherry pick into is-6_7_0: há 1 mês atrás
Compiler.ScriptClasses.pas 8d37425049 Cherry pick into is6: Add new Alignment property to support class TNewStaticText. há 2 dias atrás
Compiler.ScriptCompiler.pas 6a57c0fd43 Update comment. há 1 ano atrás
Compiler.ScriptFunc.pas a4dcbec6ce Allow [Code] to update or remove the wizard background image (but not the color). há 2 meses atrás
Compiler.SetupCompiler.pas f1b625a566 Cherry pick into is6: Fix SCompilerLanguagesOrISSigKeysBadName error for bad language names. há 1 semana atrás
Compiler.StringLists.pas 762eb0fce0 Fix some ICmplr warnings. há 1 mês atrás
Compression.Base.pas 6b21a6d88f Update Hdr.StoredSize check for change to Int64, and drop unneeded cast. há 2 meses atrás
Compression.LZMA1SmallDecompressor.pas 827127a321 Cleanup. há 1 mês atrás
Compression.LZMACompressor.pas 762eb0fce0 Fix some ICmplr warnings. há 1 mês atrás
Compression.LZMADecompressor.pas 827127a321 Cleanup. há 1 mês atrás
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 há 8 meses atrás
Compression.SevenZipDLLDecoder.pas 3695de81cf Fix final warnings, except ROPS and ScriptRunner + ScriptFunc. há 1 mês atrás
Compression.SevenZipDecoder.pas 690c8906a5 Case and whitespace cleanup. há 1 mês atrás
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. há 1 mês atrás
Compression.bzlib.pas 47f6fd7437 Fix more warnings. há 1 mês atrás
IDE.FileAssocFunc.pas 5e15dbf450 More file association work. há 1 ano atrás
IDE.FilesDesignerForm.dfm 8ea8b45d08 New Script Wizard and the Generate [Files] Entries tool: add support for download and extractarchive. há 5 meses atrás
IDE.FilesDesignerForm.pas 8ea8b45d08 New Script Wizard and the Generate [Files] Entries tool: add support for download and extractarchive. há 5 meses atrás
IDE.GotoFileForm.dfm 344183e911 Fix caption and tab order. há 1 mês atrás
IDE.GotoFileForm.pas dedaf8095b Fix. (Well actually, the listbox doesnt seem to care.) há 2 meses atrás
IDE.HelperFunc.pas 5b83360adb Add ToolsHelper. há 3 meses atrás
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. há 1 ano atrás
IDE.IDEScintEdit.pas 7c4854578a Cherry pick into is6: Compiler IDE: Added new 'Smart Home key' option, enabled by default. há 1 semana atrás
IDE.ImagesModule.dfm b9bac50d20 More bits and pieces. há 7 meses atrás
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. há 2 meses atrás
IDE.InputQueryComboForm.dfm d7c70d64e9 Removed the length limitation when entering a Sign Tool command and increased control height. há 1 ano atrás
IDE.InputQueryComboForm.pas 8f375565e8 Add InitFormTheme to rest of the forms. há 7 meses atrás
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. há 6 meses atrás
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. há 2 meses atrás
IDE.LicenseKeyForm.dfm 60a913fb15 Another final tweak 😋 há 6 meses atrás
IDE.LicenseKeyForm.pas 60a913fb15 Another final tweak 😋 há 6 meses atrás
IDE.MainForm.AutoCompleteAndCallTipsHelper.pas 159745abea Do know about "multi value" directives like WizardStyle versus "normal" ones. há 2 meses atrás
IDE.MainForm.FinalHelper.pas 57c412a8a8 Move 3 general functions. há 3 meses atrás
IDE.MainForm.FindReplaceHelper.pas 43b60c44c1 64-bit SetWindowLong GWL_WNDPROC fix. há 1 mês atrás
IDE.MainForm.MRUHelper.pas 35bfc6901b Preceding change to PathCompare parameters broke IDE build. Oops. há 2 meses atrás
IDE.MainForm.NavigationHelper.pas 104fa14100 Moved this code back to MainForm but forgot to delete it from the helper. Thank you @Copilot. há 3 meses atrás
IDE.MainForm.ScintHelper.pas 9b0024eed7 More helper cleanup. há 3 meses atrás
IDE.MainForm.ToolsHelper.pas f68e792ae3 Cleanup. há 2 meses atrás
IDE.MainForm.UAHHelper.pas 468affff13 Whitespace cleanup. há 3 meses atrás
IDE.MainForm.UpdateMenuHelper.pas 412a5a9dfc EGotoFile prep work. há 2 meses atrás
IDE.MainForm.dfm 412a5a9dfc EGotoFile prep work. há 2 meses atrás
IDE.MainForm.pas 8b0cdd9f76 Cherry pick into is6: Added a banner that will appear in April 2026, inviting to use an ideas board. há 5 dias atrás
IDE.Messages.pas b86561f1aa Bump year. há 5 meses atrás
IDE.MsgBoxDesignerForm.dfm 5e4cb1a88e Use stock icons for the 4 images. há 3 meses atrás
IDE.MsgBoxDesignerForm.pas 274650d32b Use stock icons for NewDiskForm + WizardForm's SelectDirBitmapImage and PreparingErrorBitmapImage. há 3 meses atrás
IDE.OptionsForm.dfm 7c4854578a Cherry pick into is6: Compiler IDE: Added new 'Smart Home key' option, enabled by default. há 1 semana atrás
IDE.OptionsForm.pas 7c4854578a Cherry pick into is6: Compiler IDE: Added new 'Smart Home key' option, enabled by default. há 1 semana atrás
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. há 6 meses atrás
IDE.RegistryDesignerForm.pas 06097103bb Missed bits & pieces. há 6 meses atrás
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. há 1 ano atrás
IDE.ScintStylerInnoSetup.pas 6d119764f4 Cherry pick into is6: Fix section end tag check issue introduced by fd867096. há 2 dias atrás
IDE.SignToolsForm.dfm 583f0fab7c Support older Delphi (2). há 6 meses atrás
IDE.SignToolsForm.pas f68e792ae3 Cleanup. há 2 meses atrás
IDE.StartupForm.dfm a75a2bf09d Add dark versions of isdonate.bmp and ismail.bmp. há 3 meses atrás
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. há 2 meses atrás
IDE.Wizard.WizardFileForm.dfm 8ea8b45d08 New Script Wizard and the Generate [Files] Entries tool: add support for download and extractarchive. há 5 meses atrás
IDE.Wizard.WizardFileForm.pas ce0aa077ef Fix: Compiler IDE: The New Script Wizard would generate [Files] section entries with random values for the ExternalSize parameter. há 5 meses atrás
IDE.Wizard.WizardForm.dfm d5556cbd07 Update modern images. há 3 meses atrás
IDE.Wizard.WizardForm.pas 89beac29a1 Cherry pick into is6: Add support for using EmitLanguagesSection to script wizard + cleanup old islu code. há 1 semana atrás
IDE.Wizard.WizardFormFilesHelper.pas ce0aa077ef Fix: Compiler IDE: The New Script Wizard would generate [Files] section entries with random values for the ExternalSize parameter. há 5 meses atrás
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. há 2 meses atrás
ISPP.Base.pas 79f6abac06 Cleanup / clarify. há 4 meses atrás
ISPP.CTokenizer.pas 79f6abac06 Cleanup / clarify. há 4 meses atrás
ISPP.Consts.pas 5220dad995 Fix final ISPP warnings and update project/build. há 4 meses atrás
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. há 2 semanas atrás
ISPP.IdentMan.pas be85d7999f Fix Delphi 10 & also 64-bit. há 4 meses atrás
ISPP.Intf.pas 95c2ce560e More cleanup. há 4 meses atrás
ISPP.Parser.pas 79f6abac06 Cleanup / clarify. há 4 meses atrás
ISPP.Preprocess.pas c5efc34c5e Cherry pick into is-6_7_0: Cleanup ISPP period adding in errors. há 1 mês atrás
ISPP.Preprocessor.pas c5efc34c5e Cherry pick into is-6_7_0: Cleanup ISPP period adding in errors. há 1 mês atrás
ISPP.Sessions.pas 95c2ce560e More cleanup. há 4 meses atrás
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. há 1 ano atrás
ISPP.VarUtils.pas 79f6abac06 Cleanup / clarify. há 4 meses atrás
Setup.DebugClient.pas aae4a22262 64BB: Fix more warnings. Going to assume a section will not contain over MaxInt entries. há 1 mês atrás
Setup.DotNetFunc.pas 0674a85e13 Enable typed @ operator in Setup. há 2 meses atrás
Setup.DownloadFileFunc.pas f87a4df07b Improve and simplify retry code. há 1 mês atrás
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. há 1 mês atrás
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. há 1 mês atrás
Setup.Helper.pas 47f6fd7437 Fix more warnings. há 1 mês atrás
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. há 1 ano atrás
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. há 1 ano atrás
Setup.HelperEXEs.res.issig 5c7e73546c Add issig file-tag value, internal only so far. Redo all .issig for this. há 7 meses atrás
Setup.ISSigVerifyFunc.pas 4a1b0c3048 Cleanup: move ISSigVerify functions out of Setup.Install into new unit. há 6 meses atrás
Setup.InstFunc.Ole.pas 4e3005cd12 Fix 510dd5f6 BSTR issue. há 3 meses atrás
Setup.InstFunc.pas d97d1e20a9 Cherry pic into is6: Improved enumeration of the Windows PendingFileRenameOperations registry value. há 4 semanas atrás
Setup.Install.HelperFunc.pas 47f6fd7437 Fix more warnings. há 1 mês atrás
Setup.Install.pas 3695de81cf Fix final warnings, except ROPS and ScriptRunner + ScriptFunc. há 1 mês atrás
Setup.LoggingFunc.pas a94852320f Randomize uninstall temp directory names (no more iu-14D2N.tmp) há 3 meses atrás
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. há 1 mês atrás
Setup.MainFunc.pas d371965aa8 Cherry pick into is-6_7_0: Fix "unable to restart the computer" error on Windows Server. há 1 mês atrás
Setup.MsiFunc.pas 9721508cbd Cleanup. há 4 meses atrás
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. há 2 meses atrás
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. há 2 meses atrás
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. há 3 meses atrás
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. há 3 meses atrás
Setup.RegSvr.pas 9b3e6307f8 Cleanup/clarify AppMessageBox/MsgBox which were really the same thing. No actual changes. há 4 meses atrás
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. há 1 mês atrás
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. há 1 mês atrás
Setup.ScriptFunc.pas 47f6fd7437 Fix more warnings. há 1 mês atrás
Setup.ScriptRunner.pas 4805eac586 Add missing CheckMustExist calls. há 1 mês atrás
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. há 1 mês atrás
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. há 2 meses atrás
Setup.SelectFolderForm.pas f39e3285ae Make it work for dynamically created controls as well. Previous work for updating CurrentPPI showed how to do this. há 2 meses atrás
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. há 1 ano atrás
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. há 1 mês atrás
Setup.SetupForm.pas 2b4fcd2675 Cherry pick into is-6_7_0: há 1 mês atrás
Setup.SpawnClient.pas d371965aa8 Cherry pick into is-6_7_0: Fix "unable to restart the computer" error on Windows Server. há 1 mês atrás
Setup.SpawnCommon.pas d371965aa8 Cherry pick into is-6_7_0: Fix "unable to restart the computer" error on Windows Server. há 1 mês atrás
Setup.SpawnServer.pas d371965aa8 Cherry pick into is-6_7_0: Fix "unable to restart the computer" error on Windows Server. há 1 mês atrás
Setup.Start.pas 9c1619d286 Fix ExitCode warnings, modeled after SetupLdr. há 2 meses atrás
Setup.TaskDialogForm.dfm 00d7e6d419 Use '*' design-time captions as in other forms. há 4 meses atrás
Setup.TaskDialogForm.pas 2567634df0 Fix more warnings. há 1 mês atrás
Setup.Uninstall.pas d371965aa8 Cherry pick into is-6_7_0: Fix "unable to restart the computer" error on Windows Server. há 1 mês atrás
Setup.UninstallLog.pas 47f6fd7437 Fix more warnings. há 1 mês atrás
Setup.UninstallProgressForm.dfm 78ab5b0782 Fix 2 missing changes done to Setup a while ago, but not to Uninstall. há 3 meses atrás
Setup.UninstallProgressForm.pas 18e07d7c13 64BB: Reviewed MD5, SHA1, UIStateForm, TaskbarProgressFunc and SimpleExpression. há 1 mês atrás
Setup.UninstallSharedFileForm.dfm bfbf0b7419 Fix 352e1733. há 4 meses atrás
Setup.UninstallSharedFileForm.pas 4fad6aa285 Rename BidiCtrls to NewCtrls. há 2 meses atrás
Setup.WizardForm.CustomPages.pas 883b85a4e1 Cherry pick into is6: TNewPathEdit: Only include directories in AutoComplete lists by default. há 2 semanas atrás
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. há 2 meses atrás
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. há 1 mês atrás
SetupLdrAndSetup.InstFunc.pas 7e8aa77d41 Fix more warnings in various places. Had trouble keeping the focus on a single unit at a time. há 2 meses atrás
SetupLdrAndSetup.Messages.pas 8f4258cf76 Fix a few warnings and other cleanup. há 2 meses atrás
SetupLdrAndSetup.XPTheme-x64.manifest afcb50b7ba .x86/.x64 -> -x86/-x64 há 1 mês atrás
SetupLdrAndSetup.XPTheme-x64.rc 65bbef054e Fix typo. há 1 mês atrás
SetupLdrAndSetup.XPTheme-x64.res afcb50b7ba .x86/.x64 -> -x86/-x64 há 1 mês atrás
SetupLdrAndSetup.XPTheme-x86.manifest afcb50b7ba .x86/.x64 -> -x86/-x64 há 1 mês atrás
SetupLdrAndSetup.XPTheme-x86.rc afcb50b7ba .x86/.x64 -> -x86/-x64 há 1 mês atrás
SetupLdrAndSetup.XPTheme-x86.res afcb50b7ba .x86/.x64 -> -x86/-x64 há 1 mês atrás
SetupLdrAndSetup.XPTheme.pas 6f7accf061 Missed this WIN32 define in c5bbae1f. há 1 mês atrás
Shared.CommonFunc.Vcl.pas 2567634df0 Fix more warnings. há 1 mês atrás
Shared.CommonFunc.pas 7282bca0e5 Cherry pick into is-6_7_0: Add ISPP support function Is64BitPEImage. há 1 mês atrás
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. há 11 meses atrás
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. há 8 meses atrás
Shared.ConfigIniFile.pas 0dae69edd5 Cleanup/split CompTypes unit. há 1 ano atrás
Shared.DebugStruct.pas 2567634df0 Fix more warnings. há 1 mês atrás
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). há 1 ano atrás
Shared.EncryptionFunc.pas 383e528c7d More cleanup. há 6 meses atrás
Shared.FileClass.pas 51b80158d3 Cherry pick into is6: Add retry support to CopyFileOrAbort. há 1 mês atrás
Shared.LangOptionsSectionDirectives.pas fc6f10ff02 Cleanup for obsolete TitleFontName/Size and CopyrightFontName/Size. há 3 meses atrás
Shared.LicenseFunc.pas cc19e84037 Fix ISCC warnings and update project/build. há 4 meses atrás
Shared.PreprocInt.pas b50e481790 A few more renames. há 1 ano atrás
Shared.ScriptFunc.pas 0a8bd21a35 Add PathEndsWith to [Code]. há 1 mês atrás
Shared.SetupEntFunc.pas 1ba0d48e16 Fix prototypes and stuff + add comment. It now works up until reading the second TSetupFileEntry. há 1 mês atrás
Shared.SetupMessageIDs.pas 27e7d3aef9 Add new RetryCancelCancel message to improve AskRetryDownloadArchivesToExtract's and RenameUninstallExe's task dialogs. This is the final new message. 😅 há 7 meses atrás
Shared.SetupSectionDirectives.pas 31e5584558 Merge branch 'main' into FormBackgroundStyleHook há 2 meses atrás
Shared.SetupSteps.pas e955344670 Cleanup Compil32 using Shared.SetupTypes since last july: move the required types (TSetupStep and TUninstallStep) into a new unit instead. há 1 ano atrás
Shared.SetupTypes.pas aae4a22262 64BB: Fix more warnings. Going to assume a section will not contain over MaxInt entries. há 1 mês atrás
Shared.SignToolsFunc.pas 0dae69edd5 Cleanup/split CompTypes unit. há 1 ano atrás
Shared.Struct.pas c970cb9e4c is6: Bump version. há 1 dia atrás
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. há 1 mês atrás
Shared.VerInfoFunc.pas 9721508cbd Cleanup. há 4 meses atrás