Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs
AgeCommit message (Expand)Author
2020-01-13[Winforms] Calculate GroupBox preferred size the same way as Panel (#18429)Karl
2020-01-13[Winforms] Always draw at least one line of a Label. (#18422)Karl
2020-01-13[Winforms] Improve X11 keyboard handling. (#18428)Karl
2020-01-13[Winforms] Don't have non-active controls focused (#18426)Karl
2020-01-13[Winforms] Implement correct Control.Region / ClipRegion support on X11 (#18421)Karl
2020-01-13[Winforms] X11Keyboard LookupString fixes (#18423)Karl
2020-01-13[jit] Fix an assertion in the Thread.VolatileRead () intrinsic. (#18430)Zoltan Varga
2020-01-11[bcl] Update BCL Linked Sizemonojenkins
2020-01-10[corlib] Mark the SRE types with required=false so they can be linked out. (#...Zoltan Varga
2020-01-09[bcl] Update BCL Linked Sizemonojenkins
2020-01-09[corlib] Switch to CharUnicodeInfo from corefx (#18305)Marek Safar
2020-01-09[reflection] Fix check for Type.FullName to match CoreCLR (#18385)Ryan Lucia
2020-01-08[Coop] Remove handles from Mono.Interop.ComInteropProxy. (#16993)Jay Krell
2020-01-07Set thread pool thread name just based on string pointer check. (#16637)Jay Krell
2020-01-07Add SignedCms to the TypeForwards in the System.Security.Cryptography.Pkcs fa...Steve Pfister
2020-01-05[csproj] Update project filesmonojenkins
2020-01-05Bump linker+cecil.Zoltan Varga
2020-01-03[metadata] Size 0 Blob heap is ok when resolving assembly refs (#18313)Aleksey Kliger (λgeek)
2020-01-03[bcl] Update BCL Linked Sizemonojenkins
2020-01-02Cleanup a few dependencies to reduce wasm bcl sizeMarek Safar
2020-01-02[reflection] Convert internal GetCustomAttributes calls to Attribute[] (#18176)Ryan Lucia
2020-01-02The behaviour expected of filter exceptions is: (#18309)Thays Grazia
2020-01-02Set inited flag _after_ TermInfoDriver initialisation completes (#18318)Jonathan Nagy
2019-12-31Pull in DirectoryInfo Invalidate After Create Fix (#18310)Steve Pfister
2019-12-30Socket.BeginMConnect() should not attempt connections on unsupported address ...Martin Baulig
2019-12-19[System] Add additional hardening against race in MonoTlsStream (#18250)Alexander Köplinger
2019-12-19[WinForms][UIA] Add new internal event to track form's owner change (#18117)Nikita Voronchev
2019-12-19[corlib] Move a few more test cases to part2, turns out part1 was still too l...Alexander Köplinger
2019-12-18[bcl] Split corlib and System.Core xunit test assemblies for monotouch profil...Alexander Köplinger
2019-12-16[metadata] Check for GTDs in setup_generic_array_ifaces (#18101)Ryan Lucia
2019-12-15[monolinker] Fix path to wasm referencesMarek Safar
2019-12-14[bcl] Update BCL Linked Sizemonojenkins
2019-12-14[wasm] Run linker tests with wasm substitution settingsMarek Safar
2019-12-13Bump msbuild to track xplat-master (#18183)Ankit Jain
2019-12-13Relax faultcode parsing for Soap11 message errors. (#18154)Steve Pfister
2019-12-11Make Socket.Socket_icall static, as most icalls are, removing the first, unus...Jay Krell
2019-12-11Bump linker (#18128)Marek Safar
2019-12-11[corlib] Rename internal LogLevel enum to avoid conflict with Android LogLeve...Alexander Köplinger
2019-12-11Sockets: Foo_internal to Foo_icall and ves_icall_Foo_internal to ves_icall_Fo...Jay Krell
2019-12-09 [WinForms] No event should be triggered when calling ComboBox.Items.RemoteAt...abrevet-dev
2019-12-09[wasm][bcl][websockets] Add WebSocket support. (#18062)Kenneth Pouncey
2019-12-06[WinForms] Handle menu for wheel button click (close the contextmenu) (#18049)abrevet-dev
2019-12-05Remove DNS lookups of the local hostname in tests (#18059)Alexander Köplinger
2019-12-05[WinForms] Fix wrong behavior of RadioButton auto-check (#18044)abrevet-dev
2019-12-04[corlib] add InternalsVisibleTo for Mono.Android (#18040)Jonathan Peppers
2019-12-04[WinForms] Editing the DialogResult of the form in the button click event wa...abrevet-dev
2019-12-04[bcl] Update BCL Linked Sizemonojenkins
2019-12-04[Wasm] Enable system nunit tests on ci (#17716)Maxim Lipnin
2019-12-03[WinForms] SetRowSpan and SetColumnSpan does not trigger the good exception. ...abrevet-dev
2019-12-03Added Obsolete to AppDomain.CreateDomain for monodroid. (#18000)Steve Pfister