Skip to content

Commit

Permalink
mono: Update from main branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Esme Povirk committed Jul 24, 2024
1 parent dab02f8 commit 39ad82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mono
Submodule mono updated 23 files
+1 −1 external/nunit-lite
+1 −1 mcs/class/System.Windows.Forms/Makefile
+9 −0 mcs/class/System.Windows.Forms/System.Windows.Forms.CarbonInternal/MouseHandler.cs
+2 −0 mcs/class/System.Windows.Forms/System.Windows.Forms.dll.sources
+64 −9 mcs/class/System.Windows.Forms/System.Windows.Forms/Clipboard.cs
+2 −1 mcs/class/System.Windows.Forms/System.Windows.Forms/Control.cs
+20 −1 mcs/class/System.Windows.Forms/System.Windows.Forms/DataObject.cs
+12 −0 mcs/class/System.Windows.Forms/System.Windows.Forms/FlowLayoutPanel.cs
+5 −0 mcs/class/System.Windows.Forms/System.Windows.Forms/FlowLayoutSettings.cs
+13 −0 mcs/class/System.Windows.Forms/System.Windows.Forms/GridEntry.cs
+38 −15 mcs/class/System.Windows.Forms/System.Windows.Forms/GridItemCollection.cs
+3 −0 mcs/class/System.Windows.Forms/System.Windows.Forms/ListView.cs
+69 −25 mcs/class/System.Windows.Forms/System.Windows.Forms/NativeWindow.cs
+2 −1 mcs/class/System.Windows.Forms/System.Windows.Forms/PropertyGrid.cs
+2 −0 mcs/class/System.Windows.Forms/System.Windows.Forms/TreeView.cs
+176 −53 mcs/class/System.Windows.Forms/System.Windows.Forms/X11Clipboard.cs
+206 −687 mcs/class/System.Windows.Forms/System.Windows.Forms/X11Dnd.cs
+4 −4 mcs/class/System.Windows.Forms/System.Windows.Forms/X11Keyboard.cs
+176 −0 mcs/class/System.Windows.Forms/System.Windows.Forms/X11Selection.cs
+1,647 −0 mcs/class/System.Windows.Forms/System.Windows.Forms/X11SelectionHandler.cs
+9 −9 mcs/class/System.Windows.Forms/System.Windows.Forms/X11Structs.cs
+19 −0 mcs/class/System.Windows.Forms/System.Windows.Forms/XplatUI.cs
+87 −388 mcs/class/System.Windows.Forms/System.Windows.Forms/XplatUIX11.cs

0 comments on commit 39ad82b

Please sign in to comment.