mstr2
|
e46cb67423
Fixed a bug where ValueStore.Changed could be called with pre-validation value
|
6 years ago |
Dariusz Komosinski
|
ad994a685c
Fix PriorityValue usage of DeferredSetter. Implement slower path in DeferredSetter that deals with callbacks.
|
6 years ago |
Dariusz Komosinski
|
48be9dc260
Remove old DeferredSetter implementation. Cleanup code, add license info.
|
6 years ago |
Dariusz Komosinski
|
812c5f30c9
Remove SetAndRaise callback handling. Move event raising to setter.
|
6 years ago |
Dariusz Komosinski
|
24f208bab1
!R Rework deferred setter for better performance.
|
6 years ago |
Steven Kirk
|
6dcd634a87
Missed change from merge.
|
6 years ago |
Steven Kirk
|
c8cb447cca
Merge branch 'master' into fixes/1099-inherited-propertychanged-order
|
6 years ago |
Steven Kirk
|
6961d55e7a
Only log binding errors when attached to a tree.
|
6 years ago |
mstr2
|
5cbe89e9d6
Switched AvaloniaPropertyRegistry._properties from Dictionary to List
|
6 years ago |
mstr2
|
814222a15d
Reduced linear search, made FindRegistered method internal
|
6 years ago |
mstr2
|
c5e4996da2
Improved performance of value lookup in AvaloniaObject's ValueStore
|
7 years ago |
Miha Markič
|
eb93c9f4a7
Spellchecks comments and code in Avalonia.Base
|
7 years ago |
Steven Kirk
|
ca416f433e
Make GetDiagnostic work again.
|
7 years ago |
Jeremy Koritzinsky
|
1ad7f27cf9
Make DeferredSetter tied to AvaloniaProperty and use a regular Dictionary. Remove SettingStatus entries for bindings from the dictionary for bindings that don't create a queue of pending values.
|
7 years ago |
Jeremy Koritzinsky
|
00f8dfabc0
Use SingleOrQueue instead of Queue in DeferredSetter. Make sure tests pass.
|
7 years ago |
Jeremy Koritzinsky
|
f11f5bc154
Get rid of static deferredSetter used for PriorityValues. Use a single DeferredSetter for both styled and direct properties.
|
7 years ago |
Steven Kirk
|
cbc0755098
Move default value handling to AvaloniaObject.
|
7 years ago |
Steven Kirk
|
8ad680187a
Store LocalValues in value store as plain values.
|
7 years ago |
Steven Kirk
|
27daffeb3e
Abstracted storage of styled values into ValueStore.
|
7 years ago |