16 Commits (16165fc8df74f3d7393e5d3398e3d4e16e52048b)

Author SHA1 Message Date
Simon Cropp 16ffe2f6f9 use default literal 3 years ago
amwx 4b089c0e82 Add some missing xml docs & a little cleanup 3 years ago
amwx 16f3114e61 TextBox programmatic Undo/Redo & CanUndo/CanRedo 3 years ago
Steven Kirk 77d059be22 Add nullable annotations to Avalonia.Controls. 4 years ago
Deadpikle ca4dee94fd Remove timer from undo helper, improve u/r for textbox 5 years ago
Deadpikle c6eb57c535 Add TextBox UndoLimit 5 years ago
Achal Shah 7623a18a53 Revert "1) changed UpdateLastState to call UpdateLastState(TState) so that its the only one that has last update control" 8 years ago
achal7 8b9aace2e4 1) changed UpdateLastState to call UpdateLastState(TState) so that its the only one that has last update control 8 years ago
achal7 16ea6a31fc 1) changed UpdateLastState to call UpdateLastState(TState) so that its the only one that has last update control 8 years ago
Steven Kirk 6682c3e2dc Moved the reentrancy check to TextBox. 8 years ago
Steven Kirk f0afca5ead Clear TextBox undo stack on binding change. 8 years ago
Nikita Tsukanov e780c4201a Switched to .NETStandard (mostly 1.1) 9 years ago
AndrewSt 795cb3bb9b Change property LastState on TryGetLastState method and add HasState property in UndoRedoHelper 10 years ago
AndrewSt 03aa3c0b82 UndoRedoHelper.cs remove the commented-out code 10 years ago
AndrewSt e3f94011bc Fix bug Pressing Ctrl-Z in a TextBox with no changes removes text #493 10 years ago
yusuf-gunaydin 4f2f8f555f Fixed crash when redo is called on a TextBox with no redoable change. #666 10 years ago
yusuf-gunaydin b4a0317604 Fixed crash when undo is called on a TextBox with no changes. 10 years ago
Steven Kirk 5be41985c3 Renamed Perspex -> Avalonia 10 years ago
danwalmsley b845680b2e Font scaling on linux, and FolderBrowse implementation for linux. 10 years ago
danwalmsley 08ef760431 fixed undo redo helper. 10 years ago
Dan Walmsley 8da396c518 fixed code that crashes mono compiler. 10 years ago
Nikita Tsukanov 7111572a2f Implemented undo/redo for TextBox #204 11 years ago