aboutsummaryrefslogtreecommitdiff
path: root/src/dutil/inc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* More size_t-ification.Bob Arnson2020-12-264-21/+32
|
* Clean up 32-bit ass-u-mptions for x64 and arm64.Bob Arnson2020-12-264-18/+18
|
* Update apuputil and deputil to not use DWORD64 for versions.Sean Hall2020-10-242-4/+4
|
* WIXFEAT:6210 Parse and compare bundle versions kind of like SemVer.Sean Hall2020-10-242-0/+94
|
* Add butil exit macros.Sean Hall2020-10-241-3/+32
|
* Update dpiutil.h so users don't have to include ShellScalingApi.h.Sean Hall2020-08-091-9/+12
|
* WIXFEAT:4863 In thmutil editboxes, save the value as a literal string and ↵Sean Hall2020-08-091-0/+1
| | | | format the variable when populating it.
* Update Dutil_TraceErrorSource to filter based on the report level.Sean Hall2020-07-122-12/+11
|
* Add DpiuSetProcessDpiAwareness.Sean Hall2020-07-101-0/+26
|
* WIXFEAT:4906 Make Window's Height and Width refer to its client area.Sean Hall2020-07-062-0/+23
|
* Add ability for ThemeCreateParentWindow to center on the monitor.Sean Hall2020-07-062-0/+22
|
* Scale the base width of list view columns according to the DPI.Sean Hall2020-07-061-0/+1
|
* Update the fonts when using a different DPI.Sean Hall2020-07-061-1/+15
|
* Scale the x/y/width/height of theme controls according to the DPI.Sean Hall2020-07-061-0/+5
|
* Start High-DPI support by scaling the parent window according to the DPI.Sean Hall2020-07-063-0/+62
|
* Add ThemeCreateParentWindow so thmutil controls its window creation.Sean Hall2020-07-061-2/+20
|
* Methods in thmtuil.h shouldn't be declared as EXTERN "C".Sean Hall2020-07-061-40/+40
|
* Add ThmExit macros to allow capturing thmutil specific errors.Sean Hall2020-06-242-7/+65
|
* Replace ExitTrace with new DUTIL_CALLBACK_TRACEERROR callback.Sean Hall2020-06-244-26/+82
| | | | | | This allows capturing internal dutil errors and eventually supports filtering to certain parts of dutil. Add Exit...Source macros to simplify calling both TraceError/TraceErrorDebug and Dutil_TraceErrorSource. Make existing Exit macros call the new Exit...Source macros so the logic is in one place.
* Add Console*LastError macros and delete deprecated ones.Sean Hall2020-05-161-6/+2
|
* Add StrAllocConcatFormattedSecure.Sean Hall2020-05-161-0/+5
|
* WIXFEAT:6164 Add WiuInitializeInternalUI.Sean Hall2020-05-161-1/+6
|
* Undo changes for condutil/varutil.Sean Hall2019-01-062-145/+0
|
* Import deputil from old v4 repo.Sean Hall2018-12-291-0/+147
|
* Initial commitRob Mensching2017-09-0356-0/+6141