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
AgeCommit message (Expand)Author
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 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-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-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-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
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
2019-12-19[WinForms][UIA] Add new internal event to track form's owner change (#18117)Nikita Voronchev
2019-12-09 [WinForms] No event should be triggered when calling ComboBox.Items.RemoteAt...abrevet-dev
2019-12-06[WinForms] Handle menu for wheel button click (close the contextmenu) (#18049)abrevet-dev
2019-12-05[WinForms] Fix wrong behavior of RadioButton auto-check (#18044)abrevet-dev