| Commit message (Expand) | Author | Age | Files | Lines |
* | Move dutil into libs/dutil | Rob Mensching | 2021-04-29 | 164 | -0/+0 |
* | Update to latest build infrastructure | Rob Mensching | 2021-04-29 | 10 | -70/+154 |
* | Clean up more 32-bit assumptions. | Sean Hall | 2021-04-29 | 26 | -207/+446 |
* | Unport LocProbeForFileEx() as WiX v4 had better solution | Rob Mensching | 2021-04-20 | 2 | -32/+9 |
* | Make FileCopyUsingHandlesWithProgress more like MoveFileWithProgress | Rob Mensching | 2021-04-14 | 2 | -19/+2 |
* | Use verutil for handling versions in WiuEnumRelatedProductCodes. | Sean Hall | 2021-04-12 | 1 | -12/+24 |
* | Make FileCopyUsingHandlesWithProgress more like MoveFileWithProgress | Rob Mensching | 2021-04-12 | 1 | -11/+6 |
* | Port missing WiX v3 changes | Rob Mensching | 2021-04-12 | 7 | -35/+254 |
* | Integrate fixes that make dutil a little more robust to failure | Rob Mensching | 2021-04-12 | 6 | -14/+265 |
* | Add test for apuputil and fix descending sorting. | Sean Hall | 2021-03-30 | 8 | -19/+155 |
* | Update rest of dutil to use their own source with the Exit* macros. | Sean Hall | 2021-03-02 | 73 | -1953/+2779 |
* | Add SHA512 support to apuputil. | Sean Hall | 2021-03-02 | 3 | -10/+29 |
* | WIXBUG4931 Fix drawing of image static controls | Andrij Abyzov | 2021-02-09 | 1 | -2/+51 |
* | Ignore enum CA warnings and scope the osutil deprecation suppression. | Sean Hall | 2021-02-07 | 5 | -5/+23 |
* | Add OsRtlGetVersion. | Sean Hall | 2021-02-07 | 2 | -0/+44 |
* | Add functions to start/end MSI transactions and check whether or not it is su... | Nir Bar | 2021-01-11 | 2 | -0/+99 |
* | More size_t-ification. | Bob Arnson | 2020-12-26 | 9 | -109/+167 |
* | Clean up 32-bit ass-u-mptions for x64 and arm64. | Bob Arnson | 2020-12-26 | 7 | -31/+31 |
* | Run unit tests in the build script. | Sean Hall | 2020-11-15 | 6 | -11/+16 |
* | Update verutil precedence rules to check for invalid after release labels. | Sean Hall | 2020-10-24 | 2 | -28/+73 |
* | Update apuputil and deputil to not use DWORD64 for versions. | Sean Hall | 2020-10-24 | 5 | -46/+56 |
* | WIXFEAT:6210 Parse and compare bundle versions kind of like SemVer. | Sean Hall | 2020-10-24 | 10 | -0/+1630 |
* | Add butil exit macros. | Sean Hall | 2020-10-24 | 2 | -63/+78 |
* | Merge pull request #19 from wixtoolset/bob/armandnoleg | Bob Arnson | 2020-09-19 | 3 | -12/+0 |
|\ |
|
| * | Remove 32-bit ARM support. | Bob Arnson | 2020-09-19 | 3 | -12/+0 |
|/ |
|
* | Update dpiutil.h so users don't have to include ShellScalingApi.h. | Sean Hall | 2020-08-09 | 2 | -9/+15 |
* | WIXBUG:5250 Use the progress bar's image's 4th pixel for the right side. | Sean Hall | 2020-08-09 | 1 | -1/+1 |
* | WIXFEAT:5843 Use MSFTEDIT_CLASS for Rich Edit controls when available. | Sean Hall | 2020-08-09 | 1 | -4/+16 |
* | WIXFEAT:4863 In thmutil editboxes, save the value as a literal string and for... | Sean Hall | 2020-08-09 | 2 | -14/+13 |
* | Update DUtilUnitTest to reference WixBuildTools.TestSupport.Native. | Sean Hall | 2020-07-16 | 7 | -121/+16 |
* | Update Dutil_TraceErrorSource to filter based on the report level. | Sean Hall | 2020-07-12 | 15 | -24/+142 |
* | Integrate DUtilUnitTest into latest v4. | Sean Hall | 2020-07-12 | 21 | -936/+78 |
* | Import DUtilUnitTest from old wix4 repo. | Sean Hall | 2020-07-12 | 25 | -0/+3794 |
* | Add DpiuSetProcessDpiAwareness. | Sean Hall | 2020-07-10 | 2 | -0/+104 |
* | Split up ThemeDefWindowProc so that the right message handling code is shared... | Sean Hall | 2020-07-06 | 1 | -103/+132 |
* | WIXFEAT:4906 Make Window's Height and Width refer to its client area. | Sean Hall | 2020-07-06 | 5 | -13/+99 |
* | Add ability for ThemeCreateParentWindow to center on the monitor. | Sean Hall | 2020-07-06 | 4 | -1/+108 |
* | Use the DefaultDPI width and height as the source width and height for images. | Sean Hall | 2020-07-06 | 1 | -12/+19 |
* | Scale the base width of list view columns according to the DPI. | Sean Hall | 2020-07-06 | 2 | -4/+20 |
* | Update the fonts when using a different DPI. | Sean Hall | 2020-07-06 | 2 | -32/+139 |
* | Scale the x/y/width/height of theme controls according to the DPI. | Sean Hall | 2020-07-06 | 2 | -25/+87 |
* | Start High-DPI support by scaling the parent window according to the DPI. | Sean Hall | 2020-07-06 | 8 | -11/+277 |
* | Add ThemeCreateParentWindow so thmutil controls its window creation. | Sean Hall | 2020-07-06 | 2 | -14/+90 |
* | Methods in thmtuil.h shouldn't be declared as EXTERN "C". | Sean Hall | 2020-07-06 | 1 | -40/+40 |
* | Add ThmExit macros to allow capturing thmutil specific errors. | Sean Hall | 2020-06-24 | 6 | -277/+354 |
* | Replace ExitTrace with new DUTIL_CALLBACK_TRACEERROR callback. | Sean Hall | 2020-06-24 | 7 | -32/+125 |
* | Pack v141 ARM and ARM64. | Sean Hall | 2020-06-18 | 2 | -4/+1 |
* | Fail build for each command. | Sean Hall | 2020-06-18 | 1 | -12/+12 |
* | Merge pull request #9 from wixtoolset/bob/ARM2017 | Bob Arnson | 2020-05-30 | 1 | -2/+2 |
|\ |
|
| * | Enable VS2017 ARM/ARM64 builds. | Bob Arnson | 2020-05-30 | 1 | -2/+2 |
|/ |
|