[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Drawing / Samples / Standalone / ChangeLog
1 2006-09-20  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * Makefile: Updated to include new texture.exe
4         * texture.cs: Sample to test texture brushes.
5
6 2006-03-31  Sebastien Pouliot  <sebastien@ximian.com>
7
8         * Makefile: Build all (4) samples and their common assembly (dll);
9         * README: Description of every samples;
10         * binary.cs: Sample to test binary operations on regions.
11         * binary.Designer.cs: VS2k5 generated partial class for controls.
12         * clippy.cs: Sample to test clipping with regions.
13         * clippy.Designer.cs: VS2k5 generated partial class for controls.
14         * flatten.cs: Sample to convert region (curves) into polygons.
15         * flatten.Designer.cs: VS2k5 generated partial class for controls.
16         * scan.cs: Sample to convert regions into rectangles.
17         * scan.Designer.cs: VS2k5 generated partial class for controls.
18         * Matrices.cs: Shared class to created different Matrix.
19         * Shapes.cs: Shared class to create different GraphicsPath.