Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-02[build] Add the assemblies in LIB_REFS to LIB_MCS_FLAGS automatically to redu...Zoltan Varga
2015-02-27[build] Add dependency information for class libraries using a LIB_REFS varia...Zoltan Varga
2015-02-19[WindowsBase] Implement Vector formattable ToStringMarek Safar
2015-01-16[WindowsBase] Fix incorrect testMarek Safar
2015-01-14[bcl] Remove NET_4_0 defines from class libs.Zoltan Varga
2015-01-13[bcl] Remove NET_2_0 defines from the class libs. This has been done using: u...Zoltan Varga
2015-01-13[build] Updated csproj files.Marcos Henrich
2014-12-04Remove 4.0 profileMarek Safar
2014-11-24Remove 2.0 profile csproj filesMarek Safar
2014-09-04Cleanup namespace names of class lib tests to follow conventionAlexander Köplinger
2014-08-07Merge pull request #1199 from esdrubal/packurihelperMarek Safar
2014-08-07Added argument validations to ComparePackUri an ComparePartUri.Marcos Henrich
2014-08-07Changed Check.PartUriIsValid to throw ArgumentException.Marcos Henrich
2014-08-07Removed [Category("NotWorking")] from PackUriHelperTests.Marcos Henrich
2014-08-06[Cleanup] Removed a bunch of superfluous .csproj and .sln filesAlexander Köplinger
2014-07-09Fixes https://github.com/OfficeDev/Open-XML-SDK/issues/6 by formatting core.x...Daniel Reiter Horn
2014-07-09Fixes https://github.com/OfficeDev/Open-XML-SDK/issues/7 by allowing both rel...Daniel Reiter Horn
2014-05-25[build] the csproj files can now do a full class libraries buildMiguel de Icaza
2014-05-24[build] Fresh new csproj files based on the updated build system.Miguel de Icaza
2014-04-19Refreshed the CSProj files to use the new output build directoryMiguel de Icaza
2014-02-03Dispatcher should process a higher-priority taskDmitry Potapov
2014-02-03InvalidOperationException in Dispatcher.RunFrameDmitry Potapov
2014-02-03Dispatcher should stop if Continue is falseDmitry Potapov
2014-02-03Dispatcher: Run() can be used more than onceDmitry Potapov
2014-02-02Dispatcher.PushFrame: clean references before returnDmitry Potapov
2014-02-02Fix src and dest indexes in DispatcherOperation ctorDmitry Potapov
2014-01-04Implement GroupDescription based on moonlight implementationAntonius Riha
2014-01-02Make empty SortDescriptionCollection read-only.Antonius Riha
2014-01-02Add tests for empty, non-modifiable SortDesriptionCollectionAntonius Riha
2013-12-03Merge pull request #823 from DavidKarlas/masterMarek Safar
2013-12-03Update PointConverter.csDavid Karlaš
2013-09-20Fix the build.Mark Probst
2013-09-17Fix: bug https://bugzilla.xamarin.com/show_bug.cgi?id=14811 (to be reviewed)mayerwin
2013-07-30Fixed binary serializationMarek Safar
2013-07-30Fix ObservableCollection binary serialization (based on 828a6a4f45702a1a2fc27...Marek Safar
2013-07-02Update csproj filesMarek Safar
2013-05-24DependencyProperty of DependencyObject was trowing KeyNotFound exception inst...David Karlaš
2013-04-29Revert "Merge pull request #615 from nealef/master"Marek Safar
2013-04-18Fix incompatibility with .NET's serialization of ObservableCollection - part ...Neale
2013-04-18Reverse patches that should have gone to my fork rather than to headNeale
2013-04-17When .NET serializes it will use the TypeForwardedFrom information whenmono-3.0.10-windowsNeale
2013-02-21Update 4.5 bcl solution filesMarek Safar
2013-02-07Update csproj filesMarek Safar
2013-01-18Implement Int32Rect operator ==, operator !=Alistair Leslie-Hughes
2012-12-16[System.IO.Packaging] Disable some failing tests againAlan McGovern
2012-12-16[System.IO.Packaging] Fix incorrect conversion of relative uris to absolute urisPablo Ruiz Garcia
2012-11-22[WindowsBase] Add IEditableCollectionViewAddNewItem.csAntonius Riha
2012-11-20[WindowsBase] Add some implementation to class GroupDescriptionAntonius Riha
2012-11-07Kill silly using directive.Rodrigo Kumpera
2012-10-22[WindowsBase] Nuke a broken testAlan McGovern