Steven Kirk
268e5ee549
Fix failing test.
7 years ago
Steven Kirk
91ca44a412
Updated portable.xaml
7 years ago
Steven Kirk
1f25265170
Merge branch 'master' into grokys/designer-updates
7 years ago
danwalmsley
dbbb5bd944
Merge pull request #2303 from AvaloniaUI/fixes/x11-monitor-scaling-fullhd-and-below
Scaling of 1 on monitors >= FullHD
7 years ago
Dan Walmsley
1a661e657f
fix error.
7 years ago
Dan Walmsley
ebe779e2dc
Merge remote-tracking branch 'origin/master' into fixes/x11-monitor-scaling-fullhd-and-below
7 years ago
Dan Walmsley
27565d80bd
[X11] put FullHd res check inside GuessPixelDensity.
7 years ago
Steven Kirk
c438f9301e
Make DesignWindowLoader expect PreviewWith on Styles.
7 years ago
Steven Kirk
da4cf210d9
Merge pull request #2296 from mstr2/add-owner-fix
Fixed a bug when calling AvaloniaProperty.AddOwner
7 years ago
Steven Kirk
8d9c23446a
Make Styles inherit from AvaloniaObject.
This way we can add attached properties (such as `Design.PreviewWith`) to `Styles`.
7 years ago
Steven Kirk
9231ce4a28
Merge branch 'master' into add-owner-fix
7 years ago
Steven Kirk
e3e42e8ae0
Fix bad XAML in DesignWindowLoader message.
7 years ago
Dan Walmsley
7b8b6374a0
Scaling of 1 on monitors >= FullHD
7 years ago
Jeremy Koritzinsky
dd46cffd3a
Merge pull request #2301 from jp2masa/code-cleanup
XML comment fixes
7 years ago
José Pedro
0fce33e43e
XML comment fixes.
7 years ago
Steven Kirk
81510372b4
Don't invalidate a disposed TopLevelImpl.
7 years ago
Steven Kirk
2b34a27892
Return a frame even for an empty control.
If the user has a control with no content then we've still got a valid control
so return a frame with size 0.
7 years ago
Steven Kirk
9ed23bbf89
Handle null modifiers collection.
7 years ago
Steven Kirk
03e84dea7b
Ignore missing events in the designer.
Do this by registering a special type converter for EventInfo, and add in the plumbing
for Portable.Xaml to use that type converter instead of its own (internal) `EventConverter`.
7 years ago
Steven Kirk
73e77654ed
Merge branch 'grokys/designer-updates' of https://github.com/AvaloniaUI/Avalonia into grokys/designer-updates
7 years ago
mstr2
039991da68
Fixed a bug where AddOwner would add a property to AvaloniaPropertyRegistry's property list more than once
7 years ago
Jumar Macato
051ad5c468
Merge pull request #2295 from jp2masa/code-cleanup
Removed redundant bool comparisons
7 years ago
José Pedro
fa8d8c896d
Removed redundant bool comparisons.
7 years ago
danwalmsley
9ee0d939ef
Merge pull request #2286 from AvaloniaUI/fixes/2284-deffered-renderer-nre
Fix NRE in Deffered Renderer
7 years ago
danwalmsley
59492694f6
Merge branch 'master' into fixes/2284-deffered-renderer-nre
7 years ago
danwalmsley
e9f59a90e8
ensure scene is always disposed
7 years ago
Jumar Macato
71ad1a4d0f
Merge pull request #2292 from Sorien/patch-1
Update PR template
7 years ago
Sorien
44cc084bd6
Update PR template
hide section desc with html comments
7 years ago
danwalmsley
b2f250acb4
Oops
7 years ago
Nikita Tsukanov
c2c8eae6a7
Merge pull request #2291 from zawodskoj/stroke-dash-offset
Add StrokeDashOffset support for shapes
7 years ago
Дмитрий Заводской
a8b8454a6c
add StrokeDashOffset support for shapes
7 years ago
Dan Walmsley
a24c291756
potential fix for nre in deferred renderer.
7 years ago
Nikita Tsukanov
f079fcb7fe
Merge pull request #2279 from ahopper/fix-assetloader-for-corert
Fix assetloader for corert
7 years ago
ahopper
ce3461ac46
use xdocument in XamlLoader
7 years ago
ahopper
2f7c6371a5
use XDocument to deserialize assets
7 years ago
Steven Kirk
c170ba4629
Merge pull request #2275 from AvaloniaUI/update/portable-xaml
Update portable.xaml to latest upstream master.
7 years ago
Steven Kirk
521c9a3841
Updated Portable.Xaml.
To get better line/column info for errors.
7 years ago
Steven Kirk
ba316b8933
Updated Portable.Xaml.
7 years ago
Steven Kirk
f32832878e
Strong name sign Avalonia.Remote.Protocol.
It needs to be signed to be used in VS.
7 years ago
Steven Kirk
718c01f206
Supply more detailed exception details.
So we can display better errors in a designer.
7 years ago
Steven Kirk
8ee278dd80
Update portable.xaml to latest upstream master.
7 years ago
Steven Kirk
80901bc2f3
Merge pull request #2274 from AvaloniaUI/fixes/remote-protocol-deadlock
Fix deadlock in remote protocol.
7 years ago
Steven Kirk
4d73f1d159
Fix deadlock in remote protocol.
The `TransportConnectionWrapper` producer-consumer queue was deadlocking due to
`_signal` getting set to `null` while a worker was still waiting for it. Spoke
with @kekekeks who suggested this fix.
7 years ago
Steven Kirk
8caa0d2924
Strong name sign Avalonia.Remote.Protocol.
It needs to be signed to be used in VS.
7 years ago
Steven Kirk
c8363ddeb7
Supply more detailed exception details.
So we can display better errors in a designer.
7 years ago
Steven Kirk
8e0c411616
Merge pull request #2270 from mstr2/property-hotfix
Fixes a bug in AvaloniaPropertyRegistry
7 years ago
Steven Kirk
f07384ee65
Merge branch 'master' into property-hotfix
7 years ago
mstr2
9d3fd84a7a
Fixes a bug where properties would be added multiple times to the global AvaloniaPropertyRegistry._properties list.
7 years ago
Dan Walmsley
a2d26abdf2
replace script also replaces direct2d
7 years ago
Dan Walmsley
c99f70f4e4
fix replace script.
7 years ago