aboutsummaryrefslogtreecommitdiff
path: root/src/libs/dutil/WixToolset.DUtil/thmutil.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix egregiously bad comments that were frustratingBob Arnson2024-07-151-1/+1
* Prevent unnecessary refreshes that move focus.Bob Arnson2024-07-121-6/+9
* Move the BootstrapperApplication out of procRob Mensching2024-03-061-2/+2
* Fix double-free bugs in thmutil.Sean Hall2023-02-191-3/+3
* Stop Richedit control from scrolling during load.Bob Arnson2023-01-101-1/+1
* Disallow attributes in Billboard/Panel.Bob Arnson2022-09-151-0/+14
* Add more burn E2E tests.Sean Hall2022-09-151-2/+0
* Restrict panels to static controls.Bob Arnson2022-08-291-52/+57
* Allow wixstdba special controls to have declarative text.Sean Hall2022-08-101-80/+87
* Use IFileOpenDialog instead of SHBrowseForFolder and GetOpenFileName.Sean Hall2022-08-101-37/+30
* Add MemSizeChecked.Sean Hall2022-05-311-3/+8
* Fix themes to account for UnsafeUninstall action.Sean Hall2022-03-161-4/+2
* ListView controls can have a different image list for different modes.Sean Hall2021-11-101-3/+3
* Move ImageList element back under Theme since it's not a control.Sean Hall2021-11-101-4/+4
* Go back to thmutil not interfering with wixstdba controls.Sean Hall2021-11-101-20/+18
* Use DefDlgProc in thmutil.Sean Hall2021-11-011-9/+25
* Avoid using control ids inside of thmutil.Sean Hall2021-11-011-375/+275
* Add CS_HREDRAW and CS_VREDRAW to fix painting issues when resizing.Sean Hall2021-11-011-0/+20
* Make thmutil automatically load controls during window creation.Sean Hall2021-11-011-42/+95
* Add more thmutil window messages to simplify handling control events.Sean Hall2021-11-011-89/+213
* Allow more customization of control ids in thmutil.Sean Hall2021-11-011-24/+51
* Fix bug where theme window didn't enlarge client area for default DPI.Sean Hall2021-06-041-9/+33
* Support multiple thmutil in same process.Sean Hall2021-06-041-15/+30
* Add thmutil Image element to allow specifying multiple resolutions.Sean Hall2021-06-041-25/+357
* Allow arbitrary strings for thmutil Font ids.Sean Hall2021-06-041-16/+36
* Require separate images for thmutil graphic Buttons and Progressbars.Sean Hall2021-06-041-174/+358
* Add THEME_IMAGE_REFERENCE to thmutil.Sean Hall2021-06-041-64/+264
* In thmutil when drawing images, use GDI+ and the actual dimensions.Sean Hall2021-06-041-94/+213
* Enforce schema restrictions for numeric and image thmutil attributes.Sean Hall2021-06-041-431/+562
* Require children of thmutil Billboard elements to be BillboardPanel.Sean Hall2021-06-041-101/+144
* Move dutil into libs/dutilRob Mensching2021-04-291-0/+5709