Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix double-free bugs in thmutil. | Sean Hall | 2023-02-19 | 2 | -0/+54 |
| | | | | Fixes 7231 | ||||
* | Add more burn E2E tests. | Sean Hall | 2022-09-15 | 2 | -2/+2 |
| | | | | | | | | Fix bug where first splash screen wasn't closed. Fix bug where billboard only started the first time. Fix bug where the restart status was lost when the exit code was an error. Fix bug where the hash byte array length was compared to the hash string length (string is twice as long). Fix bug where Burn didn't give update hash if the first byte was 0. | ||||
* | Restrict panels to static controls. | Bob Arnson | 2022-08-29 | 2 | -14/+42 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/6635. | ||||
* | Move ImageList element back under Theme since it's not a control. | Sean Hall | 2021-11-10 | 2 | -10/+12 |
| | |||||
* | Make thmutil automatically load controls during window creation. | Sean Hall | 2021-11-01 | 2 | -0/+179 |
| | | | | Add control loaded event. | ||||
* | Add a manual test bundle for testing BAFunctions and thmutil. | Sean Hall | 2021-06-04 | 21 | -0/+157 |