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
2013-08-19[Refactoring] Results marker are now added to the right location.Mike Krüger
2013-08-19Merge pull request #378 from mono/extendUnitTests2Ungureanu Marius
Unit Tests for Version Control
2013-08-19[Version Control] Fixed UnitTests on Unix platform.Marius Ungureanu
2013-08-19[Svn] Fixed an issue with Revision.GetPrevious on special rev kinds.Therzok
2013-08-19Fixed 'Bug 12101 - Refactoring namespaces single word at the time '.Mike Krüger
2013-08-19[CSharpBinding] Fixed some issues in the automatic bracket insertion.Mike Krüger
2013-08-19Fixed 'Bug 13989 - Importable symbols selected before importedMike Krüger
symbols'.
2013-08-19Fixed 'Bug 14054 - 'Find references' doesn't work for indexers'.Mike Krüger
2013-08-18[Xml/Html] Improve attribute parsing recoveryMichael Hutchinson
And remove unused "malformed tag" mechanism
2013-08-18[Xml] Fix location backtrack after line breakMichael Hutchinson
2013-08-17[Version Control] One more Unit Test and a fix to streamline code.Therzok
2013-08-17[Refactoring] Fix GTK markup errors, improve panel sizingMichael Hutchinson
2013-08-16[build] Nuke more duplicate assembliesAlan McGovern
2013-08-16[build] Remove an NGit reference which is unnecessaryAlan McGovern
Removes many duplicate files from our bundle
2013-08-16[CSharpBinding] Fixed bug in pathed document text editor extension.Mike Krüger
2013-08-16Fixed 'Bug 14007 - Disable/enable rule with comments puts comments inMike Krüger
strange places'.
2013-08-16Fixed 'Bug 14009 - "Go to base symbol" should open assembly browser'.Mike Krüger
2013-08-16Fixed 'Bug 14018 - Toggle Message Bubble is broken'.Mike Krüger
2013-08-15[CSharpBinding] InsertScript actions are now working on the correct context.Mike Krüger
2013-08-15Bump nrefactory/fixed script ast node selection bug.Mike Krüger
2013-08-15Fixed 'Bug 13991 - Go to declaration does not go to correct locationMike Krüger
in file'.
2013-08-15Fixed another possible cause for 'Bug 13991 - Go to declaration doesMike Krüger
not go to correct location in file'.
2013-08-14[build] Fixed testrunner, output paths and symlinks.Therzok
2013-08-14[build] Move around some stuff to shorten pathsAlan McGovern
2013-08-14Fixed Unix UnitTests.Marius Ungureanu
2013-08-14[Version Control] Implemented one more test.Therzok
2013-08-14[Version Control] Unit Tests - Refactoring.Therzok
Refactored RightRepositoryDetection. Removed virtual property from tests which work in all cases.
2013-08-14[Version Control] Unit Tests refactor and addition:Therzok
Refactor logic of functions. Use more Util functions. Fixed issue with clean repository not adding ignored files. Fixed issue with .gitignore not existing when reading.
2013-08-14[Version Control] Use the new refactored functions.Therzok
2013-08-14[Version Control] Refactor VCS Util functions.Therzok
2013-08-14[Version Control] First part of upgrading Unit TestsTherzok
2013-08-14Fix more Cairo warningsMichael Hutchinson
2013-08-14Merge pull request #372 from mono/AskStashUngureanu Marius
[Version Control] If we don't have stash/unstash, update fails.
2013-08-14[CSharpBinding] Track NRefactory API changes.Mike Krüger
2013-08-14[TextEditor] Fixed coordinate calculation bug.Mike Krüger
2013-08-13[stetic] Add DISABLE_STETIC environment variableMichael Hutchinson
2013-08-13[TextEditor] Ensure that uncached layout wrappers are disposed.Mike Krüger
2013-08-13Merge pull request #376 from mono/win32vcstestUngureanu Marius
[Version Control] Fix Win32 Subversion tests.
2013-08-13[Debugger] Added a CString visualizerJeffrey Stedfast
2013-08-13[Version Control] Fixed up UnitTests running for Win32 Subversion.Therzok
2013-08-13[TextEditor] Disabled word wrap function.Mike Krüger
2013-08-13[TextEditor] Enabled word wrap option.Mike Krüger
2013-08-13Fixed 'Bug 13943 - Check out of Team Explorer Everywhere XS will notMike Krüger
let me save file'.
2013-08-13Fixed 'Bug 13833 - [NRefactory] Refactoring a method name changesMike Krüger
other methods with the same name'.
2013-08-13[HexEditor] Fixed some issues with small files.Mike Krüger
2013-08-13Fix bad asserts triggered now we define DEBUGMichael Hutchinson
2013-08-13Revert "Revert "Fix hundreds of warnings""Michael Hutchinson
Please use an up to date Mono. This reverts commit 54a64a751b7070237368b7967cc4a6adff6bc468.
2013-08-13[Debugger] Modified TextVisualizer to support byte[], sbyte[], and char[]Jeffrey Stedfast
2013-08-13[HexEditor] Support visualizing strings, sbyte[]'s, and char[]'s tooJeffrey Stedfast
2013-08-13Revert "Fix hundreds of warnings"Jeffrey Stedfast
This reverts commit 1db8e4676941210b5bf7c68e01f70e1b85cd2a41.