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-02-12[2020-02] Allow users to switch to MonoWebRequestHandler on Android via UI (#...monojenkins
2020-01-29[corlib] Split corlib xunit tests even more for iOS (#18619)Alexander Köplinger
2020-01-28Use memmove in Buffer.MemoryCopy (#18547)Egor Bogatov
2020-01-28[WinForms] Incorrect Tree Nodes drawing at the `OwnerDrawText` mode (#18605)Nikita Voronchev
2020-01-28[Winforms] Form fixes (#18427)Karl
2020-01-28Don't select ListBox item if SelectionMode == None (#18492)Karl
2020-01-28[WinForms] Make `ContextMenuStrip` behavior closer to the reference one (#18598)Nikita Voronchev
2020-01-28Merge pull request #18491 from PreferLinux/RTF+Textbox-workAlexander Köplinger
2020-01-28[csproj] Update project filesmonojenkins
2020-01-27[WinForms] Display caret while click on ComboBox (#18523)Nikita Voronchev
2020-01-27Fix UnixEncoding.GetBytes() for empty strings (#18520)Steffen Kieß
2020-01-27Fix open port for X11 applications (#18583)felixdoerre
2020-01-27[Winforms] X11 Fix bounds change from within bounds-related events (#18513)Karl
2020-01-27[WinForms] Fix #18506 ActiveTracker, do not propagate message to control when...abrevet-dev
2020-01-26[debugger] Access invalid memory address using PointerValue Command. (#18537)Thays Grazia
2020-01-25Fix typos (#18585)Maher Jendoubi
2020-01-21Store the current encoding code page, not encodingKarl
2020-01-21Use correct default encoding.Karl
2020-01-18Calculate DPI before Recalculate.Karl
2020-01-18Fix NullReferenceException when parsing RTF.Karl
2020-01-17[tests] Re-enable profiler test that used to fail (#18471)Vlad Brezae
2020-01-17[runtime] NOHANDLES for ves_icall_System_Threading_Thread_GetCurrentThread (#...Aleksey Kliger (λgeek)
2020-01-14Add normalized .bat files after the .gitattributes EOL changeAlexander Köplinger
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-13Only calculate scrollbars once handle createdKarl
2020-01-13Significantly improve DPI caching.Karl
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