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
2019-04-16Merge pull request #587 from xamarin/pr-sandy-cocoa-sighelpGreg Munn
2019-04-16TextViewContent: Fix line endingsSandy Armstrong
2019-04-16TextViewContent: Restore AutoSave cleanupSandy Armstrong
2019-04-16TextEditor.Cocoa: Add missing signature help iconsSandy Armstrong
2019-04-12Misc fixes for doc/view modelLluis Sanchez
2019-04-12Revert "Misc fixes for doc/view model"Lluis Sanchez
2019-04-12Merge pull request #573 from xamarin/fix-leak-maybeLluis Sanchez
2019-04-11Misc fixes for doc/view modelLluis Sanchez
2019-04-11Fix Windows build.Kirill Osenkov
2019-04-09Merge branch 'new-service-model' into new-doc-modelLluis Sanchez
2019-04-09Fix assembly loading issue with new editorLluis Sanchez
2019-04-08Merge pull request #389 from xamarin/pr-sandy-zoomzoomzoomAaron Bockover
2019-04-05Merge pull request #510 from xamarin/pr-kirillo-new-doc-model-buildAaron Bockover
2019-04-05Fix Windows build.Kirill Osenkov
2019-04-04TextEditor.Cocoa: Use managed GtkNSView host by defaultSandy Armstrong
2019-04-04Fix buildLluis Sanchez
2019-04-04Merge branch 'new-service-model' into new-doc-modelLluis Sanchez
2019-04-04TextViewContent: Use Set*ZoomLevel methods, sync min/max with old editorSandy Armstrong
2019-04-04Zoom: Persist in new editor, sync with oldSandy Armstrong
2019-04-04Finish porting the debugger to vs-editor-apiAaron Bockover
2019-04-04MonoDevelop.TextEditor.Cocoa: Build as part of md-addinsSandy Armstrong
2019-04-04TextEditor.Cocoa: Get MD Control from ViewContentSandy Armstrong
2019-04-04GtkNSViewHost: Move to MonoDevelop.IdeSandy Armstrong
2019-04-04Migrate from vs-editor-core back to vs-editor-apiSandy Armstrong
2019-04-02Merge branch 'new-service-model' into new-doc-modelLluis Sanchez
2019-03-31[New editor] Don't load the editor until the widget is requestedLluis Sanchez
2019-03-29[TextViewContent] Add missing NotifyContentChanged callLluis Sanchez
2019-03-29Fix NRE in new text editorLluis Sanchez
2019-03-29Add api for creating editor controllersLluis Sanchez
2019-03-28Fix Windows build.Kirill Osenkov
2019-03-28[build] Fix an unexpected local copyAlan McGovern
2019-03-27Address PR feedbackLluis Sanchez
2019-03-27Fix open document registration in RoslynLluis Sanchez
2019-03-25Merge branch 'new-service-model' into new-doc-modelLluis Sanchez
2019-03-25New model for focus/unfocus eventsLluis Sanchez
2019-03-25Fix new editor initialization issueLluis Sanchez
2019-03-22Fix unit testsLluis Sanchez
2019-03-21Initial integration of new text editor into new document modelLluis Sanchez
2019-03-21Track API changesLluis Sanchez
2019-03-21Merge branch 'new-service-model' into new-doc-modelLluis Sanchez
2019-03-20Convert font name via Pango.FontDescription and map to NSFontAaron Bockover
2019-03-16TextEditor: explicitly handle some find commands when find is focusedAaron Bockover
2019-03-16TextEditor: set background for line hightlight (Fixes VSTS 804158)Aaron Bockover
2019-03-15TextViewContent: preserve old editor localized stringsAaron Bockover
2019-03-15TextViewContent: update for vs-editor-core InfoBar changesAaron Bockover
2019-03-15Merge pull request #340 from xamarin/pr-david-fix785414Aaron Bockover
2019-03-15Fix 785414: GDK event loop is eating native eventsDavid KarlasĖŒ
2019-03-15Make IInfoBarPresenterFactory an optional import.Kirill Osenkov
2019-03-15Copy InfoBar.dll to output for Windows.Kirill Osenkov
2019-03-13TextViewContent: Notify user of autosave files and external changesSandy Armstrong