aboutsummaryrefslogtreecommitdiff
path: root/src/dutil/thmutil.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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