214 Commits (eec24ba0d3f53bb96ebadac72620bb9711021c2c)

Author SHA1 Message Date
Steven Kirk d591f0691e Added Deck control. 11 years ago
Steven Kirk 0e4219ecb9 Set default value for SelectedIndex. 11 years ago
Steven Kirk fbd33a2163 Ensure IsSelected set on ApplyTemplate. 11 years ago
Steven Kirk e2c11c782d Fix TreeView selection. 11 years ago
Steven Kirk 55fbe43214 Fix SelectingItemsControl.CoerceSelectedItem 11 years ago
Steven Kirk ad7eed9bd1 Prevent stack overflow. 11 years ago
Steven Kirk d27205716a Handle deselecting removed items... 11 years ago
Steven Kirk acb63e425b Fix ItemsControl :empty class. 11 years ago
Steven Kirk 5600ee32a4 Handle null Items in SelectingItemsControl. 11 years ago
Steven Kirk 18a976dc55 Added IEnumerable extension methods. 11 years ago
Steven Kirk 41e434e13b Added SelectedItemsControl.SelectedIndex 11 years ago
Steven Kirk 18ae814775 Make SelectingItemsControl abstract. 11 years ago
Steven Kirk 2931263d5d Make right aligned text work. 11 years ago
Steven Kirk 06e0dde700 Track adorned element position. 11 years ago
Steven Kirk 30ce103d8d Scroll list box with selection. 11 years ago
Steven Kirk 5da890fbfb Don't handle keypresses in TabControl. 11 years ago
Steven Kirk 87a87a4495 Only handle arrow keys! 11 years ago
Steven Kirk 8f46c1360d Make focus follow listbox selection. 11 years ago
Steven Kirk c29cac0b9f Improve directional naviation a bit. 11 years ago
Steven Kirk b369c30a2e Implemented Tab focus. 11 years ago
ncarrillo 74c82f3b63 Work on TextAlignment 11 years ago
Steven Kirk c1b1339286 Make focus adorner styleable. 11 years ago
Steven Kirk b8db5c2b75 Lose focus when control removed from visual tree. 11 years ago
Steven Kirk 3efc8e8920 Improved tab focus handling a bit. 11 years ago
Steven Kirk 6fa126f827 Show keyboard focus adorner. 11 years ago
Steven Kirk e0cbfc3a2d Added support for dashed pens. 11 years ago
Steven Kirk 783211c964 Added Visual.ZIndex. 11 years ago
Steven Kirk fcb746a1c4 Initial implementation of adorners. 11 years ago
Steven Kirk c27ddbb17c Removed ActualSize property - use Bounds instead. 11 years ago
Steven Kirk 4299e7e046 Make TextBox handle text input. 11 years ago
Steven Kirk 78a80b2b75 Moved Tab key handling to InputElement. 11 years ago
Steven Kirk b116d94c3a Added Button.IsDefault 11 years ago
Steven Kirk 53d804572d Added TextBlock.FontWeight. 11 years ago
Steven Kirk ae1fd0561e Fix DataContext for ContentControl. 11 years ago
Steven Kirk 209e7a10df Fix DataContext property for items controls. 11 years ago
Steven Kirk f2aa9fdd84 Moved DataTemplateExtensions to Templates n.s. 11 years ago
Steven Kirk 64c360641a Fix scroll presenter child sizing. 11 years ago
Steven Kirk 5bcd8ecd91 Added Padding to TemplatedControl. 11 years ago
Steven Kirk 3c591482a9 Added hacky tab keyboard navigation. 11 years ago
Steven Kirk bedd894f29 Correctly handle TextPresenter focus events. 11 years ago
Steven Kirk 5e5692c259 Oops! 11 years ago
Steven Kirk 188f4c6b78 Set DataContext when materializing data templates. 11 years ago
Steven Kirk ef5531ec06 Don't crash when TextBox.Text == null. 11 years ago
Steven Kirk 70ae10b077 Added UserControl. 11 years ago
Steven Kirk 83043a85fa Updated NuGet pkgs. 11 years ago
Steven Kirk af3697b907 Allow Windows to be shown as dialogs. 11 years ago
Steven Kirk e0d9804acf Clear items when Items changes. 11 years ago
Steven Kirk 09092afe75 Use ICommand from System.Windows.Input. 11 years ago
Steven Kirk 9b59a954b2 Added IStyleable.StyleKey. 11 years ago
Steven Kirk a72e8e243d Added ICommand and use it in Button. 11 years ago