Jumar Macato
ae034cf212
address review
5 years ago
Jumar Macato
077b2cbfd1
address review
5 years ago
Jumar Macato
6e43d295d0
Merge branch 'master' into jmacato/missing-skia-api-lottie
5 years ago
Jumar Macato
2fcad40bce
Add Deterministic XamlX ID Generator ( #5684 )
* Add Deterministic XamlX ID Generator
* Apply suggestions from code review
* simplify stuff and apply review
* Update src/Avalonia.Build.Tasks/XamlCompilerTaskExecutor.cs
* Update src/Avalonia.Build.Tasks/XamlCompilerTaskExecutor.cs
* add the det id gen to runtine xamlx compiler
* rerun tests
* rerun tests
* try this
* use id gen instead of guid
* a
* Update src/Markup/Avalonia.Markup.Xaml.Loader/AvaloniaXamlIlRuntimeCompiler.cs
* Update AvaloniaXamlIlCompilerConfiguration.cs
revert
* Update XamlIlClrPropertyInfoHelper.cs
* Update AvaloniaXamlIlRuntimeCompiler.cs
* fix
* revert hack
* make id gen optional
5 years ago
Jumar Macato
bc8f741f30
Merge pull request #5729 from AvaloniaUI/fixes/slider-reversed-mouse
Fix pointer interaction with reversed direction slider.
5 years ago
Steven Kirk
38703b9423
Fix pointer interaction with reversed direction slider.
Previously dragging a slider with `IsDirectionRevered = true` resulted in the slider moving the wrong way.
5 years ago
Jumar Macato
072077b636
Merge pull request #5727 from worldbeater/master
feature: Disable ReactiveUI Platform Registrations
5 years ago
artyom
2045097cc8
Wrap UseReactiveUI in RegisterResolverCallbackChanged
5 years ago
artyom
cc5568781c
Don't initialize things twice
5 years ago
artyom
65792cf4b0
feature: Disable ReactiveUI platform registrations
5 years ago
Nikita Tsukanov
0b55239647
Merge pull request #5725 from YohDeadfall/empty-templates
Allowed empty templates
5 years ago
Nikita Tsukanov
16cc70be5e
Merge branch 'master' into empty-templates
5 years ago
Yoh Deadfall
741f3458d4
Allowed empty templates
5 years ago
Jumar Macato
a6b35ec20c
Merge branch 'master' into jmacato/missing-skia-api-lottie
5 years ago
Nikita Tsukanov
595dde3b1b
Merge pull request #5720 from YohDeadfall/fixed-can-execute-changed
CanExecute reevaluation on attaching to logical tree
5 years ago
Nikita Tsukanov
dd0fac2dc8
Merge branch 'master' into fixed-can-execute-changed
5 years ago
Yoh Deadfall
37e8890d27
CanExecute reevaluation on attaching to logical tree
5 years ago
Dan Walmsley
6506ceb2e5
Merge pull request #5719 from AvaloniaUI/fixes/data-validation-errors-not-displaying
fix datavalidation errors on fluent theme.
5 years ago
Dan Walmsley
31d7df39c0
fix datavalidation errors on fluent theme.
5 years ago
Max Katz
f33e0de004
Merge pull request #5653 from aljosas/fixComboBoxDataValidationSelected
fixing data validation for Combobox control and all SelectingItemsControl-s
5 years ago
Max Katz
e0027985bc
Merge branch 'master' into fixComboBoxDataValidationSelected
5 years ago
Max Katz
5f57cedb61
Merge pull request #5686 from AvaloniaUI/fixes/batchupdate-set-cleared-value-end-update
Fix batch updates to allow cleared values to be re-set
5 years ago
Dariusz Komosiński
52100f4269
Merge branch 'master' into fixes/batchupdate-set-cleared-value-end-update
5 years ago
Max Katz
901dc2272b
Merge branch 'master' into fixComboBoxDataValidationSelected
5 years ago
Steven Kirk
f325da4f4d
Remove debugging code.
5 years ago
Steven Kirk
f713af3a7c
Make handling of sentinel values consistent.
5 years ago
Steven Kirk
66cd58566c
Handle changing transitions during batch update.
Fixes failing test from previous commit.
5 years ago
Steven Kirk
15a765490f
Added another failing transitions test.
5 years ago
Steven Kirk
99370bff27
Correctly handle changing transitions.
Handle changing a `Transitions` collections to new collection which contains some of the same elements.
Added a comment explaining why we add new transitions before replacing old transitions; was explained in the commit message for 0694b22c51 .
5 years ago
Steven Kirk
eba0529726
Added failing transitions test.
5 years ago
Steven Kirk
d2c38a8526
Fix more batch update problems.
Fixes tests in previous commit which test scenarios where bindings are completed/disposed during and when ending batch updates.
5 years ago
Steven Kirk
5bc392ee95
Added more failing tests.
To test completing/disposing bindings during and while ending batch updates.
5 years ago
Steven Kirk
c6f0dfdfe3
Fix nullable warning.
5 years ago
Max Katz
7d3c1e10aa
Merge pull request #5680 from dolbz/rename-native-menu-separator
Rename misspellings of separator.
5 years ago
aljosas
9f7afd6587
Merge branch 'master' into fixComboBoxDataValidationSelected
5 years ago
Jumar Macato
dcedc25375
Merge branch 'master' into rename-native-menu-separator
5 years ago
Jumar Macato
a1591eb967
Merge pull request #5681 from AvaloniaUI/remove-mono-nukebuild
remove mono check on nuke
5 years ago
Steven Kirk
c4384bc639
Merge branch 'master' into rename-native-menu-separator
5 years ago
Steven Kirk
927f819b14
Merge branch 'master' into remove-mono-nukebuild
5 years ago
aljosas
2a185da639
removing Dispatcher.UIThread.RunJobs() from tests
5 years ago
Dan Walmsley
f731abc34a
Merge branch 'master' into fixes/batchupdate-set-cleared-value-end-update
5 years ago
aljosas
e7a10a9cc9
Merge branch 'master' into fixComboBoxDataValidationSelected
5 years ago
aljosas
2dd6b574d4
fixing failing test
5 years ago
aljosas
1c61a5c1c5
fixed failed test
5 years ago
Dan Walmsley
7842883961
Merge pull request #5675 from AvaloniaUI/feature/nativemenu-opening-closed
Added Opening/Closed for NativeMenu on OSX.
5 years ago
Dan Walmsley
d6d811fa5d
Merge branch 'master' into feature/nativemenu-opening-closed
5 years ago
Jumar Macato
07e7607ce2
Merge branch 'master' into jmacato/missing-skia-api-lottie
5 years ago
Jumar Macato
bb6431b7e4
Merge pull request #5703 from AvaloniaUI/osx-fix-rare-segfault
OSX segfault - add null pointer check.
5 years ago
Dan Walmsley
0527ae0b64
add null pointer check.
5 years ago
Jumar Macato
2b0bbf2f1a
Merge branch 'master' into jmacato/missing-skia-api-lottie
5 years ago