Steven Kirk
e198838b41
Fix handling of inline converter methods.
5 years ago
Steven Kirk
993c47ed0b
Don't immediately write two-way binding back to source.
5 years ago
Steven Kirk
df88920bcc
Don't stop listening to chain if not yet started.
Even though it was a no-op, `WeakReference.TryGetTarget` is slightly expensive and shows up in profiling.
5 years ago
Steven Kirk
fa4584bbcc
Supress warning.
Due to NRT deficiencies.
5 years ago
Steven Kirk
0f08cfb7b2
Merge branch 'master' into feature/typedbinding
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
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
Dan Walmsley
cb434508e0
Merge branch 'master' into feature/nativemenu-opening-closed
5 years ago
Max Katz
0c2a810484
Merge pull request #5696 from jp2masa/android
Implemented render scaling on Android
5 years ago
Max Katz
fa38e765ea
Merge branch 'master' into android
5 years ago
Max Katz
55e7415b99
Merge pull request #5700 from ForNeVeR/bugfix/5699.designer-method-match
Fix #5699 : filter BuildAvaloniaApp by signature
5 years ago
Friedrich von Never
4ba8c4ebb7
Fix #5699 : filter BuildAvaloniaApp by signature
5 years ago
José Pedro
0257bdf6ed
Implemented render scaling on Android.
5 years ago
Max Katz
8bede23d7b
Merge pull request #5693 from jp2masa/android
Use TouchDevice on Android
5 years ago
José Pedro
7fb6e14716
Use TouchDevice on Android.
5 years ago
Jumar Macato
bfee4021b3
Merge pull request #5691 from jp2masa/android
Avalonia.Android code cleanup
5 years ago
José Pedro
c530956a0b
Avalonia.Android code cleanup.
5 years ago
Nikita Tsukanov
bb83516cf2
Merge pull request #5689 from jp2masa/android
Upgraded target Android SDK to 11.0 (API level 30)
5 years ago
José Pedro
d5690cc834
Upgraded target Android SDK to 11.0 (API level 30).
5 years ago
Dariusz Komosiński
8eee1b9f9d
Merge branch 'master' into fixes/batchupdate-set-cleared-value-end-update
5 years ago
Jumar Macato
3b0f4af2ec
Merge pull request #5337 from jp2masa/android
Use deferred renderer on Android
5 years ago
Jumar Macato
929e09240d
Merge branch 'master' into android
5 years ago
Steven Kirk
3afa95253f
Allow binding property during ending batch update.
- Allow adding a binding to a cleared property while ending a batch update. Need to check that the existing value isn't a remove sentinel here, otherwise the binding will be lost.
- When a binding is added during the end of a batch update, `_batchUpdate` will be non-null but newly added bindings shouldn't have `BeginBatchUpdate` called on them because no `EndBatchUpdate` will arrive (as we've already called them)
- Add sanity checks to the unit test to make sure that correct notifications are raised
5 years ago