Andrey Kunchev
84ac0cec54
added failing test for 2 way binding to IList avalonia property
9 years ago
Andrey Kunchev
245992abc6
fix build for resource tests
9 years ago
Andrey Kunchev
ff5a8459c7
clean up and skip portable xaml failing test for xaml creation order, it's not valid for portable xaml context
9 years ago
Andrey Kunchev
fcca312f0e
comment omnixaml specific code with #ifdef
9 years ago
Andrey Kunchev
a010d5c37a
use Delayed Bindings for all properties except datacontext
9 years ago
donandren
9d93b83fa6
WIP: really cache xaml types and props and other and other minor things
9 years ago
donandren
8b468c174c
fix AvaloniaPropertyConverter Tests, added attached property binding test, fixed some tests, simplified others
9 years ago
donandren
0e99ccce5f
added some more tests for xaml parsing of binding/multibinding/attached
9 years ago
donandren
e6cd080081
support Attached property in property type converter
9 years ago
donandren
cb4fcfb602
added test for complex style and Panel in control template
9 years ago
donandren
1a424e3ac2
add test for panel children set from xaml
9 years ago
donandren
55c6383a21
tempalte binding in control template operational
9 years ago
donandren
1ec99deaf6
some simple tests for bindind, tempaltebinding and control template
9 years ago
donandren
dec6fb2e88
solution/project configurations for Omnixaml
9 years ago
donandren
f73b3cc54f
fix style resources instantiation in portable.xaml
9 years ago
donandren
0c5e42e078
use portable.xaml as project reference
9 years ago
donandren
d59e5078d4
added tests for using type converters
9 years ago
donandren
1948fff8de
named control added to namescope tests
9 years ago
donandren
851b97ac58
Added some simple tests for Content control and datatemplate
9 years ago
Steven Kirk
609c571424
Added AspectRatio and division operator to Size.
9 years ago
Steven Kirk
64e8896144
Added Rect.Union empty tests.
9 years ago
Steven Kirk
5546ed043f
Added Rect.Union.
9 years ago
Steven Kirk
f6dee9eab4
Add interfaces for all brush types.
Also:
- Change `GradientBrush.GradientStops` to be a readonly list, as changes
to it would have been ignored anyway.
- Fix typo in ImageBrush filename.
9 years ago
Steven Kirk
71c6c572ac
Moved ncrunch files to their own dir.
Also deleted v2 ncrunch files and update .gitignore.
9 years ago
Steven Kirk
4ca0bb72b2
Added GetObservable for routed events.
Fixes #905 .
9 years ago
Nikita Tsukanov
90a4915549
Implemented WritableBitmap
9 years ago
Nikita Tsukanov
7013033a1b
Added `Bitmap(PixelFormat format, IntPtr data, int width, int height, int stride)` constructor
9 years ago
Nikita Tsukanov
432153c006
Readd [Fact] for path tests
9 years ago
Nikita Tsukanov
026c943055
Fixed tests
9 years ago
Nikita Tsukanov
46de034f98
Don't skip tests that are passing now
9 years ago
Nikita Tsukanov
d17b32d7bd
Fixed tests
9 years ago
Nikita Tsukanov
c93a6235aa
Make sure that Renderer is disposed when TopLevel is closed
9 years ago
Nikita Tsukanov
830a4963fe
Added netcoreapp1.0 build for Avalonia.Skia.Desktop, updated splat
9 years ago
Nikita Tsukanov
374d600275
Added support for multiple drawing methods for window implementations. Added framebuffer support
9 years ago
Steven Kirk
240bc4d2ca
Fix horizontal scroll with virtualized items.
Fixes #849
9 years ago
Jeremy Koritzinsky
d73350e0fd
Fixes intermittent test failures on AppVeyor when running Leak Tests.
9 years ago
Steven Kirk
7d6503a5f7
Added RelativeSource=Self XAML tests.
9 years ago
Steven Kirk
8f21388e28
Added RelativeSource=Self binding mode.
9 years ago
Steven Kirk
90f4cfbea3
Register namescoped controls with parent namescope.
If we have e.g. a named UserControl in a window then we want that
control to be findable by name from the Window, so register with both
name scopes. This differs from WPF's behavior in that XAML manually
registers controls with name scopes based on the XAML file in which the
name attribute appears, but we're trying to avoid XAML magic in Avalonia
in order to made code-created UIs easy. This will cause problems if a
UserControl declares a name in its XAML and that control is included
multiple times in a parent control
(as the name will be duplicated), however at the moment I'm fine with
saying "don't do that".
Fixes #829 .
9 years ago
Steven Kirk
799ffe72b8
Fix erroneous test expectations.
9 years ago
Steven Kirk
44f6d12157
Add failing test for #834 .
9 years ago
Steven Kirk
f73a10b593
Clear ContentPresenter data context.
When assigning a control to `ContentPresenter.Content` after a
non-control the data context should get cleared. Fixes another problem
in #831 .
9 years ago
Steven Kirk
15896f3158
Added failing test for #831 .
9 years ago
Steven Kirk
a0a201006f
Merge overridden direct property metadata.
9 years ago
Jeremy Koritzinsky
058e28640c
Fixed some whitespace.
9 years ago
Jeremy Koritzinsky
1dc96e4184
Added more tests.
9 years ago
Jeremy Koritzinsky
b038ed55ee
Add ability to set the value pointed to by an indexer node.
9 years ago
susloparov
8704235b66
Added test for GridSplitter
9 years ago
susloparov
2e813c867d
Removed Orientation Property from GridSplitter
It's possible to unambiguously detect orientation based on
Column/RowDefenitions or other elements.
10 years ago
Dirk Lemstra
98408d54e4
Added missing using statements.
10 years ago