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
2016-09-05[Icons] Synchronizing package icons with our other productsVáclav Vančura
2016-09-02Merge pull request #1528 from ↵Lluis Sanchez
mono/refactoring-tasks-not-cleared-on-solution-close [Refactoring] Fix analysis tasks not cleared on solution being closed
2016-09-02Updated reference to guiunitalan
2016-09-01[F#] Disable Android test for linuxnosami
2016-09-01Updated reference to guiunitalan
2016-08-30Fixes mscorlib binary incompatible message on Droid forms projectnosami
2016-08-29Updated references to xwt, md-addinsgreg.munn
2016-08-29Merge pull request #1603 from mono/icons-preferencesGreg Munn
Minor fixes to two preferences icons
2016-08-29[Ide] [Icons] Toolbar status: opening and building now use waiting animation ↵Václav Vančura
(spinner)
2016-08-29[Ide] [Icons] Minor fixes to two preferences icons:Václav Vančura
* md-prefs-compiler * md-prefs-signing
2016-08-26[F#] Disabled compiler arguments test on Windowsnosami
2016-08-26Add dummy FSharp.Core filenosami
2016-08-26[F#] Make NuGet FSharp.Core take priority overnosami
Android version.
2016-08-26[Mono.Texteditor] Fixed wrong variable being assigned witch resulted in very ↵David Karlaš
imbalanced tail vs. head sizes
2016-08-25Actually fix the buildMarius Ungureanu
2016-08-25Fix build.therzok
2016-08-25[Build] Fix build issue introduced in 02850812ea52f66fc5820f668575dd92da9afbc1therzok
2016-08-25Merge pull request #1583 from mhutch/build-fixupMarius Ungureanu
Improve command-line builds
2016-08-25[Git] Enable log tests.therzok
2016-08-25[Subversion] Fix unit tests for Svn supplied by xcode8therzok
2016-08-25[VCS] Log the version of the VCS being tested.therzok
2016-08-25[VersionControl] Disable these tests for nowAlan McGovern
Updating our bots to xcode8 caused these to fail, so im disabling the tests until someone can look into it. Regressions are creeping in as our suite is perma-orange.
2016-08-24Fix testsnosami
2016-08-24Bug 2487 - userprefs has absolute filenamesDavid Karlaš
2016-08-23Fix explicit FSharp.Core referencenosami
When FSharp.Core is explicitly referenced (usually via NuGet), XS should respect that. Re #43237
2016-08-23Bug 3062 - Hide internal non-user frames when debugging user codeDavid Karlaš
2016-08-22fixes #43521nosami
2016-08-22[F#] Syntax highlight fix. Fixes #43078nosami
2016-08-22Remove logging codenosami
2016-08-22Revert "remove logging code"nosami
This reverts commit b9238abc5b9e9b0ede08d59e6afaf75c49fd995d.
2016-08-22remove logging codenosami
2016-08-22Fixes copy paste indent when top line is empty.nosami
Fixes 42253
2016-08-22[Build] Restore NuGet packages using NuGet included with MonoMatt Ward
Fixed bug #41521 - Cannot build from tarball due to .nuget folder not packaged https://bugzilla.xamarin.com/show_bug.cgi?id=41521 This reverts commit 6800701cf82a6597f25fdc3ff7b0822af31a97e0 which changed the makefile to use a later version of NuGet than was included with Mono since the restore was failing due to some of the NuGet packages using unknown target frameworks. Mono 4.4.2 and above now ship with NuGet 2.12 which is newer than the one currently at main/.nuget/NuGet.exe
2016-08-19[NUnit] Fix GetSourceCodeLocation check.Mike Krüger
Not really a bug - note that the namespace is allowed to be null.
2016-08-18fixes #43423nosami
2016-08-18[Gtk] Remove some string allocations on checking whether a reference is gtk#.therzok
2016-08-18[Gtk#] Cache the value of whether stetic is disabled or not.therzok
2016-08-18[CSharpBinding] When disposing ProjectSearchCategory also canceling ↵David Karlaš
documents being processed
2016-08-18[Ide] Noticed variable is not used in foreach loopDavid Karlaš
2016-08-18Bug 43438 - Changes to referenced project not picked up by referencing ↵David Karlaš
project until solution is closed and re-opened.
2016-08-18[AddIns] Enable GtkCore by defaultMarius Ungureanu
This reverts 565009471e113107dd7c26876c9d1881b8448924
2016-08-17bump debugger-libsDavid Karlaš
2016-08-17Iterate over ienumerable from the ThreadPool threadnosami
2016-08-17Fix spellingMikayla Hutchinson
2016-08-16Fix le buildAlan McGovern
2016-08-16[Mac] Use svnadmin from commandline tools install if it existsMarius Ungureanu
2016-08-16[Ide] Swallow cancelation exception since new run(one that canceled this ↵David Karlaš
run) will update things
2016-08-16[Ide] Generalized the 'GetMarkup' system from the text editor.Mike Krüger
2016-08-15Fixed 'Bug 43311 - Code formattion - Indentation previews do notMike Krüger
update in C# formatting policy dialog'
2016-08-15Fixed 'Bug 43280 - void miUnionNonO(GdkRegion *, GdkRegionBox *,Mike Krüger
GdkRegionBox *, gint, gint): assertion failed: (r->x1 < r->x2)' IsVisible triggers a redraw event which is not needed at the time of creation.