73
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 11, 2024 — Dec 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make use of TStyleManager.FormBorderStyle which I didn't know about before. Prime benefit is SetupForm not having to update StyleElements anymore. More... 1 day ago
Add the GUI for the new option. Rename it, because it also keeps working (in the background) even if OpenIncludedFiles is off (like everything else related to known include files). More... 1 day ago
Make space by moving AssocButton and improve alignment of all buttons. More... 1 day ago
Whitespace. More... 1 day ago
Add option to auto hide newly discovered include files. No GUI yet. More... 1 day ago
In 36ad4817 (from March 2024) the HiddenFiles list changed from case-insensitive to case-sensitive, which doesn't make a lot of sense. Mist have misread the parameter which is 'CaseSensitive' instead of the usual 'IgnoreCase'. Additionally UseLocale should have been set False to keep the ordinal comparison. More... 1 day ago
Increase MaxMemos. More... 1 day ago
Clarify. More... 1 day ago
Add [Code] support functions PathCombine, PathHasInvalidCharacters, PathIsRooted, PathNormalizeSlashes, PathSame, and PathStartsWith. Other PathFunc functions seems less useful to expose to [Code]. More... 2 days ago
Cleanup: use PathFunc. More... 2 days ago
Add comment. More... 3 days ago
e6364852 broke {userpf} and {usercf} on Wine. More... 3 days ago
Add WizardSetBackImage note. More... 3 days ago
Add WizardSetBackImage uninstall example. More... 3 days ago
Add /KEEPEXEDATMSG command line param to Uninstall to make debugging it much less annoying. More... 3 days ago
Add support for styles while debugging Uninstall, same as Setup.MainFunc already had for Setup. More... 3 days ago
Add Uninstall support to WizardSetBackImage. Before it would reject to run, but there was no actual reason for this. More... 3 days ago
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. More... 3 days ago
Cleanup. More... 3 days ago
Fix comment position. More... 4 days ago
Whitespace. More... 4 days ago
Cleanup/clarify. More... 4 days ago
Fix check to show reopen UI. (MemosTabSet.Visible is also True if preprocessor output is activated.) More... 4 days ago
Clarify. More... 4 days ago
Properly set AlsoRetryOnAlreadyExists (=CheckAlreadyExists) only if we just deleted DestFile. More... 4 days ago
Clarify. More... 4 days ago
Move PerformFileOperationWithRetries. More... 4 days ago
Fix typo. More... 5 days ago
Merge branch 'excludelightcontrols' More... 5 days ago
Fix style check. More... 5 days ago