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-12-11[Core] Stop using obsolete Counter++/-- and use Inc(1) or Dec(1) insteadJeffrey Stedfast
2019-11-13[Core] Switch FeatureSwitchService to use XML rather than classesRodrigo Moya
2019-11-13[Ide] Consolidate all feature switches into IdeFeatureSwitchControllerRodrigo Moya
2019-09-11[Core] Fix adding derived Control items to the weak maptherzok
2019-08-27Port CodeCompletion to reliable timer trackingtherzok
2019-06-04[Ide] Added a disposed token to the document controller API.Mike Krüger
2019-04-25Fix crash in build output viewLluis Sanchez
2019-04-02Add support for bottom toolbars in documentsLluis Sanchez
2019-03-08Fix document extension issuesLluis Sanchez
2019-02-18Implemented build output view as a document controllerLluis Sanchez
2019-02-15Track API changesLluis Sanchez
2018-12-28[Core] Simplify FeatureSwitchService APIRodrigo Moya
2018-12-24[Ide] Adapt to FeatureSwitchService changesRodrigo Moya
2018-10-29[Core] Move FeatureSwitchService API to its own namespaceRodrigo Moya
2018-10-27[BuildOutput] Add toggle to enable the featureRodrigo Moya
2018-10-09Merge pull request #5232 from mono/structured-build-output-fix-620734Lluis Sanchez
2018-09-21[BuildOutput] Styling fixesRodrigo Moya
2018-09-21[BuildOutput] Remove debug codeRodrigo Moya
2018-09-21[BuildOutput] Avoid unneeded UI refreshes and cancel tree searching correctlyRodrigo Moya
2018-09-21[BuildOutput] Allow search to be cancelledRodrigo Moya
2018-09-03[StructuredBuildOutput] Fixes TextColor in unfocused selected rowJose Medrano
2018-08-08Merge pull request #5461 from mono/structured-build-ouput-fix-595915Greg Munn
2018-07-31[BuildOutput] Don't use translations in interpolated stringsRodrigo Moya
2018-07-31[BuildOutput] Fix merge conflictRodrigo Moya
2018-07-31[BuildOutput] Adapt to latest CounterMetadata APIRodrigo Moya
2018-07-31[BuildOutput] Use typed metadata for countersRodrigo Moya
2018-07-31[BuildOutput] Add a trace for search cleanup stepRodrigo Moya
2018-07-31[BuildOutput] Prevent timers to be left unfinishedRodrigo Moya
2018-07-31[BuildOutput] Add properties to counter eventsRodrigo Moya
2018-07-31[BuildOutput] Keep track of normal/diagnostics selectionRodrigo Moya
2018-07-31[BuildOutput] Add counters for log processing and searchingRodrigo Moya
2018-07-31[BuildOutput] Add an id to counters, so that they can be mapped in md-addinsRodrigo Moya
2018-07-31[BuildOutput] Add counter to track feature usageRodrigo Moya
2018-07-23[StructuredOutput] Removes extra padding in rows with expanderJose Medrano
2018-07-23[StructuredOutput] Aligns expander to left and adds new iconJose Medrano
2018-07-23[StructuredOutput] Fixes top padding for row iconJose Medrano
2018-07-23[StructuredOutput] Removes out parameters from CalculateLayout to update our ...Jose Medrano
2018-07-23[StructuredOutput] Changes in how CalculateLayout bases its calculationsJose Medrano
2018-07-23[StructuredOutput] Includes row image in ViewCacheJose Medrano
2018-07-23[StructuredOutput] Improves the algorithm to calculate summary accumulative timeJose Medrano
2018-07-20[StructuredOutput] Adds overall time to the rendererJose Medrano
2018-07-18Merge pull request #5428 from mono/structured-build-ouput-fix-603558Lluis Sanchez
2018-07-18[StructuredOutput] Changed selectionStartingPoint to a fieldJose Medrano
2018-07-18[StructuredOutput] Sets null TextSelection initializing the rendererJose Medrano
2018-07-18[StructuredOutput][UX] When selecting text mouse doesn't needs be inside textJose Medrano
2018-07-18[StructuredOutput] Click outside text area removes the current selectionJose Medrano
2018-07-18[StructuredBuild] Changes TextSelectionManager to a live class as long as the...Jose Medrano
2018-07-18[StructuredBuild] Minor fixesJose Medrano
2018-07-17[StructuredOutput] Fixes select last character in node titleJose Medrano
2018-07-17[BuildOutput] Adds a cache to duration field to avoid calculation on each drawJose Medrano