aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Run unit tests in the build script.Sean Hall2020-11-154-11/+12
| |
| * 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
| |
| * 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-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-1219-936/+65
| |
| * 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
| |
| * 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-102-9/+6
| |
| * 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-134-124/+30
| |
| * 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-222-1/+3
| |
| * Update to latest Home\repo-templateRob Mensching2018-12-222-6/+50
| |
| * Standardize on props with NCrunch supportRob Mensching2018-10-034-7/+15
| |
| * 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-037-24/+177
| |
| * Initial commitRob Mensching2017-09-03119-0/+49320
| |
| * Initialize repoRob Mensching2017-09-032-0/+30
|