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 (Expand)Author
2015-02-14[XMToolbar] Add Debugger icons.Marius Ungureanu
2015-02-10[Debugger] Preview type namespaces cut off lost information about which time ...David Karlaš
2015-02-05[Debugger] Fixing NRE when there is no default value visualizerDavid Karlaš
2015-01-29[Debugger] Use the ex.Message for the secondary text always if left unspecifiedJeffrey Stedfast
2015-01-29[Debugger] Provide the exception error messageJeffrey Stedfast
2015-01-28[Debugger] Immediate console is readonly if debugee is not pausedDavid Karlaš
2015-01-27[DebuggerTests] Added tests for virtual method calls and debugger-libs bumpDavid Karlaš
2015-01-27[DebuggerTests] Passing List<> DebuggerDisplay unit tests on referencesource ...David Karlaš
2015-01-26[Debugger] Added unit tests for bug #26423Jeffrey Stedfast
2015-01-26Implement fast build checksMichael Hutchinson
2015-01-24Merge branch 'debuggerVisualizers' into 'master'David Karlaš
2015-01-24[DebuggerVisualizers] Visual glitch on Windows and fixed crashDavid Karlaš
2015-01-20[DebuggerTests] Added new DebuggerStepperBoundary test based on Bug 21510David Karlaš
2015-01-20[DebuggerTests] Remove Ignore on sdb + IsExternal(bumping debugger-libs)David Karlaš
2015-01-20[DebuggerTests] Using Instruction stepping instead Line steppingDavid Karlaš
2015-01-19Merge pull request #715 from mono/debugReleaseMarius Ungureanu
2015-01-19[Debugger] Disabling auto loading of disassembly view until ProjectOnlyCode l...David Karlaš
2015-01-17Add pdbonly to release configurations.Marius Ungureanu
2015-01-17[Ide] Give projects control over build before executionMichael Hutchinson
2015-01-16[Debugger] Fixed regression from af2ecb3305... Debugger displayed stack frame...David Karlaš
2015-01-16[DebuggerTests] Enabled SetNextStatement tests on SDB because it was fixed in...David Karlaš
2015-01-16[DebuggerTests] Few more testsDavid Karlaš
2015-01-14Bug 2852 - Debugger cannot remap source pathsDavid Karlaš
2015-01-10[Debugger] Converted to UNIX line endingsJeffrey Stedfast
2015-01-09[Icons] Color synchronizationVaclav Vancura
2015-01-08Merge pull request #703 from mono/vaclav/icons-renamingVaclav Vancura
2015-01-06[DebuggerTests] DebuggerDisplayMethodTest addedDavid Karlaš
2015-01-05[DebuggerVisualizers] Appearance tweaksVaclav Vancura
2015-01-05[Icons] Simplifying icon namesVaclav Vancura
2015-01-05[Icons] Cleaning up icons all aroundVaclav Vancura
2015-01-02[DebuggerTests] Added tests for GetType and operator "is"(ignored atm)David Karlaš
2014-12-18[DebuggerTests] Improved logic of selecting Mono version + disabled Stepping/...David Karlaš
2014-12-16[DebuggerTests] Added unit test for OneLineEventHandler and added StepOverPro...David Karlaš
2014-12-12Bug 13847 - Exception popup is not always visible to userDavid Karlaš
2014-12-08[DebuggerVisualizers] Fixed few UI problems on Windows when displaying Previe...David Karlaš
2014-12-05[DebuggerVisualizers] Fixed some glitches when displaying Preview WindowDavid Karlaš
2014-12-04[DebuggerVisualizers] Validate iter is valid before using itDavid Karlaš
2014-12-04[DebuggerVisualizer] Committing removal of combo in ValueVisualizer in gui.st...David Karlaš
2014-12-04[DebuggerVisualizers] Added spinner 16x16 icons+selected and implemented sele...David Karlaš
2014-12-03[DebuggerVisualizers] Reposition PreviewWindow and close when item in list is...David Karlaš
2014-12-03[DebuggerVisualizers] Added "md-preview-selected" icon and implementedDavid Karlaš
2014-12-01[DebuggerVisualizers] Escape key closes PreviewWindowDavid Karlaš
2014-12-01[DebuggerVisualizers] Value Visualizer Dialog changed from ComboBox to Button...David Karlaš
2014-11-26[DebuggerVisualizers] Fixed blurry border line on "Show Value(s)" buttonDavid Karlaš
2014-11-26[DebuggerVisualizers] Show Value(s) button alignment correctedDavid Karlaš
2014-11-26[DebuggerVisualizers] Fixed WatchPad where "Click here to add new watch" didn...David Karlaš
2014-11-25[DebuggerVisualizers] Check if Iter is valid before setting iconDavid Karlaš
2014-11-25[DebuggerVisualizers] Disabled preview on strings that are not ellipsized and...David Karlaš
2014-11-24[Debugger] Using md-empty(transparent icon) as placeholder for preview icon t...David Karlaš
2014-11-24[DebuggerVisualizers] Adding IEnumerator support needed also some unit tests ...David Karlaš