Chris
6121dc41a0
fix datagrid ascending multi-column sort
6 years ago
Steven Kirk
39841211d7
Merge pull request #3465 from MarchingCube/fix-color-comparisons
Optimize Color equality checks
6 years ago
Dariusz Komosinski
cf8aa6ecac
Optimize Color equality checks.
6 years ago
Steven Kirk
6c40771d94
Merge pull request #3255 from AvaloniaUI/refactor/value-store
Make styled property storage typed
6 years ago
Steven Kirk
527bac1ab3
Merge branch 'master' into refactor/value-store
6 years ago
Steven Kirk
399417692f
Revert "Removed unused owner reference."
This reverts commit d0e2a844db .
6 years ago
Steven Kirk
3bc1594dca
Revert "Removed unused field."
This reverts commit 270f9718b8 .
6 years ago
Steven Kirk
ab26c550e9
Merge pull request #3287 from AvaloniaUI/refactor/wpf-validation-coercion
Switch to WPF-styled property validation/coercion
6 years ago
Steven Kirk
89ba4a6327
Prevent tests interfering with other tests.
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
Steven Kirk
e3aa3bc3ef
Merge pull request #3342 from AvaloniaUI/fixes/3328-move-treeview
Fix DetachedFromLogicalTree event args parent, and allow TreeViews to be reparented
6 years ago
Jumar Macato
65e4470fd2
Merge branch 'master' into fixes/3328-move-treeview
6 years ago
Dariusz Komosiński
d69e815a84
Merge pull request #3403 from jp2masa/update-obsolete-api-usages
Fixed drag and drop obsolete API usage
6 years ago
Dariusz Komosiński
3dca33010c
Merge branch 'master' into update-obsolete-api-usages
6 years ago
danwalmsley
8a3f592083
Merge pull request #3453 from AvaloniaUI/fixes/x11-backend-cope-with-0size-window
Fixes/x11 backend cope with 0size window
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."
This reverts commit d49109877c .
6 years ago
Dan Walmsley
d49109877c
X11 backend wont crash with 0 sized window.
6 years ago
danwalmsley
fdfd5be1b1
Merge pull request #3451 from AvaloniaUI/feature/implement-avalonia-native-exception-dispatch
Implement ExceptionDispatch for OSX
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
9ec8a2f130
Merge branch 'master' into refactor/value-store
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.
For typed bindings, we'll have an `AvaloniaPropertyChangedEventArgs<T>` where `T` is the same as the type of the `AvaloniaPropertyObservable`. For non-typed bindings we'll have `object` as `T` so use the non-typed `AvaloniaProperty`.
6 years ago
Steven Kirk
1ff6e35a06
Disable nullable around generic T.
Compiler warns that `_value` is potentially null, but it can be a value or refernce type.
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
Dariusz Komosiński
f88d7ccee6
Merge branch 'master' into update-obsolete-api-usages
6 years ago
Steven Kirk
93b94a52bd
Merge pull request #3315 from MarchingCube/alloc-scene-hittest
Rework deferred renderer scene hit testing
6 years ago
Dariusz Komosiński
89f5986cda
Merge branch 'master' into alloc-scene-hittest
6 years ago
Steven Kirk
e88d13b791
Merge pull request #3320 from MarchingCube/fix-win32-right-modifiers
Win32: Fix right ALT, CTRL and SHIFT being reported as left.
6 years ago
Steven Kirk
d0e2a844db
Removed unused owner reference.
6 years ago
Steven Kirk
00c1c35125
Go direct to property store.
To avoid a call to `VerifyAccess` (which shows up when profiling).
6 years ago
Steven Kirk
afce4460dd
Removed useless default values.
There's already an overload without the parameter.
6 years ago
Steven Kirk
685f3f7b6e
Fix typos.
6 years ago
Dariusz Komosiński
7162fd2243
Merge branch 'master' into fix-win32-right-modifiers
6 years ago
Dariusz Komosiński
b501b648ec
Merge pull request #3447 from rstm-sf/doc/fix_typo_color_prop
Fix typo in the doc for Color properties
6 years ago
Rustam Sayfutdinov
694585ce68
Fix typo in the doc for Color properties
6 years ago
Steven Kirk
7a27e43c33
Merge pull request #3357 from donandren/issues/3356
Fix ImmediateRenderer hit testing for Adorner type layers
6 years ago