35 Commits (24acd4cd24f6867a74a9eec4b1c749dcef74fa7b)

Author SHA1 Message Date
Nikita Tsukanov 0b756d0b8a More null checks 9 years ago
Wiesław Šoltés a26c261aad Fixed OnPointerReleased parameter type 9 years ago
Steven Kirk b28fffc3f8 Coerce TextBox.CaretIndex when setting Text. 10 years ago
Steven Kirk 85f07274d4 Fixed failing test. 10 years ago
Steven Kirk af696acc69 Removed gtkMode from Next/PreviousWord. 10 years ago
Steven Kirk 715149b1f5 Improve stream operator error message. 10 years ago
Ivan Kochurkin f940456d3e gtkMode = true by default in NextWord and PreviousWord methods. 10 years ago
Ivan Kochurkin 8eea7fb4bc fixes #686: "End" key works incorrectly in TextBox. 10 years ago
Robbie Knuth 507bc51b59 Handle special case of deleting carriage returns and linefeeds in multiline textboxes. 10 years ago
Robbie Knuth 48760735ee When a textbox gets focus via the tab key, select all text if the textbox is single line. 10 years ago
AndrewSt 795cb3bb9b Change property LastState on TryGetLastState method and add HasState property in UndoRedoHelper 10 years ago
Steven Kirk 1b32a6aac3 Fixed unused member warnings. 10 years ago
AndrewSt e3f94011bc Fix bug Pressing Ctrl-Z in a TextBox with no changes removes text #493 10 years ago
AndrewSt c7b772b262 TextBox fix NullReference bug when Text=Empty and press Ctrl+A (SelectAll) 10 years ago
Steven Kirk 6e7fb76966 Allow movement to after last char with arrow keys. 10 years ago
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 11 years ago
Nikita Tsukanov 7111572a2f Implemented undo/redo for TextBox #204 11 years ago
Steven Kirk 67835cc09b Applied a bunch of resharper suggestions. 11 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