243 Commits (817c85bd615d083c3bd29c10e5d9564e2c85f805)

Author SHA1 Message Date
brianlagunas_cp 817c85bd61 initial checkin of Wizard control and sample module. Nothing usable yet, just mainly stubbing out the code. 15 years ago
brianlagunas_cp dac6d6469e PropertyGrid: working on collection editor 15 years ago
brianlagunas_cp ae62284349 Changed ButtonChrome to contentcontrol and fixed various dropdown controls to visualize IsEnabled and IsChecked properly. 15 years ago
brianlagunas_cp f12df52f69 CheckListBox: renamed properties 15 years ago
brianlagunas_cp ec4d1c039c ColorPicker: added 3 properties; AvailableColorsHeader, StandardColorsHeader, and RecentColorsHeader which will allow you to change the text for the respective sections. 15 years ago
brianlagunas_cp 15ae41e7a9 MessageBox: added ability to define any content for the message box buttons. So you ar enot limited to just text such as "Yes" or "No", but instead you can it to any content such as UI elements and images. 15 years ago
brianlagunas_cp 5461de964e SplitButton now derives from DropDownButton. 15 years ago
brianlagunas_cp 8f286ab983 added new DropDownButton control 15 years ago
brianlagunas_cp 884a634e0c CheckListBox: fixed bug when checking/unchecking the SelectedItem and the Command doesn't fire. 15 years ago
brianlagunas_cp 59c178e4cc DateTimeParser: added support for cultures that have "." as a date/time separator such as Danish. 15 years ago
brianlagunas_cp d1c4040853 ProperytGrid: Filtering now filters off the DisplayName 15 years ago
brianlagunas_cp 8030f0a09e PropertyGrid: removing properties that are not Browsable 15 years ago
brianlagunas_cp 16b09320ad SplitButton: fixed static command problem, also added Opened and Closed events. 15 years ago
brianlagunas_cp 2043db6035 PropertyGrid: added color editor. 15 years ago
brianlagunas_cp decbc6a765 TimePicker: added value changed event. 15 years ago
brianlagunas_cp a361af4ead PropertyGrid: Fixed title of description box not binding to DisplayName. 15 years ago
brianlagunas_cp cea282dcfd PropertyGrid: added support for the DisplayNameAttribute 15 years ago
brianlagunas_cp 07d6da0db6 forgot the generic file with the last checkin 15 years ago
brianlagunas_cp 3dbf1e4d9f PropertyGrid: added filtering 15 years ago
brianlagunas_cp 6a03a7bf8e PropertyGrid: improved how I populated the property descriptors and starting to work on filtering 15 years ago
brianlagunas_cp 9e93725a47 RichTextBoxFormatBar: fixed bug when the background of selected words would turn black. 15 years ago
brianlagunas_cp b3ad5ff1dd minor changes to CheckListBox 15 years ago
brianlagunas_cp 096fd815ce working on the CheckListBox. You bind your collection to the ItemsSource property. Set the DisplayMemberPath, and the CheckedMemberPath. It also supports Commanding. Set the Command property to your command. The parameter will default to the SelectedItem, which is the item that was just checked/unchecked. It also has a SelectionChganged event. You can obtain the object the was check/unchecked from the e.Item property of the event args. 15 years ago
brianlagunas_cp 171f315dda CheckListBox: still working on it 15 years ago
brianlagunas_cp 402858a083 initial check-in of new CheckListBox. not ready for use yet. still playing with architecture. 15 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 18d74e72b5 RichTextBox: when the SetText was placed in the Dispatcher the TextChanged event would fire multiple times which would set the source value mutliple times. This has been fixed. 15 years ago
brianlagunas_cp c9a7d7fb1d RichTextBox: using dispatcher to set the text to improve perofrmance. 15 years ago
brianlagunas_cp df096e0e0f added AllowPartiallyTrustedCallers assembly attribute 15 years ago
brianlagunas_cp 26f996d834 forgot to removed maskedTextBox theme 15 years ago
brianlagunas_cp 7a43161d2d MaskedTextBox: now derives from TextBox. Hopefully I didn't break anything. 15 years ago
brianlagunas_cp d83b0cd6bb MaskedTextBox: fixed FormatException with numeric masks 15 years ago
brianlagunas_cp 9bf7dae6b1 MaskedTextBox: fixed BorderBrush and BroderThickness bindings. 15 years ago
brianlagunas_cp 0c8ab49545 DateTimePicker: re-wrote control to derive from DateTimeUpDown 15 years ago
brianlagunas_cp 5e687f11ef DateTimeParser: fixed exception when Format is null 15 years ago
brianlagunas_cp 54944e02d4 MaskedTextBox: fixed IsEditable when pasting and deleting 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 5d3516bfe4 WatermarkTextBox: implemented SelectAllOnGotFocus property 15 years ago
brianlagunas_cp 1533f4c5aa incremented assembly version to 1.4.0.3 15 years ago
brianlagunas_cp 8e22d5cf2c DateTimePicker: fixed issue with custom format and binding the same dateTime to multiple DateTime controls. 15 years ago
brianlagunas_cp dc91d3d51a MaskedTextBox: bound the BorderBrush and BorderThickness properties. 15 years ago
brianlagunas_cp 4beca7ad28 DateTime controls: improved the date time parsing to better support different cultures. 15 years ago
brianlagunas_cp 60fbbc1052 re-fixed the busy indicator focus issue. Dang you copy and paste! 15 years ago
brianlagunas_cp 3b0f6ac5a2 DateTimePicker: added ValueChanged event 15 years ago
brianlagunas_cp 2a29925b1e SplitButton: prevented a style targeting type Button to change the margin of the SplitButton 15 years ago
brianlagunas_cp 4a5f0601bd MaskedTextBox: fixed focus issue that I fixed a long time ago but somehow re-intorduced. 15 years ago
brianlagunas_cp 4ee183976b PropertyGrid EnumComboBoxEditor: removed values with Browsable attribute 15 years ago
brianlagunas_cp 305b4551f4 UpDown controls: added MouseWheelActiveOnFocus property which allows you to decide if the control must have focus in order for the mouse wheel to incement/decrement the value. True by default. 15 years ago
brianlagunas_cp f59e38eebe Numeric UpDown editors: fixed Vertical Alignment. 15 years ago