gtksystem-windows-forms icon indicating copy to clipboard operation
gtksystem-windows-forms copied to clipboard

Feature/split projects

Open pieroviano opened this issue 10 months ago • 1 comments

Being that System.Drawing has a complete different use than System.Windows.Forms, I prefere to split GTKSystem.Windows.Forms in 2 NuGet packages: one that handles the 'drawing' part and one that handles the Windows Forms controls. This makes the solution cleaner from the functionalities point of view.

pieroviano avatar Mar 02 '25 04:03 pieroviano

Splitting is easy, but separating the drawing is meaningless. Many of Microsoft's drawing functions are bound to the Windows system. Some people think they can independently reference system.drawing.common to obtain more functions, but in fact, it cannot run across platforms without the Windows system.  Drawing is a necessary part of control, and separating it will not bring any benefits.

凹凸曼 @.***

 

------------------ 原始邮件 ------------------ 发件人: "easywebfactory/gtksystem-windows-forms" @.>; 发送时间: 2025年3月2日(星期天) 中午12:48 @.>; @.***>; 主题: [easywebfactory/gtksystem-windows-forms] Feature/split projects (PR #23)

Being that System.Drawing has a complete different use than System.Windows.Forms, I prefere to split GTKSystem.Windows.Forms in 2 NuGet packages: one that handles the 'drawing' part and one that handles the Windows Forms controls. This makes the solution cleaner from the functionalities point of view.

You can view, comment on, or merge this pull request online at:

  https://github.com/easywebfactory/gtksystem-windows-forms/pull/23

Commit Summary

55a8e85 Deleted files

3c6eb86 Removed other wrongly committed files

da2c2b8 Remove wrongly include directories

d8b2a6b Removed unused project

3b115fb Add unit tests from Mono Repo

5973a45 Merge branch 'bugfix/RemovedWronglyCommittedFiles' into feature/AddTests

3a5a4ed Fixed Resources tests

778ae15 Fix code to make tests pass

e2d6e6f Make GtkSystem.Windows.Forms a .Net Standard project

fdff520 Removed empty file

fc4739c Merged from feature/TransformedProjectInDotNetStandard

0ba6890 Merge from upstream master

d5bf65d ''

6afe10f Merge branch 'master' of https://github.com/easywebfactory/gtksystem-windows-forms

d1fa39e ''

6e5ad84 Introduce nullable

6b866af Merge branch 'master' of https://github.com/easywebfactory/gtksystem-windows-forms

688445a Pull master

7447562 Merge from master

84a7d6e Introduce nullable

4108938 Merge from origin

56c8dc4 Merge from master

cbfe784 Cleaned code

27aa048 ''

7b8d7a7 ''

9df8995 Split System.Drawing from System.Windows.Forms

File Changes

(300 files)

 M     .gitignore     (350)   

 D     .vs/GTKWinFormsApp/DesignTimeBuild/.dtbcache.v2     (0)   

 D     .vs/GTKWinFormsApp/v16/.suo     (0)   

 D     .vs/ProjectSettings.json     (3)   

 D     .vs/VSWorkspaceState.json     (7)   

 D     .vs/gtksystem-windows-forms/v16/.suo     (0)   

 D     .vs/slnx.sqlite     (0)   

 M     GTKWinFormsApp.sln     (29)   

 A     GtkForms.snk     (0)   

 M     Samples/GTKSystemWinFormsApp11/GTKSystemWinFormsApp11.csproj     (6)   

 A     Samples/GTKSystemWinFormsApp11/ResourceManager.Resources.ResourceManager.cs     (30)   

 M     Samples/GTKSystemWinFormsApp11/System.ComponentModel.cs     (6)   

 D     Samples/GTKSystemWinFormsApp11/System.Resources.ResourceManager.cs     (32)   

 D     Samples/GTKSystemWinFormsApp11/bin/Debug/net8.0/GTKSystemWinFormsApp11.deps.json     (709)   

 D     Samples/GTKSystemWinFormsApp11/bin/Debug/net8.0/GTKSystemWinFormsApp11.exe     (0)   

 D     Samples/GTKSystemWinFormsApp11/bin/Debug/net8.0/GTKSystemWinFormsApp11.pdb     (0)   

 D     Samples/GTKSystemWinFormsApp11/bin/Debug/net8.0/GTKSystemWinFormsApp11.runtimeconfig.json     (12)   

 D     Samples/GTKSystemWinFormsApp11/bin/Debug/net8.0/runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll     (0)   

 D     Samples/GTKSystemWinFormsApp11/bin/Debug/net8.0/runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll     (0)   

 D     Samples/GTKSystemWinFormsApp11/bin/Debug/net8.0/runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll     (0)   

 D     Samples/GTKSystemWinFormsApp11/bin/Debug/net8.0/runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll     (0)   

 D     Samples/GTKSystemWinFormsApp11/bin/Debug/net8.0/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll     (0)   

 D     Samples/GTKSystemWinFormsApp11/bin/Debug/net8.0/theme/setup.theme     (23)   

 D     Samples/GTKSystemWinFormsApp11/bin/Debug/net8.0/theme/style.css     (1)   

 D     Samples/GTKSystemWinFormsApp11/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs     (4)   

 D     Samples/GTKSystemWinFormsApp11/obj/Debug/net8.0/GTKSystemWinFormsApp11.AssemblyInfo.cs     (23)   

 D     Samples/GTKSystemWinFormsApp11/obj/Debug/net8.0/GTKSystemWinFormsApp11.AssemblyInfoInputs.cache     (1)   

 M     Samples/GTKSystemWinFormsApp11/obj/Debug/net8.0/GTKSystemWinFormsApp11.GeneratedMSBuildEditorConfig.editorconfig     (4)   

 D     Samples/GTKSystemWinFormsApp11/obj/Debug/net8.0/GTKSystemWinFormsApp11.GlobalUsings.g.cs     (9)   

 D     Samples/GTKSystemWinFormsApp11/obj/Debug/net8.0/GTKSystemWinFormsApp11.assets.cache     (0)   

 D     Samples/GTKSystemWinFormsApp11/obj/Debug/net8.0/GTKSystemWinFormsApp11.csproj.AssemblyReference.cache     (0)   

 D     Samples/GTKSystemWinFormsApp11/obj/Debug/net8.0/GTKSystemWinFormsApp11.csproj.BuildWithSkipAnalyzers     (0)   

 D     Samples/GTKSystemWinFormsApp11/obj/Debug/net8.0/GTKSystemWinFormsApp11.csproj.FileListAbsolute.txt     (172)   

 D     Samples/GTKSystemWinFormsApp11/obj/Debug/net8.0/GTKSystemWinFormsApp11.designer.deps.json     (777)   

 D     Samples/GTKSystemWinFormsApp11/obj/Debug/net8.0/GTKSystemWinFormsApp11.designer.runtimeconfig.json     (19)   

 D     Samples/GTKSystemWinFormsApp11/obj/Debug/net8.0/GTKSystemWinFormsApp11.runtimeconfig.json     (12)   

 D     Samples/GTKSystemWinFormsApp11/obj/Debug/net8.0/apphost.exe     (0)   

 D     Samples/GTKSystemWinFormsApp11/obj/GTKSystemWinFormsApp11.csproj.nuget.dgspec.json     (82)   

 D     Samples/GTKSystemWinFormsApp11/obj/GTKSystemWinFormsApp11.csproj.nuget.g.props     (18)   

 D     Samples/GTKSystemWinFormsApp11/obj/GTKSystemWinFormsApp11.csproj.nuget.g.targets     (7)   

 D     Samples/GTKSystemWinFormsApp11/obj/project.assets.json     (2340)   

 D     Samples/GTKSystemWinFormsApp11/obj/project.nuget.cache     (50)   

 M     Samples/GTKWinFormsApp/Form1.cs     (11)   

 M     Samples/GTKWinFormsApp/Form2.cs     (4)   

 M     Samples/GTKWinFormsApp/Form3.cs     (2)   

 M     Samples/GTKWinFormsApp/GTKWinFormsApp.csproj     (8)   

 M     Samples/GTKWinFormsApp/System.ComponentModel.cs     (6)   

 M     Samples/GTKWinFormsApp/System.Resources.ResourceManager.cs     (6)   

 D     Samples/GTKWinFormsApp/bin/Debug/net8.0-windows/GTKWinFormsApp_Win.deps.json     (23)   

 D     Samples/GTKWinFormsApp/bin/Debug/net8.0-windows/GTKWinFormsApp_Win.dll     (0)   

 D     Samples/GTKWinFormsApp/bin/Debug/net8.0-windows/GTKWinFormsApp_Win.exe     (0)   

 D     Samples/GTKWinFormsApp/bin/Debug/net8.0-windows/GTKWinFormsApp_Win.pdb     (0)   

 D     Samples/GTKWinFormsApp/bin/Debug/net8.0-windows/GTKWinFormsApp_Win.runtimeconfig.json     (18)   

 D     Samples/GTKWinFormsApp/bin/Debug/net8.0-windows/Resources/010.jpg     (0)   

 D     Samples/GTKWinFormsApp/bin/Debug/net8.0-windows/Resources/BindingNavigator.Delete.ico     (0)   

 D     Samples/GTKWinFormsApp/bin/Debug/net8.0-windows/Resources/img10.jpg     (0)   

 D     Samples/GTKWinFormsApp/bin/Debug/net8.0-windows/Resources/img11.jpg     (0)   

 D     Samples/GTKWinFormsApp/bin/Debug/net8.0-windows/Resources/pictureBox1_bg.png     (0)   

 D     Samples/GTKWinFormsApp/bin/Debug/net8.0-windows/Resources/timg2.jpg     (0)   

 D     Samples/GTKWinFormsApp/bin/Debug/net8.0-windows/Resources/timg6.jpg     (0)   

 D     Samples/GTKWinFormsApp/bin/Debug/net8.0-windows/TestData1.json     (19430)   

 D     Samples/GTKWinFormsApp/bin/Debug/net8.0/Resources/010.jpg     (0)   

 D     Samples/GTKWinFormsApp/bin/Debug/net8.0/Resources/BindingNavigator.Delete.ico     (0)   

 D     Samples/GTKWinFormsApp/bin/Debug/net8.0/Resources/Form1$button3_img.png     (0)   

 D     Samples/GTKWinFormsApp/bin/Debug/net8.0/Resources/Form1$tabPage3_bg.png     (0)   

 D     Samples/GTKWinFormsApp/bin/Debug/net8.0/Resources/Form1.resx     (29349)   

 D     Samples/GTKWinFormsApp/bin/Debug/net8.0/Resources/Form2$Form2_bg.png     (0)   

 D     Samples/GTKWinFormsApp/bin/Debug/net8.0/Resources/Form2$GtkTextView_bg.png     (0)   

 D     Samples/GTKWinFormsApp/bin/Debug/net8.0/Resources/Form2.resx     (5026)   

 D     Samples/GTKWinFormsApp/bin/Debug/net8.0/Resources/Form3$this.Icon.ico     (0)   

 D     Samples/GTKWinFormsApp/bin/Debug/net8.0/Resources/Form4$img10.jpg     (0)   

 D     Samples/GTKWinFormsApp/bin/Debug/net8.0/Resources/Form4$img11.jpg     (0)   

 D     Samples/GTKWinFormsApp/bin/Debug/net8.0/Resources/img11.jpg     (0)   

 D     Samples/GTKWinFormsApp/bin/Debug/net8.0/Resources/pictureBox1_bg.png     (0)   

 D     Samples/GTKWinFormsApp/bin/Debug/net8.0/Resources/timg.jpg     (0)   

 D     Samples/GTKWinFormsApp/bin/Debug/net8.0/Resources/timg2.jpg     (0)   

 D     Samples/GTKWinFormsApp/bin/Debug/net8.0/Resources/timg6.jpg     (0)   

 D     Samples/GTKWinFormsApp/bin/Debug/net8.0/theme/setup.theme     (14)   

 D     Samples/GTKWinFormsApp/bin/Debug/net8.0/theme/style.css     (7)   

 D     Samples/GTKWinFormsApp/obj/GTKWinFormsApp.csproj.nuget.dgspec.json     (267)   

 D     Samples/GTKWinFormsApp/obj/GTKWinFormsApp.csproj.nuget.g.props     (18)   

 D     Samples/GTKWinFormsApp/obj/GTKWinFormsApp.csproj.nuget.g.targets     (7)   

 D     Samples/GTKWinFormsApp/obj/project.assets.json     (2319)   

 D     Samples/GTKWinFormsApp/obj/project.nuget.cache     (49)   

 R     Samples/GtkWinFormsApp/Resources/img11.jpg     (0)   

 A     Source/GTKSystem.Common/GTKSystem.Common.csproj     (67)   

 A     Source/GTKSystem.Common/GTKSystem.Common.csproj.DotSettings     (3)   

 A     Source/GTKSystem.Drawing/Brush.cs     (44)   

 A     Source/GTKSystem.Drawing/CharacterRange.cs     (57)   

 R     Source/GTKSystem.Drawing/ColorExtension.cs     (0)   

 R     Source/GTKSystem.Drawing/ColorTable.cs     (1)   

 A     Source/GTKSystem.Drawing/CopyPixelOperation.cs     (40)   

 A     Source/GTKSystem.Drawing/Drawing2D/Bitmap.cs     (345)   

 A     Source/GTKSystem.Drawing/Drawing2D/Blend.cs     (27)   

 A     Source/GTKSystem.Drawing/Drawing2D/ColorBlend.cs     (28)   

 A     Source/GTKSystem.Drawing/Drawing2D/CombineMode.cs     (18)   

 A     Source/GTKSystem.Drawing/Drawing2D/CompositingMode.cs     (10)   

 A     Source/GTKSystem.Drawing/Drawing2D/CompositingQuality.cs     (18)   

 A     Source/GTKSystem.Drawing/Drawing2D/CoordinateSpace.cs     (12)   

 A     Source/GTKSystem.Drawing/Drawing2D/CustomLineCap.cs     (84)   

 A     Source/GTKSystem.Drawing/Drawing2D/DashCap.cs     (12)   

 A     Source/GTKSystem.Drawing/Drawing2D/DashStyle.cs     (18)   

 A     Source/GTKSystem.Drawing/Drawing2D/FillMode.cs     (10)   

 A     Source/GTKSystem.Drawing/Drawing2D/FlushIntention.cs     (10)   

 A     Source/GTKSystem.Drawing/Drawing2D/GraphicsContainer.cs     (9)   

 A     Source/GTKSystem.Drawing/Drawing2D/GraphicsPath.cs     (975)   

 A     Source/GTKSystem.Drawing/Drawing2D/HatchBrush.cs     (54)   

 A     Source/GTKSystem.Drawing/Drawing2D/HatchStyle.cs     (118)   

 A     Source/GTKSystem.Drawing/Drawing2D/Image.cs     (690)   

 A     Source/GTKSystem.Drawing/Drawing2D/ImageAnimator.cs     (444)   

 A     Source/GTKSystem.Drawing/Drawing2D/ImageConverter.cs     (129)   

 A     Source/GTKSystem.Drawing/Drawing2D/ImageFormatConverter.cs     (176)   

 A     Source/GTKSystem.Drawing/Drawing2D/ImageType.cs     (8)   

 A     Source/GTKSystem.Drawing/Drawing2D/Imaging/BitmapData.cs     (110)   

 A     Source/GTKSystem.Drawing/Drawing2D/Imaging/ColorAdjustType.cs     (20)   

 A     Source/GTKSystem.Drawing/Drawing2D/Imaging/ColorChannelFlag.cs     (16)   

 A     Source/GTKSystem.Drawing/Drawing2D/Imaging/ColorMap.cs     (30)   

 A     Source/GTKSystem.Drawing/Drawing2D/Imaging/ColorMapType.cs     (10)   

 A     Source/GTKSystem.Drawing/Drawing2D/Imaging/ColorMatrix.cs     (360)   

 A     Source/GTKSystem.Drawing/Drawing2D/Imaging/ColorMatrixFlag.cs     (12)   

 A     Source/GTKSystem.Drawing/Drawing2D/Imaging/ColorMode.cs     (10)   

 A     Source/GTKSystem.Drawing/Drawing2D/Imaging/ColorPalette.cs     (64)   

 A     Source/GTKSystem.Drawing/Drawing2D/Imaging/EmfPlusFlags.cs     (7)   

 A     Source/GTKSystem.Drawing/Drawing2D/Imaging/EmfPlusRecordType.cs     (512)   

 A     Source/GTKSystem.Drawing/Drawing2D/Imaging/EmfType.cs     (12)   

 A     Source/GTKSystem.Drawing/Drawing2D/Imaging/Encoder.cs     (66)   

 A     Source/GTKSystem.Drawing/Drawing2D/Imaging/EncoderParameter.cs     (294)   

 A     Source/GTKSystem.Drawing/Drawing2D/Imaging/EncoderParameterPrivate.cs     (12)   

 A     Source/GTKSystem.Drawing/Drawing2D/Imaging/EncoderParameterValueType.cs     (23)   

 A     Source/GTKSystem.Drawing/Drawing2D/Imaging/EncoderParameters.cs     (53)   

 A     Source/GTKSystem.Drawing/Drawing2D/Imaging/EncoderValue.cs     (54)   

 A     Source/GTKSystem.Drawing/Drawing2D/Imaging/FrameDimension.cs     (86)   

 A     Source/GTKSystem.Drawing/Drawing2D/Imaging/ImageAttributes.cs     (358)   

 A     Source/GTKSystem.Drawing/Drawing2D/Imaging/ImageCodecFlags.cs     (25)   

 A     Source/GTKSystem.Drawing/Drawing2D/Imaging/ImageCodecInfo.cs     (145)   

 A     Source/GTKSystem.Drawing/Drawing2D/Imaging/ImageCodecInfoPrivate.cs     (33)   

 A     Source/GTKSystem.Drawing/Drawing2D/Imaging/ImageFlags.cs     (35)   

 A     Source/GTKSystem.Drawing/Drawing2D/Imaging/ImageFormat.cs     (231)   

 A     Source/GTKSystem.Drawing/Drawing2D/Imaging/ImageLockMode.cs     (14)   

 A     Source/GTKSystem.Drawing/Drawing2D/Imaging/MetaHeader.cs     (87)   

 A     Source/GTKSystem.Drawing/Drawing2D/Imaging/Metafile.cs     (535)   

 A     Source/GTKSystem.Drawing/Drawing2D/Imaging/MetafileFrameUnit.cs     (18)   

 A     Source/GTKSystem.Drawing/Drawing2D/Imaging/MetafileHeader.cs     (191)   

 A     Source/GTKSystem.Drawing/Drawing2D/Imaging/MetafileHeaderEmf.cs     (98)   

 A     Source/GTKSystem.Drawing/Drawing2D/Imaging/MetafileHeaderWmf.cs     (68)   

 A     Source/GTKSystem.Drawing/Drawing2D/Imaging/MetafileType.cs     (18)   

 A     Source/GTKSystem.Drawing/Drawing2D/Imaging/PaletteFlags.cs     (13)   

 A     Source/GTKSystem.Drawing/Drawing2D/Imaging/PixelFormat.cs     (52)   

 A     Source/GTKSystem.Drawing/Drawing2D/Imaging/PlayRecordCallback.cs     (8)   

 A     Source/GTKSystem.Drawing/Drawing2D/Imaging/PropertyItem.cs     (25)   

 A     Source/GTKSystem.Drawing/Drawing2D/Imaging/PropertyItemInternal.cs     (10)   

 A     Source/GTKSystem.Drawing/Drawing2D/Imaging/WarpMode.cs     (10)   

 A     Source/GTKSystem.Drawing/Drawing2D/Imaging/WmfMetaHeader.cs     (21)   

 A     Source/GTKSystem.Drawing/Drawing2D/Imaging/WmfPlaceableFileHeader.cs     (108)   

 A     Source/GTKSystem.Drawing/Drawing2D/Imaging/WrapMode.cs     (16)   

 A     Source/GTKSystem.Drawing/Drawing2D/InterpolationMode.cs     (50)   

 A     Source/GTKSystem.Drawing/Drawing2D/LineCap.cs     (28)   

 A     Source/GTKSystem.Drawing/Drawing2D/LineJoin.cs     (14)   

 A     Source/GTKSystem.Drawing/Drawing2D/LinearGradientBrush.cs     (269)   

 A     Source/GTKSystem.Drawing/Drawing2D/LinearGradientMode.cs     (14)   

 A     Source/GTKSystem.Drawing/Drawing2D/Matrix.cs     (377)   

 A     Source/GTKSystem.Drawing/Drawing2D/MatrixOrder.cs     (10)   

 A     Source/GTKSystem.Drawing/Drawing2D/NativeMethods.cs     (65)   

 A     Source/GTKSystem.Drawing/Drawing2D/PathData.cs     (26)   

 A     Source/GTKSystem.Drawing/Drawing2D/PathGradientBrush.cs     (222)   

 A     Source/GTKSystem.Drawing/Drawing2D/PenAlignment.cs     (16)   

 A     Source/GTKSystem.Drawing/Drawing2D/PenType.cs     (16)   

 A     Source/GTKSystem.Drawing/Drawing2D/PixelOffsetMode.cs     (18)   

 A     Source/GTKSystem.Drawing/Drawing2D/QualityMode.cs     (14)   

 A     Source/GTKSystem.Drawing/Drawing2D/RegionData.cs     (13)   

 A     Source/GTKSystem.Drawing/Drawing2D/RotateFlipType.cs     (38)   

 A     Source/GTKSystem.Drawing/Drawing2D/SmoothingMode.cs     (18)   

 A     Source/GTKSystem.Drawing/Font.cs     (646)   

 A     Source/GTKSystem.Drawing/FontCollection.cs     (30)   

 A     Source/GTKSystem.Drawing/FontFamily.cs     (233)   

 A     Source/GTKSystem.Drawing/FontStyle.cs     (33)   

 A     Source/GTKSystem.Drawing/GTKSystem.Drawing.csproj     (67)   

 A     Source/GTKSystem.Drawing/GTKSystem.Drawing.csproj.DotSettings     (4)   

 A     Source/GTKSystem.Drawing/GenericFontFamilies.cs     (24)   

 A     Source/GTKSystem.Drawing/Graphics.cs     (1872)   

 A     Source/GTKSystem.Drawing/GraphicsState.cs     (9)   

 A     Source/GTKSystem.Drawing/GraphicsUnit.cs     (41)   

 A     Source/GTKSystem.Drawing/GtkSystemColors.cs     (50)   

 R     Source/GTKSystem.Drawing/HashCode.cs     (5)   

 A     Source/GTKSystem.Drawing/IDeviceContext.cs     (20)   

 A     Source/GTKSystem.Drawing/Icon.cs     (249)   

 A     Source/GTKSystem.Drawing/Interfaces/IWidget.cs     (0)   

 R     Source/GTKSystem.Drawing/Internals/BitOperations.cs     (0)   

 R     Source/GTKSystem.Drawing/KnownColor.cs     (0)   

 A     Source/GTKSystem.Drawing/Pen.cs     (0)   

 A     Source/GTKSystem.Drawing/Printing/Duplex.cs     (0)   

 A     Source/GTKSystem.Drawing/Printing/Margins.cs     (0)   

 A     Source/GTKSystem.Drawing/Printing/MarginsConverter.cs     (0)   

 A     Source/GTKSystem.Drawing/Printing/PageSettings.cs     (0)   

 A     Source/GTKSystem.Drawing/Printing/PaperKinds.cs     (0)   

 A     Source/GTKSystem.Drawing/Printing/PaperSize.cs     (0)   

 A     Source/GTKSystem.Drawing/Printing/PaperSource.cs     (0)   

 A     Source/GTKSystem.Drawing/Printing/PaperSourceKind.cs     (0)   

 A     Source/GTKSystem.Drawing/Printing/PrintAction.cs     (0)   

 A     Source/GTKSystem.Drawing/Printing/PrintEventArgs.cs     (0)   

 A     Source/GTKSystem.Drawing/Printing/PrintEventHandler.cs     (0)   

 A     Source/GTKSystem.Drawing/Printing/PrintPageEventArgs.cs     (0)   

 A     Source/GTKSystem.Drawing/Printing/PrintPageEventHandler.cs     (0)   

 A     Source/GTKSystem.Drawing/Printing/PrintRange.cs     (0)   

 A     Source/GTKSystem.Drawing/Printing/PrinterResolution.cs     (0)   

 A     Source/GTKSystem.Drawing/Printing/PrinterResolutionKind.cs     (0)   

 A     Source/GTKSystem.Drawing/Printing/PrinterSettings.cs     (0)   

 A     Source/GTKSystem.Drawing/Printing/PrinterUnit.cs     (0)   

 A     Source/GTKSystem.Drawing/Printing/PrinterUnitConvert.cs     (0)   

 A     Source/GTKSystem.Drawing/Printing/QueryPageSettingsEventArgs.cs     (0)   

 A     Source/GTKSystem.Drawing/Printing/QueryPageSettingsEventHandler.cs     (0)   

 A     Source/GTKSystem.Drawing/Region.cs     (0)   

 A     Source/GTKSystem.Drawing/SolidBrush.cs     (0)   

 A     Source/GTKSystem.Drawing/StringAlignment.cs     (0)   

 A     Source/GTKSystem.Drawing/StringDigitSubstitute.cs     (0)   

 A     Source/GTKSystem.Drawing/StringFormat.cs     (0)   

 A     Source/GTKSystem.Drawing/StringFormatFlags.cs     (0)   

 A     Source/GTKSystem.Drawing/StringTrimming.cs     (0)   

 R     Source/GTKSystem.Drawing/SystemColors.cs     (0)   

 A     Source/GTKSystem.Drawing/Text/HotkeyPrefix.cs     (0)   

 A     Source/GTKSystem.Drawing/Text/TextRenderingHint.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/Application/Application.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/Application/ApplicationContext.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/Application/FormCollection.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/Application/InputLanguage.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/Application/InputLanguageCollection.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Atrribute/KeysConverter.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Atrribute/OpacityConverter.cs     (0)   

 D     Source/GTKSystem.Windows.Forms/GTKControls/Atrribute/TypeConverte.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Button.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/CheckBox.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/CheckedListBox.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Collection/ArrangedElement.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Collection/ArrangedElementCollection.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Collection/BaseCollection.cs     (0)   

 A     Source/GTKSystem.Windows.Forms/GTKControls/Collection/BindToObject.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Collection/Binding.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Collection/BindingCompleteContext.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Collection/BindingCompleteEventArgs.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Collection/BindingCompleteEventHandler.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Collection/BindingCompleteState.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Collection/BindingManagerBase.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Collection/BindingManagerDataErrorEventArgs.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Collection/BindingManagerDataErrorEventHandler.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Collection/BindingMemberInfo.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Collection/BindingSource.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Collection/BindingsCollection.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Collection/ControlBindingsCollection.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Collection/ControlCollection.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Collection/ControlUpdateMode.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Collection/CurrencyManager.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Collection/DataSourceUpdateMode.cs     (0)   

 A     Source/GTKSystem.Windows.Forms/GTKControls/Collection/Formatter.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Collection/IArrangedElement.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Collection/IBindableComponent.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Collection/ICurrencyManagerProvider.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Collection/ItemArray.Entry.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Collection/ItemArray.EntryEnumerator.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Collection/ItemArray.cs     (0)   

 A     Source/GTKSystem.Windows.Forms/GTKControls/Collection/ListBindingHelper.cs     (0)   

 A     Source/GTKSystem.Windows.Forms/GTKControls/Collection/ListManagerBindingsCollection.cs     (0)   

 A     Source/GTKSystem.Windows.Forms/GTKControls/Collection/PropertyManager.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Collection/PropertyStore.ColorWrapper.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Collection/PropertyStore.PaddingWrapper.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Collection/PropertyStore.RectangleWrapper.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Collection/PropertyStore.SizeWrapper.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Collection/PropertyStore.cs     (0)   

 A     Source/GTKSystem.Windows.Forms/GTKControls/Collection/RelatedCurrencyManager.cs     (0)   

 A     Source/GTKSystem.Windows.Forms/GTKControls/Collection/RelatedPropertyManager.cs     (0)   

 A     Source/GTKSystem.Windows.Forms/GTKControls/Collection/SecurityUtils.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/ComboBox.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/ComboBoxBase/ComboBox.ObjectCollection.Entry.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/ComboBoxBase/ComboBox.ObjectCollection.EntryEnumerator.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/ComboBoxBase/ComboBox.ObjectCollection.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/ComponentModel/IComPropertyBrowser.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/ContextMenuStrip.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Control/AccessibleObject.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Control/AccessibleRole.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Control/ControlStyles.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Control/CreateParams.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Control/Cursor.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Control/Cursors.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Control/DockStyle.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Control/GetChildAtPointSkip.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Control/IDropTarget.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Control/IHandle.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Control/IKeyboardToolTip.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Control/IOleControl.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Control/IOleInPlaceActiveObject.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Control/IOleInPlaceObject.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Control/IOleObject.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Control/IOleWindow.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Control/IPersist.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Control/IPersistPropertyBag.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Control/IPersistStorage.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Control/IPersistStreamInit.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Control/IQuickActivate.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Control/ISupportOleDropSource.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Control/IViewObject.cs     (0)   

 M     Source/GTKSystem.Windows.Forms/GTKControls/Control/IViewObject2.cs     (0)   

Patch Links:

https://github.com/easywebfactory/gtksystem-windows-forms/pull/23.patch

https://github.com/easywebfactory/gtksystem-windows-forms/pull/23.diff

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

easywebfactory avatar Mar 02 '25 11:03 easywebfactory