ChangeLog 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. 2007-01-07 Jonathan Pobst <[email protected]>
  2. * ArrangedElementCollection.cs: Make list internal.
  3. 2006-12-28 Chris Toshok <[email protected]>
  4. * DefaultLayout.cs: split out the various parts (docking,
  5. anchoring) into separate methods. make use of the
  6. Control.ControlLayoutType property, as well as
  7. Control.VisibleInternal (and fix a couple of unit tests which were
  8. broken due to use of Visible here.)
  9. 2006-12-25 Chris Toshok <[email protected]>
  10. * DefaultLayout.cs: invert the tests for anchoring to make the
  11. code a little more compact.
  12. 2006-12-25 Chris Toshok <[email protected]>
  13. * DefaultLayout.cs: remove references to dist_left and dist_top.
  14. just use left and top instead.
  15. 2006-12-23 Chris Toshok <[email protected]>
  16. * TableLayoutSettingsTypeConverter.cs: new file, a skeleton.
  17. 2006-12-23 Chris Toshok <[email protected]>
  18. * DefaultLayout.cs: include this in 1.1, and make use of
  19. SetImplicitBounds like the Control.PerformLayout code does.
  20. 2006-12-06 Chris Toshok <[email protected]>
  21. * DefaultLayout.cs: make Control.child_controls private. switch
  22. all uses over to Control.Controls.
  23. 2006-12-04 Chris Toshok <[email protected]>
  24. * ArrangedElementCollection.cs: fix up corcompare for this file.
  25. we need to make all the interface methods explicit, not public,
  26. and add internal methods that can be called from the subclasses
  27. (we also call them from the explicit implementations.)
  28. 2006-11-30 Jonathan Pobst <[email protected]>
  29. * ArrangedElementCollection.cs: Make constructor internal.
  30. * FlowLayout.cs: Make work with ToolStrip.
  31. 2006-10-02 Jonathan Pobst <[email protected]>
  32. * ArrangedElementCollection.cs: Initial commit.
  33. 2006-09-15 Jonathan Pobst <[email protected]>
  34. * DefaultLayout.cs, FlowLayout.cs: Initial commit.