aboutsummaryrefslogtreecommitdiff
path: root/src/dutil (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-268-99/+165
|
* 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-152-3/+3
|
* Update verutil precedence rules to check for invalid after release labels.Sean Hall2020-10-241-27/+30
|
* 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-246-0/+734
|
* Add butil exit macros.Sean Hall2020-10-242-63/+78
|
* Remove 32-bit ARM support.Bob Arnson2020-09-192-10/+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-162-3/+3
|
* Update Dutil_TraceErrorSource to filter based on the report level.Sean Hall2020-07-123-12/+17
|
* 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
|
* Merge pull request #8 from wixtoolset/bob/arm64bBob Arnson2020-05-171-1/+20
|\ | | | | Port wix3 ARM64 fix.
| * Port wix3 ARM64 fix.Bob Arnson2020-05-171-1/+20
| |
* | Add Console*LastError macros and delete deprecated ones.Sean Hall2020-05-161-6/+2
| |
* | Add StrAllocConcatFormattedSecure.Sean Hall2020-05-162-1/+40
| |
* | WIXFEAT:6164 Add WiuInitializeInternalUI.Sean Hall2020-05-162-8/+34
|/
* Drop XP support and enable ARM64.Bob Arnson2020-05-101-8/+5
|
* jchoover: WIXBUG:6071 - Enable HTTP to HTTPS redirects for burn downloads.Jacob Hoover2019-09-131-1/+5
|
* Support VS2019Rob Mensching2019-05-092-0/+13
|
* WIXBUG5809 - jchoover - FileNames may be case sensitive when using LSW, so ↵Jacob Hoover2019-01-311-13/+4
| | | | preserve the case of the file name and make the dictionary case insensitive.
* Add ARM and ARM64 for v141.Sean Hall2019-01-133-123/+25
|
* Undo changes for condutil/varutil.Sean Hall2019-01-067-457/+0
|
* Import deputil from old v4 repo.Sean Hall2018-12-294-0/+838
|
* Update to latest .gitignore and prep for new NuGet license formatRob Mensching2018-12-221-1/+2
|
* Standardize on props with NCrunch supportRob Mensching2018-10-031-1/+1
|
* Add support for REG_EXPAND_SZRob Mensching2018-10-021-27/+60
|
* Ensure log enabled as soon as handle openRob Mensching2018-07-231-2/+2
|
* Remove "lib" from path in NuGet packageRob Mensching2017-09-172-6/+6
|
* Update to latest GitVersioningRob Mensching2017-09-172-3/+3
|
* Enable multi-target build and dutil.nupkgRob Mensching2017-09-035-22/+74
|
* Initial commitRob Mensching2017-09-03119-0/+49320