aboutsummaryrefslogtreecommitdiff
path: root/src/libs/dutil/WixToolset.DUtil/inc/thmutil.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow wixstdba special controls to have declarative text.Sean Hall2022-08-101-3/+22
| | | | Fixes 6855
* Go back to thmutil not interfering with wixstdba controls.Sean Hall2021-11-101-1/+4
|
* Avoid using control ids inside of thmutil.Sean Hall2021-11-011-84/+33
|
* Add CS_HREDRAW and CS_VREDRAW to fix painting issues when resizing.Sean Hall2021-11-011-0/+13
|
* Make thmutil automatically load controls during window creation.Sean Hall2021-11-011-20/+23
| | | | Add control loaded event.
* Add more thmutil window messages to simplify handling control events.Sean Hall2021-11-011-0/+34
|
* Allow more customization of control ids in thmutil.Sean Hall2021-11-011-5/+30
| | | | | Allow BAFunctions to set control ids. Make sure control ids don't collide.
* Add thmutil Image element to allow specifying multiple resolutions.Sean Hall2021-06-041-0/+14
| | | | | | Rename previous Image element to ImageListItem. Last partial fix for #6155
* Allow arbitrary strings for thmutil Font ids.Sean Hall2021-06-041-0/+3
|
* Require separate images for thmutil graphic Buttons and Progressbars.Sean Hall2021-06-041-13/+31
|
* Add THEME_IMAGE_REFERENCE to thmutil.Sean Hall2021-06-041-6/+29
|
* In thmutil when drawing images, use GDI+ and the actual dimensions.Sean Hall2021-06-041-1/+2
| | | | | Partial fix for #6155 Fixes #4106
* Move dutil into libs/dutilRob Mensching2021-04-291-0/+765