| .. |
|
Compression.LZMA1SmallDecompressor
|
5c7e73546c
Add issig file-tag value, internal only so far. Redo all .issig for this.
|
7 months ago |
|
Compression.LZMACompressor
|
6971ddf49c
A few more .gitgnore updates.
|
6 months ago |
|
Compression.LZMADecompressor
|
cbe03bd811
A few gitignore updates.
|
6 months ago |
|
Compression.SevenZipDecoder
|
cbe03bd811
A few gitignore updates.
|
6 months ago |
|
Setup.HelperEXEs
|
6f45241f7f
Cleanup .manifest.txt -> .manifest
|
7 months ago |
|
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 year ago |
|
Compiler.Compile.pas
|
0759cc7b87
Update for unit split + use TrustedFile before loading ISCmplr.dll.
|
11 months ago |
|
Compiler.CompressionHandler.pas
|
f063700a2b
Make AddrOffset a UInt32.
|
4 months ago |
|
Compiler.ExeUpdateFunc.pas
|
274650d32b
Use stock icons for NewDiskForm + WizardForm's SelectDirBitmapImage and PreparingErrorBitmapImage.
|
3 months ago |
|
Compiler.HelperFunc.pas
|
1cfdc2fb58
Cleanup/modernize. This also gives colors like clWindow their truely correct value, because it should or with $FF000000 instead of $80000000.
|
4 months ago |
|
Compiler.Messages.pas
|
1de15d657e
Merge branch 'main' into setup-style
|
5 months ago |
|
Compiler.ScriptClasses.pas
|
ccb9dab19e
Introduce new properties needed for controls which use alLeft+akRight or akTop+akBottom to grow if SizePercentX/Y > 100, and not SurfaceWidth/Height.
|
3 months ago |
|
Compiler.ScriptCompiler.pas
|
6a57c0fd43
Update comment.
|
1 year ago |
|
Compiler.ScriptFunc.pas
|
1cc92411e4
Add support functions InitializeBitmapButtonFromStockIcon and InitializeBitmapImageFromStockIcon. Added as functions instead of class members because that's how InitializeBitmapButtonFromIcon were added, which was because array parameters for class members are not supported.
|
3 months ago |
|
Compiler.SetupCompiler.pas
|
abf374494a
Fix 40d1fd38 + update comment.
|
3 months ago |
|
Compiler.StringLists.pas
|
9254dce05d
Remove outdated LowFrag lists code.
|
9 months ago |
|
Compression.Base.pas
|
f063700a2b
Make AddrOffset a UInt32.
|
4 months ago |
|
Compression.LZMA1SmallDecompressor.pas
|
6c3097954e
Fix remaining SetupLdr warnings except for one.
|
4 months ago |
|
Compression.LZMACompressor.pas
|
6c3097954e
Fix remaining SetupLdr warnings except for one.
|
4 months ago |
|
Compression.LZMADecompressor.pas
|
6c3097954e
Fix remaining SetupLdr warnings except for one.
|
4 months ago |
|
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 months ago |
|
Compression.SevenZipDLLDecoder.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 months ago |
|
Compression.SevenZipDecoder.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 months ago |
|
Compression.Zlib.pas
|
6c3097954e
Fix remaining SetupLdr warnings except for one.
|
4 months ago |
|
Compression.bzlib.pas
|
6c3097954e
Fix remaining SetupLdr warnings except for one.
|
4 months ago |
|
IDE.FileAssocFunc.pas
|
5e15dbf450
More file association work.
|
1 year ago |
|
IDE.FilesDesignerForm.dfm
|
8ea8b45d08
New Script Wizard and the Generate [Files] Entries tool: add support for download and extractarchive.
|
5 months ago |
|
IDE.FilesDesignerForm.pas
|
8ea8b45d08
New Script Wizard and the Generate [Files] Entries tool: add support for download and extractarchive.
|
5 months ago |
|
IDE.HelperFunc.pas
|
5b83360adb
Add ToolsHelper.
|
3 months ago |
|
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 year ago |
|
IDE.IDEScintEdit.pas
|
b72b7c3841
Update to Scintilla 5.5.7.
|
8 months ago |
|
IDE.ImagesModule.dfm
|
b9bac50d20
More bits and pieces.
|
7 months ago |
|
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 months ago |
|
IDE.InputQueryComboForm.dfm
|
d7c70d64e9
Removed the length limitation when entering a Sign Tool command and increased control height.
|
1 year ago |
|
IDE.InputQueryComboForm.pas
|
8f375565e8
Add InitFormTheme to rest of the forms.
|
7 months ago |
|
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 months ago |
|
IDE.InputQueryMemoForm.pas
|
e1255a17a0
Cleanup.
|
5 months ago |
|
IDE.LicenseKeyForm.dfm
|
60a913fb15
Another final tweak 😋
|
6 months ago |
|
IDE.LicenseKeyForm.pas
|
60a913fb15
Another final tweak 😋
|
6 months ago |
|
IDE.MainForm.AutoCompleteAndCallTipsHelper.pas
|
9b0024eed7
More helper cleanup.
|
3 months ago |
|
IDE.MainForm.FinalHelper.pas
|
57c412a8a8
Move 3 general functions.
|
3 months ago |
|
IDE.MainForm.FindReplaceHelper.pas
|
614136518d
Move UpdateFindResult to its proper place in FindReplaceHelper.
|
3 months ago |
|
IDE.MainForm.MRUHelper.pas
|
34d9e74c9b
Use a chain of class helpers to move groups of related functions from IDE.MainForm into their own units, without any actual changes. So no refactoring at all, it just helps to break up IDE.MainForm is smaller bits which is really needed. Could be done cleaner with refactoring but not willing to refactor this code. Todo: find and move more groups.
|
3 months ago |
|
IDE.MainForm.NavigationHelper.pas
|
104fa14100
Moved this code back to MainForm but forgot to delete it from the helper. Thank you @Copilot.
|
3 months ago |
|
IDE.MainForm.ScintHelper.pas
|
9b0024eed7
More helper cleanup.
|
3 months ago |
|
IDE.MainForm.ToolsHelper.pas
|
9b0024eed7
More helper cleanup.
|
3 months ago |
|
IDE.MainForm.UAHHelper.pas
|
468affff13
Whitespace cleanup.
|
3 months ago |
|
IDE.MainForm.UpdateMenuHelper.pas
|
f49769949f
Move UpdateNewMainFileButtons as well.
|
3 months ago |
|
IDE.MainForm.dfm
|
f82ebfcac9
Clarify.
|
3 months ago |
|
IDE.MainForm.pas
|
57c412a8a8
Move 3 general functions.
|
3 months ago |
|
IDE.Messages.pas
|
b86561f1aa
Bump year.
|
5 months ago |
|
IDE.MsgBoxDesignerForm.dfm
|
5e4cb1a88e
Use stock icons for the 4 images.
|
3 months ago |
|
IDE.MsgBoxDesignerForm.pas
|
274650d32b
Use stock icons for NewDiskForm + WizardForm's SelectDirBitmapImage and PreparingErrorBitmapImage.
|
3 months ago |
|
IDE.OptionsForm.dfm
|
54c1e45602
Tweak alignment.
|
4 months ago |
|
IDE.OptionsForm.pas
|
aee9b00985
Add options UI.
|
6 months ago |
|
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 months ago |
|
IDE.RegistryDesignerForm.pas
|
06097103bb
Missed bits & pieces.
|
6 months ago |
|
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 year ago |
|
IDE.ScintStylerInnoSetup.pas
|
1cc92411e4
Add support functions InitializeBitmapButtonFromStockIcon and InitializeBitmapImageFromStockIcon. Added as functions instead of class members because that's how InitializeBitmapButtonFromIcon were added, which was because array parameters for class members are not supported.
|
3 months ago |
|
IDE.SignToolsForm.dfm
|
583f0fab7c
Support older Delphi (2).
|
6 months ago |
|
IDE.SignToolsForm.pas
|
9b3e6307f8
Cleanup/clarify AppMessageBox/MsgBox which were really the same thing. No actual changes.
|
4 months ago |
|
IDE.StartupForm.dfm
|
82ade0c170
Make TBitmapImage/Button work better design-time by only publishing PngImage.
|
5 months ago |
|
IDE.StartupForm.pas
|
a353ec28cc
Merge branch 'main' into licensekeys
|
6 months ago |
|
IDE.Wizard.WizardFileForm.dfm
|
8ea8b45d08
New Script Wizard and the Generate [Files] Entries tool: add support for download and extractarchive.
|
5 months ago |
|
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 months ago |
|
IDE.Wizard.WizardForm.dfm
|
d5556cbd07
Update modern images.
|
3 months ago |
|
IDE.Wizard.WizardForm.pas
|
fbaeb52bd6
Update default WelcomeFont to 14 pt Segoe UI.
|
3 months ago |
|
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 months ago |
|
IDE.Wizard.WizardFormRegistryHelper.pas
|
e1255a17a0
Cleanup.
|
5 months ago |
|
ISPP.Base.pas
|
79f6abac06
Cleanup / clarify.
|
4 months ago |
|
ISPP.CTokenizer.pas
|
79f6abac06
Cleanup / clarify.
|
4 months ago |
|
ISPP.Consts.pas
|
5220dad995
Fix final ISPP warnings and update project/build.
|
4 months ago |
|
ISPP.Funcs.pas
|
0f01ba70bd
Fix 64-bit issue + add check for TConditionalBlockInfo size.
|
4 months ago |
|
ISPP.IdentMan.pas
|
be85d7999f
Fix Delphi 10 & also 64-bit.
|
4 months ago |
|
ISPP.Intf.pas
|
95c2ce560e
More cleanup.
|
4 months ago |
|
ISPP.Parser.pas
|
79f6abac06
Cleanup / clarify.
|
4 months ago |
|
ISPP.Preprocess.pas
|
9a713a0fb0
Revert back to old code now that VerboseLevel is an Integer.
|
4 months ago |
|
ISPP.Preprocessor.pas
|
95c2ce560e
More cleanup.
|
4 months ago |
|
ISPP.Sessions.pas
|
95c2ce560e
More cleanup.
|
4 months ago |
|
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 year ago |
|
ISPP.VarUtils.pas
|
79f6abac06
Cleanup / clarify.
|
4 months ago |
|
Setup.DebugClient.pas
|
b1c9115fe6
Setup.DebugClient: Bring to foreground successfully when no forms are visible.
|
1 year ago |
|
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 year ago |
|
Setup.DownloadFileFunc.pas
|
616205f8fe
Remove support for TLS 1.0 and 1.1 on all versions of Windows.
|
5 months ago |
|
Setup.ExtractFileFunc.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 months ago |
|
Setup.FileExtractor.pas
|
f063700a2b
Make AddrOffset a UInt32.
|
4 months ago |
|
Setup.Helper.pas
|
4ae43526d8
Setup.Helper: Remove Int64Em dependency.
|
7 months ago |
|
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 year ago |
|
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 year ago |
|
Setup.HelperEXEs.res.issig
|
5c7e73546c
Add issig file-tag value, internal only so far. Redo all .issig for this.
|
7 months ago |
|
Setup.ISSigVerifyFunc.pas
|
4a1b0c3048
Cleanup: move ISSigVerify functions out of Setup.Install into new unit.
|
6 months ago |
|
Setup.InstFunc.Ole.pas
|
4e3005cd12
Fix 510dd5f6 BSTR issue.
|
4 months ago |
|
Setup.InstFunc.pas
|
80b474514a
Cleanup, no actual changes.
|
3 months ago |
|
Setup.Install.HelperFunc.pas
|
13d7597049
ScaleFrom -> BaseScale.
|
4 months ago |
|
Setup.Install.pas
|
972e4066a9
Add excludelightbuttons style modifier.
|
3 months ago |
|
Setup.LoggingFunc.pas
|
a94852320f
Randomize uninstall temp directory names (no more iu-14D2N.tmp)
|
3 months ago |
|
Setup.MainForm.pas
|
9b3e6307f8
Cleanup/clarify AppMessageBox/MsgBox which were really the same thing. No actual changes.
|
4 months ago |
|
Setup.MainFunc.pas
|
ed73e35a9c
Add new /NOSTYLE command-line parameter to Setup and Uninstall, to disable custom styles.
|
3 months ago |
|
Setup.MsiFunc.pas
|
9721508cbd
Cleanup.
|
4 months ago |
|
Setup.NewDiskForm.dfm
|
816fe8ce6e
Setup: Set PopupMode=pmAuto on modal forms.
|
1 year ago |
|
Setup.NewDiskForm.pas
|
911edd7e89
Resize before page initialization.
|
3 months ago |
|
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 months ago |
|
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 months ago |
|
Setup.RegSvr.pas
|
9b3e6307f8
Cleanup/clarify AppMessageBox/MsgBox which were really the same thing. No actual changes.
|
4 months ago |
|
Setup.ScriptClasses.pas
|
911edd7e89
Resize before page initialization.
|
3 months ago |
|
Setup.ScriptDlg.pas
|
273dad7916
Cleanup runtime anchor setters, as they no longer perform any function. Note: even if per-monitor DPI awareness is added, these setters would remain redundant because DPI awareness affects scaling, not sizing.
|
3 months ago |
|
Setup.ScriptFunc.HelperFunc.pas
|
768d6dacc3
Update SetFontNameSize call I missed before.
|
3 months ago |
|
Setup.ScriptFunc.pas
|
ae25a555ef
Switch to better method for keeping aspect ratio.
|
3 months ago |
|
Setup.ScriptRunner.pas
|
3d73f01688
Condense the logging of DLL function imports a bit.
|
1 year ago |
|
Setup.SecurityFunc.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 months ago |
|
Setup.SelectFolderForm.dfm
|
816fe8ce6e
Setup: Set PopupMode=pmAuto on modal forms.
|
1 year ago |
|
Setup.SelectFolderForm.pas
|
f6b82f226f
Fix TSelectFolderForm control positioning when BrowseDialogLabel wraps.
|
3 months ago |
|
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 year ago |
|
Setup.SelectLanguageForm.pas
|
911edd7e89
Resize before page initialization.
|
3 months ago |
|
Setup.SetupForm.pas
|
179c223b2c
Improve HandleNeeded code once more.
|
3 months ago |
|
Setup.SpawnClient.pas
|
028432c711
Revert adding Redir suffixes + TRedir<T>.
|
9 months ago |
|
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 year ago |
|
Setup.SpawnServer.pas
|
9c662b966f
Yet more Integer64 cleanup. Also remove unneeded TCustomFile.Seek64.
|
6 months ago |
|
Setup.TaskDialogForm.dfm
|
00d7e6d419
Use '*' design-time captions as in other forms.
|
4 months ago |
|
Setup.TaskDialogForm.pas
|
179c223b2c
Improve HandleNeeded code once more.
|
3 months ago |
|
Setup.Uninstall.pas
|
b4832c6e4d
Update for consistency, not a change.
|
3 months ago |
|
Setup.UninstallLog.pas
|
972e4066a9
Add excludelightbuttons style modifier.
|
3 months ago |
|
Setup.UninstallProgressForm.dfm
|
78ab5b0782
Fix 2 missing changes done to Setup a while ago, but not to Uninstall.
|
3 months ago |
|
Setup.UninstallProgressForm.pas
|
0815ad24e6
Re-center BeveledLabel in UninstallProgressForm too.
|
3 months ago |
|
Setup.UninstallSharedFileForm.dfm
|
bfbf0b7419
Fix 352e1733.
|
4 months ago |
|
Setup.UninstallSharedFileForm.pas
|
911edd7e89
Resize before page initialization.
|
3 months ago |
|
Setup.WizardForm.dfm
|
f7555dfc1e
Correct OuterNotebook height (313->314).
|
3 months ago |
|
Setup.WizardForm.pas
|
0621477c8e
Re-center BeveledLabel after scaling.
|
3 months ago |
|
Setup.inc
|
80b474514a
Cleanup, no actual changes.
|
3 months ago |
|
SetupLdrAndSetup.InstFunc.pas
|
6dfde91a9a
Fix typo.
|
3 months ago |
|
SetupLdrAndSetup.Messages.pas
|
6c3097954e
Fix remaining SetupLdr warnings except for one.
|
4 months ago |
|
SetupLdrAndSetup.XPTheme.manifest
|
200901c8b0
Reintroduce SetupLdrAndSetup prefix.
|
1 year ago |
|
SetupLdrAndSetup.XPTheme.pas
|
200901c8b0
Reintroduce SetupLdrAndSetup prefix.
|
1 year ago |
|
SetupLdrAndSetup.XPTheme.rc
|
2181c1c141
Update for rename which was done a while ago.
|
11 months ago |
|
SetupLdrAndSetup.XPTheme.res
|
200901c8b0
Reintroduce SetupLdrAndSetup prefix.
|
1 year ago |
|
Shared.CommonFunc.Vcl.pas
|
dc3d26bcd5
Prevent infinite loop if the TaskDialogForm used for the MsgBox calls MsgBox itself.
|
3 months ago |
|
Shared.CommonFunc.pas
|
c8630c7d4f
Cleanup now unused function.
|
3 months ago |
|
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 months ago |
|
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 months ago |
|
Shared.ConfigIniFile.pas
|
0dae69edd5
Cleanup/split CompTypes unit.
|
1 year ago |
|
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 year ago |
|
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 year ago |
|
Shared.EncryptionFunc.pas
|
383e528c7d
More cleanup.
|
6 months ago |
|
Shared.FileClass.pas
|
665b13f03d
Move ULength to a new unit in Components so it can be used by other units there.
|
4 months ago |
|
Shared.LangOptionsSectionDirectives.pas
|
fc6f10ff02
Cleanup for obsolete TitleFontName/Size and CopyrightFontName/Size.
|
3 months ago |
|
Shared.LicenseFunc.pas
|
cc19e84037
Fix ISCC warnings and update project/build.
|
4 months ago |
|
Shared.PreprocInt.pas
|
b50e481790
A few more renames.
|
1 year ago |
|
Shared.ScriptFunc.pas
|
911edd7e89
Resize before page initialization.
|
3 months ago |
|
Shared.SetupEntFunc.pas
|
542732b6f7
Fix a few more warnings. The change in Compression.Base fixes a warning in SetupLdr.dpr - the warnings in Compression.Base itself are todo.
|
4 months ago |
|
Shared.SetupMessageIDs.pas
|
27e7d3aef9
Add new RetryCancelCancel message to improve AskRetryDownloadArchivesToExtract's and RenameUninstallExe's task dialogs. This is the final new message. 😅
|
7 months ago |
|
Shared.SetupSectionDirectives.pas
|
1f940f31fb
Add [Setup] WizardKeepAspectRatio, enabled by default.
|
3 months ago |
|
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 year ago |
|
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 months ago |
|
Shared.SignToolsFunc.pas
|
0dae69edd5
Cleanup/split CompTypes unit.
|
1 year ago |
|
Shared.Struct.pas
|
2c139689a5
Prepare for release next monday.
|
3 months ago |
|
Shared.TaskDialogFunc.pas
|
a6315388d8
Cleanup.
|
4 months ago |
|
Shared.VerInfoFunc.pas
|
9721508cbd
Cleanup.
|
4 months ago |