| 123456789101112131415161718192021 |
- 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.
|