aboutsummaryrefslogtreecommitdiff
path: root/LICENSE.TXT (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-29Clean up more 32-bit assumptions.Sean Hall26-207/+446
2021-04-20Unport LocProbeForFileEx() as WiX v4 had better solutionRob Mensching2-32/+9
2021-04-14Make FileCopyUsingHandlesWithProgress more like MoveFileWithProgressRob Mensching2-19/+2
2021-04-12Use verutil for handling versions in WiuEnumRelatedProductCodes.Sean Hall1-12/+24
2021-04-12Make FileCopyUsingHandlesWithProgress more like MoveFileWithProgressRob Mensching1-11/+6
2021-04-12Port missing WiX v3 changesRob Mensching7-35/+254
2021-04-12Integrate fixes that make dutil a little more robust to failureRob Mensching6-14/+265
2021-03-30Add test for apuputil and fix descending sorting.Sean Hall8-19/+155
2021-03-02Update rest of dutil to use their own source with the Exit* macros.Sean Hall73-1953/+2779
2021-03-02Add SHA512 support to apuputil.Sean Hall3-10/+29
2021-02-09WIXBUG4931 Fix drawing of image static controlsAndrij Abyzov1-2/+51
2021-02-07Ignore enum CA warnings and scope the osutil deprecation suppression.Sean Hall5-5/+23
2021-02-07Add OsRtlGetVersion.Sean Hall2-0/+44
2021-01-11Add functions to start/end MSI transactions and check whether or not it is su...Nir Bar2-0/+99
2020-12-26More size_t-ification.Bob Arnson9-109/+167
2020-12-26Clean up 32-bit ass-u-mptions for x64 and arm64.Bob Arnson7-31/+31
2020-11-15Run unit tests in the build script.Sean Hall6-11/+16
2020-10-24Update verutil precedence rules to check for invalid after release labels.Sean Hall2-28/+73
2020-10-24Update apuputil and deputil to not use DWORD64 for versions.Sean Hall5-46/+56
2020-10-24WIXFEAT:6210 Parse and compare bundle versions kind of like SemVer.Sean Hall10-0/+1630
2020-10-24Add butil exit macros.Sean Hall2-63/+78
2020-09-19Remove 32-bit ARM support.Bob Arnson3-12/+0
2020-08-09Update dpiutil.h so users don't have to include ShellScalingApi.h.Sean Hall2-9/+15
2020-08-09WIXBUG:5250 Use the progress bar's image's 4th pixel for the right side.Sean Hall1-1/+1
2020-08-09WIXFEAT:5843 Use MSFTEDIT_CLASS for Rich Edit controls when available.Sean Hall1-4/+16
2020-08-09WIXFEAT:4863 In thmutil editboxes, save the value as a literal string and for...Sean Hall2-14/+13
2020-07-16Update DUtilUnitTest to reference WixBuildTools.TestSupport.Native.Sean Hall7-121/+16
2020-07-12Update Dutil_TraceErrorSource to filter based on the report level.Sean Hall15-24/+142
2020-07-12Integrate DUtilUnitTest into latest v4.Sean Hall21-936/+78
2020-07-12Import DUtilUnitTest from old wix4 repo.Sean Hall25-0/+3794
2020-07-10Add DpiuSetProcessDpiAwareness.Sean Hall2-0/+104
2020-07-06Split up ThemeDefWindowProc so that the right message handling code is shared...Sean Hall1-103/+132
2020-07-06WIXFEAT:4906 Make Window's Height and Width refer to its client area.Sean Hall5-13/+99
2020-07-06Add ability for ThemeCreateParentWindow to center on the monitor.Sean Hall4-1/+108
2020-07-06Use the DefaultDPI width and height as the source width and height for images.Sean Hall1-12/+19
2020-07-06Scale the base width of list view columns according to the DPI.Sean Hall2-4/+20
2020-07-06Update the fonts when using a different DPI.Sean Hall2-32/+139
2020-07-06Scale the x/y/width/height of theme controls according to the DPI.Sean Hall2-25/+87
2020-07-06Start High-DPI support by scaling the parent window according to the DPI.Sean Hall8-11/+277
2020-07-06Add ThemeCreateParentWindow so thmutil controls its window creation.Sean Hall2-14/+90
2020-07-06Methods in thmtuil.h shouldn't be declared as EXTERN "C".Sean Hall1-40/+40
2020-06-24Add ThmExit macros to allow capturing thmutil specific errors.Sean Hall6-277/+354
2020-06-24Replace ExitTrace with new DUTIL_CALLBACK_TRACEERROR callback.Sean Hall7-32/+125
2020-06-18Pack v141 ARM and ARM64.Sean Hall2-4/+1
2020-06-18Fail build for each command.Sean Hall1-12/+12
2020-05-30Enable VS2017 ARM/ARM64 builds.Bob Arnson1-2/+2
2020-05-17Port wix3 ARM64 fix.Bob Arnson1-1/+20
2020-05-16Add Console*LastError macros and delete deprecated ones.Sean Hall1-6/+2
2020-05-16Add StrAllocConcatFormattedSecure.Sean Hall2-1/+40
2020-05-16WIXFEAT:6164 Add WiuInitializeInternalUI.Sean Hall2-8/+34