Dan Walmsley
cbda0e9d95
fix nits.
6 years ago
Steven Kirk
234664011c
Fixed typo.
6 years ago
Nikita Tsukanov
8bcafad8a3
Fixed ActivateTransientChildIfNeeded
6 years ago
Nikita Tsukanov
0f353769ec
X11Window cleanup
6 years ago
Dan Walmsley
29004117b6
Draw operation bounds are Normalized.
6 years ago
Dan Walmsley
fe01544a4c
Add a Rect.Normalize method with tests.
6 years ago
Dan Walmsley
1474670710
remove method.
6 years ago
Dan Walmsley
2501698af1
whitespace
6 years ago
Dan Walmsley
c928700feb
make copy of list before enumerating.
6 years ago
Dan Walmsley
578443d6e0
nits
6 years ago
Steven Kirk
949f33227f
Unwrap TargetInvocationException.
To provide a better error message to the designer.
6 years ago
Dan Walmsley
cb57a4313b
make owner property readonly.
6 years ago
Dan Walmsley
97ae32c619
fix collection modified exception.
6 years ago
Dan Walmsley
0e59c05b55
implement closing chain logic.
6 years ago
Dan Walmsley
86ac0ff5a5
OSX implement SetParent
6 years ago
Dan Walmsley
313a292fc4
extend api so that when a parent is set you can state if the current window becomes modal.
6 years ago
Dan Walmsley
4e0e72abf6
remove redundant call
6 years ago
Dan Walmsley
9b2ff91ea6
fix x11 implementation.
6 years ago
Dan Walmsley
c8e27b597c
use owner property.
6 years ago
Dan Walmsley
5dffe72af8
Closing event re-enabled parent.
6 years ago
Dan Walmsley
0116f7ad96
remove disabledBy array on win32.
6 years ago
Dan Walmsley
e1c1775e71
stubs
6 years ago
Dan Walmsley
cfdd21e432
add stubs for osx implementation.
6 years ago
Dan Walmsley
4fe8e41646
add x11 implementation.
6 years ago
Dan Walmsley
a8418189d2
win32 implementation uses new apis for showdialog.
6 years ago
Dan Walmsley
e434d68f2e
implement showdialog using new apis.
6 years ago
Dan Walmsley
6e7d2bec62
add new IWindowImpl members, remove ShowDialog.
6 years ago
Dariusz Komosinski
d284e8b253
Fix NextDrawAs.
6 years ago
Nikita Tsukanov
c3635302b5
Changed box shadow drawing APIs a bit
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
Steven Kirk
7f87c2e74a
Don't raise SelectionModel.PropertyChanged during update.
6 years ago
Dan Walmsley
a856b210fb
dont implement CreateScaleBitmap on Direct2d.
6 years ago
sdoroff
2be01a6f01
Ignore initial value of AutoComplete TextBox
6 years ago
Dan Walmsley
957eef7dba
share linebouds helper with render demo. remove hacky test code.
6 years ago
Steven Kirk
07fd1731e7
Fix PixelRect snapping.
6 years ago
Steven Kirk
fc5c814cfa
Correctly snap dirty rects to device pixels.
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
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
Benedikt Schroeder
7962cc4ceb
Don't invalidate measure on invalidate formatted text
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
Dan Walmsley
b08c60bd14
wrap stream in skmanagedstream to prevent collection of underlying stream, dispose codec.
6 years ago
Dan Walmsley
4dbaaf4b1f
disable optimizations for method.
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
Dan Walmsley
f270a1eafd
remove pen argument from DrawOperation and BrushDrawOperation
6 years ago