WiX Toolset Code
main
Rob Mensching committed about 6 years ago
Store short filenames in separate fields
Rob Mensching committed about 6 years ago
Avoid Enum.ToString() by storing enums as integers
Rob Mensching committed about 6 years ago
Add per-platform custom action support.
Bob Arnson committed about 6 years ago
Sean Hall committed about 6 years ago
Sean Hall committed about 6 years ago
Split up ThemeDefWindowProc so that the right message handling code is shared with PanelWndProc.
Sean Hall committed about 6 years ago
WIXFEAT:4906 Make Window's Height and Width refer to its client area.
Sean Hall committed about 6 years ago
Add ability for ThemeCreateParentWindow to center on the monitor.
Sean Hall committed about 6 years ago
Use the DefaultDPI width and height as the source width and height for images.
Sean Hall committed about 6 years ago
Scale the base width of list view columns according to the DPI.
Sean Hall committed about 6 years ago
Update the fonts when using a different DPI.
Sean Hall committed about 6 years ago
Scale the x/y/width/height of theme controls according to the DPI.
Sean Hall committed about 6 years ago
Start High-DPI support by scaling the parent window according to the DPI.
Sean Hall committed about 6 years ago
Add ThemeCreateParentWindow so thmutil controls its window creation.
Sean Hall committed about 6 years ago
Methods in thmtuil.h shouldn't be declared as EXTERN "C".
Sean Hall committed about 6 years ago
Add per-platform custom action support.
Bob Arnson committed about 6 years ago
Add per-platform custom action support.
Bob Arnson committed about 6 years ago
Add per-platform custom action support.
Bob Arnson committed about 6 years ago
Fix deferred custom action invocations.
Bob Arnson committed about 6 years ago