ChangeLog 817 B

123456789101112131415161718192021
  1. 2006-12-06 Chris Toshok <[email protected]>
  2. * DefaultLayout.cs: make Control.child_controls private. switch
  3. all uses over to Control.Controls.
  4. 2006-12-04 Chris Toshok <[email protected]>
  5. * ArrangedElementCollection.cs: fix up corcompare for this file.
  6. we need to make all the interface methods explicit, not public,
  7. and add internal methods that can be called from the subclasses
  8. (we also call them from the explicit implementations.)
  9. 2006-11-30 Jonathan Pobst <[email protected]>
  10. * ArrangedElementCollection.cs: Make constructor internal.
  11. * FlowLayout.cs: Make work with ToolStrip.
  12. 2006-10-02 Jonathan Pobst <[email protected]>
  13. * ArrangedElementCollection.cs: Initial commit.
  14. 2006-09-15 Jonathan Pobst <[email protected]>
  15. * DefaultLayout.cs, FlowLayout.cs: Initial commit.