6526 Commits (4ac1fee023d3b290c6963bea7a7ef0de7cee9cc2)

Author SHA1 Message Date
Symbai 4ac1fee023
Update TextBox.xaml 6 years ago
Symbai 82c963eb80
Update Default.xaml 6 years ago
Dariusz Komosinski e249765d06 Remove TypeInfo usage from Avalonia.Interactivity. 6 years ago
Dariusz Komosinski df0bbee6e7 Remove TypeInfo usage from Avalonia.ReactiveUI. 6 years ago
Dariusz Komosinski 0d2dd884ad Remove TypeInfo usage from Avalonia.Visuals. 6 years ago
Dariusz Komosinski 6d54de504a Remove TypeInfo usage from Avalonia.Markup.Xaml. 6 years ago
Dariusz Komosinski 29d0faa6a2 Remove TypeInfo usage in Avalonia.Controls. 6 years ago
Dariusz Komosinski f952766fa4 Remove TypeInfo usage in Avalonia.Styling. Avoid pointless type checks. 6 years ago
Steven Kirk 3cc59007b0 Only fire DoubleTapped on left button press. 6 years ago
Steven Kirk 89b62370a5 Respect background/border in ItemsControl. 6 years ago
Steven Kirk cfeb06473f Enable null checking in DefaultMenuInteractionHandler. 6 years ago
Steven Kirk a4a162fc78 Fix NRE in DefaultMenuInteractionHandler. 6 years ago
Dariusz Komosinski beea785f30 Implement simple struct wrapping a single value or List. 6 years ago
Dan Walmsley 9206e59efb Check if an exception was thrown before entering the mainloop. 6 years ago
Dariusz Komosinski d7b07dec02 Replace TypeInfo with Type. 6 years ago
Dariusz Komosinski 011e728c42 Allow for preallocating inner list size when `InsertRange` is called with non ICollection<T> argument. 6 years ago
Dariusz Komosinski 5873057817 Add sanity check. 6 years ago
Dariusz Komosinski 59c415d046 Remove list allocations from the general case of Selector.Match 6 years ago
Dariusz Komosinski 83d2558aca Implement Equals for ImmutableSolidColorBrush. 6 years ago
Chris 6121dc41a0 fix datagrid ascending multi-column sort 6 years ago
Dariusz Komosinski cf8aa6ecac Optimize Color equality checks. 6 years ago
Chris 5b1bd80f4b fix datagrid ascending multi-column sort 6 years ago
Steven Kirk 399417692f Revert "Removed unused owner reference." 6 years ago
Steven Kirk 3bc1594dca Revert "Removed unused field." 6 years ago
José Pedro ef15b80b12
Updated GotFocusEventArgs obsolete API usages. 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
Steven Kirk d0e2a844db Removed unused owner reference. 6 years ago
Steven Kirk 00c1c35125 Go direct to property store. 6 years ago
Steven Kirk afce4460dd Removed useless default values. 6 years ago