| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- 2007-01-07 Jonathan Pobst <[email protected]>
- * ArrangedElementCollection.cs: Make list internal.
- 2006-12-28 Chris Toshok <[email protected]>
- * DefaultLayout.cs: split out the various parts (docking,
- anchoring) into separate methods. make use of the
- Control.ControlLayoutType property, as well as
- Control.VisibleInternal (and fix a couple of unit tests which were
- broken due to use of Visible here.)
- 2006-12-25 Chris Toshok <[email protected]>
- * DefaultLayout.cs: invert the tests for anchoring to make the
- code a little more compact.
- 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.
|