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/class
AgeCommit message (Expand)Author
2020-01-13Correct code style problems.Karl
2020-01-13Improve font name and charset handling.Karl
2020-01-13Replace Document Height / Width Changed events with SizeChangedKarl
2020-01-13Round font ascent / descent up in LineTag.Karl
2020-01-13Fix updating to cover lines modified while suspended.Karl
2020-01-13Rearrage slightly, fix kerning.Karl
2020-01-13Fix CharCount, CharIndexToLineTag, recalculate wrapped lines.Karl
2020-01-13Recalculate after changing canvas. Fix scrolling.Karl
2020-01-13Later RTF para overrides earlier. Emit \nosupersub.Karl
2020-01-13Improve indent and kerning handling.Karl
2020-01-13Add tabstop support. Use floats for spacings.Karl
2020-01-13Lots of TextControl stuff, plus others.Karl
2020-01-13Use a float for the RTF font size to avoid rounding error when dividing by tw...Karl
2020-01-13Add line spacing support. Move dpi to TextControl.Karl
2020-01-13Fix ReplaceSelection() again. Line spacing support. Fix drawing non-multiline...Karl
2020-01-13Fix TextControl.ReplaceSelection to insert before removing so that setting Se...Karl
2020-01-13RichTextBox: Cache dpiKarl
2020-01-13Three fixes in RichTextBox, one GenerateRTF, two ContentResized.Karl
2020-01-13Fix line calculation for vertical positioning of tags.Karl
2020-01-13* Line.cs: Finished off indent support, also added tabstops.Karl
2020-01-13Fixed so that it sets measuredText to an empty rectange if notKarl
2020-01-13* RichTextBox.cs: Align Justified as Left instead of as Center.Karl
2020-01-13* RTF.cs: More work on ReadObjGroupKarl
2020-01-13All sorts of work, mostly on RichTextBox.Karl
2020-01-10[corlib] Mark the SRE types with required=false so they can be linked out. (#...Zoltan Varga
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-03[metadata] Size 0 Blob heap is ok when resolving assembly refs (#18313)Aleksey Kliger (λgeek)
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-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-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