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
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
2011-03-22return null for nested static types in XamlSchemaContext.GetXamlNamespace().Atsushi Eno
2011-03-18CRLF conversionMarek Safar
2011-03-18in XamlXmlReader, read <FooType.BarMember>-style element.Atsushi Eno
2011-03-18XamlType lookup from xml name failed when [XmlnsDefinition] is involved.Atsushi Eno
2011-02-13Add solution filesMiguel de Icaza
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-20Implement some XamlTypeInvoker methods (mostly unused yet).Atsushi Eno
2011-01-20Support IXamlLineInfo in XamlNodeQueue.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-17Fix XamlValueConverter; sometimes ConverterType exists but lacks default cons...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