16 Commits (2ba2c51c7fce8ad60be740975cd0bf6605adfdc8)

Author SHA1 Message Date
Steven Kirk 7cb001801a Try to improve logged binding errors. 10 years ago
Steven Kirk 7206580175 Filter out broken binding errors in TextBox. 10 years ago
Steven Kirk 4c0b82a68d Always use an IList (array) for DataValidationErrors. 10 years ago
Steven Kirk 6db7687c78 Unpack AggregateException in TextBox. 10 years ago
Steven Kirk 41ba3b7782 Started adding TextBox error adornments. 10 years ago
Steven Kirk a222fa9b0c Don't modify text due to binding when typing. 10 years ago
Steven Kirk 4d0d7da969 Always call UpdateDataValidation on notification. 10 years ago
Steven Kirk d42d1319ff `status` will no longer be null. 10 years ago
Steven Kirk 941246e75c Started to implement data validation on TextBox. 10 years ago
Steven Kirk 4fe2a3d86c Removed vestiges of old data validation. 10 years ago
Steven Kirk 4906a472b0 Reimplemented data validation using BindingNotifications. 10 years ago
yusuf-gunaydin f86d90613b Implemented Ctrl+Backspace and Ctrl+Delete for TextBox. 10 years ago
Steven Kirk 2d8a54ac62 Handle \r\n newlines in TextBox. 10 years ago
Steven Kirk 5c33fbc6ee Reimplemented property validation. 10 years ago
Steven Kirk 5be41985c3 Renamed Perspex -> Avalonia 10 years ago
Steven Kirk a91d21d0a4 Make some TextBox/Block properties direct. 10 years ago
Steven Kirk f594785246 Don't swallow all KeyDown events in TextBox. 10 years ago
danwalmsley a02431c625 implemented ctrl + v, for textbox. 10 years ago
Steven Kirk a6067c994e CanScrollHorizontally shouldn't be an attached property. 10 years ago
Steven Kirk d95af80ffa Fix TextBox wrapping. 10 years ago
Steven Kirk f2ecce6cc2 Remove TextBox hacks. 10 years ago
Steven Kirk 1d6813b918 Handle empty text when double-clicking TextBox. 10 years ago
Steven Kirk 2577855b09 Correctly resolve attached properties. 10 years ago
Steven Kirk 3e3134217c Fixed name of PointerPressedEventArgs. 10 years ago
danwalmsley c4060802a8 Implemented textbox isreadonly property. 10 years ago
Steven Kirk bb759a8785 We can now override the default binding mode. 10 years ago
Steven Kirk d25e057ccc More WIP refactoring properties. 10 years ago
Steven Kirk 1841e7ad7a Start allowing Setters to contain bindings. 10 years ago
Steven Kirk 30a756fb83 Refactored binding somewhat. 10 years ago
Steven Kirk a6b74db847 Merge branch 'logical-tree' into leaks 10 years ago
Nikita Tsukanov 7111572a2f Implemented undo/redo for TextBox #204 10 years ago
Steven Kirk 67835cc09b Applied a bunch of resharper suggestions. 10 years ago
Steven Kirk 16c2242757 Implemented NameScopes 11 years ago
Mikhail Kanygin a9f5042073 Implemented TextAlignment property for TextBox. 11 years ago
Steven Kirk 34cca87b99 Removed workarounds. 11 years ago
Steven Kirk 142eaa1c7c More work on XAML styles. 11 years ago
Steven Kirk 42da070678 Added TextBox XAML style. 11 years ago
Steven Kirk 4fd9434733 Special case for unstyled TextBox. 11 years ago
Steven Kirk 1b17b037cf Use ContentAttribute to identify content property. 11 years ago
Dan Walmsley 7964321dd1 Implemented UseFloatingWaterMark property. 11 years ago
Dan Walmsley fc76076c8a Added implementation of Watermark for Textbox. 11 years ago
Nikita Tsukanov 79f8f76351 ref #198 11 years ago
Nikita Tsukanov 323c1a49c1 Removed core dependency on Splat 11 years ago
Nikita Tsukanov 01e2c90bc5 Removed this. 11 years ago
Steven Kirk 145411020b Ran .net core code formatter. 11 years ago
Steven Kirk 6151aef188 Removed file headers. 11 years ago
Nikita Tsukanov f0e154ac90 ModifierKeys are now stored inside events 11 years ago
Nikita Tsukanov 8a4e62ef7b Fixed textbox copy 11 years ago
Nikita Tsukanov 7f72c7763b Implemented cursors. Ceterum censeo StyleCopum esse delendum. 11 years ago
Nikita Tsukanov 7e8d011f90 Implemented text clipboard support 11 years ago