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
2016-01-29Remove ChangeLog files from the repoAlexander Köplinger
2016-01-28[bcl] Fix dll names and InternalsVisibleTo for test assembliesAlexander Köplinger
2015-07-22[System.Xaml] Update default profile and remove old profilesMarek Safar
2015-03-02[Xaml] fix EOL handling in tests. referencesource emits LF.Atsushi Eno
2012-06-07Fix more failing testsMarek Safar
2012-05-31Make those tests look good on net_4_5.atsushieno
2012-03-09Added test case for #3003.Atsushi Eno
2012-03-09Part of fix #3003 - events do not prevent invoker setter unless Handled is tr...Atsushi Eno
2012-01-19Fix bug #2927: lookup event bound methods from root instance, not current obj...Atsushi Eno
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-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-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
2011-03-18CRLF conversionMarek Safar
2011-03-18in XamlXmlReader, read <FooType.BarMember>-style element.Atsushi Eno
2011-02-02Implement XamlReader.ReadSubtree().Atsushi Eno
2011-02-02Add missing test files.Atsushi Eno
2011-01-20Implement XamlMemberInvoker.UnknownInvoker too.Atsushi Eno
2011-01-20Implement XamlTypeInvoker.UnknownInvoker.Atsushi Eno
2011-01-20finish XamlType.BaseType implementation.Atsushi Eno
2011-01-18XamlObjectReader does not return non-writable members. Fix Skip() to work wit...Atsushi Eno
2011-01-18Do no t try to instantiate abstract types.Atsushi Eno
2011-01-13Implemented event support.Atsushi Eno
2011-01-12Implement XamlBackgroundReader.Atsushi Eno
2011-01-11Implement XamlNodeQueue, and add couple of missing files.Atsushi Eno
2010-12-20Implemented support for attached properties in xamlreaders and xamlwriters.Atsushi Eno
2010-12-16Add attachable event support in XamlType (not yet in readers and writers).Atsushi Eno
2010-12-16Implement XamlType.GetAllAttachableProperties() and family, except for events.Atsushi Eno
2010-12-16For IXmlSerializable/XData, Instance property returns null (!)Atsushi Eno
2010-12-07Implemented XData support in XamlObjectWriter.Atsushi Eno
2010-12-07Implement XData support in XamlXmlReader.Atsushi Eno
2010-12-07XData support in XamlXmlWriter.Atsushi Eno
2010-12-07Implemented XData object reader support. Add missing test files.Atsushi Eno
2010-12-07Add another couple of IXmlSerializable tests.Atsushi Eno
2010-12-06Add missing xml file.Atsushi Eno
2010-12-06Finally got XData tests that make sense. Implemented IsXData.Atsushi Eno