Commit History

Author SHA1 Message Date
  Jeremy Koritzinsky 1dcd06df3f Merge branch 'master' into issues/855_test 8 years ago
  Jeremy Koritzinsky edf2018149 Refactored tests to move XAML Binding class tests into Avalonia.Markup.Xaml.UnitTests. 8 years ago
  Jeremy Koritzinsky 8acf94d3e4 Fix bug in DelayedSetter and change recursive delayed setting to prevent possible issues down the road. 8 years ago
  Jeremy Koritzinsky da8267ade7 Fix last binding test. Two-way bindings via the indexer binding should not cause a PriorityBindingEntry to be created in the target. So instead use SetValue + GetObservable (similar to our higher level implementations in Avalonia.Markup). 8 years ago
  Jeremy Koritzinsky 6486ffc77f Apply fix to PriorityValue, which works for StyledProperty bindings where the bindings don't have the same priority. 8 years ago
  Steven Kirk d6b6a0fa96 Refactored InstancedBinding creation. 8 years ago
  Jeremy Koritzinsky 948bc33475 Merge branch 'master' into issues/855_test 8 years ago
  Steven Kirk 8f639f0642 Merge branch 'master' into pr/856-unit-tests-for-issue-855-stackoverflow-in-binding 8 years ago
  Steven Kirk 8743ce95bd Make failing tests pass. 8 years ago
  Steven Kirk 6e67d4d085 Fix failing test. 8 years ago
  Steven Kirk a46be4e200 Ensure correct thread for AvaloniaProperty access. 8 years ago
  donandren ce387271cc add test parameters to styled/direct binding tests for #855 and #824 8 years ago
  donandren ef81c55960 another simple unit tests for issue #855 for direct and styled properties 8 years ago
  Jeremy Koritzinsky 428229e9b0 Optimized the "zero wait time" path in the scheduler and updated the code to always use a scheduler, either the ImmediateScheduler (same as the old default behavior) or the registered scheduler. 9 years ago
  Jeremy Koritzinsky 6da1d620c9 Added test to ensure that the IObservable subscription is on the AvaloniaScheduler when the AvaloniaScheduler is bound in the AvaloniaLocator. 9 years ago
  Steven Kirk c9d3408c29 Improve numerical binding error messages. 9 years ago
  Steven Kirk 8b9f25ff24 Fix OneTime bindings. 9 years ago
  Steven Kirk abdbcac79d Added BindingNotification. 9 years ago
  Steven Kirk 3ee83263c8 Make indexer produce/consume IBinding. 9 years ago
  Steven Kirk 5be41985c3 Renamed Perspex -> Avalonia 9 years ago