Steven Kirk
e3aa3bc3ef
Merge pull request #3342 from AvaloniaUI/fixes/3328-move-treeview
Fix DetachedFromLogicalTree event args parent, and allow TreeViews to be reparented
6 years ago
Jumar Macato
65e4470fd2
Merge branch 'master' into fixes/3328-move-treeview
6 years ago
Dariusz Komosiński
d69e815a84
Merge pull request #3403 from jp2masa/update-obsolete-api-usages
Fixed drag and drop obsolete API usage
6 years ago
Dariusz Komosiński
3dca33010c
Merge branch 'master' into update-obsolete-api-usages
6 years ago
danwalmsley
8a3f592083
Merge pull request #3453 from AvaloniaUI/fixes/x11-backend-cope-with-0size-window
Fixes/x11 backend cope with 0size window
6 years ago
Jumar Macato
7e42523008
Additional sanity checks for monitor resolution
6 years ago
Dan Walmsley
32df775398
Add hack to prevent renderer crashing on 0x0 window x11.
6 years ago
Dan Walmsley
1f1d3a8e35
prevent crashing in finalizer
6 years ago
Dan Walmsley
9fc7842eef
Revert "X11 backend wont crash with 0 sized window."
This reverts commit d49109877c .
6 years ago
Dan Walmsley
d49109877c
X11 backend wont crash with 0 sized window.
6 years ago
danwalmsley
fdfd5be1b1
Merge pull request #3451 from AvaloniaUI/feature/implement-avalonia-native-exception-dispatch
Implement ExceptionDispatch for OSX
6 years ago
Dan Walmsley
f56a891a0f
prevent possibility of double cancellation of main loop.
6 years ago
Dan Walmsley
9df55b02d4
Use loopcancellation instead of adding a seperate api.
6 years ago
Dan Walmsley
c3fb152597
Working exception dispatch
6 years ago
Dan Walmsley
69c0521c5e
Add methods for dispatching exceptions on osx.
6 years ago
Dan Walmsley
c35755857c
basic implementation of exception dispatch on avalonia.native.
6 years ago
Dariusz Komosiński
f88d7ccee6
Merge branch 'master' into update-obsolete-api-usages
6 years ago
Steven Kirk
93b94a52bd
Merge pull request #3315 from MarchingCube/alloc-scene-hittest
Rework deferred renderer scene hit testing
6 years ago
Dariusz Komosiński
89f5986cda
Merge branch 'master' into alloc-scene-hittest
6 years ago
Steven Kirk
e88d13b791
Merge pull request #3320 from MarchingCube/fix-win32-right-modifiers
Win32: Fix right ALT, CTRL and SHIFT being reported as left.
6 years ago
Dariusz Komosiński
7162fd2243
Merge branch 'master' into fix-win32-right-modifiers
6 years ago
Dariusz Komosiński
b501b648ec
Merge pull request #3447 from rstm-sf/doc/fix_typo_color_prop
Fix typo in the doc for Color properties
6 years ago
Rustam Sayfutdinov
694585ce68
Fix typo in the doc for Color properties
6 years ago
Steven Kirk
7a27e43c33
Merge pull request #3357 from donandren/issues/3356
Fix ImmediateRenderer hit testing for Adorner type layers
6 years ago
Steven Kirk
db9f60a9bd
Merge branch 'master' into issues/3356
6 years ago
Steven Kirk
ee9d0ceacb
Merge pull request #3427 from MarchingCube/improve-togglebutton
Implement ToggleButton events
6 years ago
Steven Kirk
9953bdd1ad
Merge branch 'master' into improve-togglebutton
6 years ago
Steven Kirk
4c690d49a6
Merge pull request #3444 from MarchingCube/fix-selecting-items-control-init
Fix SelectingItemsControl init behavior
6 years ago
Dariusz Komosiński
a238fd33f0
Unify SelectingItemsControl init handling and add extra checks to ensure correctness.
6 years ago
Dariusz Komosiński
1e673eca90
Add failing unit test for init issue.
6 years ago
Dariusz Komosiński
3cdc9c9a5f
Merge branch 'master' into improve-togglebutton
6 years ago
Steven Kirk
155e9d4bbd
Merge pull request #3424 from AvaloniaUI/port/items-repeater
Port ItemsRepeater changes from WinUI
6 years ago
Steven Kirk
ef42e9350d
Add doc comment for NonVirtualizingLayoutContext.
6 years ago
Steven Kirk
155915134e
Use correct context type.
6 years ago
José Pedro
dcab86a12e
Fixed drag and drop obsolete API usage.
6 years ago
Dariusz Komosinski
b400b45e0a
Use expression bodied events and properties.
6 years ago
Dariusz Komosinski
35f26081c6
Implement events for ToggleButton.
6 years ago
Steven Kirk
9a0be51f46
Merge branch 'master' into port/items-repeater
6 years ago
Steven Kirk
c6e6ad5678
Fix bug with UniformGridLayout MaximumRowsOrColumns and requested size
Ported from 007ab33a66
6 years ago
Steven Kirk
0236ced64f
Fix ItemsRepeater overwriting DataContext
Ported from 0e24e05dbd
6 years ago
Steven Kirk
bb7276d568
Extend the fix for Recycling the focused element to non virtualized l…
…ayouts
* Ensure that we set the m_processingItesmSourceChange flag for non-virtualizing layouts as well as virtualizing ones.
Ported from cc335ac391
6 years ago
Steven Kirk
09297dbb08
Fix repeater holding onto elements
If a consumer changes the ItemsSource with a non recycling layout then the items from the old source would be perpetually held by repeater, a potentially substantial leak.
Ported from e158eec3e9
6 years ago
Steven Kirk
1f46076f16
Use NonVirtualizingLayoutContext.
- Add and use `NonVirtualizingLayoutContext` in `NonVirtualizingLayout`
- Return -1 instead of throwing if element is not a child of `ItemsRepeater`
Ported from 22adf4dc62
6 years ago
Steven Kirk
261e477522
ItemsRepeater fix.
* Remove item from repeater children if there is no itemtemplate when being recycled.
Ported from c4d4d9995a
6 years ago
Steven Kirk
55275e09de
Fix stack layout arrange when items use stretch and final size is mor…
…e than desired size.
Ported from f37ebd5bb2
6 years ago
Steven Kirk
36fdb8e534
Add a MaximumRowsOrColumns to Uniformgridlayout
* Add a MaximumRowsOrColumns property to UniformGridLayout
* Fix nit
* Fix bugs
Ported from 6bd03c98f7 ?w=1
6 years ago
Steven Kirk
4cca4f0e4c
update to repeater to allow passing in uielements in itemssource
* minor update to repeater to allow passing in uielements in itemssource
* minor fixes
Ported from 95d5ff0076
6 years ago
Steven Kirk
0f83088f54
Merge branch 'master' into issues/3356
6 years ago
Steven Kirk
3d3ef68d4b
Merge pull request #3378 from AvaloniaUI/feature/drawing-image
Display Drawings in Image control
6 years ago
Jumar Macato
a71b3ba70a
Merge branch 'master' into feature/drawing-image
6 years ago