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
path: root/main
AgeCommit message (Collapse)Author
2011-08-02Update add-in versionsLluis Sanchez Gual
2011-08-02Improve detection of binary filesLluis Sanchez Gual
The mime type of some xml files is like application/blah+xml. Those files are properly considered as text now.
2011-08-02Fix some nullrefs.Lluis Sanchez Gual
2011-08-02Fixed 'Bug 66 - Keyboard not working in text editor quickMike Krüger
navigation.'.
2011-08-02No longer show preview window on empty segments - fixing 'Bug 68 -Mike Krüger
Hovering over comment shows weird text'.
2011-08-02Fill value combo box values, if sheme has value definitions.Mike Krüger
2011-08-01Flush project format fixesMichael Hutchinson
2011-08-01[Project] Make MSBuild more consistent with VSMichael Hutchinson
Default values of framework is now format specific and flavor specific. Assembly references without a specific version now write a partial assembly name.
2011-08-01[Core] Fix deadlock in MonoTargetRuntimeMichael Hutchinson
2011-08-01[Core] Fixed deadlock in MonoTargetRuntimeMichael Hutchinson
2011-08-01[Core] Fix more races in the assembly serviceMichael Hutchinson
2011-08-01[Core] Fix possible races in the assembly serviceMichael Hutchinson
2011-08-01[Core] Initialize custom runtimes correctlyMichael Hutchinson
2011-07-31[Projects] Custom commands have their own env varsMichael Hutchinson
There's no GUI for this right now because Stetic is crashing on Windows.
2011-07-31Merge branch 'master' of github.com:mono/monodevelopMichael Hutchinson
2011-07-31[Ide] Fix crash in Recent Files if prefs dir not createdMichael Hutchinson
2011-07-31[Project] Use run env vars in custom execution commandsMichael Hutchinson
2011-07-31[Projects] Perform substitutions in run env varsMichael Hutchinson
2011-07-31[Core] Make developing addins easierMichael Hutchinson
The user addins directory can be overriden using the MONODEVELOP_DEV_ADDINS env var.
2011-07-30[Core] Support custom frameworks w/o explicit file listMichael Hutchinson
2011-07-30[Windows] Implement encoding selection in the open dialog.Carlos Alberto Cortez
2011-07-30[Windows] Use the correct encoding when opening a file.Carlos Alberto Cortez
We were returning the name of the encoding, not the actual encoding Id.
2011-07-30[Windows] Move the dialogs to their own directory.Carlos Alberto Cortez
This is done in order to have a better organization of the files, just like the Mac support does it.
2011-07-30[Windows] Restore focus after using any dialog window.Carlos Alberto Cortez
Also add a reference to atk-sharp, as needed to make use of the Gtk.Window type.
2011-07-30Disabled printing support on windows.Mike Krüger
2011-07-30[Project] Fix MSBuildProjectService.FromMSBuildPathMichael Hutchinson
It was mapping unrooted paths into the MD working directory.
2011-07-30[Project] Correct type GUIDs for migrated subtypesMichael Hutchinson
2011-07-29Overworked resource file syncing.Mike Krüger
2011-07-29Fixed text editor splitting bug.Mike Krüger
2011-07-29Remove Xcode's DerivedData directories when cleaning up the generatedMike Krüger
projects.
2011-07-29Removed debug message.Mike Krüger
2011-07-28[Ide] Restore TryFixingFramework, rewrittenMichael Hutchinson
2011-07-28[Project] Hacky API to migrate project subtypesMichael Hutchinson
2011-07-28[Project] Safer write for MSBuild project filesMichael Hutchinson
2011-07-28[Project] Make some MSBuild API publicMichael Hutchinson
2011-07-28When creating Xcode projects, map resources in that are inMike Krüger
subdirectories in MD into Xcode groups.
2011-07-28Show progress while syncing large projects.Mike Krüger
2011-07-28When creating Xcode projects, groups are generated to organize theMike Krüger
files (i.e. hide .m files in a "support" group).
2011-07-27Fix crash when a theme dir doesn't exist.Lluis Sanchez Gual
2011-07-27Fix crash when saving the feedback fileLluis Sanchez Gual
Make sure the local config directory is created before saving the feedback file.
2011-07-27Show error messages to the user.Mike Krüger
2011-07-27Missed one add notification call.Mike Krüger
2011-07-26Try to work around gtk# bug that occurs on gtk3 systems.Mike Krüger
2011-07-25Fixed 'Bug 6 - Pin icon only appears when I hover too close to oneMike Krüger
end, should be there always'.
2011-07-25Merge pull request #107 from hduregger/masterMichael Hutchinson
Fix sort alphabetically button initialization
2011-07-24Fix button initialization.Helmut Duregger
2011-07-23[Project] Don't automatically "fix" target framework of new projectMichael Hutchinson
If the target framework is not supported by the target format, that should get fixed by converting the format, with a prompt, when serializing. Automagic "fixing" leads to unexpected results without any warning.
2011-07-22[Ide] Fix theme enumerationMichael Hutchinson
2011-07-22Fixed 'Bug 27 - Parser errors in C# binding' (resolve error)Mike Krüger
2011-07-22changed diff scrollbar style to match more the mac os x lion scrollbarMike Krüger
style.