Steven Kirk
eb595198c6
Merge branch 'master' into features/relativesource-self
10 years ago
Steven Kirk
48a33cc415
Handle null in MarkupBindingChainException
10 years ago
Steven Kirk
7d6503a5f7
Added RelativeSource=Self XAML tests.
10 years ago
Steven Kirk
8f21388e28
Added RelativeSource=Self binding mode.
10 years ago
Steven Kirk
6e138b0117
Merge pull request #844 from AvaloniaUI/fixes/836-textbox-caret
Don't show TextBox caret when control not focused.
10 years ago
Steven Kirk
7cf208208b
Don't show TextBox caret when control not focused.
Fixes #836 .
10 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 .
10 years ago
Steven Kirk
3af246dfac
Merge pull request #839 from AvaloniaUI/fixes/834-item-virt-horiz-scrollbar
Fix for #834 ListBox displays unnecessary horizontal scrollbar
10 years ago
Steven Kirk
79c5db52f5
Merge branch 'master' into fixes/834-item-virt-horiz-scrollbar
10 years ago
Steven Kirk
88f13cc676
Merge pull request #842 from AvaloniaUI/fixes/837-designer-focus
Don't focus Win32 window in design mode.
10 years ago
Steven Kirk
5e84430868
Don't focus Win32 window in design mode.
Fixes #837 .
10 years ago
Steven Kirk
cfd2be07ec
Added LayoutUpdated event.
Fixes #825 .
10 years ago
Steven Kirk
799ffe72b8
Fix erroneous test expectations.
10 years ago
Steven Kirk
49757372a9
Fix for #834 .
Listen for bounds changes on the `VirtualizingPanel` and update the
scroll accordingly.
10 years ago
Steven Kirk
44f6d12157
Add failing test for #834 .
10 years ago
Steven Kirk
f63a64e11b
Remove pointless code.
10 years ago
Wiesław Šoltés
6b11c03888
Merge pull request #835 from AvaloniaUI/fixes/831-contentpresenter-datacontext
Clear ContentPresenter data context.
10 years ago
Steven Kirk
7c1bfa17a5
Merge remote-tracking branch 'origin/master' into fixes/831-contentpresenter-datacontext
10 years ago
Steven Kirk
6e681043c3
Merge pull request #833 from AvaloniaUI/fixes/831-bound-properties-incorrectly-updated
Update binding chain on null root.
10 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 .
10 years ago
Steven Kirk
f4f0597dca
Update next node in binding chain on error.
Fixes #831 and makes `Pushing_Null_To_RootObservable_Updates_Leaf_Node`
test pass.
10 years ago
Steven Kirk
15896f3158
Added failing test for #831 .
10 years ago
Steven Kirk
3aa9c32f91
Merge pull request #828 from SuperJMN/master
Environment.CurrentDirectory is modified after showing a Dialog
10 years ago
Steven Kirk
6c1154c47c
Merge branch 'master' into master
10 years ago
Steven Kirk
30782b1392
Merge pull request #830 from AvaloniaUI/fixes/814-override-metadata
Merge overridden direct property metadata.
10 years ago
Steven Kirk
a0a201006f
Merge overridden direct property metadata.
10 years ago
José Manuel Nieto Sánchez
934cc3bafd
Environment.CurrentDirectory is modified after call to GetOpenFileName | GetSaveFileName call.
10 years ago
Steven Kirk
0a36466021
Run render tests with deferred renderer.
Make render tests run all tests with both the deferred and immediate
renderer.
10 years ago
Steven Kirk
62e629b07b
Merge branch 'master' into scenegraph
Conflicts:
samples/TestApplication/App.config
samples/XamlTestApplication/App.config
samples/XamlTestApplicationPcl/TestScrollable.cs
tests/Avalonia.RenderTests/Media/FormattedTextImplTests.cs
10 years ago
Steven Kirk
cf17c0707f
Swallow exceptions in render loop.
And remove debug output statement.
10 years ago
Steven Kirk
3426a8d86f
Handle deleted layers.
10 years ago
Steven Kirk
b51513befd
Refactor render layers a bit.
We be sure of the required state at the start of rendering,
10 years ago
Steven Kirk
b5e93b67fe
Make Window.IsVisible track window visibility.
10 years ago
Steven Kirk
dbeb4243d5
Fix skia text rendering.
We were seeing blurry text when switching pages in the ControlCatalog
using Skia. This fixes that, though I'm not entirely sure how. Thanks to
@danwalmsley for the soltuion!
10 years ago
Steven Kirk
4e8e7f8ad4
Added setting to save frames to disk.
For debugging purposes.
10 years ago
Steven Kirk
edb28bce38
Don't clear GTK window on expose.
10 years ago
Steven Kirk
bfed6394c8
Don't draw FPS to overlay.
10 years ago
Steven Kirk
e619e6c6c2
Added skia ref to RenderTest.
10 years ago
Steven Kirk
f6b344dcf6
Fix immediate geometry rendering in D2D.
10 years ago
Steven Kirk
5919343660
Share FPS drawing between renderers.
10 years ago
Steven Kirk
136f86fb42
Fix failing tests.
10 years ago
Steven Kirk
40d42d260c
Renamed Renderer -> ImmediateRenderer
10 years ago
Steven Kirk
14805322ca
Removed RendererMixin.
Moved immediate rendering logic into `Renderer`.
10 years ago
Steven Kirk
560ed78e24
Make render tests pass again.
10 years ago
Steven Kirk
fc1110fa8c
Don't clear canvas when creating drawing context.
10 years ago
Steven Kirk
e450c76efe
A bit of work on Cairo, Skia and Gtk backends.
They're not yet working properly but they're drawing something and not
crashing.
10 years ago
Steven Kirk
1e4661d447
Resize swap chain on window resize.
Rather than recreating it.
10 years ago
Steven Kirk
eefc1d362f
Initialize layer backgrounds to transparent.
10 years ago
Steven Kirk
a967c9bf82
Make DPI scaling work again.
10 years ago
Steven Kirk
74c263ee8f
Handle detached visuals in dirty list.
10 years ago