| .. |
|
Lzma2
|
a6452bbbe1
Update to LZMA SDK 25.01. Doesn't actually change anything, except that it now reports 25.01 as the version.
|
6 months ago |
|
UniPs @ 8ccfdbf637
|
19eaf3cf36
Update ROPS for Delphi 12.1 issue fix.
|
7 months ago |
|
.gitignore
|
b73986ca86
.gitignore updates
|
1 year ago |
|
ASMInline.pas
|
f0198cdf90
Reduce ASMInline to just what's needed: had lots of code which was not linked in because it was never called.
|
1 year ago |
|
BidiCtrls.pas
|
2dfb9834c1
Fix wParam not zero.
|
5 months ago |
|
BidiUtils.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 months ago |
|
BitmapButton.pas
|
877392af9a
Make png images work at design-time and especially make it less akward for [Code] by having a regular PngImage property.
|
5 months ago |
|
BitmapImage.pas
|
b32acbb1a5
Make built-in icons use their transparency as well.
|
5 months ago |
|
BrowseFunc.pas
|
a5d3a96c2b
Stop VCL Styles from breaking TaskDialog's title bar. (It makes the background dark but does not make the text light.)
|
7 months ago |
|
ChaCha20.pas
|
c1d985b462
Minor cleanup.
|
1 year ago |
|
Components.dpk
|
6092d99963
Cherry pick from setup-styles: Components.dpk: define VCLSTYLES. Requires explicit use of Vcl.Themes, otherwise it finds our special Themes.pas.
|
5 months ago |
|
DropListBox.pas
|
484dde3a19
Add Anchors so we can easily resize. Requires a switch to TNewNotebook because Anchors & TNotebook don't seem to work together very well. Use anchors to make slighty wider on Segoe UI. Needed by some long labels.
|
6 years ago |
|
ECDSA.pas
|
6d3269836c
ECDSA: Load bcrypt.dll dynamically.
|
10 months ago |
|
FolderTreeView.pas
|
b367bb19ff
Add VCL styling support.
|
5 months ago |
|
ISSigFunc.pas
|
d22ddc16c8
0859b71c: Now it doesnt need the extra type specifier anymore.
|
6 months ago |
|
MD5.pas
|
6aa7cc26bc
Move MD5 and SHA1 as they are components.
|
1 year ago |
|
ModernColors.pas
|
8d587ec3b2
Improve support for high-contrast themes. The script wizard and update panel now follow the high-contrast theme. The tabsets now ignore it.
|
6 months ago |
|
NewCheckListBox.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 months ago |
|
NewNotebook.pas
|
a708b983b9
Publish Anchors.
|
7 years ago |
|
NewNotebookReg.pas
|
918daef31b
Missed cleanup. File is not used by a regular project.
|
1 year ago |
|
NewProgressBar.pas
|
6092d99963
Cherry pick from setup-styles: Components.dpk: define VCLSTYLES. Requires explicit use of Vcl.Themes, otherwise it finds our special Themes.pas.
|
5 months ago |
|
NewStaticText.pas
|
f0f7123006
Fix bad check.
|
5 months ago |
|
NewTabSet.pas
|
3774bc9773
TNewTabSet: Scale top/bottom line.
|
1 year ago |
|
NewUxTheme.TmSchema.pas
|
7ae9d96076
Make compile progress bar movement "smooth" like standard progress bars.
|
1 year ago |
|
NewUxTheme.pas
|
e8078533cb
Cleanup.
|
8 months ago |
|
PBKDF2.pas
|
3016cc5912
Add password pre-hash as described on https://en.wikipedia.org/wiki/PBKDF2 and in other places. Also some cleanup.
|
1 year ago |
|
PSStackHelper.pas
|
0e8c3331f9
Cleanup.
|
1 year ago |
|
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 months ago |
|
PathFunc.pas
|
1b70ea867f
PathFunc: Optimize PathSame function.
|
6 months ago |
|
PathFuncTest.pas
|
d835e5755a
Missed a few earlier: Clean up the few remaining $jrsoftware$ tags which were used in the days of CVS.
|
1 year ago |
|
Resample.pas
|
eb1d9f5447
New versions by DRON. Untested + want to remove TAlphaBitmap all together.
|
7 years ago |
|
RestartManager.pas
|
e8078533cb
Cleanup.
|
8 months ago |
|
RichEditViewer.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 months ago |
|
SHA1.pas
|
6aa7cc26bc
Move MD5 and SHA1 as they are components.
|
1 year ago |
|
SHA256.pas
|
35d9e27fac
Add SHA256DigestFromString function.
|
10 months ago |
|
SafeDLLPath.pas
|
e5d46b163d
Move shared but self-contained and generally useful units to Components.
|
1 year ago |
|
ScintEdit.pas
|
a257ee06df
Add GetAnchorPosition.
|
6 months ago |
|
ScintInt.InnoSetup.pas
|
ad8e79a8ab
Update to Scintilla 5.5.2.
|
1 year ago |
|
ScintInt.pas
|
b72b7c3841
Update to Scintilla 5.5.7.
|
8 months ago |
|
SimpleExpression.pas
|
e5d46b163d
Move shared but self-contained and generally useful units to Components.
|
1 year ago |
|
StringScanner.pas
|
424ff2b4c9
Allow empty "file-name" value.
|
7 months ago |
|
TaskbarProgressFunc.pas
|
aef9408ff2
Clean out remaining showing/hiding of app window, and fix taskbar progress.
|
1 year ago |
|
Themes.pas
|
5be9a788d8
Clarify.
|
5 months ago |
|
TrustFunc.AllowedPublicKeys.inc
|
edd7d1aa0e
Cleanup: don't actually need the '//end' marker.
|
9 months ago |
|
TrustFunc.pas
|
693ce5db99
Update Compil32 + comments tweak.
|
7 months ago |
|
UIStateForm.pas
|
e5d46b163d
Move shared but self-contained and generally useful units to Components.
|
1 year ago |