aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update to latest build infrastructureRob Mensching2021-04-2910-70/+154
|
* Clean up more 32-bit assumptions.Sean Hall2021-04-2926-207/+446
|
* Unport LocProbeForFileEx() as WiX v4 had better solutionRob Mensching2021-04-202-32/+9
|
* Make FileCopyUsingHandlesWithProgress more like MoveFileWithProgressRob Mensching2021-04-142-19/+2
|
* Use verutil for handling versions in WiuEnumRelatedProductCodes.Sean Hall2021-04-121-12/+24
|
* Make FileCopyUsingHandlesWithProgress more like MoveFileWithProgressRob Mensching2021-04-121-11/+6
| | | | | FileCopyUsingHandlesWithProgress now returns ERROR_REQUEST_ABORTED as an HRESULT when canceled or stopping rather than return success.
* Port missing WiX v3 changesRob Mensching2021-04-127-35/+254
|
* Integrate fixes that make dutil a little more robust to failureRob Mensching2021-04-126-14/+265
|
* Add test for apuputil and fix descending sorting.Sean Hall2021-03-308-19/+155
|
* Update rest of dutil to use their own source with the Exit* macros.Sean Hall2021-03-0273-1953/+2779
| | | | Fix some CA warnings.
* Add SHA512 support to apuputil.Sean Hall2021-03-023-10/+29
| | | | #3992
* WIXBUG4931 Fix drawing of image static controlsAndrij Abyzov2021-02-091-2/+51
|
* Ignore enum CA warnings and scope the osutil deprecation suppression.Sean Hall2021-02-075-5/+23
| | | | Also, fix project reference so the .vcx project system understands it.
* Add OsRtlGetVersion.Sean Hall2021-02-072-0/+44
| | | | #6318
* Add functions to start/end MSI transactions and check whether or not it is ↵Nir Bar2021-01-112-0/+99
| | | | | | | | | supported on the target machine (#22) * Add functions to start/end MSI transactions and check whether or not it is supported on the target machine * Add log mode parameter to MSI transaction functions. * No default log mode for WiuEndTransaction
* More size_t-ification.Bob Arnson2020-12-269-109/+167
|
* Clean up 32-bit ass-u-mptions for x64 and arm64.Bob Arnson2020-12-267-31/+31
|
* Run unit tests in the build script.Sean Hall2020-11-156-11/+16
|
* Update verutil precedence rules to check for invalid after release labels.Sean Hall2020-10-242-28/+73
|
* Update apuputil and deputil to not use DWORD64 for versions.Sean Hall2020-10-245-46/+56
|
* WIXFEAT:6210 Parse and compare bundle versions kind of like SemVer.Sean Hall2020-10-2410-0/+1630
|
* Add butil exit macros.Sean Hall2020-10-242-63/+78
|
* Merge pull request #19 from wixtoolset/bob/armandnolegBob Arnson2020-09-193-12/+0
|\ | | | | Remove 32-bit ARM support.
| * Remove 32-bit ARM support.Bob Arnson2020-09-193-12/+0
|/
* Update dpiutil.h so users don't have to include ShellScalingApi.h.Sean Hall2020-08-092-9/+15
|
* WIXBUG:5250 Use the progress bar's image's 4th pixel for the right side.Sean Hall2020-08-091-1/+1
|
* WIXFEAT:5843 Use MSFTEDIT_CLASS for Rich Edit controls when available.Sean Hall2020-08-091-4/+16
|
* WIXFEAT:4863 In thmutil editboxes, save the value as a literal string and ↵Sean Hall2020-08-092-14/+13
| | | | format the variable when populating it.
* Update DUtilUnitTest to reference WixBuildTools.TestSupport.Native.Sean Hall2020-07-167-121/+16
|
* Update Dutil_TraceErrorSource to filter based on the report level.Sean Hall2020-07-1215-24/+142
|
* Integrate DUtilUnitTest into latest v4.Sean Hall2020-07-1221-936/+78
|
* Import DUtilUnitTest from old wix4 repo.Sean Hall2020-07-1225-0/+3794
|
* Add DpiuSetProcessDpiAwareness.Sean Hall2020-07-102-0/+104
|
* Split up ThemeDefWindowProc so that the right message handling code is ↵Sean Hall2020-07-061-103/+132
| | | | shared with PanelWndProc.
* WIXFEAT:4906 Make Window's Height and Width refer to its client area.Sean Hall2020-07-065-13/+99
|
* Add ability for ThemeCreateParentWindow to center on the monitor.Sean Hall2020-07-064-1/+108
|
* Use the DefaultDPI width and height as the source width and height for images.Sean Hall2020-07-061-12/+19
|
* Scale the base width of list view columns according to the DPI.Sean Hall2020-07-062-4/+20
|
* Update the fonts when using a different DPI.Sean Hall2020-07-062-32/+139
|
* Scale the x/y/width/height of theme controls according to the DPI.Sean Hall2020-07-062-25/+87
|
* Start High-DPI support by scaling the parent window according to the DPI.Sean Hall2020-07-068-11/+277
|
* Add ThemeCreateParentWindow so thmutil controls its window creation.Sean Hall2020-07-062-14/+90
|
* Methods in thmtuil.h shouldn't be declared as EXTERN "C".Sean Hall2020-07-061-40/+40
|
* Add ThmExit macros to allow capturing thmutil specific errors.Sean Hall2020-06-246-277/+354
|
* Replace ExitTrace with new DUTIL_CALLBACK_TRACEERROR callback.Sean Hall2020-06-247-32/+125
| | | | | | This allows capturing internal dutil errors and eventually supports filtering to certain parts of dutil. Add Exit...Source macros to simplify calling both TraceError/TraceErrorDebug and Dutil_TraceErrorSource. Make existing Exit macros call the new Exit...Source macros so the logic is in one place.
* Pack v141 ARM and ARM64.Sean Hall2020-06-182-4/+1
|
* Fail build for each command.Sean Hall2020-06-181-12/+12
|
* Merge pull request #9 from wixtoolset/bob/ARM2017Bob Arnson2020-05-301-2/+2
|\ | | | | Enable VS2017 ARM/ARM64 builds.
| * Enable VS2017 ARM/ARM64 builds.Bob Arnson2020-05-301-2/+2
|/
* Merge pull request #8 from wixtoolset/bob/arm64bBob Arnson2020-05-171-1/+20
|\ | | | | Port wix3 ARM64 fix.