6521 Commits (f416454b5ae2e85d30a42cdf690e5e1355f58aac)

Author SHA1 Message Date
Steven Kirk c8f0bec40d Added ISelectionModel. 6 years ago
Steven Kirk 44cf7f24db Expose API for batch updates. 6 years ago
Steven Kirk ee459635a8 Handle RetainSelectionOnReset w/ null source. 6 years ago
Steven Kirk 4dd0ec6e4e Fix bad merge. 6 years ago
Steven Kirk c0f34694a6 Fixed out of bounds in SelectionNode. 6 years ago
Steven Kirk 4de9fac5c1 Don't reset selection if source hasn't changed. 6 years ago
Steven Kirk 04f8516c32 Handle null SelectionModel.Source. 6 years ago
Steven Kirk 01a1945201 Add nullable annotations. 6 years ago
Steven Kirk 9073234f72 Use SelectedItems for change event args. 6 years ago
Steven Kirk b120e5282e Lazily create the selected/deselected lists. 6 years ago
Steven Kirk 859aba1043 Refactor of SelectionModel change notifications. 6 years ago
Steven Kirk 7548dc9c2e Added SelectionModel changed args. 6 years ago
Steven Kirk bc4eefcf1b Add `IndexRange` list add/remove methods. 6 years ago
Steven Kirk fcaa250c72 Ported fix and test from WinUI. 6 years ago
Steven Kirk 3f6e982be8 Added SelectionModel.RetainSelectionOnReset. 6 years ago
Steven Kirk 3a7d9f0800 Use SelectedItems for change event args. 6 years ago
Steven Kirk 307b751f68 Lazily create the selected/deselected lists. 6 years ago
Steven Kirk 27e11150b7 Make comparing IndexPath with null do something useful. 6 years ago
Steven Kirk ea968c49c2 Refactor of SelectionModel change notifications. 6 years ago
Steven Kirk 8879477322 Added SelectionModel changed args. 6 years ago
Steven Kirk 8640393a26 Add `IndexRange` list add/remove methods. 6 years ago
Steven Kirk d615cdebcb Add nullability annotations to SelectionModel etc. 6 years ago
Steven Kirk e4c6c85826 Refactor IndexPath. 6 years ago
Steven Kirk 6bd7b4f335 Ported SelectionModel and friends from WinUI. 6 years ago
Steven Kirk 640a5c5d8b Swap order of parameters to event args. 6 years ago
Dariusz Komosinski cf8aa6ecac Optimize Color equality checks. 6 years ago
Steven Kirk 399417692f Revert "Removed unused owner reference." 6 years ago
Steven Kirk 3bc1594dca Revert "Removed unused field." 6 years ago
Steven Kirk 7f26635efa Wire up validation/coercion for attached properties. 6 years ago
Steven Kirk c6acca57c4 Fix method name after merge. 6 years ago
Jumar Macato 7e42523008
Additional sanity checks for monitor resolution 6 years ago
Dan Walmsley 32df775398 Add hack to prevent renderer crashing on 0x0 window x11. 6 years ago
Dan Walmsley 1f1d3a8e35 prevent crashing in finalizer 6 years ago
Dan Walmsley 9fc7842eef Revert "X11 backend wont crash with 0 sized window." 6 years ago
Dan Walmsley d49109877c X11 backend wont crash with 0 sized window. 6 years ago
Dan Walmsley f56a891a0f prevent possibility of double cancellation of main loop. 6 years ago
Dan Walmsley 9df55b02d4 Use loopcancellation instead of adding a seperate api. 6 years ago
Steven Kirk 69e702320b Added some documentation to value stores. 6 years ago
Steven Kirk 4cc378ea0f Property store can be typed on IValue. 6 years ago
Steven Kirk a1353c7715 Remove unused method. 6 years ago
Steven Kirk 6f92e3786a Fix typo. 6 years ago
Steven Kirk 3a80cee3fc Add nullability annotations. 6 years ago
Steven Kirk c2d5f62390 Avoid boxing if property is correct type. 6 years ago
Steven Kirk 1ff6e35a06 Disable nullable around generic T. 6 years ago
Steven Kirk 270f9718b8 Removed unused field. 6 years ago
Steven Kirk f7f9e41bf7 Setter not needed. 6 years ago
Steven Kirk fa81c42c56 BindingValue should be marked [Flags]. 6 years ago
Dan Walmsley c3fb152597 Working exception dispatch 6 years ago
Dan Walmsley 69c0521c5e Add methods for dispatching exceptions on osx. 6 years ago
Dan Walmsley c35755857c basic implementation of exception dispatch on avalonia.native. 6 years ago