Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create single .zip file for non-embedded pdb files | Rob Mensching | 2022-02-17 | 1 | -1/+9 |
| | | | | | No longer create .snupkg/.symbols.nupkgs since they don't actually support native pdbs, which are all of our non-embedded pdb files. | ||||
* | Build with VS2022, which is now required. | Bob Arnson | 2021-12-25 | 1 | -1/+0 |
| | | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works. | ||||
* | Move ImageList element back under Theme since it's not a control. | Sean Hall | 2021-11-10 | 2 | -10/+12 |
| | |||||
* | Go back to thmutil not interfering with wixstdba controls. | Sean Hall | 2021-11-10 | 1 | -1/+2 |
| | |||||
* | Avoid using control ids inside of thmutil. | Sean Hall | 2021-11-01 | 1 | -3/+8 |
| | |||||
* | Add CS_HREDRAW and CS_VREDRAW to fix painting issues when resizing. | Sean Hall | 2021-11-01 | 1 | -10/+4 |
| | |||||
* | Remove dutil types from BAFunctions. | Sean Hall | 2021-11-01 | 1 | -6/+6 |
| | |||||
* | Make thmutil automatically load controls during window creation. | Sean Hall | 2021-11-01 | 3 | -48/+234 |
| | | | | Add control loaded event. | ||||
* | Add more thmutil window messages to simplify handling control events. | Sean Hall | 2021-11-01 | 1 | -42/+28 |
| | |||||
* | Allow more customization of control ids in thmutil. | Sean Hall | 2021-11-01 | 1 | -8/+51 |
| | | | | | Allow BAFunctions to set control ids. Make sure control ids don't collide. | ||||
* | Add a manual test bundle for testing BAFunctions and thmutil. | Sean Hall | 2021-06-04 | 26 | -0/+745 |