Make those tests look good on net_4_5.
[mono.git] / mcs / class / System.Xaml / Test / System.Xaml / XamlObjectWriterTest.cs
2012-05-31 atsushienoMake those tests look good on net_4_5.
2012-05-24 Alex Rønne PetersenMerge pull request #301 from directhex/master
2012-04-06 Miguel de IcazaMerge pull request #216 from ilkerde/master
2012-03-19 Miguel de IcazaMerge pull request #205 from m3rlinez/master
2012-03-09 Atsushi EnoAdded test case for #3003.
2012-03-09 Atsushi EnoPart of fix #3003 - events do not prevent invoker sette...
2012-02-29 Marek SafarMerge pull request #231 from linquize/a853199c497bb0977...
2012-02-24 Marek SafarMerge pull request #228 from QuickJack/3e163743eda89cc8...
2012-02-17 Gonzalo Paniagua... Merge pull request #217 from QuickJack/master
2012-02-12 Marek SafarMerge pull request #225 from mistoll/master
2012-01-19 Atsushi EnoFix bug #2927: lookup event bound methods from root...
2011-07-28 Miguel de IcazaMerge pull request #93 from konrad-kruczynski/dispatche...
2011-05-20 Miguel de IcazaMerge pull request #102 from konrad-kruczynski/fix_bug_...
2011-05-16 Atsushi EnoMerge pull request #101 from occ/master
2011-05-16 Atsushi EnoAttachable property setter was not working with XamlObj...
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 EnoSupport get-based property value (as omitted StartObjec...
2011-03-24 Atsushi EnoNullable type needs special treatment in XamlValueConve...
2011-03-24 Atsushi EnoImplemented IAmbientProvider support in XamlObjectWrite...
2011-03-24 Atsushi EnoAdd AmbientProperty tests (complicated, not working...
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-14 Mark ProbstMerge branch 'sgen-disable-gc'
2011-02-13 Mark ProbstMerge branch 'bugfix-main-thread-root'
2011-01-24 Mark ProbstMerge branch 'sgen-android'
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-06 Elijah TaylorMerge remote branch 'upstream/master'
2010-12-20 Atsushi EnoImplemented support for attached properties in xamlread...
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 EnoAdd another couple of IXmlSerializable tests.
2010-12-06 Atsushi EnoFinally got XData tests that make sense. Implemented...
2010-12-06 Atsushi EnoEnable another test.
2010-12-03 Atsushi EnoRename source.
2010-11-30 Atsushi EnoAdd name reference tests to all readers/writers.
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 EnoAdd another reader/writer test, for List of Array.
2010-11-26 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2010-11-26 Atsushi EnoAdd not-working tets for some MarkupExtension wrapper...
2010-11-25 Atsushi EnoAdd refresh XamlObjectWriter implementation.
2010-11-22 Jb EvainMerge branch 'cecil-light'
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 EnoAdd test for writing string and native Type value as...
2010-11-17 Atsushi EnoGet object instantiation correctly invoked when non...
2010-11-17 Atsushi EnoMade a couple of PositionalParameter related fixes...
2010-11-16 Atsushi EnoRemoved unused code / commented out unused test lines.
2010-11-15 Atsushi EnoUse CanConvertTo(typeof(string)) before converting...
2010-11-05 Marek SafarMerge branch 'marek'
2010-11-05 U-monkeytimeline2... A few refactoring for new XamlXmlWriter. Add tests...
2010-11-04 Atsushi EnoMove XamlType-generic PositionalParameter stuff from...
2010-10-09 Atsushi EnoAdd couple of (not-working) object reader testcases...
2010-10-07 Atsushi EnoSignificant XamlObjectWriter rewrite for solid state...
2010-10-04 Marek HabersackMerge branch 'bugfix'
2010-10-04 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-10-04 Atsushi EnoHandle Initialization correctly.
2010-06-30 Marek SafarFixed.
2010-06-29 Raja R HarinathUse a slightly more portable way to resolve the Categor...
2010-05-17 Atsushi Eno2010-05-17 Atsushi Enomoto <atsushi@ximian.com>
2010-04-27 Marek SafarFlush (work in progress)
2010-04-27 Marek SafarNew tests.
2010-04-16 C.J. Adams-Colliercopied mono-api-diff.cs from mono-2-2 branch so new...
2010-04-13 Atsushi EnoXamlObjectWriter implementation.