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
2015-02-14[XMToolbar] Add Debugger icons.Marius Ungureanu
2015-02-14[Addins] Introduce PlatformCondition maxVersionMarius Ungureanu
2015-02-14[Addins] PlatformCondition fixupMarius Ungureanu
Use OS Version, not Darwin Version for checks.
2015-02-14[XMToolbar] Introduce RunButton icons.Marius Ungureanu
2015-02-14[Toolbar] Move buttonbar building into controller.Marius Ungureanu
2015-02-14[Toolbar] Move more logic into Controller.Marius Ungureanu
2015-02-14[Toolbar] Move Popup Window logic into Controller.Marius Ungureanu
Refactor PopupWindow to process Xwt keys.
2015-02-14[Toolbar] Removed unused member PopupWindowMarius Ungureanu
2015-02-14[Toolbar] Split SearchBar commands into own handlers.Marius Ungureanu
2015-02-14[Toolbar] Introduce SearchMenuItem and fix a bug regarding search category.Marius Ungureanu
2015-02-14[Toolbar] Make MainToolbarController the ICommandBar implementorMarius Ungureanu
Move all the necessary things to compile to IMainToolbarView.
2015-02-14[Toolbar] Introduce MainToolbarController and IMainToolbarView.Marius Ungureanu
2015-02-13[Mac] Guard against NRE for unrealized widgets.Cody Russell
2015-02-13[Windows] Fix tab strip sizing for high-resolution screens.Cody Russell
2015-02-12Updated reference to md-addinsVincent Dondain
2015-02-12Green build and tests hopefully!Alan McGovern
2015-02-12Merge branch 'watchkit'Alan McGovern
2015-02-12Bump to latest greenAlan McGovern
2015-02-12[Ide] Only run MSBuild generator if project supports itMichael Hutchinson
2015-02-12[Ide] Clean up logic for whether to run custom toolsMichael Hutchinson
2015-02-12bump md-addinsGreg Munn
2015-02-11[TextEditor] Shift+scroll no longer scrolls beyond the maximal scrollMike Krüger
position. It was possible to scroll at least 1 page to the right using that feature.
2015-02-11bumped md-addinsJeffrey Stedfast
2015-02-11bumped md-addinsJeffrey Stedfast
2015-02-11Update for guiunit fixesAlan McGovern
2015-02-11Implemented 'Bug 26924 - [Win32] Shift+mouse wheel doesn't scrollMike Krüger
horizontally'.
2015-02-11bump md-addinsGreg Munn
2015-02-10Bump to latest watchkitAlan McGovern
Fixes a bunch of issues with Events for WKInterfaceButton and WKInterfaceMenuItem
2015-02-10[Mac] Force dialog windows above native docking padsCody Russell
Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=26908
2015-02-10bump debugger-libsDavid Karlaš
2015-02-10[Debugger] Preview type namespaces cut off lost information about which time ↵David Karlaš
exaclly is in question plus generic types were displayed wrong
2015-02-10bumping debugger-libs and cecilDavid Karlaš
2015-02-10[Ide] Fix null reference exception when an showing error.Matt Ward
The exception can be null when ShowError is called via one of its method overloads.
2015-02-10Merge branch 'watchkit'Alan McGovern
2015-02-10Bump to latest watchkitAlan McGovern
2015-02-10[Designer.iOS] Add an env var override to disable zoom gesturesAlan McGovern
This seems to be the best way to disable zooming in the text editor when using a trackpad. There is no other way to prevent accidental zooming.
2015-02-10bumped version-checksJeffrey Stedfast
2015-02-08[Refactoring] Catch and report exceptions when searchingMichael Hutchinson
2015-02-08Merge pull request #733 from mhutch/fix-find-derived-symbolsMike Krüger
Fix find derived symbols
2015-02-08[Refactoring] Make threading a bit saferMichael Hutchinson
It still seems a bit hairy, it's a bunch of using things that aren't really threadsafe.
2015-02-08[TextEditor] Fix build.Mike Krüger
2015-02-08Merge pull request #731 from mhutch/sort-linesMike Krüger
Add a command to sort the selected lines in the source editor
2015-02-08[Refactoring] Fix Find Derived SymbolsMichael Hutchinson
It wasn't searching types in referencing projects. Re-use the Find Derived Classes logic.
2015-02-08[Refactoring] Fix FindDerivedClasses command handlerMichael Hutchinson
2015-02-08[SourceEditor] Implement SortSelectedLines commandMichael Hutchinson
2015-02-08[Ide] Add command for sorting linesMichael Hutchinson
2015-02-08[TextEditor] Break into debugger on unhandled exceptionMichael Hutchinson
2015-02-08[TextEditor] Add action to sort selected linesMichael Hutchinson
2015-02-07[Core] Fix position calculations of native Mac context menusCody Russell
Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=26170
2015-02-07bumped debugger-libsJeffrey Stedfast