Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-30[Debugger] Don't call Show() in the DebugApplicationDialog constructorVsevolod Kukol
Window.Show () should not be called in the constructor because it initializes the Gdk window hidden in the background that immediately steals the native focus on Mac. In general Window.Show() should never be called in a ctor. Fixes VSTS #899539
2018-09-14#5331 Prevent Window ResizeGreg Blumenthal
2018-03-29Remove stetic files, and make the autogenerated UI files the definitive versioniain holmes
Stop autogenerating files and in future any changes to the generated UI files can be made in the CS code itself