Steven Kirk
51c19358b5
Merge branch 'master' into fixes/unwrap-designer-exception
6 years ago
danwalmsley
7cd335c3b8
Merge pull request #3937 from AvaloniaUI/update/items-repeater
Port ItemsRepeater changes from WinUI
6 years ago
danwalmsley
e07473bb03
Merge branch 'master' into update/items-repeater
6 years ago
Steven Kirk
949f33227f
Unwrap TargetInvocationException.
To provide a better error message to the designer.
6 years ago
danwalmsley
92e63f31c8
Update build.md
6 years ago
Dan Walmsley
11d0ca56de
fix timespan in render demo.
6 years ago
Steven Kirk
310d594461
StackLayout incorrect sizing bug
Ported from c621498e61
6 years ago
Steven Kirk
6eb7f5b034
Fix issue with multiple resets causing a crash due to duplicate keys.
Ported from 464a448277
6 years ago
Steven Kirk
094462639e
Add StackLayout.DisableVirtualization
And a couple of updates to `ItemsRepeater`.
Ported from f3862ecf86
6 years ago
danwalmsley
8d8fa16103
Merge pull request #3751 from AvaloniaUI/fixes/497-shared-contextmenu
Allow ContextMenus to be shared
6 years ago
danwalmsley
d396d7ed3a
Merge branch 'master' into fixes/497-shared-contextmenu
6 years ago
danwalmsley
eef9e242a3
Merge pull request #3936 from AvaloniaUI/fixes/3934-scroll-to-wrong-item
Fix scrolling to incorrect item in SelectingItemsControl.
6 years ago
Steven Kirk
7f87c2e74a
Don't raise SelectionModel.PropertyChanged during update.
6 years ago
Steven Kirk
8e29811c91
Added failing test for #3934 .
6 years ago
Steven Kirk
a267c66eb1
Merge pull request #3933 from sdoroff/autocompletebox-textinitialization
Fix AutoCompleteBox Text Initialization Bug
6 years ago
sdoroff
2be01a6f01
Ignore initial value of AutoComplete TextBox
6 years ago
Steven Kirk
0861f663fc
Merge pull request #3909 from AvaloniaUI/fixes/calculate-bounds-for-drawline
Calculate LineNode bounds, (Pen caps and Pen Thickness too)
6 years ago
Dan Walmsley
b3b7a57397
use consistent naming in renderdemo
6 years ago
Dan Walmsley
957eef7dba
share linebouds helper with render demo. remove hacky test code.
6 years ago
Steven Kirk
6353ba51df
Merge branch 'fixes/calculate-bounds-for-drawline' of https://github.com/AvaloniaUI/Avalonia into fixes/calculate-bounds-for-drawline
6 years ago
Steven Kirk
07fd1731e7
Fix PixelRect snapping.
6 years ago
Steven Kirk
313f334d1c
Added failing PixelRect snapping tests.
6 years ago
danwalmsley
929f97f10e
Merge branch 'master' into fixes/calculate-bounds-for-drawline
6 years ago
Steven Kirk
fc5c814cfa
Correctly snap dirty rects to device pixels.
6 years ago
danwalmsley
9168af04c7
Merge pull request #3151 from donandren/issues/xamlilpathgeneration
Fix avares name/path generation on macos
6 years ago
danwalmsley
0e51bc8d38
Merge branch 'master' into issues/xamlilpathgeneration
6 years ago
danwalmsley
9441a9a588
Merge branch 'master' into fixes/497-shared-contextmenu
6 years ago
danwalmsley
51fb02f5a1
Merge pull request #3926 from AvaloniaUI/osx-dnd-master
DnD support for OSX (target: master)
6 years ago
Steven Kirk
cf155200a7
Don't inflate geometry by stroke width twice.
We're already passing the stroke width to `UpdatePathCache` which should include it in its calculations. Here we were applying the stroke width twice.
6 years ago
Nikita Tsukanov
39501e5b30
DnD support for OSX
6 years ago
Dariusz Komosiński
843a804a9e
Merge pull request #3923 from AvaloniaUI/fixes/3918-selectionmodel-range-select
More fixes to multiple selection on TreeView
6 years ago
Steven Kirk
9ef91f9e10
Fix notifications when removing parent item.
6 years ago
Steven Kirk
fcdac73e75
Fix select range logic.
Make sure the item we're selecting is within the requested range. Also refactored the unit tests to do a simple test on `SelectedIndices` instead of using `IsSelectedWithPartial` because both can't really be tested together using the old testing method.
6 years ago
Steven Kirk
b44029ecbd
Merge branch 'master' into fixes/3918-selectionmodel-range-select
6 years ago
Steven Kirk
2b5d7fb28d
Don't allow selection of non-expanded TreeViewItems.
And remove child selection when a `TreeViewItem` is un-expanded.
This is necessary because we don't get enough information about a materialized `TreeViewItem` to select it when materialized, so the `SelectionModel` and `TreeViewItem` selection state gets out of sync.
6 years ago
Steven Kirk
d5f0110ca6
Raise SelectionChanged when nested children change.
6 years ago
danwalmsley
41a99d5fcd
Merge pull request #3858 from AvaloniaUI/feature/3744-onapplytemplate
Use OnApplyTemplate instead of OnTemplateApplied.
6 years ago
danwalmsley
1af87d1083
Merge branch 'master' into fixes/497-shared-contextmenu
6 years ago
danwalmsley
8bbe9a40dc
Merge branch 'master' into feature/3744-onapplytemplate
6 years ago
Dan Walmsley
fffa08487f
Merge branch 'master' into fixes/calculate-bounds-for-drawline
6 years ago
Dan Walmsley
4dc87d6cbc
update replace scripts.
6 years ago
Dariusz Komosiński
e49a87eeb9
Merge branch 'master' into fixes/calculate-bounds-for-drawline
6 years ago
danwalmsley
ceb2f09f9e
Merge pull request #3386 from AvaloniaUI/glcontrol
GLControl
6 years ago
Steven Kirk
1c5d048543
Only do a node cleanup when all operations have finished.
Fixes #3918 .
6 years ago
Nikita Tsukanov
d9c5bbb106
Updates for master
6 years ago
Nikita Tsukanov
d0fdce3b60
Merge remote-tracking branch 'origin/master' into glcontrol
# Conflicts:
# src/Skia/Avalonia.Skia/PlatformRenderInterface.cs
# src/Skia/Avalonia.Skia/SkiaOptions.cs
6 years ago
Steven Kirk
8230684a41
Added failing test for #3918 .
6 years ago
Steven Kirk
63c336e6d1
Refactored TreeView page in ControlCatalog.
To make it a bit easier to debug nested selection problems.
6 years ago
Dan Walmsley
f270a1eafd
remove pen argument from DrawOperation and BrushDrawOperation
6 years ago
danwalmsley
d220052498
Merge branch 'master' into fixes/calculate-bounds-for-drawline
6 years ago