Steven Kirk
|
a8fc03217a
|
Fix ClearElementToPinnedPool.
It was previously (incorrectly) implemented the same as `ClearElementToUniqueIdResetPool`.
|
7 years ago |
Nikita Tsukanov
|
42b2247445
|
Merge pull request #3054 from donandren/issues/3053
Attempt to fix path geometry parsing issue
|
7 years ago |
Steven Kirk
|
9b997107c0
|
Merge branch 'master' into issues/3053
|
7 years ago |
Jumar Macato
|
98336c696b
|
Merge pull request #3062 from MarchingCube/fix-binding-double-dispose
Fix double dispose of bindings caused by animations
|
7 years ago |
Dariusz Komosiński
|
296978a4c7
|
Merge branch 'master' into fix-binding-double-dispose
|
7 years ago |
Dariusz Komosiński
|
15e15f227f
|
Fix double dispose of bindings caused by animations. Add assertion for double dispose.
|
7 years ago |
Benedikt Stebner
|
2cb1edcac3
|
Merge pull request #3060 from AvaloniaUI/fixes/menu-initially-selected
Fix first menu item showing as selected when shown
|
7 years ago |
Steven Kirk
|
60e3c3c977
|
Fix selection after initialization.
Fixes first item in menus being selected when menu is shown.
|
7 years ago |
Steven Kirk
|
8093716a36
|
Added tests for selection after initialization.
|
7 years ago |
Jumar Macato
|
45f36dbd41
|
Merge pull request #3057 from MarchingCube/alloc-boxing
Misc boxing allocation removal.
|
7 years ago |
Jumar Macato
|
62e66c8daf
|
Merge branch 'master' into alloc-boxing
|
7 years ago |
Nikita Tsukanov
|
f27e7fda8c
|
Merge pull request #3059 from AvaloniaUI/fix-3049
Fix on linux clients without a `Screen`.
|
7 years ago |
Nikita Tsukanov
|
1475e1c07c
|
Merge pull request #3056 from MarchingCube/perf-misc
Fix small perf issue in WeakEventHandleManager
|
7 years ago |
Jumar Macato
|
2f525dfdad
|
Fix on linux clients without a `Screen`.
|
7 years ago |
Dariusz Komosinski
|
c70721aa2c
|
Avoid integer boxing.
|
7 years ago |
Dariusz Komosinski
|
ca1d231fce
|
Reduce boxing allocations.
|
7 years ago |
Dariusz Komosinski
|
677762c336
|
Cache method value.
|
7 years ago |
Andrey Kunchev
|
f4c7f63ae7
|
remove wrong logic for path assume line by default if command is missing
|
7 years ago |
Andrey Kunchev
|
a675cd2e68
|
when close figure set current point back to start, fixes partially #3053
|
7 years ago |
Andrey Kunchev
|
2b9180c794
|
fix invalid test related to issue #3053
|
7 years ago |
Andrey Kunchev
|
b6447c0e09
|
failing test for #3053
|
7 years ago |
danwalmsley
|
b5ba478e8c
|
Merge pull request #3052 from AvaloniaUI/fixes/2821-popup-margin
Remove negative margin from popup hosts.
|
7 years ago |
Steven Kirk
|
c153cf7ca8
|
Remove negative margin from popup hosts.
Fixes #2821.
|
7 years ago |
Steven Kirk
|
54299c381a
|
Merge pull request #3050 from AvaloniaUI/fixes/2971-treeview-inheritance
Don't test tree view item type by comparing GetType().
|
7 years ago |
Jumar Macato
|
620f918b6c
|
Merge branch 'master' into fixes/2971-treeview-inheritance
|
7 years ago |
Steven Kirk
|
59d6137224
|
Merge pull request #2917 from jp2masa/reduce-array-allocations
Reduced array allocations
|
7 years ago |
Steven Kirk
|
47cb0ebd81
|
Merge branch 'master' into reduce-array-allocations
|
7 years ago |
Steven Kirk
|
4b5ab4df5f
|
Merge pull request #2906 from Tridy/patch-1
Adding functionality: added IsCancel to Button
|
7 years ago |
Steven Kirk
|
407ab6108d
|
Merge branch 'master' into patch-1
|
7 years ago |
Steven Kirk
|
eff3c008ce
|
Merge pull request #2928 from ahopper/fix-nested-popups
fix nested popups closing
|
7 years ago |
Steven Kirk
|
ac158aecbd
|
Merge branch 'master' into fix-nested-popups
|
7 years ago |
Steven Kirk
|
8de9e93426
|
Merge pull request #3024 from miloszkukla/master
Allow to use object as a resource key in Static/DynamicResourceExtension + Rename ResourceProviderExtensions to ResourceNodeExtensions
|
7 years ago |
Steven Kirk
|
a6ea581f54
|
Merge branch 'master' into master
|
7 years ago |
Steven Kirk
|
8cfd657a98
|
Merge pull request #3047 from Gillibald/fixes/2987failingTest
Properly handle setting SelectedIndex from XAML
|
7 years ago |
Steven Kirk
|
bb1cecb05e
|
Merge branch 'master' into fixes/2987failingTest
|
7 years ago |
Steven Kirk
|
a830d5b2d4
|
Don't test tree view item type by comparing GetType().
Fixes #2971.
|
7 years ago |
Steven Kirk
|
ea68915de6
|
Added failing test for #2971.
And a passing test for normal TreeView.
|
7 years ago |
danwalmsley
|
24e67e4770
|
Merge branch 'master' into fix-nested-popups
|
7 years ago |
Nikita Tsukanov
|
413d2095d8
|
Merge pull request #3045 from worldbeater/update-reactiveui
Update ReactiveUI to version 10.x
|
7 years ago |
artyom
|
a3e40b9c32
|
Update ReactiveUI to 10.3.6
|
7 years ago |
Benedikt Schroeder
|
b42126b9e3
|
Properly reset SelectedIndex after the DataContext changed
|
7 years ago |
Benedikt Schroeder
|
bcbe9c3dbd
|
Fix setting SelectedIndex in XAML
|
7 years ago |
Benedikt Schroeder
|
9a6cda66bc
|
Add failing test for #2987
|
7 years ago |
artyom
|
06d52c7e5b
|
Try to avoid including extra packages
|
7 years ago |
artyom
|
00a148d0a3
|
Try with WaitForPendingFinalizers
|
7 years ago |
artyom
|
7d292d1908
|
Double check this wasn't false positive
|
7 years ago |
artyom
|
fd9cdce202
|
Try 9.1.1 version
|
7 years ago |
artyom
|
8947d30295
|
Required code changes
|
7 years ago |
artyom
|
1c417e8bfe
|
ReactiveUI 9.0.1 depends on compatibility package
|
7 years ago |
artyom
|
6a34494d67
|
Use latest 9.* version
|
7 years ago |