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-01-13[build] Updated csproj files.Marcos Henrich
2014-12-04Remove 4.0 profileMarek Safar
2014-09-17Fix mobile and mobile_static profilesMichael Hutchinson
2014-06-10[sys.xaml] fix TypeId and get broken WindowsBase tests pass.Atsushi Eno
2014-06-09[sys.xaml] remove extraneous NET_2_1 and use __MOBILE__ to make it build for ...Atsushi Eno
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
2013-07-02Update csproj filesMarek Safar
2013-02-21Update 4.5 bcl solution filesMarek Safar
2013-02-12Kill MOONLIGHT from System.Xaml.Rodrigo Kumpera
2013-02-07Update csproj filesMarek Safar
2012-06-26Fix System.Core reference in VS projectsMarek Safar
2012-06-07Fix more failing testsMarek Safar
2012-05-31Cleanup WindowsBase test failures.atsushieno
2012-05-31Make those tests look good on net_4_5.atsushieno
2012-04-05Update csproj filesMarek Safar
2012-03-09Added test case for #3003.Atsushi Eno
2012-03-09part of fix #3003 - attached properties are also subject to SetValue event flow.Atsushi Eno
2012-03-09Part of fix #3003 - use On[Before|After]Properties event on XamlObjectWriterS...Atsushi Eno
2012-03-09Part of fix #3033 - support ISupportInitialize and relevant XamlObjectWriterS...Atsushi Eno
2012-03-09Part of fix #3003 - events do not prevent invoker setter unless Handled is tr...Atsushi Eno
2012-03-09lookup interface implementation of "Add" method. Fixed bug #2980.Atsushi Eno
2012-02-17Fix some compiler warningsMarek Safar
2012-02-17Cleanup some assembly attributesMarek Safar
2012-02-10Add VS project files for test projectMarek Safar
2012-02-09Update class library csproj filesMarek Safar
2012-01-19Fix bug #2927: lookup event bound methods from root instance, not current obj...Atsushi Eno
2011-12-29Fixes some warnings in System.Xaml.dllQuickJack
2011-09-26Install 4.0 profile as developers package and make 4.5 profile default gac ta...Marek Safar
2011-05-16Attachable property setter was not working with XamlObjectWriter.Atsushi Eno
2011-04-28Implement some properties in XamlObjectWriterSettings. Fixed bug #689548.Atsushi Eno
2011-03-31Reimplemented XamlXmlReader to make it iterator based, much less stateful.Atsushi Eno
2011-03-30Fix Sys.Xaml test build which got broken with the latest mcs since 9cc5c9e.Atsushi Eno
2011-03-29Do not forget mmember stack pop in XamlXmlReader. Fixed bug #682933.Atsushi Eno
2011-03-28XamlXmlReader didn't update current_member after EndMember and kept old one.Atsushi Eno
2011-03-24Fix generic interface lookup to not miss exact match. Fixed bug #682140.Atsushi Eno
2011-03-24Again I forgot to add test xml file...Atsushi Eno
2011-03-24Support get-based property value (as omitted StartObject form) in XamlXmlReader.Atsushi Eno
2011-03-24Nullable type needs special treatment in XamlValueConverter. fixed bug #682119.Atsushi Eno
2011-03-24Fix LookupNullable(). It is not lookable-up by interface (struct).Atsushi Eno
2011-03-24Undo unwanted comment out.Atsushi Eno
2011-03-24Implemented IAmbientProvider support in XamlObjectWriter. Fixed bug #682102.Atsushi Eno
2011-03-24Add AmbientProperty tests (complicated, not working) for bug #682102.Atsushi Eno
2011-03-23Add another complicated ContentProperty case.Atsushi Eno
2011-03-23Forgot to add test xml files for the previous commit.Atsushi Eno
2011-03-23ContentProperty with collection caused unexpected read in XamlXmlReader.Atsushi Eno
2011-03-23Add support for EnumTypeConverter in XamlValueConverter. Fixed bug #681724.Atsushi Eno
2011-03-22TypeConverterAttributes on XamlMember were ignored in XamlObjectWriter.Atsushi Eno
2011-03-22Do not reject same-key-for different-clrns XmlnsDefinitionAttributes.Atsushi Eno