Commit Graph

24 Commits

Author SHA1 Message Date
Lex Li
6553f50389 Merge branch 'master' into development_3.0
Conflicts:
	.nuget/DockPanelSuite.nuspec
	DockSample/Customization/DockHelper.cs
	DockSample/Customization/VS2003AutoHideStrip.cs
	DockSample/Customization/VS2003DockPaneCaption.cs
	DockSample/Customization/VS2003DockPaneStrip.cs
	DockSample/DummyDoc.cs
	WinFormsUI.Docking.vs2010.sln
	WinFormsUI/Docking/AutoHideStripBase.cs
	WinFormsUI/Docking/DockAreasEditor.cs
	WinFormsUI/Docking/DockContent.cs
	WinFormsUI/Docking/DockContentEventArgs.cs
	WinFormsUI/Docking/DockContentHandler.cs
	WinFormsUI/Docking/DockPaneCaptionBase.cs
	WinFormsUI/Docking/DockPaneStripBase.cs
	WinFormsUI/Docking/DockPanel.Appearance.cs
	WinFormsUI/Docking/DockPanel.DockDragHandler.cs
	WinFormsUI/Docking/DockPanel.Persistor.cs
	WinFormsUI/Docking/DockPanel.cs
	WinFormsUI/Docking/DockPanelExtender.cs
	WinFormsUI/Docking/DockWindow.cs
	WinFormsUI/Docking/DockWindowCollection.cs
	WinFormsUI/Docking/FloatWindow.cs
	WinFormsUI/Docking/Interfaces.cs
	WinFormsUI/Docking/Measures.cs
	WinFormsUI/Docking/NestedPaneCollection.cs
	WinFormsUI/Docking/SplitterBase.cs
	WinFormsUI/Docking/Strings.Designer.cs
	WinFormsUI/Docking/Strings.resx
	WinFormsUI/Docking/VS2005DockPaneCaption.cs
	WinFormsUI/Docking/VisibleNestedPaneCollection.cs
	WinFormsUI/Docking/Win32/Enums.cs
	WinFormsUI/Properties/AssemblyInfo.cs
	all.bat
2014-12-13 12:28:01 +08:00
Lex Li
baf8b99a14 Fixed #172. 2014-01-31 17:31:39 +08:00
Olivier DALET
8efeb805f4 Using a control extender to set the VS2012 Extender and the menu capitalization in one operation
Revert "First attempt at modifying a toolstrip renderer to match VS2012 style (ie upper case top-level menus)"
This reverts commit fa791c01cd.
2013-12-23 15:58:22 +01:00
Ryan Rastedt
e9e8120ef8 #128 - In the sample application, "Close All" should only close documents. 2013-06-22 16:12:10 -05:00
Ryan Rastedt
914723f24a #128 - In the sample application, disable "close all but this" when there are no documents. 2013-06-22 16:02:15 -05:00
Lex Li
569e1f997d Added tool strip renderer effect. 2013-05-26 19:56:06 +08:00
Ryan Rastedt
598f91afb0 #78 - Fix ObjectDisposedException in sample
When loading from XML the explicitly referenced controls were not being
recreated (like the toolbox, etc; where there is a private member
holding a reference to the form).  Solution is to recreate these forms
before attempting to load from XML, just as load from code is doing.
2013-03-24 18:52:28 +08:00
Lex Li
28fcdfeaa9 Normalized line endings 2013-03-24 18:49:32 +08:00
Lex Li
3d122e8f52 Moved VS2003 theme related files. Added DockPanel.Theme property. Marked previous properties obsolete. Updated sample project. 2013-03-22 20:35:23 +08:00
Lex Li
58f55b9dfc Removed Extender as it is not flexible to add new themes. Added the ITheme derived classes to manage theme elements. 2013-03-17 10:44:48 +08:00
Lex Li
21fa8952f1 Integrated #97 and #100. Sample project is updated. 2013-03-16 20:12:30 +08:00
Ryan Rastedt
569ee5e7c0 #78 - Fix ObjectDisposedException in sample
When loading from XML the explicitly referenced controls were not being
recreated (like the toolbox, etc; where there is a private member
holding a reference to the form).  Solution is to recreate these forms
before attempting to load from XML, just as load from code is doing.
2013-03-10 20:31:40 -05:00
Ryan Rastedt
216e0de36e Normalize line endings
No functional changes included in this checkin, this is simply to
normalize the line endings so that git diffs are useful again. This
appears to be a relatively new change from github requiring the addition
of the .gitattributes file.
2013-03-10 13:27:31 -05:00
Lex Li
7d430b7e01 Included several patches submitted by @han6man: #106, #105, #104, #103, and #99. 2013-03-03 15:24:07 +08:00
spudcud
c10c301e35 Merge from development_2.5 branch.
1. Fix Bug [2149926]: Can't resize document marked as HideOnClose when one of a set of side by side documents is closed (patch 3118287 from Agiel).
2. Fix Bug [2792816]: Changing the DockBackColor at design time does not refresh immediately. Set a couple public properties to [Browsable(false)] so that they are not displayed in the Designer.
3. Fix Bug [2956415]: The Window List button is hidden underneath the close button on a Document when a Floating form is opened and a new Document form opened afterwards.
4. Fix Bug [2945519]: CloseContent suspended layout but it was possible to not resume layout because of early exits. try/finally added and suspend layout moved below the early exits since the suspend is not needed that early.
5. Fix Bug [2782283]: DockPanelSkin tool window inactive caption gradient end color should have been SystemColors.InactiveCaption and TextColor should have been SystemColors.InactiveCaptionText instead of ControlText so that it will show up in all windows color schemes.
6. Fix Bug [2737792]: For AutoHideTabs that are right or left the icon should be rotated 90 degrees to be consistent with Visual Studio (original code from lind60 and re-posted by jhorigan).
7. Patch 2810961: Add a text font to the DockPanelSkin to allow different fonts to be used for tab text. From Branko Drvensek.
2010-11-25 15:16:47 +00:00
spudcud
1d3c134d32 BUG FIX: [2780774] Sample app layout by code functionality does not fully work and breaks when executed two times in a row. (merged from dev 2.4 branch) 2010-10-30 14:59:56 +00:00
spudcud
25ff3a7106 Merge in the Development_2.3 branch. 2009-02-24 01:02:58 +00:00
spudcud
58ac0c62a1 Added a couple comments to hopefully make it easier to see how to add extra information into the persist string for a DockContent. 2008-08-20 01:11:09 +00:00
spudcud
b58d834dc4 Bug Fix [1843274]: Sample app does not close all content when showing layout by predefined xml doc which causes an error. 2008-08-19 23:00:34 +00:00
weifenluo
c787e5944e BUG FIX: DockSample throws exception when choosing "Close All But This One", use DockPanel.DocumentsToArray instead of DockPanel.Documents. 2007-06-05 12:55:13 +00:00
weifenluo
6ceee1b828 Release 2.1. Assembly file change; Modifications suggested by FixCop. 2007-05-30 03:10:15 +00:00
weifenluo
fffdb6345d BUG FIX in DockSample: CloseAllDocuments should not use DockPanel.Documents, because modifying the collection while enumerate it will throw an exception, should use DockPanel.GetDocuments(). 2007-03-19 04:58:01 +00:00
weifenluo
c1a4a814cb 2007-03-14 08:59:04 +00:00
weifenluo
ee3ff63392 Initial import. 2007-03-02 08:42:00 +00:00