Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -48/+55 |
| | | | | 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 | 1 | -0/+432 |