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
2018-03-07nuget-hash-extractor: Add msbuild extensions nuget version from vs15.6 msbuil...Ankit Jain
2018-03-07System.Text.RegularExpressions from CoreFX (#7363)Egor Bogatov
2018-03-06[System.Windows.Forms] Fix inconsistent state of Document object (#7422)Filip Navara
2018-03-06[System.Security] Fixes decoding of CMS/PKCS #7 messages with an explicit cry...Marek Safar
2018-03-06[corlib] Ignore TimeZoneTest.TestCtors on iOS under certain conditions due to...Rolf Bjarne Kvinge
2018-03-06[System.Windows.Forms] Updated unit tests (#7405)Filip Navara
2018-03-05Add unit test for TextBox.PreferredSize property and fix updating the preferr...Filip Navara
2018-03-05Add makefile rule to build and run the notepad sample.Filip Navara
2018-03-05Remove obsolete code from FlowLayoutPanel that is no longer necessary with th...Filip Navara
2018-03-05When Form is set to AutoSize enforce it also as the minimum size for the wind...Filip Navara
2018-03-05Update XplatUI backends to properly send WM_WINDOWPOSCHANGED for zero-sized w...Filip Navara
2018-03-05Avoid couple of size recalculations by streamlining the SetBounds, SetBoundsI...Filip Navara
2018-03-05Fix for bug_82326 unit test.Filip Navara
2018-03-05Fix couple of relayouts causing incorrectly cached control preferred size.Filip Navara
2018-03-05Update DisposeTest to work on latest version of .NET Framework.Filip Navara
2018-03-05Add test for label self-sizing behavior.Filip Navara
2018-03-05Call LayoutEngine.InitLayout when appropriate and move the dist_right and dis...Filip Navara
2018-03-05Add cache for PreferredSize value.Filip Navara
2018-03-05Fix propagating layout to parents and then back to children when PreferredSiz...Filip Navara
2018-03-05Remove obsolete code for layout of AutoSize forms.Filip Navara
2018-03-05Unify the code for layout of anchored controls to avoid setting the bounds tw...Filip Navara
2018-03-05Fix the default layout engine and its quirks enough to pass all unit tests ag...Filip Navara
2018-03-05Move GetPreferredSize implementations from container classes to respective La...Filip Navara
2018-03-05Fix updating panel references when assigning TableLayoutSettings to TableLayo...Filip Navara
2018-03-05Ignore invisible controls in FlowLayout.Jiri Volejnik
2018-03-05Apply size constrains to control sizes when calculating flow layout.Filip Navara
2018-03-05Apply size constrains to control sizes when calculating flow layout preferred...Filip Navara
2018-03-05Added missing support for flow breaks in FlowLayoutPanel's preferred size cal...Jiri Volejnik
2018-03-05Add tests for FlowLayoutPanel.PreferredSize.Filip Navara
2018-03-05Apply the constraints when setting MinimumSize/MaximumSize and update the uni...Filip Navara
2018-03-05Reduce memory pressure by reusing the LayoutEngine objects.Filip Navara
2018-03-05Added missing PerformLayout() calls to Control.MinimumSize and MaximumSize se...Jiri Volejnik
2018-03-05Apply Maximum/MinimumSize constraints when calculating the preferred size.Filip Navara
2018-03-05Update Label.InternalGetPreferredSize to take the proposed size into account.Filip Navara
2018-03-05Fix Label automatic sizing code.Filip Navara
2018-03-05[msvc] Update csproj files (#7404)monojenkins
2018-03-04[mcs tests] fix runtime arguments passing to test harness (#7400)Bernhard Urban
2018-03-04Bump corertMarek Safar
2018-03-03Swap Close/Dispose calls so that the receiver_thread_main loop will be proper...Sebastien Lebreton
2018-03-03Use VSCMD_ARG_TGT_ARCH env in mkbundle on Windows when trying to autoetect ta...Johan Lorensson
2018-03-02[corlib] Remove IVT for S.R.I.RuntimeInformation facade (#7385)Alexander Köplinger
2018-03-01[Test] Reenable HttpRequestIgnoreBadCookies in monotouch. (#7330)Manuel de la Pena
2018-03-01Fix build from tarballs due to missing corefx.unix.sourcesJo Shields
2018-03-01[msvc] Update csproj files (#7367)monojenkins
2018-03-01Make it build.Martin Baulig
2018-03-01[interp] Enable more tests (#7315)Ludovic Henry
2018-03-01[profiler] A few low-hanging enhancements. (#7314)Alex Rønne Petersen
2018-02-28Don't throw NotImplementedException in Dispose()Alexander Köplinger
2018-02-28[msvc] Update csproj files (#7337)monojenkins
2018-02-28CoreFX System.Runtime.CompilerServices (#7118)Egor Bogatov