| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor related bundle enumeration into butil. | Sean Hall | 2022-03-01 | 2 | -60/+469 |
* | Parse the Content-Length string value to avoid the 2GB limitation. | Sean Hall | 2022-02-19 | 1 | -8/+6 |
* | Handle missing content length with range request and empty files. | Sean Hall | 2022-02-19 | 1 | -7/+39 |
* | Ignore HEAD request failure in dlutil's DownloadUrl. | Sean Hall | 2022-02-19 | 1 | -1/+4 |
* | Create single .zip file for non-embedded pdb files | Rob Mensching | 2022-02-17 | 1 | -0/+1 |
* | Fix LogInitalize signature. | Bob Arnson | 2022-01-30 | 2 | -2/+2 |
* | Refactor some dependency detection. | Sean Hall | 2022-01-16 | 2 | -6/+15 |
* | Fix 32/64-bit bitness handling in Burn and BUtil. | Bob Arnson | 2022-01-16 | 6 | -161/+121 |
* | Add registry bitness to RegUtil and BUtil. | Bob Arnson | 2022-01-10 | 5 | -130/+211 |
* | Upload test results and fail the build if any are missing. | Sean Hall | 2022-01-01 | 1 | -2/+3 |
* | Remove warnings and make sure more don't creep in. | Sean Hall | 2022-01-01 | 4 | -5/+12 |
* | FilesInUse messages are too different to unify in the Burn engine. | Sean Hall | 2021-12-30 | 2 | -9/+11 |
* | Build simplification and parallelization | Rob Mensching | 2021-12-30 | 5 | -12/+8 |
* | Use `v143` toolset except `v141` for libs. | Bob Arnson | 2021-12-25 | 2 | -6/+6 |
* | Build with VS2022, which is now required. | Bob Arnson | 2021-12-25 | 8 | -62/+16 |
* | Fix typos. | Bob Arnson | 2021-12-17 | 1 | -1/+1 |
* | ListView controls can have a different image list for different modes. | Sean Hall | 2021-11-10 | 1 | -3/+3 |
* | Move ImageList element back under Theme since it's not a control. | Sean Hall | 2021-11-10 | 1 | -4/+4 |
* | Go back to thmutil not interfering with wixstdba controls. | Sean Hall | 2021-11-10 | 2 | -21/+22 |
* | Use DefDlgProc in thmutil. | Sean Hall | 2021-11-01 | 1 | -9/+25 |
* | Avoid using control ids inside of thmutil. | Sean Hall | 2021-11-01 | 8 | -459/+565 |
* | Add CS_HREDRAW and CS_VREDRAW to fix painting issues when resizing. | Sean Hall | 2021-11-01 | 2 | -0/+33 |
* | Make thmutil automatically load controls during window creation. | Sean Hall | 2021-11-01 | 2 | -62/+118 |
* | Add more thmutil window messages to simplify handling control events. | Sean Hall | 2021-11-01 | 2 | -89/+247 |
* | Allow more customization of control ids in thmutil. | Sean Hall | 2021-11-01 | 2 | -29/+81 |
* | Don't set NativeMachine variables when IsWow64Process2 is unavailable | Eric StJohn | 2021-09-13 | 1 | -1/+3 |
* | Add NativeMachine to Burn and WIX_NATIVE_MACHINE to UtilExtension | Eric StJohn | 2021-08-30 | 2 | -8/+35 |
* | Allow BA to opt out of MSI transaction. | Nir Bar | 2021-08-12 | 1 | -1/+1 |
* | Add argument and policy setting to set Burn's base working directory. | Sean Hall | 2021-08-04 | 5 | -117/+268 |
* | Get system TEMP path from the registry. | Sean Hall | 2021-08-04 | 2 | -0/+103 |
* | Add fixed buffer butil APIs. | Sean Hall | 2021-07-19 | 2 | -20/+201 |
* | Fix more 32-bit assumptions. | Sean Hall | 2021-07-19 | 2 | -40/+12 |
* | Refactor butil while cleaning up other things. | Sean Hall | 2021-07-18 | 5 | -237/+326 |
* | Allow access to persisted variables from related bundles. | Jacob Hoover | 2021-07-18 | 4 | -13/+158 |
* | Fix errors in that cause format specifiers to appear in | Ron Martin | 2021-07-05 | 1 | -3/+3 |
* | Use traversal projects to build libs in parallel. | Bob Arnson | 2021-06-28 | 4 | -32/+41 |
* | Fix building and perf for bundles with 1000s of package and BA payloads | Sean Hall | 2021-06-09 | 1 | -70/+58 |
* | Fix bug where theme window didn't enlarge client area for default DPI. | Sean Hall | 2021-06-04 | 1 | -9/+33 |
* | Support multiple thmutil in same process. | Sean Hall | 2021-06-04 | 1 | -15/+30 |
* | Add thmutil Image element to allow specifying multiple resolutions. | Sean Hall | 2021-06-04 | 2 | -25/+371 |
* | Allow arbitrary strings for thmutil Font ids. | Sean Hall | 2021-06-04 | 2 | -16/+39 |
* | Require separate images for thmutil graphic Buttons and Progressbars. | Sean Hall | 2021-06-04 | 2 | -187/+389 |
* | Add THEME_IMAGE_REFERENCE to thmutil. | Sean Hall | 2021-06-04 | 2 | -70/+293 |
* | In thmutil when drawing images, use GDI+ and the actual dimensions. | Sean Hall | 2021-06-04 | 4 | -96/+244 |
* | Enforce schema restrictions for numeric and image thmutil attributes. | Sean Hall | 2021-06-04 | 6 | -1631/+694 |
* | Require children of thmutil Billboard elements to be BillboardPanel. | Sean Hall | 2021-06-04 | 5 | -103/+180 |
* | Fix batch file command-line parsing | Rob Mensching | 2021-05-17 | 1 | -1/+1 |
* | Add ability to suppress pfnTraceErrorCallback for the current thread. | Sean Hall | 2021-05-11 | 2 | -1/+43 |
* | Implement integrated build process | Rob Mensching | 2021-05-11 | 26 | -659/+175 |
* | Merge wcautil | Rob Mensching | 2021-05-11 | 27 | -0/+5134 |
|\ |
|