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
path: root/main
AgeCommit message (Expand)Author
2014-06-13Updated references to xwt, md-addinslluis
2014-06-13Updated references to xwt, md-addinsjeremie.laval
2014-06-13Merge pull request #586 from tpokorra/fixTarBallDebuggerGdbMissingUngureanu Marius
2014-06-13add MonoDevelop.Debugger.Gdb so that it becomes part of the tarballTimotheus Pokorra
2014-06-13Fixed 'Bug 20546 - Typing "///" on nested class does not createMike Krüger
2014-06-12Merge pull request #583 from dipamchang/GetApplicationsMichael Hutchinson
2014-06-12Merge pull request #585 from sgmunn/fixbug-19074Lluis Sanchez
2014-06-12[Ide] Do not show all files in solution folders.Greg Munn
2014-06-12[Debugger] When resolving tooltips, set both AllowTargetInvoke and AllowMetho...Jeffrey Stedfast
2014-06-12bumped debugger-libsJeffrey Stedfast
2014-06-12[Debugger] Updated some unit tests (now that simple properties are evaluated)Jeffrey Stedfast
2014-06-12bumped debugger-libsJeffrey Stedfast
2014-06-12bumped debugger-libsJeffrey Stedfast
2014-06-11bumped debugger-libsJeffrey Stedfast
2014-06-11bumped debugger-libsJeffrey Stedfast
2014-06-11[Debugger] When allowing method evaluation, don't forget to enable AllowTarge...Jeffrey Stedfast
2014-06-11bumped debugger-libsJeffrey Stedfast
2014-06-11[AssemblyBrowser] Added the resource folder again.Mike Krüger
2014-06-11[Ide] Check references on configuration change.Mike Krüger
2014-06-11Use an empty entryset rather than null. This fixes an occasional NRE error in...Cody Russell
2014-06-11[Debugger] When executing custom sdb debugger, don't use shell executeJeffrey Stedfast
2014-06-10bumped debugger-libsJeffrey Stedfast
2014-06-10[WinPlat] Code Migration to Win32.csDipam Changede
2014-06-10[WinPlat] Remove *itself* MD/XS from Open With ListDipam Changede
2014-06-10[Debugger] Updated unit tests & code cleanupJeffrey Stedfast
2014-06-10bumped debugger-libsJeffrey Stedfast
2014-06-10Fixed 'Bug 20127 - Fails to show all references of an abstractMike Krüger
2014-06-10Fixed 'Bug 20498 - Source analysis error while typing foreach loop'Mike Krüger
2014-06-10[LibGit2] Add .targets for Windows XS build.Marius Ungureanu
2014-06-10[CSharpBinding] Use Contains instead of IndexOfMike Krüger
2014-06-10Fixed 'Bug 20485 - Auto completion does not appears. '.Mike Krüger
2014-06-10Fixed 'Bug 20461 - Xamarin Studio keyword help messages use circularMike Krüger
2014-06-10bumped debugger-libsJeffrey Stedfast
2014-06-09[Mac] Use Application.Invoke() instead of running pending events, and do this...Cody Russell
2014-06-09[Mac] Grab focus to the gtk widget before building the native Mac menu.Cody Russell
2014-06-09Fixed Bug 20425 - Getting exception on clicking the Browse button in "Export ...Marius Ungureanu
2014-06-09Use correct default namespace in shared projectsLluis Sanchez Gual
2014-06-09Merge branch 'master' into android-device-targetingLluis Sanchez
2014-06-08[WinPlat] Implementation of GetApplication for Windows PlatformDipam Changede
2014-06-08Merge pull request #581 from sgmunn/fixbug-19422Michael Hutchinson
2014-06-08Merge pull request #582 from DavidKarlas/xamlCodeCompletionMichael Hutchinson
2014-06-08[XmlEditor] Auto-CodeCompletion for AttributeValue & SkipCharDavid Karlaš
2014-06-08[XmlEditor] Moved Element completion lower in method to give higher priorty t...David Karlaš
2014-06-08[XmlEditor] XmlCompletionData does not override Icon if Icon was setDavid Karlaš
2014-06-08[XmlEditor] If forced while typing element name display CodeCompletionDavid Karlaš
2014-06-08[XmlEditor] More agressive CodeCompletion for Xml Attribute NameDavid Karlaš
2014-06-08[XmlEditor] Enabled force CodeCompletion on Attribute valuesDavid Karlaš
2014-06-08[XmlEditor] Moved attribute value completion in front of attribute name compl...David Karlaš
2014-06-08[SourceEditor] Treat "Xml Attribute Value" as "String" so quotes in SkipChars...David Karlaš
2014-06-08[IDE] Bug fix 19422 - Unable to see Android logs according to "Filter by" opt...Greg Munn