danwalmsley
e0dc2ceff7
Merge branch 'master' into portablexaml
9 years ago
Nikita Tsukanov
0d77f1701d
Script typo
9 years ago
Nikita Tsukanov
6c4bbdcc4d
Added System.ValueTuple to dependency list
9 years ago
Nikita Tsukanov
2c69262c9b
Merge pull request #1062 from AvaloniaUI/add-nuget-replace-scripts
Add nuget replace scripts
9 years ago
danwalmsley
0a11e93773
Merge branch 'master' into add-nuget-replace-scripts
9 years ago
danwalmsley
f34662443f
Merge pull request #1064 from AvaloniaUI/add-context-menu-to-control-catalog
add a context menu to the control catalog.
9 years ago
danwalmsley
1aa8017498
Merge branch 'master' into add-context-menu-to-control-catalog
9 years ago
danwalmsley
9dd93083fd
Merge pull request #1066 from AvaloniaUI/fixes/1063-context-menu-doesnt-close
fix context menu not closing when an item is clicked.
9 years ago
Dan Walmsley
e3992ef4ad
fix context menu not closing when an item is clicked.
9 years ago
Dan Walmsley
f953e4c3a4
chmod linux replace script
9 years ago
Nikita Tsukanov
38d04b22bd
Merge branch 'master' into add-context-menu-to-control-catalog
9 years ago
Nikita Tsukanov
44da9df5d4
Merge pull request #1016 from AvaloniaUI/wpf-integration
Proper WPF integration
9 years ago
Dan Walmsley
a1b5e43e18
add a context menu to the control catalog.
9 years ago
danwalmsley
ccb400c851
fix linux script.
9 years ago
Dan Walmsley
d6cca36469
add nuget cache replace scripts.
9 years ago
Nikita Tsukanov
d63c074bd3
Merge branch 'master' into wpf-integration
Conflicts:
src/Avalonia.Layout/LayoutManager.cs
9 years ago
Nikita Tsukanov
e5289146d9
Remove AttachDevToolsToTopLevelOnVisualTreeAttachment since @grokys doesn't like it
9 years ago
Dan Walmsley
71dff48a7a
add fix for null reference exception when arranging.
added comments explaining the conditions that the bug occurs in.
(cherry picked from commit fa1f5bc8f9 )
9 years ago
Steven Kirk
33fd46c789
Quick and dirty hack to fix #1054
This fixes the problem decribed in #1054 but I think there's something wrong with the way we handle top level layout anyway and it's going to need refactoring soon.
(cherry picked from commit 7337a90fc1 )
9 years ago
Nikita Tsukanov
76bc7aaafb
Fixed issues from PR comments #1016
9 years ago
Nikita Tsukanov
35f353c2db
Use OnMeasureInvalidated instead of virtual InvalidateMeasure
9 years ago
Nikita Tsukanov
644708bb7c
Implemented mouse leave event for GTK3 backend
9 years ago
Nikita Tsukanov
f926d7886c
Fixed include condition for linux skia binaries
9 years ago
Steven Kirk
fb6229c6f3
Merge pull request #1050 from AvaloniaUI/fixes/874-fix-tilebrush-tiling
Added more ImageBrush tests.
9 years ago
Nikita Tsukanov
16d9796017
Merge branch 'master' into wpf-integration
9 years ago
Nikita Tsukanov
2d23cab586
Fixed Skia framebuffer bitmap test
9 years ago
Nikita Tsukanov
cc354da723
Focus embedded toplevel on click
9 years ago
danwalmsley
51fb646faf
Merge pull request #1046 from AvaloniaUI/fixes/566-set-handled-on-command-execution
Set e.Handled on command execution.
9 years ago
danwalmsley
8edf671667
Merge branch 'master' into fixes/566-set-handled-on-command-execution
9 years ago
danwalmsley
e56c897abb
Merge pull request #1048 from AvaloniaUI/fixes/277-treeview-keyboard-navigation
Fixed TreeView Keyboard Navigation
9 years ago
danwalmsley
eb9a8e1aac
Merge branch 'master' into fixes/277-treeview-keyboard-navigation
9 years ago
danwalmsley
b605d7a93e
Merge pull request #1047 from AvaloniaUI/fixes/854-left-click-button
Only respond to left click in Button.
9 years ago
Steven Kirk
7a5e9010a3
Added another passing ImageBrush test.
This tests what I though was a bug in #874 but comparing with WPF, it seems this is correct behavior.
9 years ago
Steven Kirk
730911fc0d
Added a couple more passing tile tests.
9 years ago
Steven Kirk
04dc48afef
Added missing doc comments.
9 years ago
Steven Kirk
c4aa2197b2
Fixed TreeView navigation.
Fixes #277 .
9 years ago
Steven Kirk
a1d6406ce9
Only set focus on left button click.
9 years ago
Steven Kirk
bb11b302b8
Added failing unit test for #277 .
9 years ago
Steven Kirk
3bee9e5557
Only respond to left click in Button.
Fixes #854 .
9 years ago
Steven Kirk
075cd4b9a4
Ensure menu gets closed.
If there's a `Command` binding for a `MenuItem` it will now swallow the `Click` event, meaning that the menu won't get closed. Listen for handled events too.
9 years ago
Steven Kirk
85e40b9c0b
Set e.Handled on command execution.
Otherwise the `Click` event bubbles upwards causing #566 .
Fixes #566
9 years ago
Nikita Tsukanov
abf866cf61
Fixes to get it working again after merge
9 years ago
Nikita Tsukanov
41ed04f369
Merge branch 'master' into wpf-integration
9 years ago
danwalmsley
8bf9b58e48
Merge pull request #1032 from AvaloniaUI/fixes/787-contentpresenter-updatechild
Refactored ContentPresenter
9 years ago
danwalmsley
4ec230b0b1
Merge branch 'master' into fixes/787-contentpresenter-updatechild
9 years ago
Nikita Tsukanov
85f2930557
[GTK3] More changes to workaround SafeHandle not being allowed to be null
9 years ago
Nikita Tsukanov
6ea0635c7f
[GTK3] Workaround for SafeHandle not allowed to be null
9 years ago
Nikita Tsukanov
8508dd5a58
Merge pull request #1042 from mterwoord/patch-2
Update from-wpf.md
9 years ago
Matthijs ter Woord
bf2a363ef6
Update from-wpf.md
Small typo in sample.
9 years ago
Steven Kirk
ceca72193f
Merge branch 'master' into fixes/787-contentpresenter-updatechild
9 years ago