Browse Source
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2706 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61shortcuts
7 changed files with 25 additions and 62 deletions
@ -1,20 +1,10 @@
@@ -1,20 +1,10 @@
|
||||
List of our custom patches to apply to the DockPanel Suite: |
||||
|
||||
Patch #1: |
||||
Close documents with middle click - in DockPaneTabStripBase.cs |
||||
Remove redundant finalizers - in AutoHidePane.cs and AutoHideTab.cs |
||||
Remove redundant P/Invoke call - in AutoHideStripBase.cs |
||||
Fix compilation warning - in InertButton.cs |
||||
Committed in revision 1147. |
||||
|
||||
Patch #2: |
||||
Fixed CREATESTRUCT, MDICREATESTRUCT and WINDOWPOS P/Invoke structure declarations: |
||||
use IntPtr instead of int - we have to use a pointer-size integers here for 64-bit systems |
||||
Committed in revision 1335. |
||||
Reported to SF: http://sourceforge.net/tracker/index.php?func=detail&aid=1438642&group_id=110642&atid=659401 |
||||
The fix was accepted and will be in the next release of the library. |
||||
Patch #0: |
||||
Add bool IsDisposed { get; } to IDockContent interface. |
||||
|
||||
Patch #3: |
||||
Activate the autohide pad explicitly - in DockContentHandler.cs |
||||
(DockContentHandler.Activate()) |
||||
Committed in revision 1840. |
||||
Patch #1: |
||||
Close documents with middle click - in DockPaneStripBase.cs |
||||
Remove redundant finalizers - in AutoHideStripBase.cs, DockPaneStripBase.cs |
||||
Changed background color of inactive pads. - in VS2005DockPaneCaption.cs, VS2005DockPaneStip.cs |
||||
Committed in revision 2706. |
||||
|
Loading…
Reference in new issue