donandren
8b468c174c
fix AvaloniaPropertyConverter Tests, added attached property binding test, fixed some tests, simplified others
9 years ago
donandren
41f7c83cac
Static and IconType converted integrated
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
60ff3b8e4a
fixed bug in panel controls when they are set with the same collection instance
9 years ago
donandren
1a424e3ac2
add test for panel children set from xaml
9 years ago
donandren
3e3285c497
initial implementation of type converters
9 years ago
donandren
55c6383a21
tempalte binding in control template operational
9 years ago
donandren
d55a2b2227
template binding and xaml extensions 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
51afef0f87
template loaders support
9 years ago
donandren
f73b3cc54f
fix style resources instantiation in portable.xaml
9 years ago
donandren
9730255601
fixed a problem with Portable.xaml siimple types are not resolved when used with clr-namespace
9 years ago
donandren
719228d35e
add parse to avaloniaxamlloader
9 years ago
donandren
03d8dea955
comment some omnixaml converters
9 years ago
donandren
8483cd6990
Setters on style should be iList or List IEnumerable not working with portable xaml
9 years ago
donandren
0c5e42e078
use portable.xaml as project reference
9 years ago
donandren
37c014673b
added Portable.xaml as submodule
9 years ago
donandren
e71d9fc93f
styles working
9 years ago
donandren
d42e6d02cb
initial portable xaml support attempt with datatemplate working and namespace support
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
23e52b15ae
Merge pull request #912 from AvaloniaUI/port-drawingcontext-changes-from-scenegraph
Ported changes to DrawingContext from scenegraph
9 years ago
Steven Kirk
2d6ab3165c
Merge branch 'master' into port-drawingcontext-changes-from-scenegraph
9 years ago
Steven Kirk
f4fc6326a9
Merge pull request #915 from AvaloniaUI/size-aspect-divide
Added AspectRatio and division to Size.
9 years ago
Steven Kirk
60089bf1b6
Merge branch 'master' into size-aspect-divide
9 years ago
Steven Kirk
96c9772858
Merge pull request #913 from AvaloniaUI/rect-union
Added Rect.Union
9 years ago
Steven Kirk
9a3639818e
Merge branch 'master' into rect-union
9 years ago
Steven Kirk
aff81c66e6
Merge pull request #914 from AvaloniaUI/wm-paint-dirty-rect
Use the dirty rect from BeginPaint on WM_PAINT.
9 years ago
Steven Kirk
609c571424
Added AspectRatio and division operator to Size.
9 years ago
Steven Kirk
8c12a51902
Merge branch 'master' into port-drawingcontext-changes-from-scenegraph
9 years ago
Steven Kirk
2b87e22db4
Use the dirty rect from BeginPaint on WM_PAINT.
The one returned by `GetUpdateRect` at this point will be empty, from
the win32 docs:
> BeginPaint automatically validates the update region, so any call to
GetUpdateRect made immediately after the call to BeginPaint retrieves an
empty update region.
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
6cc829a132
Renamed Rect.CenterIn -> CenterRect.
The previous naming suggested that the `Rect` that the method was being
called on was the one being centered.
9 years ago
Steven Kirk
4e7b743ecd
Ported changes to DrawingContext from scenegraph
Ported changes to `DrawingContext` and `DrawingContextImpl` from the
`scenegraph` branch.
9 years ago
Steven Kirk
3d8a258db3
Merge pull request #911 from AvaloniaUI/remove-rect-multiply
Remove Rect.operator*
9 years ago
Steven Kirk
c6b3440e70
Remove Rect.operator*
It was wrong - use Rect.TransformToAABB instead.
9 years ago
Steven Kirk
596722a08f
Merge pull request #910 from AvaloniaUI/brush-interfaces
Add interfaces for all brush types.
9 years ago
Steven Kirk
74a0faa637
Use brush interfaces in rendering backends.
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
b953d3f9ed
Merge pull request #906 from AvaloniaUI/issue/905-event-getobservable
Added GetObservable for routed events.
9 years ago
Steven Kirk
5b6e74caae
Merge branch 'master' into issue/905-event-getobservable
9 years ago
Steven Kirk
6ad65bd434
Merge pull request #908 from AvaloniaUI/port-rendertest
Ported RenderTest from scenegraph branch
9 years ago
Steven Kirk
4a58a55565
Merge branch 'master' into issue/905-event-getobservable
9 years ago
Steven Kirk
5556e61692
Merge branch 'master' into port-rendertest
9 years ago
Steven Kirk
b16e5b9c54
Removed D2D reference from RenderTest.
Was making build fail on non-Windows
9 years ago