ChangeLog 1.2 KB

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