Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 ↵ | Sean Hall | 2020-08-09 | 2 | -14/+13 | |
| | | | | | | | | format the variable when populating it. | |||||
| * | 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 ↵ | Sean Hall | 2020-07-06 | 1 | -103/+132 | |
| | | | | | | | | shared with PanelWndProc. | |||||
| * | 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 | |
| | | | | | | | | | | | | 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 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. | |||||
| | * | Enable VS2017 ARM/ARM64 builds. | Bob Arnson | 2020-05-30 | 1 | -2/+2 | |
| |/ | ||||||
| * | Merge pull request #8 from wixtoolset/bob/arm64b | Bob Arnson | 2020-05-17 | 1 | -1/+20 | |
| |\ | | | | | | | Port wix3 ARM64 fix. | |||||
| | * | Port wix3 ARM64 fix. | Bob Arnson | 2020-05-17 | 1 | -1/+20 | |
| | | | ||||||
| * | | Add Console*LastError macros and delete deprecated ones. | Sean Hall | 2020-05-16 | 1 | -6/+2 | |
| | | | ||||||
| * | | Add StrAllocConcatFormattedSecure. | Sean Hall | 2020-05-16 | 2 | -1/+40 | |
| | | | ||||||
| * | | WIXFEAT:6164 Add WiuInitializeInternalUI. | Sean Hall | 2020-05-16 | 2 | -8/+34 | |
| |/ | ||||||
| * | Merge pull request #6 from wixtoolset/bob/arm64 | Bob Arnson | 2020-05-10 | 4 | -18/+15 | |
| |\ | | | | | | | Drop XP support and enable ARM64. | |||||
| | * | Drop XP support and enable ARM64. | Bob Arnson | 2020-05-10 | 4 | -18/+15 | |
| |/ | ||||||
| * | jchoover: WIXBUG:6071 - Enable HTTP to HTTPS redirects for burn downloads. | Jacob Hoover | 2019-09-13 | 1 | -1/+5 | |
| | | ||||||
| * | Support VS2019 | Rob Mensching | 2019-05-09 | 4 | -3/+28 | |
| | | ||||||
| * | WIXBUG5809 - jchoover - FileNames may be case sensitive when using LSW, so ↵ | Jacob Hoover | 2019-01-31 | 1 | -13/+4 | |
| | | | | | | | | preserve the case of the file name and make the dictionary case insensitive. | |||||
| * | Add ARM and ARM64 for v141. | Sean Hall | 2019-01-13 | 6 | -124/+44 | |
| | | ||||||
| * | Undo changes for condutil/varutil. | Sean Hall | 2019-01-06 | 7 | -457/+0 | |
| | | ||||||
| * | Import deputil from old v4 repo. | Sean Hall | 2018-12-29 | 4 | -0/+838 | |
| | | ||||||
| * | Update to latest .gitignore and prep for new NuGet license format | Rob Mensching | 2018-12-22 | 3 | -14/+62 | |
| | | ||||||
| * | Update to latest Home\repo-template | Rob Mensching | 2018-12-22 | 4 | -6/+93 | |
| | | ||||||
| * | Standardize on props with NCrunch support | Rob Mensching | 2018-10-03 | 4 | -7/+15 | |
| | | ||||||
| * | Add support for REG_EXPAND_SZ | Rob Mensching | 2018-10-02 | 1 | -27/+60 | |
| | | ||||||
| * | Ensure log enabled as soon as handle open | Rob Mensching | 2018-07-23 | 1 | -2/+2 | |
| | | ||||||
| * | Send build notifications to Slack | Rob Mensching | 2017-12-27 | 1 | -0/+5 | |
| | | ||||||
| * | Standardize on appveyor.cmd for builds | Rob Mensching | 2017-09-17 | 2 | -3/+2 | |
| | | ||||||
| * | Remove "lib" from path in NuGet package | Rob Mensching | 2017-09-17 | 2 | -6/+6 | |
| | | ||||||
| * | Update to latest GitVersioning | Rob Mensching | 2017-09-17 | 2 | -3/+3 | |
| | | ||||||
| * | Enable multi-target build and dutil.nupkg | Rob Mensching | 2017-09-03 | 9 | -27/+196 | |
| | | ||||||
| * | Initial commit | Rob Mensching | 2017-09-03 | 120 | -0/+49351 | |
| | | ||||||
| * | Initialize repo | Rob Mensching | 2017-09-03 | 8 | -0/+397 | |
| | | ||||||
| * | Initial commit | Rob Mensching | 2017-09-03 | 1 | -0/+2 | |
| |