Merge pull request #90 from nulltoken/patch-1.
[mono.git] / mcs / class / System.Xaml /
2011-05-01 Miguel de IcazaMerge pull request #90 from nulltoken/patch-1.
2011-04-28 Atsushi EnoImplement some properties in XamlObjectWriterSettings...
2011-03-31 Atsushi EnoReimplemented XamlXmlReader to make it iterator based...
2011-03-30 Atsushi EnoFix Sys.Xaml test build which got broken with the lates...
2011-03-29 Atsushi EnoDo not forget mmember stack pop in XamlXmlReader. Fixed...
2011-03-28 Atsushi EnoXamlXmlReader didn't update current_member after EndMem...
2011-03-24 Atsushi EnoFix generic interface lookup to not miss exact match...
2011-03-24 Atsushi EnoAgain I forgot to add test xml file...
2011-03-24 Atsushi EnoSupport get-based property value (as omitted StartObjec...
2011-03-24 Atsushi EnoNullable type needs special treatment in XamlValueConve...
2011-03-24 Atsushi EnoFix LookupNullable(). It is not lookable-up by interfac...
2011-03-24 Atsushi EnoUndo unwanted comment out.
2011-03-24 Atsushi EnoImplemented IAmbientProvider support in XamlObjectWrite...
2011-03-24 Atsushi EnoAdd AmbientProperty tests (complicated, not working...
2011-03-23 Atsushi EnoAdd another complicated ContentProperty case.
2011-03-23 Atsushi EnoForgot to add test xml files for the previous commit.
2011-03-23 Atsushi EnoContentProperty with collection caused unexpected read...
2011-03-23 Atsushi EnoAdd support for EnumTypeConverter in XamlValueConverter...
2011-03-22 Atsushi EnoTypeConverterAttributes on XamlMember were ignored...
2011-03-22 Atsushi EnoDo not reject same-key-for different-clrns XmlnsDefinit...
2011-03-22 Atsushi Enoreturn null for nested static types in XamlSchemaContex...
2011-03-21 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-18 Marek SafarCRLF conversion
2011-03-18 Atsushi Enoin XamlXmlReader, read <FooType.BarMember>-style element.
2011-03-18 Atsushi EnoXamlType lookup from xml name failed when [XmlnsDefinit...
2011-03-14 Mark ProbstMerge branch 'sgen-disable-gc'
2011-02-14 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-13 Mark ProbstMerge branch 'bugfix-main-thread-root'
2011-02-13 Miguel de IcazaAdd solution files
2011-02-02 Atsushi EnoImplement XamlReader.ReadSubtree().
2011-02-02 Atsushi EnoAdd missing test files.
2011-01-24 Mark ProbstMerge branch 'sgen-android'
2011-01-20 Atsushi EnoImplement XamlMemberInvoker.UnknownInvoker too.
2011-01-20 Atsushi EnoImplement XamlTypeInvoker.UnknownInvoker.
2011-01-20 Atsushi EnoImplement some XamlTypeInvoker methods (mostly unused...
2011-01-20 Atsushi EnoSupport IXamlLineInfo in XamlNodeQueue.
2011-01-20 Atsushi Enofinish XamlType.BaseType implementation.
2011-01-18 Atsushi EnoXamlObjectReader does not return non-writable members...
2011-01-18 Atsushi EnoDo no t try to instantiate abstract types.
2011-01-17 Atsushi EnoFix XamlValueConverter; sometimes ConverterType exists...
2011-01-13 Atsushi EnoImplemented event support.
2011-01-12 Atsushi EnoImplement XamlBackgroundReader.
2011-01-11 Atsushi EnoImplement XamlNodeQueue, and add couple of missing...
2011-01-06 Elijah TaylorMerge remote branch 'upstream/master'
2010-12-28 Atsushi EnoActually we have almost what we need on mobile profiles.
2010-12-20 Atsushi EnoImplemented support for attached properties in xamlread...
2010-12-16 Atsushi EnoAdd attachable event support in XamlType (not yet in...
2010-12-16 Atsushi EnoImplement XamlType.GetAllAttachableProperties() and...
2010-12-16 Atsushi EnoFor IXmlSerializable/XData, Instance property returns...
2010-12-14 Atsushi EnoAdd experimental "#if NET_2_1" mode (it builds w/o...
2010-12-14 Atsushi Enoadd missing method in IAmbientProvider.
2010-12-07 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-12-07 Atsushi EnoImplemented XData support in XamlObjectWriter.
2010-12-07 Atsushi EnoImplement XData support in XamlXmlReader.
2010-12-07 Atsushi EnoXData support in XamlXmlWriter.
2010-12-07 Atsushi EnoImplemented XData object reader support. Add missing...
2010-12-07 Atsushi EnoAdd another couple of IXmlSerializable tests.
2010-12-06 Atsushi EnoAdd missing xml file.
2010-12-06 Atsushi EnoFinally got XData tests that make sense. Implemented...
2010-12-06 Atsushi EnoEnable another test.
2010-12-06 Atsushi EnoAdd missing files.
2010-12-06 Atsushi EnoImplemented Reference resolution in XamlObjectWriter.
2010-12-03 Atsushi Enoname resolver could also be name provider.
2010-12-03 Atsushi EnoSplit internal base class into new file.
2010-12-03 Atsushi EnoRename source.
2010-12-03 Atsushi EnoNow object reader returns PositionalParameters for...
2010-12-02 Atsushi EnoImplemented reference support (almost working, except...
2010-12-02 Atsushi EnoMembers are not ordered by collection kind.
2010-12-02 Atsushi EnoMake room for XamlNameResolver in XamlObjectReader...
2010-11-30 Atsushi EnoAdd name reference tests to all readers/writers.
2010-11-30 Rodrigo KumperaMerge branch 'master' of github.com:mono/mono
2010-11-30 Atsushi EnoAdd test xml files.
2010-11-30 Atsushi EnoAdd name reference test (not working).
2010-11-30 Atsushi EnoAdd another XData test case.
2010-11-30 Atsushi Enoempty namespace should be successfully parsed.
2010-11-30 Atsushi EnoCall GetObject only once per current member.
2010-11-30 Atsushi EnoFill List's implementation details gap.
2010-11-30 Atsushi EnoDo not retrive properties with get parameters (indexers).
2010-11-30 Atsushi EnoAdd another test xml file.
2010-11-30 Atsushi EnoAdd another reader/writer test, for List of Array.
2010-11-30 Atsushi EnoRenamed test files.
2010-11-30 Atsushi EnoExtract XamlObjectReaderTest class into another file...
2010-11-29 Atsushi EnoTypeExtension and StaticExtension should now be correct...
2010-11-29 Atsushi EnoRefactoring Instance handling for consistent MarkupExte...
2010-11-26 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2010-11-26 Atsushi EnoAdd missing test xml files.
2010-11-26 Atsushi EnoAdd List of Type test case, and some FIXMEs.
2010-11-26 Atsushi EnoAdd not-working tets for some MarkupExtension wrapper...
2010-11-25 Atsushi EnoRemove extra CWL.
2010-11-25 Atsushi EnoAdd refresh XamlObjectWriter implementation.
2010-11-25 Atsushi EnoMore changes for XamlObjectWriter unification.
2010-11-25 Atsushi EnoEliminate XamlObjectWriter-dependent test lines.
2010-11-25 Atsushi EnoParseNameList() failed to parse nested generic type...
2010-11-24 Atsushi EnoMerge branch 'master' of github.com:mono/mono
2010-11-24 Atsushi EnoParse() and ToString() array type name correctly.
2010-11-22 Jb EvainMerge branch 'cecil-light'
2010-11-19 Gonzalo Paniagua... Fix the build.
2010-11-19 Atsushi EnoImplement XamlType.CanAssignTo(). Remove extra writer...
2010-11-19 Atsushi EnoCall OnWriteStratObject() after pushing current state.
2010-11-19 Atsushi EnoFix TypeValueSerializer and ValueSerializerContext...
next