2006-10-02 Jonathan Pobst <monkey@jpobst.com>
authorJonathan Pobst <monkey@jpobst.com>
Mon, 2 Oct 2006 18:33:39 +0000 (18:33 -0000)
committerJonathan Pobst <monkey@jpobst.com>
Mon, 2 Oct 2006 18:33:39 +0000 (18:33 -0000)
commit08d58178ffe39f06f8a403519250a82baa2e8e6a
treef0c59d6e8da02c9b09aabae208a9d8b34a49e837
parent2a686fe36a8247dfc2354d2f20455e911fcfa3f8
2006-10-02  Jonathan Pobst  <monkey@jpobst.com>

* ToolStrip.cs, ToolStripButton.cs, ToolStripItem.cs,
  ToolStripItemCollection.cs, ToolStripLabel.cs,
  ToolStripProfessionalRenderer.cs, ToolStripRenderer.cs,
  ToolStripSeparator.cs, ToolStripSplitStackLayout.cs:
  Initial implementation.
* TextRenderer.cs: Provide padding to MeasureText.

2006-10-02  Jonathan Pobst <monkey@jpobst.com>
* ArrangedElementCollection.cs: Initial commit.

2006-10-02  Jonathan Pobst  <monkey@jpobst.com>
* System.Windows.Forms.dll.sources: Add ToolStrip* classes.

svn path=/trunk/mcs/; revision=66167
15 files changed:
mcs/class/Managed.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms.Layout/ArrangedElementCollection.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms.Layout/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms.dll.sources
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TextRenderer.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStrip.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripButton.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItem.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItemCollection.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripLabel.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripProfessionalRenderer.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripRenderer.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripSeparator.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripSplitStackLayout.cs [new file with mode: 0644]