<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Recent changes to news</title><link>http://sourceforge.net/p/dockpanelsuite/news/</link><description>Recent changes to news</description><language>en</language><lastBuildDate>Fri, 27 Mar 2009 00:36:33 -0000</lastBuildDate><item><title>DockPanel Suite 2.3 Released</title><link>http://sourceforge.net/p/dockpanelsuite/news/2009/03/dockpanel-suite-23-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;DockPanel Suite 2.3 just released. This release contains bug fixes since 2.2 and a few enhancements. Please refer to the change log for details.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Weifen Luo</dc:creator><pubDate>Fri, 27 Mar 2009 00:36:33 -0000</pubDate><guid>http://sourceforge.netc65e31ae013c2e82adac58a962056b13c4dd6a8b</guid></item><item><title>DockPanel Suite 2.2 Released</title><link>http://sourceforge.net/p/dockpanelsuite/news/2007/11/dockpanel-suite-22-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;DockPanal Suite 2.2 just released! It contains fixes since release 2.1. Please refer to change log for details.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Weifen Luo</dc:creator><pubDate>Sun, 04 Nov 2007 03:01:52 -0000</pubDate><guid>http://sourceforge.net3101972e4ea698b2253aa2d0eafdc0ffc1e3022d</guid></item><item><title>DockPanel Suite 2.0 Released</title><link>http://sourceforge.net/p/dockpanelsuite/news/2007/04/dockpanel-suite-20-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The Version 2.0 of DockPanel Suite has Visual Studio 2005 look and feel, full RTL support, XP theme support, and more...&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Weifen Luo</dc:creator><pubDate>Tue, 03 Apr 2007 01:56:26 -0000</pubDate><guid>http://sourceforge.net02a8c8fc0cdd5b796fc3186b22223edcc8914399</guid></item><item><title>DockPanel Suite Version 2.0 Release Candidate 1 Released</title><link>http://sourceforge.net/p/dockpanelsuite/news/2007/03/dockpanel-suite-version-20-release-candidate-1-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;DockPanel Suite Version 2.0 Release Candidate 1 released!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Weifen Luo</dc:creator><pubDate>Fri, 02 Mar 2007 09:20:51 -0000</pubDate><guid>http://sourceforge.net863d4eff71612513f5dc937648e1765e11fb2001</guid></item><item><title>DockPanel Suite Version 1.0.0.0 Released</title><link>http://sourceforge.net/p/dockpanelsuite/news/2006/02/dockpanel-suite-version-1000-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;===============================================&lt;br /&gt;
DockPanel Suite Version 1.0.0.0 Release Notes&lt;br /&gt;
===============================================&lt;/p&gt;
&lt;p&gt;API Changes&lt;br /&gt;
----------------------------------------------&lt;br /&gt;
1. New overload for DockPanel.SaveAsXml and DockPanel.LoadFromXml to allow data contained in another XML element to be saved and loaded, the version of configuration file changed to &amp;quot;1.0&amp;quot; to reflect the serialization of DockWindow Z-Orders.&lt;/p&gt;
&lt;p&gt;Behavior Changes&lt;br /&gt;
----------------------------------------------&lt;br /&gt;
1. SHIFT key during drag and drop: Starting from version 1.0, the docking guide to DockPanel shows to dock to the edge of available client area; pressing SHIFT key  to dock to the edge of full DockPanel; When dragging to change the size of DockWindow, pressing down SHIFT key will make DockWindow take full egde of the DockPanel.&lt;br /&gt;
2. Changing Z-Order of DockWindows: in version 1.0, the Z-Order of DockWindows will remain unchanged unless: drag and drop the DockWindow by pressing SHIFT key; or set in program, for example: dockPanel.DockWindows[DockState.DockLeft].SendToBack();&lt;/p&gt;
&lt;p&gt;Bug Fixes:&lt;br /&gt;
----------------------------------------------&lt;br /&gt;
1. Float window self-docking to DockPane disabled.&lt;br /&gt;
2. Document window re-paint bug.&lt;br /&gt;
3. Docking guide not show in multiple monitors.&lt;/p&gt;
&lt;p&gt;Optimizations:&lt;br /&gt;
----------------------------------------------&lt;br /&gt;
1. Windows hook optimization.&lt;br /&gt;
2. Change PaneIndicator.DisplayingGraphicsPath to static so that it only needs to calculate one time.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Weifen Luo</dc:creator><pubDate>Mon, 13 Feb 2006 05:03:02 -0000</pubDate><guid>http://sourceforge.nete8c30ef6e801884f1da02dd27f2fd1bc929fcb0e</guid></item><item><title>Version 0.999.0.0 Released</title><link>http://sourceforge.net/p/dockpanelsuite/news/2006/01/version-099900-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Version 0.999.0.0 Released!&lt;/p&gt;
&lt;p&gt;===========================================&lt;br /&gt;
DockPanel Suite Version 0.999 Release Notes&lt;br /&gt;
===========================================&lt;/p&gt;
&lt;p&gt;API changes that may break old version program for compile:&lt;br /&gt;
-----------------------------------------------------------&lt;/p&gt;
&lt;p&gt;1. In addition to derive the form from DockContent class, now you can also implement IDockContent interface(providing new class DockContentHandler for implementation); Previously all places that returns DockContent class now returns IDockContent interface, you may need to modify your source code by adding a type conversion.&lt;/p&gt;
&lt;p&gt;2. New DockPanel.DocumentStyle property. Replaces the old DockPanel.MdiIntegration property.&lt;/p&gt;
&lt;p&gt;New API:&lt;br /&gt;
--------&lt;/p&gt;
&lt;p&gt;1. New DockPanel.ShowDocumentIcon property allows icon displayed in document tab.&lt;/p&gt;
&lt;p&gt;2. New DockContent.TabPageContextMenuStrip property (.Net 2.0 only).&lt;/p&gt;
&lt;p&gt;Update/New Behaviors:&lt;br /&gt;
---------------------&lt;/p&gt;
&lt;p&gt;1. HiddenMdiChild class eliminated, providing better MDI integration and focus management.&lt;/p&gt;
&lt;p&gt;2. VS2005 support: VS2005 style drag-and-drop, MenuStrip MDI merge, etc.&lt;/p&gt;
&lt;p&gt;3. Bug fixes.&lt;/p&gt;
&lt;p&gt;Known Issues:&lt;br /&gt;
-------------&lt;/p&gt;
&lt;p&gt;1. RTL(Right To Left) is not supported at this time.&lt;/p&gt;
&lt;p&gt;2. Though eliminated a lot, I'm still not very satisfied with the screen flickers.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Weifen Luo</dc:creator><pubDate>Fri, 13 Jan 2006 05:31:17 -0000</pubDate><guid>http://sourceforge.netace21f2325597d40d14488a8ad5b684cb0dd2cb0</guid></item><item><title>Future Release Plan</title><link>http://sourceforge.net/p/dockpanelsuite/news/2005/12/future-release-plan/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;First of all, sorry for long time not taking care of the project due to my family issues.&lt;/p&gt;
&lt;p&gt;The new version will be released before Jan 15, with the following changes:&lt;br /&gt;
1. In addition to derive your form from DockContent, you can also implement IDockContent interface for your form, therefore you can derive your form from other class as well. (Done)&lt;br /&gt;
2. MDI integration change. The HiddenMdiWindow has been eliminated. DockPanel interacts with the MDI client window directly. Provides better compatibility, for example, the new MenuStrip in VS 2005. Also provides better focus management. (Done)&lt;br /&gt;
3. VS 2005 style drag and drop. (Almost Done)&lt;br /&gt;
4. Repeat click of document scroll button. (Not yet finished)&lt;/p&gt;
&lt;p&gt;Though public API only changes slightly, the internal change is significant. The current version is freezed and will not be supported.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Weifen Luo</dc:creator><pubDate>Thu, 29 Dec 2005 02:52:32 -0000</pubDate><guid>http://sourceforge.net531c0befe7b733b7d084dd5144b8a20754f599d9</guid></item><item><title>Documentation Now Is Available</title><link>http://sourceforge.net/p/dockpanelsuite/news/2004/09/documentation-now-is-available/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The documentation of DockPanel Suite is available now. It contains the introduction and how to programming DockPanel Suite.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Weifen Luo</dc:creator><pubDate>Fri, 24 Sep 2004 15:39:54 -0000</pubDate><guid>http://sourceforge.netcca234e0524d8a9b9d6f7d3d9abf1ac5eefcdf24</guid></item></channel></rss>