aboutsummaryrefslogtreecommitdiff
path: root/src/dutil/thmutil.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update dpiutil.h so users don't have to include ShellScalingApi.h.Sean Hall2020-08-091-0/+3
* WIXBUG:5250 Use the progress bar's image's 4th pixel for the right side.Sean Hall2020-08-091-1/+1
* WIXFEAT:5843 Use MSFTEDIT_CLASS for Rich Edit controls when available.Sean Hall2020-08-091-4/+16
* WIXFEAT:4863 In thmutil editboxes, save the value as a literal string and for...Sean Hall2020-08-091-14/+12
* Split up ThemeDefWindowProc so that the right message handling code is shared...Sean Hall2020-07-061-103/+132
* WIXFEAT:4906 Make Window's Height and Width refer to its client area.Sean Hall2020-07-061-11/+48
* Add ability for ThemeCreateParentWindow to center on the monitor.Sean Hall2020-07-061-1/+33
* Use the DefaultDPI width and height as the source width and height for images.Sean Hall2020-07-061-12/+19
* Scale the base width of list view columns according to the DPI.Sean Hall2020-07-061-4/+19
* Update the fonts when using a different DPI.Sean Hall2020-07-061-31/+124
* Scale the x/y/width/height of theme controls according to the DPI.Sean Hall2020-07-061-25/+82
* Start High-DPI support by scaling the parent window according to the DPI.Sean Hall2020-07-061-8/+82
* Add ThemeCreateParentWindow so thmutil controls its window creation.Sean Hall2020-07-061-12/+70
* Add ThmExit macros to allow capturing thmutil specific errors.Sean Hall2020-06-241-270/+284
* Initial commitRob Mensching2017-09-031-0/+5226