Steven Kirk
3d4e248fd3
Merge branch 'master' into fix-menu-item-embed
5 years ago
Steven Kirk
1ea587b76c
Merge pull request #5370 from Gillibald/fixes/5366
Fix fallback typeface lookup for custom font collections
5 years ago
Steven Kirk
84a35e6469
Merge branch 'master' into fixes/5366
5 years ago
Steven Kirk
9da47cf8bc
Merge pull request #5275 from shartte/misc-d2d-fixes
Fix various small Direct2D platform issues
5 years ago
Steven Kirk
83baf479a0
Merge branch 'master' into fixes/5366
5 years ago
Steven Kirk
90853a4cb8
Merge branch 'master' into misc-d2d-fixes
5 years ago
Steven Kirk
d8762baf2a
Merge pull request #5437 from rstm-sf/infra/config_issue_template
Add redirects for Q/A and discussions in issue templates
5 years ago
Steven Kirk
0b7e130250
Merge branch 'master' into infra/config_issue_template
5 years ago
Steven Kirk
73ad36cbec
Merge pull request #5326 from jp2masa/nullable
Enabled nullable reference types on Avalonia.Markup
5 years ago
Steven Kirk
072bdd5d4f
Merge branch 'master' into infra/config_issue_template
5 years ago
Luis von der Eltz
f207a6a61e
Fix issue with MenuItem.Click not called when the item is not embdded into a Menu
5 years ago
Steven Kirk
3056e781b3
Merge branch 'master' into nullable
5 years ago
Steven Kirk
922f765af6
Promote nullable warnings to errors.
5 years ago
Steven Kirk
6b0f3a26eb
Fix nullability of Equals methods.
5 years ago
Steven Kirk
311dbfa088
Add #nullable enable on shared files.
Some files in Avalonia.Markup are linked into other projects and their use of `?` was causing warnings in the other projects. Explicitly add `#nullable enable` in these cases for now.
5 years ago
Steven Kirk
f56e4e0d2c
Fix nullable annotation.
5 years ago
Steven Kirk
f3a9f509d2
Fix nullable issues in Binding.cs,
5 years ago
Steven Kirk
610244d742
Merge pull request #5378 from YohDeadfall/reevaluate-can-execute-on-param-change
CanExecute reevaluation on parameter change
5 years ago
Steven Kirk
75d59d28a6
Remove Contract usages.
5 years ago
Steven Kirk
4be10bebd9
Merge branch 'master' into infra/config_issue_template
5 years ago
Steven Kirk
608e1c0c5a
Merge branch 'master' into reevaluate-can-execute-on-param-change
5 years ago
Steven Kirk
6fcce731fa
Merge branch 'master' into nullable
5 years ago
Steven Kirk
85a43a41b3
Merge branch 'master' into misc-d2d-fixes
5 years ago
Steven Kirk
593442f6af
Merge pull request #4823 from adirh3/fixes/hotkey-manager-leak-fix
Fix for hotkey manager memory leak
5 years ago
Steven Kirk
69e63bc0b4
Merge branch 'master' into fixes/hotkey-manager-leak-fix
5 years ago
Dan Walmsley
2ab5f8b893
Revert "Update licence.md"
This reverts commit 0f6e9a86aa .
5 years ago
Dan Walmsley
0f6e9a86aa
Update licence.md
5 years ago
Dan Walmsley
b6ccad0cf8
Merge pull request #5433 from AvaloniaUI/fixes/osx-multi-monitor-working-area-calc
Fixes/osx multi monitor working area calc
5 years ago
Dan Walmsley
4cf6231487
Merge branch 'fixes/osx-multi-monitor-working-area-calc' of github.com:AvaloniaUI/Avalonia into fixes/osx-multi-monitor-working-area-calc
5 years ago
Dan Walmsley
bd159fbde7
Fix auto sizing.
5 years ago
Rustam Sayfutdinov
aeaccd4535
Resolve conversation
5 years ago
Dan Walmsley
11e81fe6a9
Merge branch 'master' into fixes/osx-multi-monitor-working-area-calc
5 years ago
Nikita Tsukanov
fe03d5215a
Merge pull request #5439 from worldbeater/ignore-x-modifiers
fix: Don't Try to Emit x:FieldModifier or x:ClassModifier
5 years ago
artyom
c80b6417aa
Remove *Modifier directives
5 years ago
artyom
b7b5eaa702
Add a failing test
5 years ago
Rustam Sayfutdinov
ef146125d2
Add redirects for Q/A and discussions in issue templates
5 years ago
Dan Walmsley
3e690c5fbc
fix rounding error on screens page.
5 years ago
Dan Walmsley
20fe1e9932
unify screen calculations.
5 years ago
Dan Walmsley
c1252b473d
fix screen page rendering.
5 years ago
Dan Walmsley
ffe0f94ddb
fix multi monitor screen position osx.
5 years ago
Dan Walmsley
df0a9ae8e8
Merge pull request #5399 from AvaloniaUI/fixes/dialog-main-window-activation
Fixes/dialog main window activation
5 years ago
Dan Walmsley
96d92e0dea
Merge remote-tracking branch 'origin/master' into fixes/dialog-main-window-activation
5 years ago
Dan Walmsley
521d99e35f
dont bring main window to front with mouse move events and dialog is open.
5 years ago
Steven Kirk
1a39210feb
Fix ncrunch.
5 years ago
Yoh Deadfall
a767773eb2
Fixed tests
5 years ago
Yoh Deadfall
faf9aa1f96
CanExecute reevaluation on parameter change
5 years ago
Benedikt Schroeder
6b82ccf898
Merge remote-tracking branch 'origin/fixes/5366' into fixes/5366
5 years ago
Benedikt Schroeder
4bebe777d9
Fix mock font manager and add typeface collection tests
5 years ago
Benedikt Stebner
3479cbcbb8
Merge branch 'master' into fixes/5366
5 years ago
Benedikt Schroeder
fe6f66e77d
Try all font styles to find a fallback typeface
5 years ago