In System.Windows.Forms:
[mcs.git] / class / Managed.Windows.Forms / System.Windows.Forms.Layout / ChangeLog
blobeb3df577b09a995f02d17ac1fc041706e381656d
1 2006-12-25  Chris Toshok  <toshok@ximian.com>
3         * DefaultLayout.cs: invert the tests for anchoring to make the
4         code a little more compact.
6 2006-12-25  Chris Toshok  <toshok@ximian.com>
8         * DefaultLayout.cs: remove references to dist_left and dist_top.
9         just use left and top instead.
11 2006-12-23  Chris Toshok  <toshok@ximian.com>
13         * TableLayoutSettingsTypeConverter.cs: new file, a skeleton.
15 2006-12-23  Chris Toshok  <toshok@ximian.com>
17         * DefaultLayout.cs: include this in 1.1, and make use of
18         SetImplicitBounds like the Control.PerformLayout code does.
20 2006-12-06  Chris Toshok  <toshok@ximian.com>
22         * DefaultLayout.cs: make Control.child_controls private.  switch
23         all uses over to Control.Controls.
25 2006-12-04  Chris Toshok  <toshok@ximian.com>
27         * ArrangedElementCollection.cs: fix up corcompare for this file.
28         we need to make all the interface methods explicit, not public,
29         and add internal methods that can be called from the subclasses
30         (we also call them from the explicit implementations.)
32 2006-11-30  Jonathan Pobst <monkey@jpobst.com>
33         * ArrangedElementCollection.cs: Make constructor internal.
34         * FlowLayout.cs: Make work with ToolStrip.
36 2006-10-02  Jonathan Pobst <monkey@jpobst.com>
37         * ArrangedElementCollection.cs: Initial commit.
39 2006-09-15  Jonathan Pobst <monkey@jpobst.com>
40         * DefaultLayout.cs, FlowLayout.cs: Initial commit.