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
2016-01-03[Icons] [Debugger] New Pad icons:Vaclav Vancura
* pad-call-stack * pad-locals * pad-threads * pad-watch See https://github.com/xamarin/icons/issues/158
2015-12-29[Icons] [Ide] New close and help icons:Vaclav Vancura
* close-all-documents * close-solution * help See https://github.com/xamarin/icons/issues/174
2015-12-29[Ide] Removing unfinished NSColor.CurrentControlTint = graphite implementationVaclav Vancura
2015-12-21[Windows] Fix dark search entry caretVsevolod Kukol
2015-12-21[Ide][Win] No completion tooltip offsetVsevolod Kukol
2015-12-21[Ide] Fix completion popover alignmentVsevolod Kukol
Align the popover next to the alignemnt target rectangle (caret) and not over its border. This happens only when the target is on the left or top side of the popover.
2015-12-18[Ide] Use scaled editor font for code in popoversVsevolod Kukol
2015-12-18[Ide] Fix icon size in SDK location option panelVsevolod Kukol
2015-12-18[Ide][Mac] More native looking text entriesVsevolod Kukol
2015-12-18[Ide] Remove CompletionListRows preferenceVsevolod Kukol
2015-12-18[Ide] Custom completion list category fontVsevolod Kukol
2015-12-18[Ide] Fix completion popover spacingVsevolod Kukol
2015-12-18[Ide] Fix crompletion tooltip pager flickeringVsevolod Kukol
Completion tooltip does not need an update when switching overlays.
2015-12-18[Ide] Clickable popover pager arrowsVsevolod Kukol
(fixes bug #7508)
2015-12-17[Ide][Mac] Revert pressed button gradient changeVsevolod Kukol
2015-12-17[Ide][Mac] Optimize GtkButton designVsevolod Kukol
2015-12-16[Ide] remove experimental Gtk engine featuresVsevolod Kukol
2015-12-16Updated reference to md-addinsvsevolod.kukol
2015-12-16Merge remote-tracking branch 'origin/master' into roslyn-dark-skinVsevolod Kukol
2015-12-16[Windows] Different style colors for titlebar menuVsevolod Kukol
2015-12-16[Windows] Fix menu keybinding text alignmentVsevolod Kukol
2015-12-16Updated reference to md-addinsvsevolod.kukol
2015-12-16Updated reference to xwtvsevolod.kukol
2015-12-16Updated reference to md-addinsvsevolod.kukol
2015-12-16[Ide] Fix status icon rendering in ExtensibleTreeViewVsevolod Kukol
* selected state support * zoom support * use default size for multisized icons
2015-12-16Merge pull request #1187 from mono/revert-1186-fix-gettext-updateAlan McGovern
Revert "[mdtool] Fix tools that depend on PlatformService"
2015-12-16Revert "[mdtool] Fix tools that depend on PlatformService"Alan McGovern
2015-12-16[NuGet] Stop using DispatcherService.Matt Ward
The NuGet addin no longer uses the DispatcherService to run package actions in the background. It now uses its own background thread to queue and run these actions. Due to being unable to use the original DispatcherService's BackgroundDispatchAndWait without locking up the UI the PackageManagementProjectOperations.InstallPackages has been changed to return when the package install has started. Previously it would wait until the packages were finished installing. Also the PackageManagementProjectOperations.GetIstalledPackages now returns installed packages as well as those being installed. This prevents a Xamarin Component that installs a NuGet package from showing an error when it is installed. Unfortunately one side effect of this change is that if the NuGet package fails to install the Component does not show an error icon when previously it did since originally the packages were installed and then the list of packages was checked. Now this happens whilst the packages are being installed.
2015-12-16Merge pull request #1186 from mhutch/fix-gettext-updateLluis Sanchez
[mdtool] Fix tools that depend on PlatformService
2015-12-16bump fsharpbindingnosami
2015-12-16[mdtool] Fix tools that depend on PlatformServicemhutch
e.g. for mimetype lookup
2015-12-16[Core] Remove unnecessary stacktrace from errormhutch
2015-12-16[po] Update catalogsmhutch
2015-12-16[Gettext] Implement unicode unescapingmhutch
2015-12-16bumped md-addinsJeffrey Stedfast
2015-12-16bump fsharpbindingnosami
2015-12-16Updated reference to md-addinsalan
2015-12-16fixed ambiguous PropertyChangedEventArgsnosami
2015-12-15[po] Update catalogsmhutch
2015-12-15bumped md-addinsJeffrey Stedfast
2015-12-15Merge pull request #1185 from iainx/set-propertyiain
[AutoTest] Add a method to set a property on a queried object
2015-12-15[AutoTest] Add a method to set a property on a queried objectiain holmes
2015-12-15Fix the file filterMiguel de Icaza
2015-12-15Updated reference to md-addinsalan
2015-12-15Updated reference to md-addinsalan
2015-12-15Add transifex configurationMiguel de Icaza
2015-12-15[Ide] Show active configuration in project options dialog.Matt Ward
Fixed bug #11022 - Project Options should mark active configuration in configuration editing combo https://bugzilla.xamarin.com/show_bug.cgi?id=11022 The Configuration drop down box in the Project Options dialog now shows which configuration is currently active in the IDE by appending (Active) text to the combo box. This makes it clearer that changing the editing configuration would change the active configuration.
2015-12-15Updated reference to md-addinslluis
2015-12-15Updated references to xamarin-monodevelop-fsharp-addin, md-addinslluis
2015-12-15Hide more DispatchService apiLluis Sanchez