2008-11-11  Chris Toshok  <toshok@ximian.com>

	* Makefile.am: only include System.Runtime.Serialization.dll in
	the 2.1 profile, so we can build the desktop version against mono
	2.0.  the 2.1 profile requires mono 2.2. re: kangaroo.

2008-09-15  Sebastien Pouliot  <sebastien@ximian.com>

	* Makefile.am: Add a reference to System.Runtime.Serialization.dll
	for IsolatedStorageSettings serialization.

2008-09-04  Stephane Delcroix  <sdelcroix@novell.com>

	* Makefile.am: add ref to System.Xml for parsing DeepZoom images

2008-08-23  Geoff Norton  <gnorton@novell.com>

	* Makefile.am: add a reference to System.Net.dll when compiling
	with smcs.

2008-08-21  Chris Toshok  <toshok@ximian.com>

	* Makefile.am (system_windows_sources): add Border.cs

2008-08-18  Sebastien Pouliot  <sebastien@ximian.com>

	* Makefile.am: Add System.IO.IsolatedStorage/IsolatedStorageSettings.cs
	stub to the build.

2008-08-17  Chris Toshok  <toshok@ximian.com>

	* Makefile.am: split up the 2.1/3.0 work in automake ifdefs so we
	only build/install what we need to.

2008-08-15  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* System.Windows.mdp: Implement MediaElement.SetSource (stream)
	* Makefile.am: Added StreamCallbacks.

2008-08-14  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* Makefile.am, System.Windows.mdp: Implemented StylusDevice, some
	  gui-compare fixes.

2008-08-14  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* Makefile.am, System.Windows.mdp: Removed classes and members which
	  are no longer in SL2B2.

2008-08-13  Larry Ewing  <lewing@novell.com>

	* System.Windows.Interop/SilverlightHost.cs: implement Content.

2008-08-13  Geoff Norton  <gnorton@novell.com>

	 * System.Windows.Markup/XamlReader.cs: Initial implementation of 
	XamlReader.Load

2008-08-13  Jeffrey Stedfast  <fejj@novell.com>

	* System.Windows.Markup/XamlParseException.cs: Fixed to use ints
	instead of uints to match the SL2 API.

2008-08-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* Makefile.am, System.Windows.mdp: Added *TileSource.cs

2008-08-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* Makefile.am, System.Windows.mdp: Updated.

2008-08-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* Makefile.am: Added RenderTargetBitmap.
	* System.Windows.mdp: Updated.

2008-08-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* System.Windows.Interop/Content.cs: Changed some parameter names, base
	  types, method signatures, etc to match SL.

2008-08-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* Internal.cs: Deleted, no longer used.

2008-08-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	

2008-08-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* Makefile.am: Split ApplicationInternal out into a separate file and
	  enable generation for it.

2008-08-12  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* System.Windows.mdp, Makefile.am: Generate public ctor, internal ctor
	  and GetKind for classes inheriting from DependencyObject.

2008-08-12  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* Makefile.am: Added DependencyProperty.g.cs.

2008-08-11  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* System.Windows.mdp: Updated.

2008-08-11  Fernando Herrera  <fherrera@novell.com>

	* Makefile.am: add StackPanel and IValueConverter to the build.
	* System.Windows.Data/IValueConverter.cs: Added IValueConverter
	Interface.
	* System.Windows.Data/Binding.cs: Add Converter property.

2008-08-10  Chris Toshok  <toshok@ximian.com>

	* Makefile.am (system_windows_sources): add some more
	MS.SilverlightControls stuff to the build, and remove another
	overlapping .cs file from our sources.

2008-08-10  Chris Toshok  <toshok@ximian.com>

	* System.Collections.ObjectModel/ObservableCollection_T.cs: remove
	the generic constraint, and add back in INotifyPropertyChanged.

2008-08-09  Chris Toshok  <toshok@ximian.com>

	* Makefile.am (system_windows_sources): include the MS Controls
	sources in this source list, so they get pulled into
	System.Windows.dll.

	* System/UriTypeConverter.cs:
	* System.Windows.Input/KeyboardNavigation.cs:
	* System.Windows/RoutedPropertyChangedEventHandler_T.cs:
	* System.Windows/RoutedPropertyChangedEventArgs_T.cs: remove these
	as they're duplicated in the MS source drop.
	
2008-08-08  Fernando Herrera  <fherrera@novell.com>

	* Makefile.am: Add DesignerProperties.cs ItemCollection.cs,
	 ItemsControl.cs, ItemsPanelTemplate.cs,ControlTemplate.cs,
	TemplatePart.cs	

2008-08-05  Manuel Ceron  <ceronman@gmail.com>

	* System.Windows.Markup/XmlLanguage.cs: fixed == and != overloads.

2008-08-05  Chris Toshok  <toshok@ximian.com>

	* Makefile.am (system_windows_sources): add GeneralTransform.cs.

2008-08-05  Chris Toshok  <toshok@ximian.com>

	* System.Windows.Data/BindingExpressionBase.cs: stub.

2008-08-05  Chris Toshok  <toshok@ximian.com>

	* Makefile.am (system_windows_sources): add KeyboardNavigation.cs

2008-08-05  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* System.Windows.mdp, Makefile.am: Added XamlReader.
	* System.Windows.Markup/XamlReader.cs: Stub this one out for now.

2008-08-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* System.Windows.mdp: Updated.

2008-07-30  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* System.Windows.mdp: Updated.

2008-07-30  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* Makefile.am, System.Windows.mdp: Updated.

2008-07-29  Jeffrey Stedfast  <fejj@novell.com>

	* System.Windows.Markup/XmlLanguage.cs: Implemented.

2008-07-28  Chris Toshok  <toshok@ximian.com>

	* Makefile.am (system_windows_sources): add the
	System.Windows.Threading directory.

2008-07-26  Chris Toshok  <toshok@ximian.com>

	* Makefile.am (system_windows_sources): remove
	KeyboardEventArgs/KeyboardEventHandler.

2008-07-23  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* System.Windows.mdp, Makefile.am: Updated.

2008-07-23  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* System.Windows.mdp, Makefile.am: Removed MediaAttribute(Collection).

2008-07-23  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* System.Windows.mdp, Makefile.am: Updated.

2008-07-23  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* System.Windows.mdp, Makefile.am: Updated.

2008-07-23  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* Makefile.am, System.Windows.mdp: Updated.

2008-07-23  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* System.Windows.mdp, Makefile.am: Updated.

2008-07-23  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* Makefile.am: Implement Font(Style|Weight|Stretch).
	* System.Windows.mdp: Updated.

2008-07-23  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* System, System/UriTypeConverter.cs: Added (stubbed).
	* System.Windows.mdp, Makefile.am: Updated.

2008-07-23  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* MS.Internal, Makefile.am,
	  MS.Internal/IManagedFrameworkInternalHelper.cs: Implemented
	  MS.Internal/ManagedFrameworkInternalHelper.cs.

2008-07-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* System.Windows.mdp: Updated.

2008-07-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* System.Windows.mdp: Updated.
	* Makefile.am: Added PropertyMetadata.cs.

2008-07-16  Michael Dominic K.  <mdk@mdk.am>

	* System.Windows.Media.Animation/Storyboard.cs: Adding
	TargetNameProperty.

2008-07-16  Michael Dominic K.  <mdk@mdk.am>

	* System.Windows/DependencyObject.cs: Adding a setter for Name.

2008-07-15  Jb Evain  <jbevain@novell.com>

	* Makefile.am: add new file.

2008-06-10  Stephane Delcroix  <sdelcroix@novell.com>

	* System.Windows.Interrop/SilverlightHost.cs:
	* System.Windows.Interrop/Content.cs:
	* System.Windows.Interrop/Settings.cs: new 2.0 classes

2008-06-10  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* System.Windows.mdp: Updated.

2008-05-30  Miguel de Icaza  <miguel@novell.com>

	* Add stubs to get enough to get a sample Button on a page to
	load.    Does not work yet.

2008-05-07  Sebastien Pouliot  <sebastien@ximian.com>

	* Makefile.am: For 2.1 delay-sign the assembly using silverlight.pub.
	For 3.0 sign, without delay, using Mono's key.

2008-05-04  Miguel de Icaza  <miguel@novell.com>

	* Update all classes to not derive from MS.Internal.Collection,
	instead the new PresentationFrameworkCollection.

	* Mono/Report.cs: New error reporting framework, we should use
	this to consolidate error reporting. 

	* Application.cs: Add meat to the actual implementation, we now
	startup, still a handful of methods must be implemented. 

	* System.Windows/XapHackProxyImpl.cs: Continuation of the horrid
	cross appdomain hack.

	* Add a few more managed mirrors for the unmanaged classes. 

2008-05-02  Manuel Ceron  <ceronman@unicauca.edu.co>

	* Internal.cs: Collections.Count now returns 
	NativeMethods.collection_get_count

2008-04-17  Andrew Jorgensen  <ajorgensen@novell.com>

	* Makefile.am: Use DESTDIR when installing

2008-04-17  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* Makefile.am: Minor make check fix. Renamed 'make check' to 'make
	  check-code' to not conflict with other uses of 'make check'.

2008-04-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* System.Windows.mdp: Updated to (mostly) compile.

2008-04-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* System.Windows.mdp: Added.

2008-04-13  Jb Evain  <jbevain@novell.com>

	* Makefile, System.Windows.dll.sources: agclr is
	renamed System.Windows.
	Merged from the Moonlight 2 branch.

2007-11-20  Jeffrey Stedfast  <fejj@novell.com>

	* System.Windows.Interop/BrowserHost.cs (add_Resize): Removed old
	hack.

2007-11-16  Jeffrey Stedfast  <fejj@novell.com>

	* System.Windows.Interop/BrowserHost.cs (add_Resize): Invoke the
	Resize handler being added if the toplevel canvas has already been
	loaded.

2007-11-08  Jeffrey Stedfast  <fejj@novell.com>

	* System.Windows.Interop/BrowserHost.cs: Implemented Resize event.

2007-10-04  Zoltan Varga  <vargaz@gmail.com>

	* System.IO/SimpleUnmanagedMemoryStream.cs: Fix a warning.

2007-09-27  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* Internal.cs: Don't ref ourself if we're created using a *_new
	  function, the creation itself already gives us a ref.

2007-09-21  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* agclr.dll.sources: Added ManagedXamlLoader.cs

2007-08-17  Jb Evain  <jbevain@novell.com>

	* Assembly/AssemblyInfos.cs: re-enable patch from Miguel.
	For non-plugin usage, use mono public key to sign the assembly.

2007-08-11  Jb Evain  <jbevain@novell.com>

	* Mono/EventHanderList.cs: copied from System.dll, as it doesn't
		exists in 2.1.
	  agclr.dll.sources: add Mono/EventHandlerList
	  System.Windows/DependencyObject.cs: use the new EventHandlerList.

2007-08-04  Chris Toshok  <toshok@ximian.com>

	* agclr.dll.sources: add System.Windows.Media/VisualBrush.cpp

2007-08-01  Miguel de Icaza  <miguel@novell.com>

	* Makefile (thisdir): Do not link with System.Xml, not needed.
	In preparation to use smcs

	* Internal.cs: Fix visibility.

2007-07-31  Jeffrey Stedfast  <fejj@novell.com>

	* agclr.dll.sources: Add StyleSimulations to the build.

2007-07-30  Chris Toshok  <toshok@ximian.com>

	* agclr.dll.sources: add the 3 KeyFrameCollection classes, and
	remove KeyFrameCollection.

2007-07-29  Chris Toshok  <toshok@ximian.com>

	* agclr.dll.sources: rename ResourceCollection.cs to
	ResourceDictionary.cs.

2007-07-20  Miguel de Icaza  <miguel@novell.com>

	* Internal.cs (RemoveAt): implement.

2007-07-03  Miguel de Icaza  <miguel@novell.com>

	* Internal.cs: Propagate errors from mutated collections on
	iterators. 

2007-06-29  Rodrigo Kumpera  <rkumpera@novell.com>

	*DependencyObject.cs: Added MediaElement to CreateObject switch.

2007-06-28  Miguel de Icaza  <miguel@novell.com>

	* Move Kind.cs, Value.cs and NativeMethods to the agmono assembly
	as well as some events from Events.cs that are now public and part
	of the NativeMethods APIS.

	This is only the initial move, we will later move some more stuff
	that we need.

2007-06-26  Miguel de Icaza  <miguel@novell.com>

	* Internal.cs: Implement most of the public interface for
	MS.Internal.Collection. 

2007-06-26  Jeffrey Stedfast  <fejj@novell.com>

	* Internal.cs: Updated to use dependency_object_get_object_type()
	(which is the new name for dependency_object_get_kind).

2007-06-25  Miguel de Icaza  <miguel@novell.com>

	* Internal.cs: Make this beast implement ICollection, still a few
	more insterfaces more to go (ICollection<T>, IList, IList<T>)

2007-06-21  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* agclr.dll.sources: Updated.

2007-06-21  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* Everywhere: Remove protected from GetKind.

2007-06-21  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* agclr.dll.sources: Updated.
	* System.Windows.Ink: Added.

2007-06-21  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* agclr.dll.sources: Update.

2007-06-20  Jeffrey Stedfast  <fejj@novell.com>

	* Internal.cs (Current): We can't reuse the Collection-type Kind
	as the kind of object we're looking for since if it fails to find
	a pre-cached managed object for that IntPtr, it will try to
	instantiate a new one. Instead, we need the /actual/ object type,
	so request that from the NativeMethods.

2007-06-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* agclr.dll.sources: Updated.

2007-06-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* agclr.dll.sources: Updated.

2007-06-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* agclr.dll.sources: Update.

2007-06-19  Miguel de Icaza  <miguel@novell.com>

	* Internal.cs: Implement collection iterators, the object version
	for now.

2007-06-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* agclr.dll.sources: Updated.

2007-06-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* scripts: Added.

2007-06-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* System.Windows/PropertyMetadata.cs: Deleted, not present in SL.

2007-06-18  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* agclr.dll.sources: Update.

2007-06-18  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* Internal.cs: Fix construction.

2007-06-18  Atsushi Enomoto  <atsushi@ximian.com>

	* agclr.dll.sources: added TextBlock.cs, System.Windows.Documents
	  public types and related (missing) System.Windows enums.

2007-06-15  Sebastien Pouliot  <sebastien@ximian.com>

	* agclr.dll.sources: Add System.Windows.Controls.Image and MediaBase

2007-06-15  Sebastien Pouliot  <sebastien@ximian.com> 

	* Internal.cs: Add Remove to Collection<T>

2007-06-15  Sebastien Pouliot  <sebastien@ximian.com>

	* agclr.dll.sources: Add System.Windows.Controls.Control

2007-06-14  Alan McGovern <amcgovern@novell.com> 

	* DependencyObject.cs: Added NameProperty

2007-06-14  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* agclr.dll.sources: Add TimelineCollection.

2007-06-14  Alan McGovern <amcgovern@novell.com> 

	* Fixed typos in files from previous commit
	* Animation.cs: Implemented

2007-06-14  Alan McGovern <amcgovern@novell.com> 

	* Implemented   ColorAnimation,
			DoubleAnimation, 
			PointAnimation,
			BeginStoryBoard,
			EventTrigger

2007-06-14  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* Internal.cs: Constructor fixes, part 3.

2007-06-13  Miguel de Icaza  <miguel@novell.com>

	* Support for Storyboard class, still need the C API from Chris to
	test this.

2007-06-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* Internal.cs: Second pass at constructor fixing.

2007-06-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* Test/Test.usertasks: Implement GetKind.

2007-06-09  Miguel de Icaza  <miguel@novell.com>

	* Everywhere: bind to our existing C++ methods.

2007-06-08  Miguel de Icaza  <miguel@novell.com>

	* Internal.cs: Derive from DependencyObject, add Add method. 

2007-06-07  Miguel de Icaza  <miguel@novell.com>

	* Drop the use of the native XAML parser

	* Add Value.cs

2007-06-05  Sebastien Pouliot  <sebastien@ximian.com> 

	* agclr.dll.sources: Added System.Windows.Media.Alignment[X|Y] enums,
	MediaAttribute[Collection] and QuadraticBezierSegment classes.

2007-06-04  Sebastien Pouliot  <sebastien@ximian.com> 

	* agclr.dll.sources: Added System.Windows.Media.EllipseGeometry,
	GeometryCollection, GeometryGroup, LineGeometry, PathFigure,
	PathFigureCollection, PathGeometry and PathSegmentCollection

2007-06-03  Sebastien Pouliot  <sebastien@ximian.com> 

	* agclr.dll.sources: Added System.Windows.Media.*Brush and related 
	classes (to compile).

2007-06-03  Sebastien Pouliot  <sebastien@ximian.com>

	* agclr.dll.sources: Added System.Windows.Media.Matrix and [Matrix|
	Rotate|Scale|Skew|Translate]Transform

2007-06-01  Sebastien Pouliot  <sebastien@ximian.com>

	* agclr.dll.sources: Added System.Windows.Downloader and MonoTODO

2007-06-01  Sebastien Pouliot  <sebastien@ximian.com> 

	* agclr.dll.sources: Added System.Windows.Rect and System.Windows.
	Media.RectangleGeometry

2007-06-01  Sebastien Pouliot  <sebastien@ximian.com>

	* agclr.dll.sources: Added System.Windows.Media.PenLineCap, 
	PenLineJoin and Stretch

2007-06-01  Sebastien Pouliot  <sebastien@ximian.com> 

	* agclr.dll.sources: Added System.Windows.Shapes.Line, Path, Polygon
	and Polyline (namespace should be complete)

2007-06-01  Sebastien Pouliot  <sebastien@ximian.com>

	* agclr.dll.sources: Added System.Windows.Shapes.Ellipse, Rectangle
	and Shape.
