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-11-08[Icons] Add new high contrast icons to project filesVsevolod Kukol
2019-11-08[Icons][Shell] High contrast iconsVáclav Vančura
2019-10-31[VersionControl] Added full path as label inside the log view.Mike Krüger
2019-10-31[VersionControl] Improved DiffRendererWidget accessiblity.Mike Krüger
2019-10-31[VersionControl] Added accessibility groups for the diff renderer widget.Mike Krüger
2019-10-31[VersionControl] Use a custom diff renderer widget instead of a treeview/cell...Mike Krüger
2019-10-31Fixes VSTS Bug 810342: Accessibility: Version Control - Log: Voice Over was t...Mike Krüger
2019-10-31Merge pull request #9164 from mono/backport-pr-8839-to-release-8.4Vsevolod Kukol
2019-10-30[VersionControl] Replace custom DropDownBox with combo box.Mike Krüger
2019-10-30[VersionControl] DropDownBox has now an Accessiblity role set.Mike Krüger
2019-10-30Fixes VSTS Bug 810330: Accessibility: Version Control - Changes: Voice Over w...Mike Krüger
2019-10-30[VersionControl] Adjusted blame margin accessibility labels.Mike Krüger
2019-10-30[VersionControl] Accessible area in BlameWidget is now a menu button that sho...Mike Krüger
2019-10-30[VersionControl] BlameWidget: Added accessibility groups for the individual s...Mike Krüger
2019-10-30Fixes VSTS Bug 810301: Accessibility: Version Control - Author: Authors secti...Mike Krüger
2019-10-29[VersionControl] Changed accessible label/title set method.Mike Krüger
2019-10-29[VersionControl] Fixed possible null reference exception.Mike Krüger
2019-10-29[VersionControl] Added focus handling to middle area.Mike Krüger
2019-10-29[Core] Added Focused API to AtkCocoaHelper.Mike Krüger
2019-10-29[VersionControl] Reuse Accessible objects.Mike Krüger
2019-10-29[VersionControl] Update accessible after perform undo change.Mike Krüger
2019-10-29[VersionControl] Moved nested classes to their own files.Mike Krüger
2019-10-29Fixes VSTS Bug 810293: Accessibility: Version Control - Changes: "Revert the ...Mike Krüger
2019-10-28Merge pull request #9025 from mono/backport-pr-9024-to-release-8.4Lluis Sanchez
2019-10-22Merge pull request #9004 from mono/backport-pr-8943-to-release-8.4Lluis Sanchez
2019-10-22Fixes VSTS Bug 807760: Accessibility: Checkout Repository: Voice Over was not...Mike Krüger
2019-10-21[VersionControl] Fix parenting for checkout operation.Mike Krüger
2019-10-19[Git] Fix deadlock when running external authenticationVsevolod Kukol
2019-10-19[Git] Fix CredentialsDialog to show the SSH screen when asking for a passphraseVsevolod Kukol
2019-10-19[Git] Fix broken key authentication failure detection in libgit2Vsevolod Kukol
2019-10-19Fixes VSTS Bug 993869: [Feedback] Azure DevOps Git Clone HangsMike Krüger
2019-10-07Fixes VSTS Bug 810270: Accessibility: Version Control - Changes: VoiceMike Krüger
2019-09-18Fixes VSTS Bug 984467: SIGABRT when attempting to fetch a branch fromMike Krüger
2019-09-18Merge pull request #8744 from mono/break-vc-compatLluis Sanchez
2019-09-17[Git] Rewrite RunBlockingOperation so we properly freeze/thaw when using taskstherzok
2019-09-17[Git] Remove paths which don't exist from the file lock dictionarytherzok
2019-09-17Break back compat of version control add-inLluis Sanchez
2019-09-13Don't trigger a status changed notification if nothing is there to processtherzok
2019-09-13[VCS] Add workaround for missing directory/file metadata in FileEventArgstherzok
2019-09-13Revert Task usage here, no async is usedtherzok
2019-09-13[VersionControl] Don't clear cached verison info in the monitor.therzok
2019-09-13[VersionControl] Ignore trying to add items which are ignoredtherzok
2019-09-13Add missing configureawaits in version control. We don't need to run all the ...therzok
2019-09-12Avoid leaks caused by ref cyclesLluis Sanchez
2019-09-12Fix version control view initialization issueLluis Sanchez
2019-09-12Revert "Revert "[VersionControl] Document controller now reacts on file statu...Lluis Sanchez
2019-09-11Remove superfluous task.runtherzok
2019-09-11fix buildtherzok
2019-09-11Add missing ConfigureAwaittherzok
2019-09-11A lot of logical fixes to git async was done partially or .ignore was wrongtherzok