15 Commits (cbe680956b847af8434695360fdc80420b97cf63)

Author SHA1 Message Date
emartin_cp a64bb838eb Rename WPFToolkit.Extended directories for Xceed.Wpf.Toolkit 13 years ago
emartin_cp 2edfd42354 1.7.0 Release 14 years ago
Nebuleux_cp 1f0dbeb7e0 Change the license back to Microsoft Public (Ms-PL) in the header of every .cs and .xaml files. 14 years ago
Nebuleux_cp a5a5359315 Change the namespaces. 14 years ago
Nebuleux_cp f0775d4061 Add a license description in the header of every .cs and .xaml files. 14 years ago
brianlagunas_cp ecb8324c33 fixed all OnApplyTemplate overrides that hook into events. 14 years ago
brianlagunas_cp 85533d9d49 ChildWindow: fixed bug in the .NET 3.5 version when setting the FocusVisualStyle in the OnApplyTemplate method. .NET 3.5 doesn't support setting Setter.Value with a ContentControl so it is a limitation of the .net framework. Luckily this works in .NET 4.0. The work around was to not use a focus visual style in the .NET 3.5 version and to set it to null. 15 years ago
brianlagunas_cp a5ad7c136e ChildWindow: fixed focus issue where focus rectangles wouldn't follow the elemtns on move. 15 years ago
brianlagunas_cp e3335ee515 ChildWindow: Implemented DesignerWindowState property. By default it will be open. The WindowState property will now have no affect on the design-time state of the ChildWindow. 15 years ago
brianlagunas_cp ed36c01709 ChildWindow: removed WindowState design time check until new feature request can be implemented 15 years ago
brianlagunas_cp 5cb7b67577 ChildWindow: WindowState is Open when in design mode, but Closed by default at runtime. 15 years ago
brianlagunas_cp 091e9255f9 ChildWindow: changed default value of WindowState to Closed 15 years ago
brianlagunas_cp 665eeb3eb2 ChildWindow: set WindowState property to BindTwoWayByDefault. This will eliminate the need to specifiy Mode=TwoWay in the WindowState binding. 15 years ago
brianlagunas_cp 20ca224b52 ChildWindow: added FocusedElement property that will allow you to set the initial focused element when the ChildWindow is shown/receives focus. 15 years ago
brianlagunas_cp d48a3d1211 Major overhaul of folder structure. Seperated Generic resource dictionary into smaller more managable resource dictionaries (one for each control). This will also help add support for theming. Hopefully I didn't break anything. 15 years ago