603 Commits (5bd0d327fe4a86d4828da411724d9d5c2c9372af)

Author SHA1 Message Date
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 57e646583f Only send BindingNotifications on error. 10 years ago
Steven Kirk f720a7d66f Test that BindingNotificationReceived is called. 10 years ago
Steven Kirk 92ebb7f6d8 Log meaningful message for AggregateException. 10 years ago
Steven Kirk 74e870333b Correctly convert BindingNotifications. 10 years ago
Steven Kirk 5a9371f786 Pass EnableDataValidation to ExpressionObserver. 10 years ago
Steven Kirk f4c57b169b Handle BindingNotifications in ExpressionSubject. 10 years ago
Steven Kirk 06b0d15fc2 Surface BindingNotifications in AvaloniaObject. 10 years ago
Steven Kirk 4fe2a3d86c Removed vestiges of old data validation. 10 years ago
Steven Kirk 0c2057e458 Fix failing tests, add other tests. 10 years ago
Steven Kirk 0d4a613580 Updated some docs. 10 years ago
Steven Kirk c5c60c483a Add concept of "value plugins". 10 years ago
Steven Kirk 2f72295657 Started refactor of ExpressionObserver. 10 years ago
Steven Kirk 4ffae3eb55 Added IndeiBase 10 years ago
Steven Kirk ac427192df Use NotifyingBase in unit tests. 10 years ago
Steven Kirk 4906a472b0 Reimplemented data validation using BindingNotifications. 10 years ago
Steven Kirk abdbcac79d Added BindingNotification. 10 years ago
Steven Kirk 6eaa5b74dc Test has been refactored into 2 tests. 10 years ago
Steven Kirk 1c88b3bd85 Fix scrolling to item when size == 0,0 10 years ago
Steven Kirk dd728dae5b Fix measuring to infinity when scrolled to end. 10 years ago
yusuf-gunaydin 282082a05e Setter does not build the template if the target property derives from ITemplate. 10 years ago
Steven Kirk 5a42f99025 Added this operator binding test. 10 years ago
Steven Kirk 3ee83263c8 Make indexer produce/consume IBinding. 10 years ago
donandren cfd6524031 added failing unit test for issue #589 and #591 10 years ago
Wiesław Šoltés 8eebf738f3 Move border object initialization 10 years ago
Wiesław Šoltés 2681340e9c Added missing NuGet packages to fix TravisCI builds 10 years ago
Wiesław Šoltés 36414687fc Added missing NuGet packages to fix TravisCI builds 10 years ago
Jeremy Koritzinsky 3c5848bc2c Updated Rx to 3.0 and fixed a failing test from a not fully set up mock. 10 years ago
Steven Kirk 1824175e6b Use render bounds in visual hit testing. 10 years ago
Steven Kirk 72cb1cf311 Don't reapply templates unnecessarily. 10 years ago
Steven Kirk 9f009eb4f2 Fixed failing namespace registry test. 10 years ago
donandren b049a5787f added failing test for PathMarkupParser 10 years ago
Steven Kirk c554467d13 Invalidate measure when control removed 10 years ago
Steven Kirk 5a72ed8586 Don't add virt items when attached to visual tree. 10 years ago
Wiesław Šoltés 15264a974a Added initial support for Travis CI 10 years ago
donandren aba9f1b01e WIP: added new tests for HitTestPosition in FormattedTextImplTests 10 years ago
donandren 5b0bc5417a WIP: added some tests for Different Font Sizes in FormattedTextImpl 10 years ago
donandren 5d461bdc74 WIP: added unit tests for right and left align of FormattedTextImpl 10 years ago
donandren 5fbceb065c WIP: more tests for HitTestTextPosition in FormattedTextImpl 10 years ago
donandren af07f02ec3 WIP: added hittest range tests for FormattedTextImpl and code to shared project 10 years ago
donandren a4c978c319 FormattedTextImpl tests for measue and HitTestPoint 10 years ago
donandren 52d1588fc3 added failing test for ClrNamespace leaks in AvaloniaNamespaceRegistry 10 years ago
donandren e8be30ac47 Added few more failing tests for ContentPresenter for LogicalChildren outside template 10 years ago
Jeremy Koritzinsky 6feb0f7d88 Opacity masks on Skia now work correctly. Implemented via skia layers. 10 years ago
donandren b5a9f8ae8a Added failing unit tests for hit testing outside parent bounds when parent has ClipToBounds=true 10 years ago
donandren fd787ae405 added failing test for ContentPresenter when Content is changed and child is not detached from logical tree 10 years ago
Steven Kirk dc8d05d0c3 Handle partial last items when items added. 10 years ago
Jeremy Koritzinsky 4d0605dbb1 Added in code that somewhat works for Skia opacity masks. Test is still skipped because it doesn't fully work yet. 10 years ago
Steven Kirk 04c48bbd54 Make adding items work. 10 years ago