-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Comparing changes
Open a pull request
base repository: dotnet/winforms
base: 852f7ef241
head repository: dotnet/winforms
compare: 822e882f40
- 10 commits
- 81 files changed
- 8 contributors
Commits on Feb 20, 2024
-
[main] Update dependencies from dotnet/runtime (#10915)
[main] Update dependencies from dotnet/runtime
Configuration menu - View commit details
-
Copy full SHA for da7bb65 - Browse repository at this point
Copy the full SHA da7bb65View commit details
Commits on Feb 21, 2024
-
Clean up code around the painting loop (#10917)
Various cleanup with painting. - Add a SuspendLayoutScope to simplify scoping and validation - Don't update layout for the parent if you don't change size (SetBoundsCore) - Fix remaining info messages in Control - Don't paint transparent background twice in PaintBackground - Cache checking image transparency in PaintBackground - Suppress all relevant warnings in NotSupported.cs to avoid the 10000 warnings that pop when you accidentally open it Stops caching high contrast setting. By caching and starting the SystemEvents window this was causing a nested paint on the main form during startup if you you had a background image. The call is not so expensive to need creating a window look for changes. This also moves a few bitmap related APIs to Core to allow for Direct2D related scenarios.
Configuration menu - View commit details
-
Copy full SHA for 905aac1 - Browse repository at this point
Copy the full SHA 905aac1View commit details -
Add missing Stream overloads in DataStreamFromComStream (#10857)
* add missing Stream overloads in DataStreamFromComStream * review feedback
Configuration menu - View commit details
-
Copy full SHA for f8177cd - Browse repository at this point
Copy the full SHA f8177cdView commit details -
Update Effects per API review (#10919)
This updates Effects to match the approved API and removes [RequiresPreviewFeatures]. Fixes #8835 #8835 (comment)
Configuration menu - View commit details
-
Copy full SHA for 571dc7a - Browse repository at this point
Copy the full SHA 571dc7aView commit details -
[main] Update dependencies from dotnet/runtime (#10925)
Update dependencies from https://github.com/dotnet/runtime build 20240220.11 Microsoft.Internal.Runtime.WindowsDesktop.Transport , Microsoft.NET.Sdk.IL , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.ILAsm , Microsoft.NETCore.ILDAsm , Microsoft.NETCore.Platforms , Microsoft.Win32.Registry.AccessControl , Microsoft.Win32.SystemEvents , runtime.win-x64.Microsoft.NETCore.ILAsm , runtime.win-x86.Microsoft.NETCore.ILAsm , System.CodeDom , System.ComponentModel.Composition , System.ComponentModel.Composition.Registration , System.Configuration.ConfigurationManager , System.Data.Odbc , System.Data.OleDb , System.Diagnostics.EventLog , System.Diagnostics.PerformanceCounter , System.DirectoryServices , System.DirectoryServices.AccountManagement , System.DirectoryServices.Protocols , System.IO.Hashing , System.IO.Packaging , System.IO.Ports , System.Management , System.Reflection.Context , System.Reflection.MetadataLoadContext , System.Resources.Extensions , System.Runtime.Caching , System.Security.Cryptography.Pkcs , System.Security.Cryptography.ProtectedData , System.Security.Cryptography.Xml , System.Security.Permissions , System.ServiceModel.Syndication , System.ServiceProcess.ServiceController , System.Speech , System.Text.Encoding.CodePages , System.Text.Encodings.Web , System.Text.Json , System.Threading.AccessControl , System.Windows.Extensions , VS.Redist.Common.NetCore.SharedFramework.x64.9.0 From Version 9.0.0-preview.2.24120.1 -> To Version 9.0.0-preview.2.24120.11 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 17a3fcd - Browse repository at this point
Copy the full SHA 17a3fcdView commit details -
Update APIs for API review (#10926)
Update RoundedRectangle APIs, ColorMap APIs and PrinterSettings.StringCollection per API review.
Configuration menu - View commit details
-
Copy full SHA for b86f810 - Browse repository at this point
Copy the full SHA b86f810View commit details
Commits on Feb 22, 2024
-
Fix
PrintDialogto returnDialogResult.Cancelwhen cancelled or c……losed (#10928) Fix PrintDialog to return DialogResult.Cancel when cancelled or closed and add tests
Configuration menu - View commit details
-
Copy full SHA for 8f56143 - Browse repository at this point
Copy the full SHA 8f56143View commit details -
Set ProducesDotNetReleaseShippingAssets property in Publishing.props (#…
…10923) add ProducesDotNetReleaseShippingAssets property
Configuration menu - View commit details
-
Copy full SHA for da164d6 - Browse repository at this point
Copy the full SHA da164d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34d6061 - Browse repository at this point
Copy the full SHA 34d6061View commit details -
Add ToolStripMenuItem test UI in WinformsControlTests (#10914)
* Add ToolStripMenuItem test UI in WinformsControlTests * Update the layout of the ToolStrip test page
Configuration menu - View commit details
-
Copy full SHA for 822e882 - Browse repository at this point
Copy the full SHA 822e882View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 852f7ef241...822e882f40