| 1234567891011121314151617181920212223242526272829303132333435 |
- 2006-12-25 Chris Toshok <[email protected]>
- * DefaultLayout.cs: remove references to dist_left and dist_top.
- just use left and top instead.
- 2006-12-23 Chris Toshok <[email protected]>
- * TableLayoutSettingsTypeConverter.cs: new file, a skeleton.
- 2006-12-23 Chris Toshok <[email protected]>
- * DefaultLayout.cs: include this in 1.1, and make use of
- SetImplicitBounds like the Control.PerformLayout code does.
- 2006-12-06 Chris Toshok <[email protected]>
- * DefaultLayout.cs: make Control.child_controls private. switch
- all uses over to Control.Controls.
- 2006-12-04 Chris Toshok <[email protected]>
- * ArrangedElementCollection.cs: fix up corcompare for this file.
- we need to make all the interface methods explicit, not public,
- and add internal methods that can be called from the subclasses
- (we also call them from the explicit implementations.)
- 2006-11-30 Jonathan Pobst <[email protected]>
- * ArrangedElementCollection.cs: Make constructor internal.
- * FlowLayout.cs: Make work with ToolStrip.
- 2006-10-02 Jonathan Pobst <[email protected]>
- * ArrangedElementCollection.cs: Initial commit.
- 2006-09-15 Jonathan Pobst <[email protected]>
- * DefaultLayout.cs, FlowLayout.cs: Initial commit.
|