8 Commits

Author SHA1 Message Date
Martijn Laan
2d42d6332e
Inno Setup 6.4.3 increased the maximum width of all task dialogs by about 50%, which helps to keep long paths from being truncated with ellipses. It now only does this if the task dialog's content actually contains a path. 2025-06-08 10:24:21 +02:00
Jordan Russell
c485b6e460
Set TDF_SIZE_TO_CONTENT flag on task dialogs.
TDF_SIZE_TO_CONTENT increases the maximum width of the dialog by about 50%, which helps to keep long paths from being truncated with ellipses.
2025-04-26 04:41:34 -05:00
Jordan Russell
f9d5475bdb
Use correct owner on task dialogs. 2024-12-18 01:45:54 -06:00
Jordan Russell
ee956ccbb6
Unminimize before displaying message boxes and task dialogs.
Now that MainFormOnTaskBar=True, Application.Restore doesn't steal the foreground anymore.
2024-12-16 02:00:00 -06:00
Martijn Laan
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. 2024-08-06 19:12:28 +02:00
Martijn Laan
200901c8b0 Reintroduce SetupLdrAndSetup prefix. 2024-08-06 13:54:25 +02:00
Martijn Laan
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. 2024-08-05 16:56:18 +02:00
Martijn Laan
b50e481790
A few more renames. 2024-08-04 21:22:03 +02:00