Jeremy Koritzinsky
bdaf4a2046
Fix #1182 .
9 years ago
Nikita Tsukanov
6328b4cdad
Merge pull request #1316 from AvaloniaUI/fixes/use-lower-case-extension-for-avalonia-documentation-files
use lower case extensions for avalonia documentation files.
9 years ago
Unknown
ea65626a46
use lower case extensions for avalonia documentation files.
9 years ago
Jeremy Koritzinsky
93f8e12a4a
Merge pull request #1315 from AvaloniaUI/fixes/1275-trim-whitespace
Correctly trim whitespace in XAML elements. Fix #1275 .
9 years ago
Jeremy Koritzinsky
b61356c3da
Merge pull request #1295 from AvaloniaUI/fixes/1247-data-validation-popup-crash
Handle `PopupRoot.Content` being set to null.
9 years ago
Steven Kirk
05da271376
Updated Portable.Xaml
Merged `fixes/76-trim-whitespace` into `avalonia` branch (https://github.com/cwensley/Portable.Xaml/pull/77 ). Fixes whitespace trimming in Xaml reader.
Fixes #1275
9 years ago
Steven Kirk
0193437e79
Merge branch 'master' into fixes/1247-data-validation-popup-crash
9 years ago
Steven Kirk
d01e19e3f4
Added failing test for #1275 .
9 years ago
danwalmsley
7c236eaa24
Merge pull request #1285 from AvaloniaUI/fixes/1271-contenttemplate-before-content
Make Content depend on ContentTemplate.
9 years ago
danwalmsley
5f1837b5b9
Merge branch 'master' into fixes/1271-contenttemplate-before-content
9 years ago
danwalmsley
2801cd21bf
Merge pull request #1284 from AvaloniaUI/fixes/1271-orphaned-textblock
Fix ContentPresenter logical parent logic.
9 years ago
Steven Kirk
cdc590f1a8
Merge branch 'master' into fixes/1271-orphaned-textblock
9 years ago
danwalmsley
3c229fef02
Merge pull request #1298 from AvaloniaUI/fixes/1297-track-arrange-bug
Fix Track Arrange Problem
9 years ago
danwalmsley
a0afa26b65
Merge branch 'master' into fixes/1297-track-arrange-bug
9 years ago
Steven Kirk
5e2a32e1f2
Merge pull request #1309 from AvaloniaUI/remove-observeon-from-bindings
Don't use ObserveOn in Bindings.
9 years ago
Steven Kirk
bf2ca5da72
Removed unneeded code.
9 years ago
Steven Kirk
e49e682f9c
This Max shouldn't be needed.
9 years ago
Dan Walmsley
45f8f1e2a7
Merge remote-tracking branch 'origin/master' into remove-observeon-from-bindings
9 years ago
danwalmsley
3377218405
Merge branch 'master' into fixes/1271-orphaned-textblock
9 years ago
Steven Kirk
c1dfb8de90
Merge pull request #1311 from jkoritzinsky/slider-value-twoway
Make RangeBase.Value bind TwoWay by default
9 years ago
Jeremy Koritzinsky
8733547cae
Make RangeBase.Value bind TwoWay by default. Fixes #841 .
9 years ago
Steven Kirk
53283aa36e
Merge branch 'master' into fixes/1297-track-arrange-bug
9 years ago
Steven Kirk
7405cd7952
Match formatting of other block.
9 years ago
Steven Kirk
88ad423541
Merge pull request #1310 from AvaloniaUI/fixes/1302-collection-properties-getonly
Make Collection Properties get-only
9 years ago
Jeremy Koritzinsky
be39d97a13
Merge branch 'master' into fixes/1302-collection-properties-getonly
9 years ago
Jeremy Koritzinsky
33f6dde459
Merge pull request #856 from donandren/issues/855_test
Unit tests and fixes for binding StackOverflowExceptions
9 years ago
Steven Kirk
222ded0c33
Removed remaining collection set.
9 years ago
Steven Kirk
78cbaee3a0
FIx collection comparisons.
9 years ago
Steven Kirk
88c068c092
Merge branch 'master' into fixes/1302-collection-properties-getonly
9 years ago
Steven Kirk
8996c065f5
Merge branch 'master' into fixes/1247-data-validation-popup-crash
9 years ago
danwalmsley
dfefb4d561
Merge branch 'master' into fixes/1271-orphaned-textblock
9 years ago
Steven Kirk
4676ac5fb2
Don't use ObserveOn in Bindings.
Instead of using `Observable.ObserveOn` in bindings, interface with `Dispatcher.UIThread` to schedule binding notifications on the UI thread. This saves a significant amount of memory.
9 years ago
Jeremy Koritzinsky
1cfc9fe47f
Remove extraneous documentation comment.
9 years ago
Jeremy Koritzinsky
a02515fe19
Make pending set condition always !object.Equals since the other condition in PriorityValue didn't match expected behavior as per new unit tests.
9 years ago
Jeremy Koritzinsky
4df484d047
Merge branch 'master' into issues/855_test
9 years ago
Steven Kirk
e4e530f7be
Merge pull request #1306 from AvaloniaUI/render-layers-animating-opacity
Only create render layers when Opacity is animating.
9 years ago
Steven Kirk
b3fca2360d
Fix failing skia render test
Make sure we restore the transform in `EndRender` and use the same order of pushing/popping operations that `ImmediateRenderer` uses.
9 years ago
Steven Kirk
2a87dbd6ca
Fix opacity mask rendering.
We're potentially creating a new immutable version of the opacity mask each time the `VisualNode` is updated. Need to implement comparison between mutable and immutable brushes.
9 years ago
Steven Kirk
1d1f31794e
Fix layers with opacity.
We were pushing the opacity twice.
9 years ago
Steven Kirk
e6b5df8d08
Simplified DeferredRendererTests,
9 years ago
Steven Kirk
ea0e4217a7
Run D2D render tests in ncrunch.
9 years ago
Steven Kirk
04c489daa5
Make Collection Properties get-only
Fixes #1302 .
9 years ago
Jeremy Koritzinsky
05eda280de
Refactor DeferredSetter logic to allow passing references to backing fields and utilizing that in all usages. Refactor SetAndRaise logic to be combined and simplified between the two use cases. Now the common case delegates to the less specialized case.
9 years ago
Jeremy Koritzinsky
ca9a4c4128
PR Feedback.
9 years ago
Jeremy Koritzinsky
02e600863d
Merge branch 'issues/855_test' of https://github.com/donandren/Avalonia into issues/855_test
9 years ago
Jeremy Koritzinsky
d8efff505d
Clean up formatting. Fix bug in PriorityValue usage of DeferredSetter. Change DeferredSetter to use ConditionalWeakTable to not hold strong references to PriorityValue objects.
9 years ago
Steven Kirk
4f8f5e9c71
Added some benchmarks
Added some benchmarks to test setting and binding properties.
9 years ago
Steven Kirk
d0be429bd2
Tried to make IsAnimating logic clearer.
9 years ago
Jeremy Koritzinsky
1dcd06df3f
Merge branch 'master' into issues/855_test
9 years ago
Steven Kirk
9609d93f3b
Don't create render layers for non-parent controls.
Only create a new render layer when a control has both an animating opacity _and_ children.
9 years ago