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-02-18Implemented .po editor as document controllerLluis Sanchez
2019-02-15Track API changesLluis Sanchez
2018-11-12More loctherzok
2017-10-27CID114236 - Fix redundant null check.therzok
2017-02-16Fix threading issue in PO editor widgetLluis Sanchez
2017-02-16String optimizations (#1881)Marius Ungureanu
2017-01-12[Gettext] Changed line counting when opening references in PO Editor from 0 to 1F. Phoenix
2016-09-18[Ide] Don't dispose List/TreeStore as we don't own it, the treeview does.Marius Ungureanu
2016-04-14Rename Skin to ThemeLluis Sanchez
2016-04-04[PO] Fix undo/redo in PO editor.therzok
2016-03-10[Gettext] Fixed compiler warnings.Mike Krüger
2016-01-16[Gettext] Dark stylesVaclav Vancura
2016-01-15Merge remote-tracking branch 'origin/master' into roslyn-dark-skinMarius Ungureanu
2016-01-14[Gettext] New light colorsVaclav Vancura
2015-12-02Revert "[Ide] Cleanup CommandManager."Marius Ungureanu
2015-11-29[Gettext] Add dark skin supportVsevolod Kukol
2015-11-29[Gettext] Use stock icons from IDEVsevolod Kukol
2015-11-25Asynchronize document load and save operationsLluis Sanchez
2015-11-25[Ide] Sanitize the ViewContentApiLluis Sanchez
2015-11-25Converted content interfaces to classesLluis Sanchez
2015-11-25[Ide] Cleanup CommandManager.Marius Ungureanu
2015-11-23[Ide] Cleanup more APIMarius Ungureanu
2015-04-20Merge remote-tracking branch 'origin/roslyn' into new-project-modelLluis Sanchez Gual
2015-03-23Rename UserTask -> TaskListEntryLluis Sanchez Gual
2015-02-19[Ide] Ported task system to roslyn.Mike Krüger
2015-01-16Merge remote-tracking branch 'origin/master' into new-project-modelLluis Sanchez Gual
2015-01-12Merge master into xs6-editor-roslynDavid Karlaš
2015-01-05[Icons] Simplifying icon namesVaclav Vancura
2014-10-21Initial drop of the new project modelLluis Sanchez
2014-07-09[Ide] Removed the IEncodedTextContent interface.Mike Krüger
2014-07-08[SourceEditor] Updated source editor to use the new option model.Mike Krüger
2014-07-07[Ide] Renamed DocumentFactory to TextEditorFactory/implemented textMike Krüger
2014-07-07[Ide] Removed IEditorActionHost from the public API. Editor actionsMike Krüger
2014-07-05[Ide] Removed RequestRedraw() from the TextEditor.Mike Krüger
2014-06-27[Ide] TextEditor is now a Control.Mike Krüger
2014-06-27[Ide] TextEditor is now using the new platform independent 'Control'Mike Krüger
2014-06-23[Core] Renamed TextLocation -> DocumentLocation.Mike Krüger
2014-06-23[Gettext] Track API changes.Mike Krüger
2014-06-20[Gettext] Ported to new editor infrastructure.Mike Krüger
2014-04-04[Ide] TextEditor is now using a decorator pattern.Mike Krüger
2014-04-03[Gettext] Track editor API changes.Mike Krüger
2014-02-05More retina icon supportLluis Sanchez
2014-02-05Remove ImageService.GetPixbufLluis Sanchez
2014-01-30[Icons] [MonoDevelop.Gettext] New done, error and warning iconsVaclav Vancura
2013-11-14Merge remote-tracking branch 'origin/master' into retinaLluis Sanchez
2013-11-12[Cleanup] Try and streamline most DllImports by using shared lib names.Therzok
2013-08-21Merge remote-tracking branch 'origin/master' into retinaLluis Sanchez
2013-08-12[Gettext] Hide non public API.Mike Krüger
2013-07-25More Image/Pixbuf changesLluis Sanchez
2012-10-01[Windows] Fix all remaining p/invokesAlan McGovern