Jeremy Koritzinsky
e2ba8fb5bb
Make video support creation flag only be set when running on Windows 8 or newer (Direct3D11.1 or newer).
9 years ago
Jeremy Koritzinsky
d02b7cbe92
Create D2D1 device with a factory.
9 years ago
Jeremy Koritzinsky
4575c1abc9
Updated Resharper naming rules to match our conventions.
9 years ago
Jeremy Koritzinsky
bde461f400
Use the factory associated with the Direct2D1 device.
9 years ago
Jeremy Koritzinsky
cc4c3d02d0
Fixed DPI issues.
9 years ago
Jeremy Koritzinsky
f44468a3ab
Added swap chain backed render target.
9 years ago
Jeremy Koritzinsky
34d779df45
Updated gitignore to remove vs2017 specific files.
9 years ago
Steven Kirk
0e1877cc21
Merge pull request #843 from AvaloniaUI/fixes/829-findcontrol-returns-null-for-usercontrol
Register namescoped controls with parent namescope.
9 years ago
Steven Kirk
331fa3ac1a
Merge branch 'master' into fixes/829-findcontrol-returns-null-for-usercontrol
9 years ago
Steven Kirk
7b46305edb
Merge pull request #848 from AvaloniaUI/features/relativesource-self
Added RelativeSource=Self binding mode.
9 years ago
Steven Kirk
eb595198c6
Merge branch 'master' into features/relativesource-self
9 years ago
Steven Kirk
48a33cc415
Handle null in MarkupBindingChainException
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
6e138b0117
Merge pull request #844 from AvaloniaUI/fixes/836-textbox-caret
Don't show TextBox caret when control not focused.
9 years ago
Steven Kirk
7cf208208b
Don't show TextBox caret when control not focused.
Fixes #836 .
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
3af246dfac
Merge pull request #839 from AvaloniaUI/fixes/834-item-virt-horiz-scrollbar
Fix for #834 ListBox displays unnecessary horizontal scrollbar
9 years ago
Steven Kirk
79c5db52f5
Merge branch 'master' into fixes/834-item-virt-horiz-scrollbar
9 years ago
Steven Kirk
88f13cc676
Merge pull request #842 from AvaloniaUI/fixes/837-designer-focus
Don't focus Win32 window in design mode.
9 years ago
Steven Kirk
5e84430868
Don't focus Win32 window in design mode.
Fixes #837 .
9 years ago
Steven Kirk
799ffe72b8
Fix erroneous test expectations.
9 years ago
Steven Kirk
49757372a9
Fix for #834 .
Listen for bounds changes on the `VirtualizingPanel` and update the
scroll accordingly.
9 years ago
Steven Kirk
44f6d12157
Add failing test for #834 .
9 years ago
Steven Kirk
f63a64e11b
Remove pointless code.
9 years ago
Wiesław Šoltés
6b11c03888
Merge pull request #835 from AvaloniaUI/fixes/831-contentpresenter-datacontext
Clear ContentPresenter data context.
9 years ago
Steven Kirk
7c1bfa17a5
Merge remote-tracking branch 'origin/master' into fixes/831-contentpresenter-datacontext
9 years ago
Steven Kirk
6e681043c3
Merge pull request #833 from AvaloniaUI/fixes/831-bound-properties-incorrectly-updated
Update binding chain on null root.
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
f4f0597dca
Update next node in binding chain on error.
Fixes #831 and makes `Pushing_Null_To_RootObservable_Updates_Leaf_Node`
test pass.
9 years ago
Steven Kirk
15896f3158
Added failing test for #831 .
9 years ago
Steven Kirk
3aa9c32f91
Merge pull request #828 from SuperJMN/master
Environment.CurrentDirectory is modified after showing a Dialog
9 years ago
Steven Kirk
6c1154c47c
Merge branch 'master' into master
9 years ago
Steven Kirk
30782b1392
Merge pull request #830 from AvaloniaUI/fixes/814-override-metadata
Merge overridden direct property metadata.
9 years ago
Steven Kirk
a0a201006f
Merge overridden direct property metadata.
9 years ago
José Manuel Nieto Sánchez
934cc3bafd
Environment.CurrentDirectory is modified after call to GetOpenFileName | GetSaveFileName call.
9 years ago
Steven Kirk
49d94f3075
Merge pull request #819 from VitalElement/fixes/fix-devtools-crash
Fixes crash in DevTools
10 years ago
danwalmsley
16217119e7
GridSplitter no longer has an orientation property.
10 years ago
Steven Kirk
a01412625f
Merge pull request #817 from SuperJMN/patch-1
Added remark for RenderTransformOrigin
10 years ago
José Manuel Nieto
971962f014
Added remark for RenderTransformOrigin
10 years ago
Jeremy Koritzinsky
15de0387a7
Merge pull request #813 from jkoritzinsky/Set-Indexer-Node
Make it possible to set the value of an indexer binding
10 years ago
Jeremy Koritzinsky
058e28640c
Fixed some whitespace.
10 years ago
Jeremy Koritzinsky
1dc96e4184
Added more tests.
10 years ago
Jeremy Koritzinsky
b038ed55ee
Add ability to set the value pointed to by an indexer node.
10 years ago
Jeremy Koritzinsky
7f043a5c46
Merge pull request #801 from susloparovdenis/gridsplitter
Removed Orientation Property from GridSplitter.
10 years ago
susloparov
8704235b66
Added test for GridSplitter
10 years ago
Denis
d03662a373
Not throw exception in last or first position.
10 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
danwalmsley
898bec7750
Merge pull request #805 from VitalElement/fixes/dont-cover-taskbar-with-system-decorations-hidden
Fixes/dont cover taskbar with system decorations hidden
10 years ago
Dan Walmsley
4fbb262eef
Merged branch fixes/dont-cover-taskbar-with-system-decorations-hidden into fixes/dont-cover-taskbar-with-system-decorations-hidden
10 years ago