13 Commits (e1c01ca2f3ae38076f118b66b9e2a4f12e81979e)

Author SHA1 Message Date
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 833623716a ColorPicker: implemented ColorCanvas control. ColorPicker now has an advanced color palette to choose colors form. 15 years ago
brianlagunas_cp a030fcd934 initial checkin of new ColorCanvas control. This is an advanced color control that is not within a popup, but acts as a stand alone control that allows you to select colors by using a color canvas, or by setting RGB and Alpha values. 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
brianlagunas_cp 99f34fec54 ColorPicker: added transparent color swatch to Standard Colors. Fixed minor binding errors. 15 years ago
brianlagunas_cp 17e1e9f05f ColorPicker: added new property that allows you to specify how to show the color information. You can show just the color or the color and color name. Just set the DisplayColorAndName property to true to display the color block and the name of the color next to it. 15 years ago
brianlagunas_cp 53ead6bd64 ColorPicker: fixed bug where the popup would stay open when other controls receive focus. Restyled the colorPicker. 15 years ago
brianlagunas_cp d0b7fe55f4 ColorPicker: Added SelectedColorChanged event. Added ButtonStyle property so you can style the ColorPicker's dropdown button any way you want. 16 years ago
brianlagunas_cp d8d4a632b9 ColorPicker: completely re-wrote the color picker control. It now no longer has the color canvas and sliders to choose colors, (it will eventually in advanced mode). It now has 140 color squares of all available KnownColors, it also has a standard color palette of ten commonly used colors, and keeps track of recently used colors. You can supply your own custom available color and standard color palettes by setting the AvailableColors and StandardColors properties. 16 years ago
brianlagunas_cp 8e558b1436 changed coding stragegy so I can more easily support both .NET 4.0 and 3.5. 16 years ago
brianlagunas_cp ea2e742da8 14378 : fixed BusyIndicator focus issue 16 years ago
brianlagunas_cp 72a68c2374 various bug fixes, consolidated common styles 16 years ago
brianlagunas_cp 6d10a6e4b0 Initial checkin of new ColorPicker control 16 years ago