Steven Kirk
ecb2a36f12
Merge branch 'master' into backspace
8 years ago
Steven Kirk
e2de92f573
Merge branch 'master' into nonrx-expressionnode
8 years ago
Steven Kirk
8b8ba122e3
Merge pull request #1685 from jkoritzinsky/spanify-PathMarkupParser
Span-ify PathMarkupParser
8 years ago
Steven Kirk
b0cae7f321
Merge branch 'master' into spanify-PathMarkupParser
8 years ago
Steven Kirk
cbc0755098
Move default value handling to AvaloniaObject.
8 years ago
Steven Kirk
b00350658a
Lazily create ValueStore.
8 years ago
Steven Kirk
8ad680187a
Store LocalValues in value store as plain values.
Instead of using a `PriorityValue`, when a property is assigned a simple `LocalValue` just store the value directly in the value store.
8 years ago
Jumar Macato
7c555f772f
Merge pull request #1702 from AvaloniaUI/fixes/clipboard-settext-win32
fix win32 clipboard settext async.
8 years ago
Dan Walmsley
617dd6a5ab
fix win32 clipboard settext async.
8 years ago
Vsevolod Pilipenko
af90943056
Merge branch 'master' into fixes/direct2d1-image-brush-null-source
8 years ago
Karnah
48dd3b94d1
Using transparent brush when image source is null
8 years ago
Steven Kirk
27daffeb3e
Abstracted storage of styled values into ValueStore.
8 years ago
Jumar Macato
d6578eba50
Merge pull request #1699 from AvaloniaUI/fixes/1698-classobserver-distinct
Only publish distinct values from TypeNameAndClassSelector.ClassObserver.
8 years ago
Steven Kirk
8bd8a61142
Throw if no matching property accessor found.
This shouldn't happen normally as `InpcPropertyAcessorPlugin` matches everything.
8 years ago
Steven Kirk
114b393813
Only publish distinct values from ClassObserver.
Fixes #1698 .
8 years ago
Steven Kirk
af7e139ed4
Added failing test for #1698 .
8 years ago
Steven Kirk
6d0e461349
Throw if no matching property accessor found.
This shouldn't happen normally as `InpcPropertyAcessorPlugin` matches everything.
8 years ago
Steven Kirk
03edafc0e1
Removed debug code.
8 years ago
Steven Kirk
be39c7cf51
Don't need TemplateBindingExtension.
Can just use TemplateBinding directly.
8 years ago
Steven Kirk
b8f127fce7
Reimplemented TemplateBinding.
Rather than just use a standard `Binding`, make `TemplateBinding` a lightweight binding in the case where the binding is simply to a property on the templated parent.
8 years ago
Steven Kirk
71395784e2
Merge branch 'master' into nonrx-expressionnode
8 years ago
Steven Kirk
a9cdfeaa48
Merge pull request #1690 from AvaloniaUI/custom-rx
Use custom Rx classes
8 years ago
Steven Kirk
0c078c9dec
Don't use rx for ExpressionNodes.
`ExpressionNode`s were always single-subscriber and making them use `IObservable<>` meant that we had to have extra allocations in order to return `IDisposable`s. Instead of using `IObservable` use a simpler `Subscribe`/`Unsubscribe` pattern. This saves a bunch more memory.
8 years ago
Jumar Macato
9366434920
Merge branch 'master' into custom-rx
8 years ago
Robert Hencke
4f0764ea6b
Make Delete on macOS delete correctly.
On a Mac keyboard, the Delete key functions as the Backspace key
does on a PC keyboard. Map VK_Delete to Key.Back (VK_ForwardDelete
correctly maps to Key.Delete)
8 years ago
Steven Kirk
ef5be70c4b
Don't double-check nulls.
8 years ago
Steven Kirk
6720bb9633
Updated ignore list in ncrunch.
8 years ago
Steven Kirk
26b3efd8d4
Use custom rx for control locators.
8 years ago
Steven Kirk
a8d5dc1da4
Use custom rx for ResourceObservable.
8 years ago
Steven Kirk
b488ca179a
Use custom class for direct binding subscriptions.
8 years ago
Steven Kirk
365aa42b4a
Use custom rx for binding update signal.
8 years ago
Steven Kirk
a3dea23560
Use LightweightObservableBase for BindingExpression.
8 years ago
Steven Kirk
de325ec501
Use LightweightObservableBase for WeakCollectionChangedObservable
8 years ago
Steven Kirk
9b0aff8cc1
Use LightweightObservableBase in TypeNameAndClassSelector
8 years ago
Jeremy Koritzinsky
aa68fdcc2c
Merge branch 'master' into extract-layout-manager
8 years ago
Dávid Karnok
360a2603c3
Fix LightweightObservableBase's concurrency, save 1 allocation.
8 years ago
Steven Kirk
3150d3f10a
Added GetPropertyChangedObservable.
Replaced `GetObservableWithHistory` with `GetPropertyChangedObservable`.
8 years ago
Steven Kirk
34474af835
Make AvaloniaPropertyObservable use weak refs.
And remove `WeakPropertyChangedObservable`/`GetWeakObservable`.
8 years ago
Steven Kirk
0f1664a846
Use custom rx for observing properties.
8 years ago
Steven Kirk
dadc30d84e
Use lightweight observable for ExpressionObserver.
8 years ago
Steven Kirk
29eafc6be2
Added LightweightObservableBase class.
And use it for `ActivatedValue`.
8 years ago
Steven Kirk
fcbde80682
Added a couple of tests.
9 years ago
Steven Kirk
cdba9b856d
Make ActivatedValue a custom Observable.
And make `ActivatedObservable` inherit from it.
9 years ago
Steven Kirk
de35eb9fee
Updated ActivatedSubject.
Can be expressed more cleanly given the new `ActivatedObject`.
9 years ago
Steven Kirk
6d3381dd6e
Make ActivatedObservable a custom observable.
9 years ago
Steven Kirk
d3a0507f35
Implement custom observable for classes.
Use a custom `ClassObserver` for observing changes to a control's classes. This saves shaves off about 15% memory use in ControlCatalog after cyling through all tabs.
9 years ago
Benedikt Schroeder
64f8928538
Merge branch 'master' into feature/ApplicationExitMode
8 years ago
Jumar Macato
6f829759d0
Merge branch 'master' into spanify-PathMarkupParser
8 years ago
Karnah
d8615643dd
Fixed NullReferenceException for ImageBush with null Source
8 years ago
Jeremy Koritzinsky
ee8ec348f3
Merge pull request #1679 from nc4rrillo/master
Skia backend cleanup.
8 years ago