Mike Corsaro

Results 15 issues of Mike Corsaro

I've encountered an issue specifically with the CSS parsing regex where a line that doesn't end in a `}` and is quite a long will cause an extremely long parsing...

### Description of Change This PR adds a work-around for an issue only present on Windows 10 (21H2/22H2) where calling and accessing data from `Windows.Networking.Connectivity.NetworkInformation` is only permitted on the...

platform/windows 🪟
area/essentials 🍞
area/desktop 🖥️
partner/cat 😻

### Description of Change This PR modifies the code in the `CellControl` for `ListView` to use the `TemplatedItems` property as the source of the `Cell` objects. Previously, we created a...

platform/windows 🪟
area/ListView
partner/hot-reload-xaml

### Description of Change This PR fixes rotations being offset by 0.5 px in each direction. The [property `CenterX` and `CenterY` are not normalized (0.0 - 1.0)](https://learn.microsoft.com/en-us/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.media.compositetransform.centerx?view=windows-app-sdk-1.4#microsoft-ui-xaml-media-compositetransform-centerx), therefore, setting them...

platform/windows 🪟
area/drawing ✏️
partner

This PR adds default dark theme colors: ![image](https://github.com/bricelam/T4Language/assets/890772/99419da6-dd8e-466d-b3bb-6903196dbe63) This was a bit more difficult than I thought it'd be! It's apparently not well-documented exactly how to include default text colors,...

### Description of Change Ensure that width+height scale check account for infinity, which is the result if we divide-by-zero. ### Issues Fixed Fixes #22003

platform/windows 🪟
area/drawing ✏️
partner/cat 😻

### Description of Change This PR forces images inside buttons to always fit inside the available space, rather than expand be clipped ### Issues Fixed Fixes https://github.com/dotnet/maui/issues/21683 https://github.com/dotnet/maui/issues/21970

platform/windows 🪟
area/controls 🎮
control-button

### Describe the bug When running as an packaged or unpackaged app, applying a `RenderTransform` or `CompositeTransform` doesn't scale the ComboBox popup. Using a `Viewbox` also does not work properly....

### Description of Change Add a bunch of layout and padding tests for buttons ### Issues Fixed Fixes #22433

**This PR is a draft and seeking API feedback for an initial release** ### Description of Change This PR adds a new `TitleBar` control and API to set the TitleBar...

platform/windows 🪟
area-controls-window