Commit History

Author SHA1 Message Date
  Jeremy Koritzinsky c9d3274154 Merge branch 'master' of https://github.com/AvaloniaUI/Avalonia into compiled-bindings 5 years ago
  Jeremy Koritzinsky f9993e8980 Rename BindingExtension->ReflectionBindingExtension. 6 years ago
  Jeremy Koritzinsky 5e5e7e22ae Support synthetic Source property. 6 years ago
  Jeremy Koritzinsky c0c1ccb544 Enable transforming old-style RelativeSource/ElementName properties in CompiledBindings to element path nodes during XamlIl compilation. 6 years ago
  Jeremy Koritzinsky 70ae77e797 Fix ElementName bindings. 6 years ago
  Jeremy Koritzinsky d89f5d019b Fix assigning binding paths via the property. 6 years ago
  Jeremy Koritzinsky 7020def354 Throw exception if trying to compile a binding under an element with its DataContext bound via a non-compiled binding. 6 years ago
  Jeremy Koritzinsky 5c91a14536 Fix failing test. 6 years ago
  Jeremy Koritzinsky 84b4b8c12e x:DataContextType -> x:DataType to match Xamarin.Forms. 6 years ago
  Jeremy Koritzinsky 777693cee2 Implement smart inference for DataTemplates. Fix calculated DataContext types for DataContext bindings. 6 years ago
  Jeremy Koritzinsky da00a14149 Change property notification management to directly create property accessors. Fix indexer bindings for arrays. 6 years ago
  Jeremy Koritzinsky ee46a69cef Add additional test for IObservable compiled bindings. 6 years ago
  Jeremy Koritzinsky b1a2ea21c5 Fix stream bindings. 6 years ago
  Jeremy Koritzinsky e3bc5345ae Finish initial implementation of compiled bindings. Still some bugs to work out, but we have something that works now. 6 years ago