Martijn Laan 5b994f02b9 Cherry pick into is6: Fix 8f59ee5 for when BiDiMode=bdRightToLeft. 23 小時之前
..
Lzma2 a6452bbbe1 Update to LZMA SDK 25.01. Doesn't actually change anything, except that it now reports 25.01 as the version. 6 月之前
UniPs @ d6e2543908 5c6c462cef ROPS update for previous. 2 月之前
.gitignore 124cd658d2 Update. 2 月之前
ASMInline.pas 234b9a5e69 Disable warnings IMPLICIT_INTEGER_CAST_LOSS and IMPLICIT_CONVERSION_LOSS in this unit. 1 月之前
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 月之前
BitmapButton.pas db5fc2917e Set Opacity property default. 2 月之前
BitmapImage.pas 2afb3d3363 Add comment. 2 月之前
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 月之前
ChaCha20.pas 2cc5577bee Fix ChaCha20 warnings. 4 月之前
Components.dpk 4fad6aa285 Rename BidiCtrls to NewCtrls. 2 月之前
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 年之前
ECDSA.pas 17d602a8e1 Enabled typed @ operator for ISSigTool and ISHelpGen. 4 月之前
FolderTreeView.pas 163670717e Cherry pick into is6: FolderTreeView: Pre-load urlmon.dll to address new(?) slowness issue + whatsnew update. 1 周之前
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 月之前
ISSigFunc.pas d22ddc16c8 0859b71c: Now it doesnt need the extra type specifier anymore. 6 月之前
MD5.pas 50f48f9af8 Simplify MD5 and SHA1 by making them System.Hash wrappers like SHA256. Fixes a bunch of warnings. Todo: test. 4 月之前
ModernColors.pas f76e4cd2a9 Cherry pick 485701db and 9df7d8f0, were done on wrong branch. 3 月之前
NewCheckListBox.pas aae4a22262 64BB: Fix more warnings. Going to assume a section will not contain over MaxInt entries. 1 月之前
NewCtrls.pas 883b85a4e1 Cherry pick into is6: TNewPathEdit: Only include directories in AutoComplete lists by default. 2 周之前
NewNotebook.pas aae4a22262 64BB: Fix more warnings. Going to assume a section will not contain over MaxInt entries. 1 月之前
NewNotebookReg.pas 918daef31b Missed cleanup. File is not used by a regular project. 1 年之前
NewProgressBar.pas aae4a22262 64BB: Fix more warnings. Going to assume a section will not contain over MaxInt entries. 1 月之前
NewStaticText.pas 5b994f02b9 Cherry pick into is6: Fix 8f59ee5 for when BiDiMode=bdRightToLeft. 23 小時之前
NewTabSet.pas 3774bc9773 TNewTabSet: Scale top/bottom line. 1 年之前
NewUxTheme.TmSchema.pas 7ae9d96076 Make compile progress bar movement "smooth" like standard progress bars. 1 年之前
NewUxTheme.pas 1add0f7660 Enabled dark mode support for the menus on Windows 11 Version 25H2 (2025 Update). 3 月之前
PBKDF2.pas 3016cc5912 Add password pre-hash as described on https://en.wikipedia.org/wiki/PBKDF2 and in other places. Also some cleanup. 1 年之前
PSStackHelper.pas 6581d989de Whitespace. 1 月之前
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 月之前
PathFunc.pas 22e2bee2cd Update comment. 1 月之前
PathFuncTest.pas b7a09e7dde Add PathStrCompare and PathStrFind testers. 1 月之前
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 月之前
RestartManager.pas e8078533cb Cleanup. 8 月之前
RichEditViewer.pas aae4a22262 64BB: Fix more warnings. Going to assume a section will not contain over MaxInt entries. 1 月之前
SHA1.pas 50f48f9af8 Simplify MD5 and SHA1 by making them System.Hash wrappers like SHA256. Fixes a bunch of warnings. Todo: test. 4 月之前
SHA256.pas 50f48f9af8 Simplify MD5 and SHA1 by making them System.Hash wrappers like SHA256. Fixes a bunch of warnings. Todo: test. 4 月之前
SafeDLLPath.pas e5d46b163d Move shared but self-contained and generally useful units to Components. 1 年之前
ScintEdit.pas 629ba03c08 Enable typed @ operator in Compil32 and ISCmplr. So now it's enabled in all projects, including ISHelpGen. 2 月之前
ScintInt.InnoSetup.pas ad8e79a8ab Update to Scintilla 5.5.2. 1 年之前
ScintInt.pas 2af66714c3 Remove the version number, outdated since b72b7c38. Dont want to maintain stuff thats not really needed. 4 月之前
SimpleExpression.pas 18e07d7c13 64BB: Reviewed MD5, SHA1, UIStateForm, TaskbarProgressFunc and SimpleExpression. 1 月之前
StringScanner.pas 424ff2b4c9 Allow empty "file-name" value. 7 月之前
TaskbarProgressFunc.pas 18e07d7c13 64BB: Reviewed MD5, SHA1, UIStateForm, TaskbarProgressFunc and SimpleExpression. 1 月之前
Themes.pas 2bff8c54a9 Make use of TStyleManager.FormBorderStyle which I didn't know about before. Prime benefit is SetupForm not having to update StyleElements anymore. 2 月之前
TrustFunc.AllowedPublicKeys.inc edd7d1aa0e Cleanup: don't actually need the '//end' marker. 9 月之前
TrustFunc.pas cc19e84037 Fix ISCC warnings and update project/build. 4 月之前
UIStateForm.pas e5d46b163d Move shared but self-contained and generally useful units to Components. 1 年之前
UnsignedFunc.pas 1b2d138258 Fix Delphi 10.4 compilation. 1 月之前