Fix up aot-ing of mscorlib/mcs by AOTing mcs in the basic/2.0 profiles, installing...
[mono.git] / mcs / class / System.Xaml / System.Xaml /
2011-01-24 Mark ProbstMerge branch 'sgen-android'
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-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-06 Atsushi EnoFinally got XData tests that make sense. Implemented...
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 Enoempty namespace should be successfully parsed.
2010-11-30 Atsushi EnoCall GetObject only once per current member.
2010-11-30 Atsushi EnoDo not retrive properties with get parameters (indexers).
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 List of Type test case, and some FIXMEs.
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-22 Jb EvainMerge branch 'cecil-light'
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...
2010-11-19 Atsushi EnoRemove unnecessary code. String type check is only...
2010-11-19 Atsushi EnoMerge branch 'xml-fixes' of https://github.com/myeisha...
2010-11-17 Atsushi EnoSupport x:Arguments in XamlObjectWriter.
2010-11-17 Atsushi EnoAvoid examining converted type after using TypeConverte...
2010-11-17 Atsushi EnoGave up finding "correct" way to deserialize XamlType...
2010-11-17 Atsushi EnoGet object instantiation correctly invoked when non...
2010-11-17 Atsushi EnoConsider PositionalParametesr in XamlObjectWriter.
2010-11-17 Atsushi EnoMade a couple of PositionalParameter related fixes...
2010-11-16 Atsushi EnoContentProperty will just show up as an ordinal propert...
2010-11-16 Atsushi EnoRemove for-object-writer-only code from common non...
2010-11-16 Atsushi EnoRemoved unused code / commented out unused test lines.
2010-11-16 Atsushi Enocleaning up some FIXMEs.
2010-11-15 Atsushi EnoMake string convertibility check more strictly.
2010-11-15 Atsushi EnoUse CanConvertTo(typeof(string)) before converting...
2010-11-12 Atsushi EnoReturn XamlLanguage.Items for dictionary and ContentPro...
2010-11-12 Atsushi EnoFix wrong attribute value string indexing.
2010-11-12 Atsushi EnoXamlSchemaContext.GetXamlType(XamlTypeName) now resolve...
2010-11-12 Atsushi EnoExtension types may have omitted "Extension" from XML...
2010-11-12 Atsushi EnoFix XamlMember comparison and get relevant tests working.
2010-11-12 Atsushi EnoAdd support for MarkupExtension attribute in XamlXmlReader.
2010-11-12 Atsushi EnoAdd new ValueSerializerContext and use it everywhere...
2010-11-11 Atsushi EnoXamlMember.TypeConverter should return correct converte...
2010-11-11 Atsushi EnoWhen collection instance returned null, do not try...
2010-11-11 Atsushi EnoRemove old code (overwrite).
2010-11-11 Atsushi EnoRemove extra copy lines.
2010-11-11 Atsushi EnoSplit XamlNode.cs to object-reader specific code and...
2010-11-11 Atsushi EnoFix readonly collection check (should use IsWritePublic).
2010-11-09 Atsushi EnoFix generic XamlTypeName output and GetType() to get...
2010-11-08 Atsushi EnoFix positional parameter argument output location check.
2010-11-08 Atsushi EnoFix attribute state management to handle x:Key inside...
2010-11-08 Atsushi EnoFix PositionalParameter serialization in collections.
2010-11-08 Atsushi EnoForgot to remove old internal stuff.
2010-11-08 Atsushi EnoFixed member order in Dictionary key and item in XamlOb...
2010-11-05 Marek SafarMerge branch 'marek'
2010-11-05 Atsushi EnoDictionary key might be inappropriately serialized...
2010-11-05 Atsushi EnoAdd support for ContentPropertyAttribute (e.g. Referenc...
2010-11-05 Atsushi EnoImplement member pending at StartMember when it should...
2010-11-05 Atsushi EnoAdd new XamlXmlWriter implementation. Marked some as...
2010-11-05 Atsushi EnoMarkupExtension type xml names are omitted their "Exten...
2010-11-05 Atsushi Enoindent text xml.
2010-11-05 U-monkeytimeline2... A few refactoring for new XamlXmlWriter. Add tests...
2010-11-04 Atsushi EnoMove XamlType-generic PositionalParameter stuff from...
2010-11-02 Atsushi EnoExtracted PrefixLookup to another file. Add more XamlTy...
2010-11-02 Atsushi EnoMove around some members (to correct/appropriate places...
2010-10-29 Atsushi EnoRemove old code.
2010-10-29 Atsushi Eno(Finally) replace old XamlObjectReader implementation...
2010-10-29 Atsushi EnoAdded some notes on how we can use and/or test this...
2010-10-29 Atsushi EnoMake it strict to apply PositionalParameters to limit...
2010-10-29 Atsushi EnoMore compliant ordering of GetAllMembers() results...
2010-10-29 Atsushi EnoGetAllMSeveral fixes regarding property readability...
2010-10-28 Atsushi EnoIntroduce new XamlObjectReader implementation.
2010-10-28 Atsushi EnoFix XamlType.Name to take TypeArguments into consideration.
2010-10-28 Atsushi EnoRemove extra DateTime handling and add some rules for...
2010-10-27 Atsushi EnoSome internal refactoring for new XamlObjectReader...
next