| .. |
|
Lzma2
|
7315d1deda
Add the LZMA SDK file which contains the license.
|
5 päivää sitten |
|
UniPs @ 23f10a72b1
|
6cb7d14022
Update ROPS to fix recent issue.
|
1 viikko sitten |
|
.gitignore
|
124cd658d2
Update.
|
2 kuukautta sitten |
|
ASMInline.pas
|
f0f50bdc98
Fix remaining Setup warnings, except Setup.ScriptFunc + something done by next commit.
|
1 kuukausi sitten |
|
BidiUtils.pas
|
1cb85d53b9
Add TStackPanel support to FlipControls. Makes RTL work for when there a multiple common buttons in a TaskDialogForm. Didn't happen before but now does for the MsgBox version.
|
4 kuukautta sitten |
|
BitmapButton.pas
|
db5fc2917e
Set Opacity property default.
|
2 kuukautta sitten |
|
BitmapImage.pas
|
2afb3d3363
Add comment.
|
2 kuukautta sitten |
|
BrowseFunc.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 kuukausi sitten |
|
ChaCha20.pas
|
2cc5577bee
Fix ChaCha20 warnings.
|
4 kuukautta sitten |
|
Components.dpk
|
4fad6aa285
Rename BidiCtrls to NewCtrls.
|
2 kuukautta sitten |
|
DropListBox.pas
|
2c008520b8
Need "> 0" checks on DragQueryFile result if it's unsigned.
|
1 kuukausi sitten |
|
ECDSA.pas
|
17d602a8e1
Enabled typed @ operator for ISSigTool and ISHelpGen.
|
4 kuukautta sitten |
|
FolderTreeView.pas
|
18f43b0e04
FolderTreeView: Pre-load urlmon.dll to address new(?) slowness issue.
|
1 viikko sitten |
|
FormBackgroundStyleHook.pas
|
88895d1fe0
Fix: Make sure FGraphicTarget is cleared when the control it points to is freed. Otherwise, if the memory address is reused, the FGraphicTarget = Control check might incorrectly return True for a new form opened after the original target form is closed.
|
2 kuukautta sitten |
|
ISSigFunc.pas
|
d22ddc16c8
0859b71c: Now it doesnt need the extra type specifier anymore.
|
6 kuukautta sitten |
|
MD5.pas
|
50f48f9af8
Simplify MD5 and SHA1 by making them System.Hash wrappers like SHA256. Fixes a bunch of warnings. Todo: test.
|
4 kuukautta sitten |
|
ModernColors.pas
|
30677503fe
Compil32 warnings were still todo. Fix a bunch of them, but not all.
|
1 kuukausi sitten |
|
NewCheckListBox.pas
|
e2f6d40125
NewCheckListBox: Fix WM_GETOBJECT handler for 64BB.
|
1 kuukausi sitten |
|
NewCtrls.pas
|
e6a253d3bc
Improve 4e0559aa, only search for 'class procedure' and forgot to search for 'class function' as well.
|
1 viikko sitten |
|
NewNotebook.pas
|
aae4a22262
64BB: Fix more warnings. Going to assume a section will not contain over MaxInt entries.
|
1 kuukausi sitten |
|
NewNotebookReg.pas
|
918daef31b
Missed cleanup. File is not used by a regular project.
|
1 vuosi sitten |
|
NewProgressBar.pas
|
aae4a22262
64BB: Fix more warnings. Going to assume a section will not contain over MaxInt entries.
|
1 kuukausi sitten |
|
NewStaticText.pas
|
46e95cd7a3
Fix 8f59ee5 for when BiDiMode=bdRightToLeft.
|
2 päivää sitten |
|
NewTabSet.pas
|
30677503fe
Compil32 warnings were still todo. Fix a bunch of them, but not all.
|
1 kuukausi sitten |
|
NewUxTheme.TmSchema.pas
|
7ae9d96076
Make compile progress bar movement "smooth" like standard progress bars.
|
1 vuosi sitten |
|
NewUxTheme.pas
|
30677503fe
Compil32 warnings were still todo. Fix a bunch of them, but not all.
|
1 kuukausi sitten |
|
PBKDF2.pas
|
3016cc5912
Add password pre-hash as described on https://en.wikipedia.org/wiki/PBKDF2 and in other places. Also some cleanup.
|
1 vuosi sitten |
|
PSStackHelper.pas
|
d7f59cd9cb
Update further. Next steps are
|
1 kuukausi sitten |
|
PasswordEdit.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 kuukautta sitten |
|
PathFunc.pas
|
7c75a20ca3
PathFunc: More PathExpand adjustments.
|
1 viikko sitten |
|
PathFuncTest.pas
|
f3365d9f6c
Self test PathFunc in Setup if DEBUG is defined, like it already does self tests of Setup.ScriptFunc in Setup and Shared.ScriptFunc in ISIDE. Does not make the code included in Release builds.
|
1 viikko sitten |
|
Resample.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 kuukausi sitten |
|
RestartManager.pas
|
e8078533cb
Cleanup.
|
8 kuukautta sitten |
|
RichEditViewer.pas
|
aae4a22262
64BB: Fix more warnings. Going to assume a section will not contain over MaxInt entries.
|
1 kuukausi sitten |
|
SHA1.pas
|
50f48f9af8
Simplify MD5 and SHA1 by making them System.Hash wrappers like SHA256. Fixes a bunch of warnings. Todo: test.
|
4 kuukautta sitten |
|
SHA256.pas
|
50f48f9af8
Simplify MD5 and SHA1 by making them System.Hash wrappers like SHA256. Fixes a bunch of warnings. Todo: test.
|
4 kuukautta sitten |
|
SafeDLLPath.pas
|
e5d46b163d
Move shared but self-contained and generally useful units to Components.
|
1 vuosi sitten |
|
ScintEdit.pas
|
e6a253d3bc
Improve 4e0559aa, only search for 'class procedure' and forgot to search for 'class function' as well.
|
1 viikko sitten |
|
ScintInt.InnoSetup.pas
|
ad8e79a8ab
Update to Scintilla 5.5.2.
|
1 vuosi sitten |
|
ScintInt.pas
|
0bb3b3da92
Add 64-bit isscint.dll. Not yet tested.
|
1 kuukausi sitten |
|
SimpleExpression.pas
|
18e07d7c13
64BB: Reviewed MD5, SHA1, UIStateForm, TaskbarProgressFunc and SimpleExpression.
|
1 kuukausi sitten |
|
StringScanner.pas
|
424ff2b4c9
Allow empty "file-name" value.
|
7 kuukautta sitten |
|
TaskbarProgressFunc.pas
|
18e07d7c13
64BB: Reviewed MD5, SHA1, UIStateForm, TaskbarProgressFunc and SimpleExpression.
|
1 kuukausi sitten |
|
Themes.pas
|
4e0559aa34
Add missing 'static' for a few class methods, when possible.
|
1 viikko sitten |
|
TrustFunc.AllowedPublicKeys.inc
|
edd7d1aa0e
Cleanup: don't actually need the '//end' marker.
|
9 kuukautta sitten |
|
TrustFunc.pas
|
55a4cda637
Rename Compil32 to ISIDE.
|
1 kuukausi sitten |
|
UIStateForm.pas
|
e5d46b163d
Move shared but self-contained and generally useful units to Components.
|
1 vuosi sitten |
|
UnsignedFunc.pas
|
55a4cda637
Rename Compil32 to ISIDE.
|
1 kuukausi sitten |