index
:
wix
bob/EnsureTableStandardActions
bob/FeatureTreeBrowseDlgButtonWiring
bob/FixIEngineSetDownloadSource
bob/Fixes.240629
bob/HttpNonSniSslCerts
bob/MSTestTraversal
bob/MagicFilesinRootModules8860
bob/ScopeMessages
bob/UpdateRegistrationAcrossUpgrades
bob/WixUIOptInPathValidate_8718
bob/WixUIPrintEulaMsiPrint
bob/wixbug8674
bob/wixbug_8585
bob/wixbug_8689
bob/wixbug_8740
main
robmen/build-cleanup
robmen/package-id-bundle-code
robmen/peruser-installfolder
robmen/xsds
A mirror of https://github.com/wixtoolset/wix.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-04-12
Integrate fixes that make dutil a little more robust to failure
Rob Mensching
6
-14
/
+265
2021-03-30
Add test for apuputil and fix descending sorting.
Sean Hall
8
-19
/
+155
2021-03-02
Update rest of dutil to use their own source with the Exit* macros.
Sean Hall
73
-1953
/
+2779
2021-03-02
Add SHA512 support to apuputil.
Sean Hall
3
-10
/
+29
2021-02-09
WIXBUG4931 Fix drawing of image static controls
Andrij Abyzov
1
-2
/
+51
2021-02-07
Ignore enum CA warnings and scope the osutil deprecation suppression.
Sean Hall
5
-5
/
+23
2021-02-07
Add OsRtlGetVersion.
Sean Hall
2
-0
/
+44
2021-01-11
Add functions to start/end MSI transactions and check whether or not it is su...
Nir Bar
2
-0
/
+99
2020-12-26
More size_t-ification.
Bob Arnson
9
-109
/
+167
2020-12-26
Clean up 32-bit ass-u-mptions for x64 and arm64.
Bob Arnson
7
-31
/
+31
2020-11-15
Run unit tests in the build script.
Sean Hall
6
-11
/
+16
2020-10-24
Update verutil precedence rules to check for invalid after release labels.
Sean Hall
2
-28
/
+73
2020-10-24
Update apuputil and deputil to not use DWORD64 for versions.
Sean Hall
5
-46
/
+56
2020-10-24
WIXFEAT:6210 Parse and compare bundle versions kind of like SemVer.
Sean Hall
10
-0
/
+1630
2020-10-24
Add butil exit macros.
Sean Hall
2
-63
/
+78
2020-09-19
Remove 32-bit ARM support.
Bob Arnson
3
-12
/
+0
2020-08-09
Update dpiutil.h so users don't have to include ShellScalingApi.h.
Sean Hall
2
-9
/
+15
2020-08-09
WIXBUG:5250 Use the progress bar's image's 4th pixel for the right side.
Sean Hall
1
-1
/
+1
2020-08-09
WIXFEAT:5843 Use MSFTEDIT_CLASS for Rich Edit controls when available.
Sean Hall
1
-4
/
+16
2020-08-09
WIXFEAT:4863 In thmutil editboxes, save the value as a literal string and for...
Sean Hall
2
-14
/
+13
2020-07-16
Update DUtilUnitTest to reference WixBuildTools.TestSupport.Native.
Sean Hall
7
-121
/
+16
2020-07-12
Update Dutil_TraceErrorSource to filter based on the report level.
Sean Hall
15
-24
/
+142
2020-07-12
Integrate DUtilUnitTest into latest v4.
Sean Hall
21
-936
/
+78
2020-07-12
Import DUtilUnitTest from old wix4 repo.
Sean Hall
25
-0
/
+3794
2020-07-10
Add DpiuSetProcessDpiAwareness.
Sean Hall
2
-0
/
+104
2020-07-06
Split up ThemeDefWindowProc so that the right message handling code is shared...
Sean Hall
1
-103
/
+132
2020-07-06
WIXFEAT:4906 Make Window's Height and Width refer to its client area.
Sean Hall
5
-13
/
+99
2020-07-06
Add ability for ThemeCreateParentWindow to center on the monitor.
Sean Hall
4
-1
/
+108
2020-07-06
Use the DefaultDPI width and height as the source width and height for images.
Sean Hall
1
-12
/
+19
2020-07-06
Scale the base width of list view columns according to the DPI.
Sean Hall
2
-4
/
+20
2020-07-06
Update the fonts when using a different DPI.
Sean Hall
2
-32
/
+139
2020-07-06
Scale the x/y/width/height of theme controls according to the DPI.
Sean Hall
2
-25
/
+87
2020-07-06
Start High-DPI support by scaling the parent window according to the DPI.
Sean Hall
8
-11
/
+277
2020-07-06
Add ThemeCreateParentWindow so thmutil controls its window creation.
Sean Hall
2
-14
/
+90
2020-07-06
Methods in thmtuil.h shouldn't be declared as EXTERN "C".
Sean Hall
1
-40
/
+40
2020-06-24
Add ThmExit macros to allow capturing thmutil specific errors.
Sean Hall
6
-277
/
+354
2020-06-24
Replace ExitTrace with new DUTIL_CALLBACK_TRACEERROR callback.
Sean Hall
7
-32
/
+125
2020-06-18
Pack v141 ARM and ARM64.
Sean Hall
2
-4
/
+1
2020-06-18
Fail build for each command.
Sean Hall
1
-12
/
+12
2020-05-30
Enable VS2017 ARM/ARM64 builds.
Bob Arnson
1
-2
/
+2
2020-05-17
Port wix3 ARM64 fix.
Bob Arnson
1
-1
/
+20
2020-05-16
Add Console*LastError macros and delete deprecated ones.
Sean Hall
1
-6
/
+2
2020-05-16
Add StrAllocConcatFormattedSecure.
Sean Hall
2
-1
/
+40
2020-05-16
WIXFEAT:6164 Add WiuInitializeInternalUI.
Sean Hall
2
-8
/
+34
2020-05-10
Drop XP support and enable ARM64.
Bob Arnson
4
-18
/
+15
2019-09-13
jchoover: WIXBUG:6071 - Enable HTTP to HTTPS redirects for burn downloads.
Jacob Hoover
1
-1
/
+5
2019-05-09
Support VS2019
Rob Mensching
4
-3
/
+28
2019-01-31
WIXBUG5809 - jchoover - FileNames may be case sensitive when using LSW, so pr...
Jacob Hoover
1
-13
/
+4
2019-01-13
Add ARM and ARM64 for v141.
Sean Hall
6
-124
/
+44
2019-01-06
Undo changes for condutil/varutil.
Sean Hall
7
-457
/
+0
[next]