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 (Collapse)Author
2005-08-222005-08-23 Iain McCoy <iain@mccoy.id.au>Iain McCoy
* demo/runtimetest.cs: consume the new ObjectWriter interface * xamlc.cs: consume the new CodeWriter interface * System.Windows.Serialization/XamlParser.cs: rearrange class so that it presents a ReadNextNode() method, repeated calling of which will produce the next node with information about the Xaml file being parsed * Test/XamlParser.cs: rewrite tests so that they use the new interface of the parser * System.Windows.Serialization/CodeWriter.cs: changed code generator so that it consumes the event stream from the parser * Test/CodeWriter.cs: made tests friendly to the new way CodeWriter works * System.Windows.Serialization/CodeWriter.cs: changed object builder so that it consumes the event stream from the parser * Test/ObjectWriter.cs: made tests friendly to the new way ObjectWriter works 2005-08-07 Iain McCoy <iain@mccoy.id.au> * System.Windows.Serialization/data-classes-builder.pl, System.Windows.Serialization/data-classes.txt: add stuff to generate the zillion little classes to carry information around * PresentationFramework.dll.sources, Makefile: invoke data-classes-builder.pl as needed. svn path=/trunk/mcs/; revision=48670
2005-08-18Moved assembly version and assembly reference constants to a common ↵Kornél Pál
Consts.cs file. Updated 2.0.3600.0 assembly versions to 2.0.0.0. Updated some old beta version numbers to recent ones. Fixed hard coded assembly references to use constants with the appropriate version number. svn path=/trunk/mcs/; revision=48519
2005-07-302005-07-24 Iain McCoy <iain@mccoy.id.au>Iain McCoy
* Test/AttachedProperties.cs: made LocalValueEnumerator test not depend on unstable implementation details svn path=/trunk/mcs/; revision=47851
2005-07-182005-07-18 Iain McCoy <iain@mccoy.id.au>Iain McCoy
* Mono.Windows.Serialization/*, Test/*: change stupid CreateElementText name of method on XamlWriter to something marginally more sensible * demo/TestVocab/*.cs: add implementations of equals so that tests for the ObjectWriter can be written. 2005-07-19 Iain McCoy <iain@mccoy.id.au> * System.Windows/DependencyObject.cs, System.Windows/LocalValueEnumerator.cs: implemented GetLocalValueEnumerator() and the LocalValueEnumerator class to support it. * Test/DependencyObject.cs: added test for LocalValueEnumerator svn path=/trunk/mcs/; revision=47391
2005-07-062005-07-06 Iain McCoy <iain@mccoy.id.au>Iain McCoy
* System.Windows/DependencyObject.cs, System.Windows/DependencyProperty.cs, System.Windows/PropertyMetadata.cs, System.Windows/Callbacks.cs: Added constructors to PropertyMetadata, added support for default values of properties * demo/TestVocab/ConsoleApp.cs: remove default value hack, since we have proper default value support now svn path=/trunk/mcs/; revision=46985
2005-07-022005-07-02 Iain McCoy <iain@mccoy.id.au>Iain McCoy
* tools/xamlc: initial in-progress version of xaml compiler and example * class/PresentationFramework: xaml support code * class/WindowsBase: initial version of DependencyObject, mostly for DependencyProperty support svn path=/trunk/mcs/; revision=46873