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
2018-08-09Move to generating msbuild choose elements to get if-else selection behavior ...Katelyn Gadd
2018-08-02Use msbuild project reference to establish dependency on genconsts instead of...Katelyn Gadd
2018-07-11Return filled FormattedValueType instead of nullAlexander Schulz
2018-06-29Rework genproj to use gensources to build sources list for each profile and h...Katelyn Gadd
2018-06-01[csproj] Update project filesmonojenkins
2018-05-22[System.Windows.Forms] Fix PropertyGrid (#8813)sancheolz
2018-04-16Default platform to net_4_x if none is specified, to fix tools that build wit...Katelyn Gadd
2018-04-06[msvc] Update csproj files (#8067)monojenkins
2018-04-01[System.Windows.Forms] Set NotifyIcon.Icon in test to prevent warningAlexander Köplinger
2018-04-01[System.Windows.Forms] Dispose forms opened during two testsAlexander Köplinger
2018-03-29[System.Windows.Forms] Ignore non-visible controls when computing ScrollableC...PiotrCW
2018-03-28[msvc] Update csproj files (#7811)monojenkins
2018-03-23Fallback to listing drives in My Computer using System.IO.DriveInfo.Filip Navara
2018-03-22[System.Windows.Forms] Reset check state of item when removing it. (#7744)Filip Navara
2018-03-17[System.Windows.Forms] Fix bounds manipulation in Control.DrawToBitmap (#7629)Filip Navara
2018-03-16[msvc] Update csproj files (#7654)monojenkins
2018-03-16[System.Windows.Forms] Improve logic for closing complex ToolStripDropDown la...Filip Navara
2018-03-16[System.Windows.Forms] Unify layout engines for Controls and ToolStripItems (...Filip Navara
2018-03-12[System.Windows.Forms] Fix custom test targets in makefile. (#7571)Filip Navara
2018-03-12[System.Windows.Forms] Update code for top-level windows (#7570)Filip Navara
2018-03-12Make Form scaling tests platform independent.Filip Navara
2018-03-09[bcl] Fix test build with mcs (#7512)Alexander Köplinger
2018-03-09[System.Windows.Forms] Fix lifetime of Graphics objects in TextBox controls (...Filip Navara
2018-03-09[System.Windows.Forms] Fix bugs in PrintPreviewControl. (#7493)Filip Navara
2018-03-08[msvc] Update csproj files (#7497)monojenkins
2018-03-06[System.Windows.Forms] Fix inconsistent state of Document object (#7422)Filip Navara
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