William Kent
William Kent
What the title says, really. When I run my carefully crafted `PresentationTheme.Aero` application on Windows 11, it looks very out-of-place since all of the common controls have had their theme...
Here is the pull request you asked for earlier. It contains the following changes: - Added the `splitterPositions` Objective-C property - Added the `JWSplitViewDelegate` protocol - Added the `JWSplitViewDidResizeNotification` -...
While investigating macOS code-signing, I discovered that apps that contain relative symbolic links that point inside the bundle _are_ now honored by the code signing system. To test this, I...
### Windows Terminal version 1.11.2921.0 ### Windows build number 10.0.22000.318 ### Other Software My environment: * VMware Fusion version 12.1.1 * macOS Monterey 12.0.1 * 2.2 GHz 6-Core Intel Core...
## Purpose This PR adds support for uxtheme classes, parts, and styles added in NT6.0. I use these parts in my applications to draw text using the Vista "heading text"...
## Purpose Even though ReactOS currently targets Windows XP/Server 2003 only, forks (like mine) might want to build the code that targets Vista+ on a regular basis. This PR makes...
At last! If you want to try building on Linux, you will need: * CMake 3.15.1 or later * Ninja (ninja-build package on Debian); optional but highly recommended * Clang...
`iig` is currently a semi-stub. If anyone wants to help out with making it functional, that would be much appreciated!
Implements the library named in the title. Draft because the linker currently fails with an error that makes no sense to me. If anyone can figure out what the problem...