aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/Manual/BafThmutilTesting/theme (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix double-free bugs in thmutil.Sean Hall2023-02-192-0/+54
| | | | Fixes 7231
* Add more burn E2E tests.Sean Hall2022-09-152-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 Arnson2022-08-292-14/+42
| | | | Fixes https://github.com/wixtoolset/issues/issues/6635.
* Move ImageList element back under Theme since it's not a control.Sean Hall2021-11-102-10/+12
|
* Make thmutil automatically load controls during window creation.Sean Hall2021-11-012-0/+179
| | | | Add control loaded event.
* Add a manual test bundle for testing BAFunctions and thmutil.Sean Hall2021-06-0421-0/+157