Dan Walmsley
a24c291756
potential fix for nre in deferred renderer.
7 years ago
danwalmsley
7a6474180d
Merge branch 'master' into fixes/2260-image-sizing
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
Nikita Tsukanov
b73a8226d1
Merge pull request #2271 from AvaloniaUI/remote-compat
Skip unknown BSON properties
7 years ago
Nikita Tsukanov
c742fa42d2
[REMOTE] Skip unknown BSON properties
7 years ago
Nikita Tsukanov
d2e930af38
[X11] Use simple DllImport-based GTK file dialog instead of GTK3 backend
7 years ago
Nikita Tsukanov
345658cee5
Merge pull request #2269 from AvaloniaUI/build-number-fix
Use '0000000' for build number formatting and "cibuild" because it's …
7 years ago
Nikita Tsukanov
c54b9798c7
Use '0000000' for build number formatting and "cibuild" because it's greater than "build"
7 years ago
Steven Kirk
498d3e7e99
Merge pull request #2257 from AvaloniaUI/fixes/2203-stream-binding-value-types
Fix stream bindings with observable value types
7 years ago
Steven Kirk
bd7212303b
Merge branch 'master' into fixes/2203-stream-binding-value-types
7 years ago
Steven Kirk
6ad07e7fc1
Merge pull request #2209 from mstr2/value-lookup
Improved performance of value lookup in AvaloniaObject's ValueStore
7 years ago
Steven Kirk
7c47070a18
Merge branch 'master' into value-lookup
7 years ago
Steven Kirk
251f825513
Merge pull request #2266 from AvaloniaUI/feature/window-open
Added TopLevel.Opened event and use it for RxUI Activation.
7 years ago
Steven Kirk
b5b4b4d97d
Merge branch 'master' into feature/window-open
7 years ago
Steven Kirk
20df4273f9
Merge pull request #2268 from AvaloniaUI/feature/not-selector
Added `:not()` style selector.
7 years ago
Steven Kirk
233adc9ca5
Added `:not()` style selector.
7 years ago
Steven Kirk
5cb4cabb2e
Merge branch 'master' into fixes/2203-stream-binding-value-types
7 years ago
Steven Kirk
653fa458c1
Call InitializeComponent in RxUI activation tests.
To make sure activation works after loading XAML.
7 years ago
Steven Kirk
163abb8322
Added Avalonia.ReactiveUI.UnitTests to solution.
7 years ago
Steven Kirk
068acb6376
Added TopLevel.Opened unit tests.
7 years ago
Steven Kirk
6a167a6882
Use Window.Opened event for rxui activation.
7 years ago
Steven Kirk
81846e87ec
Added TopLevel.Opened event.
And raise the event when a window is opened.
7 years ago
Steven Kirk
cbf22436aa
Merge pull request #2265 from worldbeater/patch-1
Fix AvaloniaProperty registration type in ReactiveUserControl
7 years ago
Artyom
533284cd61
Fix AvaloniaProperty registration type
7 years ago
Steven Kirk
fafa695257
Use recommended ContentControl pattern.
7 years ago
Steven Kirk
f54e48d9a2
Added ContentPresenter.ChildChanging.
And listen for this event in `ContentControlMixin` in order to remove the logical child before setting the `DataContext`.
Fixes #1099
7 years ago
Steven Kirk
f75f85af2b
Fix order of inherited property changed events.
Previously `PropertyChanged` was raised on the child before the parent because the inherited value change was being notified by listening to the parent `PropertyChanged` event, and this event handler was added first.
Added an `InheritablePropertyChanged` event which will be called only after all other property changed events have been raised and only for inheritable properties.
8 years ago
Steven Kirk
302bf55b8a
Added failing tests for #1099 .
8 years ago
Nikita Tsukanov
f97a699904
Switch to custom-built skia
7 years ago
Nikita Tsukanov
88fdbcf2a9
[X11] Call XCreateIC *after* creating a window, not before
7 years ago
Nikita Tsukanov
aa18bbf224
[GLX] Use glxGetProcAddress and always pass at least something to GlxMakeContextCurrent
7 years ago
Nikita Tsukanov
a7b09c05d5
[GLX] Try newer versions of OpenGL first
7 years ago
Nikita Tsukanov
abd05f0ed7
[X11] Abort GLX context creation if GL_VERSION is null
7 years ago