danwalmsley
|
9802adabf3
|
Merge pull request #3316 from AvaloniaUI/x11-clip-targets
[X11] Properly set property type for TARGETS clipboard response
|
7 years ago |
Nikita Tsukanov
|
65918a9aa2
|
[X11] Properly set property type for TARGETS clipboard response
|
7 years ago |
Steven Kirk
|
ddd320b333
|
Merge pull request #3253 from MarchingCube/visual-tree-traversal-v2
Optimize and add new efficient visual tree extensions.
|
7 years ago |
Dariusz Komosiński
|
dc9dd5b7ef
|
Merge branch 'master' into visual-tree-traversal-v2
|
7 years ago |
Jumar Macato
|
0f65fadfd1
|
Merge pull request #3312 from MarchingCube/fix-oledroptarget-staticroot
Fix OleDropTarget not being unregistered
|
7 years ago |
Dariusz Komosinski
|
d089496d56
|
Fix OleDropTarget not being unregistered and staying alive as a static GC root.
|
7 years ago |
Dariusz Komosinski
|
b78b10c596
|
Comment fix.
|
7 years ago |
Dariusz Komosinski
|
b6ed3bdbae
|
Move invalidation function to LayoutHelper.
|
7 years ago |
Dariusz Komosiński
|
fee12901b3
|
Merge branch 'master' into visual-tree-traversal-v2
|
7 years ago |
Steven Kirk
|
b99131af73
|
Merge pull request #3296 from MarchingCube/alloc-children-changed
Cache delegates used for reacting to logical and visual children changes
|
7 years ago |
Dariusz Komosiński
|
cc31a60e96
|
Merge branch 'master' into alloc-children-changed
|
7 years ago |
danwalmsley
|
e169907335
|
Merge pull request #3306 from AvaloniaUI/fixes/double-detach-window-issue
Fix Exception when window is closed via Close() Method
|
7 years ago |
Steven Kirk
|
b8b8e3f8cc
|
Fix IWindowImpl mocks to call Close on Dispose.
|
7 years ago |
Dan Walmsley
|
0d2e10498f
|
Window shouldnt call HandleClosed as this is called by TopLevel signaled by backed Closed event.
|
7 years ago |
danwalmsley
|
531b70fcfe
|
Merge pull request #3304 from AvaloniaUI/feature/osx-allow-access-to-nswindow-nsview-handles
[OSX] Allow access to NSView and NSWindow via platofom handle.
|
7 years ago |
Dan Walmsley
|
7e660cde97
|
Merge branch 'feature/osx-allow-access-to-nswindow-nsview-handles' of https://github.com/AvaloniaUI/Avalonia into feature/osx-allow-access-to-nswindow-nsview-handles
|
7 years ago |
Dan Walmsley
|
172da86e65
|
fix Implementation method names.
|
7 years ago |
Dan Walmsley
|
916343448e
|
make the default handle the NSWindow.
|
7 years ago |
Dan Walmsley
|
b9f0898a37
|
return native handles.
|
7 years ago |
Dan Walmsley
|
726d692cb6
|
use obtain instead of get so sharpgen doesnt generate invalid properties.
|
7 years ago |
Dan Walmsley
|
6cd6f71ee7
|
try out var
|
7 years ago |
Dan Walmsley
|
9c67c805f9
|
fix method signature for sharpgen conventions.
|
7 years ago |
Dan Walmsley
|
c41ef36628
|
add osx implementation to get nsview and nswindow.
|
7 years ago |
Dan Walmsley
|
d7be0f9837
|
add implementation of platform handles on the managed side.
|
7 years ago |
Nikita Tsukanov
|
5a2ef35dac
|
Merge pull request #3302 from AvaloniaUI/fixes/osx-catalina-menu-bug
Fixes/osx catalina menu bug
|
7 years ago |
Dan Walmsley
|
87097f89ce
|
Merge remote-tracking branch 'refs/remotes/origin/master' into fixes/osx-catalina-menu-bug
|
7 years ago |
Dan Walmsley
|
e61933c206
|
[OSX] fix the osx menu on catalina.
|
7 years ago |
Steven Kirk
|
f3b5e2d533
|
Merge pull request #3298 from FoggyFinder/docsFix2908
Adjust comments for IsPointerOver & IsFocused methods
|
7 years ago |
FoggyFinder
|
cff59382c7
|
adjust comments
|
7 years ago |
Jumar Macato
|
f4e69224b1
|
Merge pull request #3297 from AvaloniaUI/bump-version
Bump version to 0.9.999 for CI builds.
|
7 years ago |
Steven Kirk
|
4b7e4313fe
|
Bump version to 0.9.999 for CI builds.
Now that 0.9 is (nearly) out, bump version on master.
|
7 years ago |
Dariusz Komosiński
|
d5f55314a2
|
Merge branch 'master' into alloc-children-changed
|
7 years ago |
Dariusz Komosinski
|
552e536aec
|
Cache delegates used for reacting to logical and visual children changes.
|
7 years ago |
Steven Kirk
|
56ea7bf872
|
Merge pull request #3216 from AvaloniaUI/fixes/2985-treeview-sort-crash
Prevent adding duplicate TreeViewItems to index
|
7 years ago |
Steven Kirk
|
68f3424147
|
Merge branch 'master' into fixes/2985-treeview-sort-crash
|
7 years ago |
Steven Kirk
|
c0172d400e
|
Merge pull request #3034 from jp2masa/dotnet-core-sdk-update
Update .NET Core SDK to version 3.0.x
|
7 years ago |
Steven Kirk
|
5eedc39739
|
Merge branch 'master' into dotnet-core-sdk-update
|
7 years ago |
danwalmsley
|
a898f15641
|
Merge pull request #3285 from AvaloniaUI/hackfix-rangebase-validatedouble
Hackfix for #3284
|
7 years ago |
Jumar Macato
|
5460d1709d
|
Merge branch 'hackfix-rangebase-validatedouble' of github.com:AvaloniaUI/Avalonia into hackfix-rangebase-validatedouble
|
7 years ago |
Jumar Macato
|
e23da28731
|
Remove obsolete unit test.
|
7 years ago |
danwalmsley
|
6c9090f1ca
|
Merge branch 'master' into hackfix-rangebase-validatedouble
|
7 years ago |
Benedikt Stebner
|
7f1135257e
|
Merge pull request #3288 from AvaloniaUI/grokys/datacontextprovider
Add DataContext to Application so we can bind Application menu commands
|
7 years ago |
Jumar Macato
|
671e22539f
|
Merge branch 'master' into hackfix-rangebase-validatedouble
|
7 years ago |
Jumar Macato
|
f569287998
|
Update xml comment.
|
7 years ago |
Jumar Macato
|
73e1224ac3
|
Ignore changes if isnt a valid double value.
|
7 years ago |
Dan Walmsley
|
79527e6ab9
|
restore app.xaml.cs
|
7 years ago |
Dan Walmsley
|
a26e5a7d78
|
Merge branch 'grokys/datacontextprovider' of https://github.com/AvaloniaUI/Avalonia into grokys/datacontextprovider
|
7 years ago |
Dan Walmsley
|
c375629717
|
restore app.xaml /cs
|
7 years ago |
danwalmsley
|
c1182e1844
|
Merge branch 'master' into grokys/datacontextprovider
|
7 years ago |
Dan Walmsley
|
055115415c
|
Application class uses AddOwner instead of making its own version of datacontext property.
|
7 years ago |