aboutsummaryrefslogtreecommitdiff
path: root/src/tools/thmviewer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Migrate all .sln files to .slnxRob Mensching2025-12-142-3/+3
| | | | Modernize projects against new .slnx expecations as well.
* Use CompareStringOrdinal() instead of CompareString() case-sensitiveRob Mensching2025-11-031-3/+3
| | | | | | | This commit moves to the modern CompareStringOrdinal() for all case-sensitve uses of CompareString() with the invariant locale. Resolves 6947
* Use CompareStringOrdinal() instead of CompareString() case-insensitiveRob Mensching2025-11-032-3/+3
| | | | | | | This commit moves to the modern CompareStringOrdinal() for all case-insensitve uses of CompareString() with the invariant locale. Partially resolves 6947
* Move the BootstrapperApplication out of procRob Mensching2024-03-062-5/+6
|
* Minimize calls into GitInfo by caching results during build_initRob Mensching2022-11-131-1/+0
|
* Make sure ThmViewer can load relative paths.Bob Arnson2022-09-051-2/+2
|
* Use IFileOpenDialog instead of SHBrowseForFolder and GetOpenFileName.Sean Hall2022-08-101-18/+9
| | | | It is the recommended option since Vista and has better long path support.
* Create WixToolset.Heat.nupkg to distribute heat.exe and Heat targetsRob Mensching2022-08-011-0/+1
| | | | | | | Moves Heat functionality to the "tools" layer and packages it all up in WixToolset.Heat.nupkg for distribution in WiX v4. Completes 6838
* Add files-in-use task dialog.Bob Arnson2022-07-251-1/+1
| | | | | | | | Remove ErrorFailNoActionReboot loc string, now that XP is dead (RIP). Clean up some extra stuff, because I'm all up in the code. Resolves https://github.com/wixtoolset/issues/issues/6545.
* Rename "samples" segment to "tools"Rob Mensching2022-07-1413-0/+1389
This segment is a bit of a "miscellaneous section" in the WiX repo. As such it has been difficult to name. I originally eschewed the name "tools" because what is in the "wix" segment was once called "tools". However, now that wix.exe is firmly established as the entry point for WiX operations, I've become comfortable with its segment being named "wix". That meant "tools" was again available and "tools" better describes the content of this section.