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-12-21[WinForms] Dispose tooltips (#12059)PaulBol
2018-11-20prevent endless recursion in ListView.ToString() (#11049) (#11561)markusbeth
2018-11-16[WinForms] Matching Mono PropertyGrid behaviour with .Net one (#11618)Nikita Voronchev
2018-11-16[WinForms] Really fix ToolStrip background (#11287)HebaruSan
2018-11-16Draw menu background with SystemColors.Menu to fix dark themes (#11301)HebaruSan
2018-10-19[WinForms] Propagate the flags from DrawTextInternal to MeasureTextInternal (...monojenkins
2018-10-17Fix MessageBox text color for dark themes (#11196)HebaruSan
2018-10-04Fix default colors for DataGridView (#10944)HebaruSan
2018-10-03Paint ToolStrip background with ToolStrip.BackColorPaul Hebble
2018-09-28[System.Windows.Forms] Switch tests to use embedded test resourcesAlexander Köplinger
2018-09-25[WinForms] Fix bug with multiline TextBox which contains /t characters in the...FrozenShade666
2018-09-02Move the PreBuild dependency property later in the file so targets can't over...Katelyn Gadd
2018-08-31Kill sln dependencies (#10406)Katelyn Gadd
2018-08-27System.Windows.Forms: Fix regressions in layout code and TextBox Font handlin...Filip Navara
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