3141 Commits (c7c4eed53a8c7ccff7ed7c4cd7913211a563da0f)
 

Author SHA1 Message Date
Steven Kirk c7c4eed53a Merge branch 'relative-path-fixes' into binding-updates2 10 years ago
Steven Kirk 2d8a125df8 Fix error in CanvasPage path markup. 10 years ago
Steven Kirk 472133d349 Catch D2D error and log it. 10 years ago
Steven Kirk 768372da6f Disable tests in Cairo. 10 years ago
Steven Kirk 3acf219a72 Added expected output for cairo and skia. 10 years ago
Steven Kirk 7f2cbd0b71 Use a path for the TextBox error icon. 10 years ago
Steven Kirk b89ec02f57 Merge branch 'relative-path-fixes' into binding-updates2 10 years ago
Steven Kirk 80a6ccd97d Merge branch 'master' into binding-updates2 10 years ago
Steven Kirk 40c2111548 Fix path absolute/relative parsing logic. 10 years ago
Steven Kirk 43e82e4e14 Added tests for absolute and relative path commands. 10 years ago
Steven Kirk 079d481e36 Renamed ExpressionSubject -> BindingExpression. 10 years ago
Steven Kirk c9d3408c29 Improve numerical binding error messages. 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 f59c16bc00 Improve broken binding diagnostic messages. 10 years ago
Steven Kirk 922b0c5cd7 Don't clear ItemContainerGenerator on template change. 10 years ago
Steven Kirk 4c0b82a68d Always use an IList (array) for DataValidationErrors. 10 years ago
Steven Kirk 1db12af4dc Don't clear TemplatedParent on removal from logical tree. 10 years ago
Steven Kirk b53fd363e5 Fix logic in setting templated parent in Popup. 10 years ago
Steven Kirk 6db7687c78 Unpack AggregateException in TextBox. 10 years ago
Steven Kirk 57a611533c Added Data Annotations validation. 10 years ago
Steven Kirk 8addd927e2 Add string representation of BindingNotification. 10 years ago
Steven Kirk 6ca54f7de5 Move Avalonia.Markup.UnitTests to .net 4.5. 10 years ago
Steven Kirk 8b9f25ff24 Fix OneTime bindings. 10 years ago
Steven Kirk 7a2adc63e9 Fix TextBox/error icon scrolling. 10 years ago
Steven Kirk 9094de563e Fix the TextBox error ToolTip. 10 years ago
Steven Kirk 06cd5c15f1 Don't run markup unit tests in parallel. 10 years ago
Steven Kirk 3633e201d0 Revert "Merge pull request #674 from nc4rrillo/img-rz" 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 a560c3b6d3 Use WeakReference in BindingNotification. 10 years ago
Steven Kirk 91b855b056 Convert to WeakReference in ExpressionObserver. 10 years ago
Steven Kirk 50b0b687cd Moved some leak tests to LeakTests. 10 years ago
Steven Kirk ab515ee513 Added INDEI validation to BindingTest. 10 years ago
Steven Kirk 19b034651e Use `:error` pseudoclass in TextBox. 10 years ago
Steven Kirk b063ddf872 Only enable data validation for LocalValue bindings. 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 0efcdd97c6 Update doc comment. 10 years ago
Steven Kirk 844da05fe8 Revert "Only send BindingNotifications on error." 10 years ago
Steven Kirk 5a9be7d94a Make sure new value is returned. 10 years ago
Steven Kirk 941246e75c Started to implement data validation on TextBox. 10 years ago
Steven Kirk 760adfc126 Update BindingTest with changes. 10 years ago
Steven Kirk 99a635f31f Remove data validation for non-direct properties. 10 years ago
Steven Kirk edc538185f Handle BindingNotifications in SetValue. 10 years ago
Steven Kirk 5bd0d327fe Added missing file in .csproj. 10 years ago
Steven Kirk d27cab10b5 Added more data validation tests, some failing. 10 years ago
Steven Kirk 66b7b547c4 Add missing file to .csproj. 10 years ago
Steven Kirk ecfe572465 FIx failing test. 10 years ago
Steven Kirk 57e646583f Only send BindingNotifications on error. 10 years ago