Dan Walmsley
d43a2b40fa
Merge branch 'master' into fixes/5101-contextmenu-in-popup
6 years ago
Dan Walmsley
0fb8cc35df
Merge pull request #5097 from AvaloniaUI/fix-compiledbinding-with-datagrid
Fix CompiledBinding usage with DataGrid
6 years ago
Dan Walmsley
0ec83c23c8
Merge branch 'master' into fix-compiledbinding-with-datagrid
6 years ago
Steven Kirk
77279ae608
Merge pull request #5377 from MichalPetryka/patch-1
Correct RtlGetVersion usage
6 years ago
Steven Kirk
c8a22e1a98
Merge branch 'master' into patch-1
6 years ago
Steven Kirk
b3720fd57c
Merge pull request #5494 from AvaloniaUI/housekeeping/reactiveui-nullablity
Enable nullable reference types on Avalonia.ReactiveUI project
6 years ago
Max Katz
2a8b7302ce
Enable nullable reference types on Avalonia.ReactiveUI project
6 years ago
Benedikt Stebner
6f4bb48f2b
Merge branch 'master' into patch-1
6 years ago
Steven Kirk
97c3c10e2c
Respect ContextMenu.PlacementTarget again.
6 years ago
Steven Kirk
4003b1e40d
Pass clicked control as placement target.
Moved the implementation of `ContextMenu.Open` into a private method that accepts a control and a placement target. When calling `Open` due to a right-click in `ControlPointerReleased`, call this method with the clicked control as the placement target.
Fixes #5101
6 years ago
Steven Kirk
cae9badc1c
Merge pull request #5457 from petedavis/linux-fb-focus
Set initial input focus using LinuxFrameBufferPlatform
6 years ago
Peter Davis
8d9192e5aa
Merge branch 'master' into linux-fb-focus
6 years ago
Dariusz Komosiński
6332dfca96
Merge pull request #5462 from YohDeadfall/has-enum
HasFlagCustom made safe and supports all enums
6 years ago
Yoh Deadfall
0a7ca87e3b
HasFlagCustom made safe and supports all enums
6 years ago
Peter Davis
1abf9964e6
Set initial input focus using LinuxFrameBufferPlatform
6 years ago
Benedikt Stebner
6ff478bdb1
Merge pull request #5410 from Gillibald/fixes/LineBreakEnumerator
Replace LineBreakEnumerator implementation
6 years ago
Dariusz Komosiński
eaffccb0ac
Merge branch 'master' into fixes/LineBreakEnumerator
6 years ago
Dariusz Komosiński
61503e99e0
Merge pull request #4887 from AvaloniaUI/feature/custom-cursors
Custom cursors
6 years ago
Dariusz Komosiński
6dd79bd811
Merge branch 'master' into feature/custom-cursors
6 years ago
Benedikt Stebner
1031a7d8dd
Merge branch 'master' into fixes/LineBreakEnumerator
6 years ago
Benedikt Stebner
4795d9e0e7
Merge remote-tracking branch 'origin/fixes/LineBreakEnumerator' into fixes/LineBreakEnumerator
6 years ago
Benedikt Stebner
da0145fae0
Remove redundant file
Add porting comment
6 years ago
Dariusz Komosiński
ecd1901312
Merge pull request #5451 from pr8x/fix-menu-item-embed
Standalone MenuItem.Click
6 years ago
Benedikt Stebner
065538001e
Merge branch 'master' into fixes/LineBreakEnumerator
6 years ago
Steven Kirk
3d4e248fd3
Merge branch 'master' into fix-menu-item-embed
6 years ago
Dariusz Komosiński
70a03f2cec
Merge branch 'master' into feature/custom-cursors
6 years ago
Steven Kirk
1ea587b76c
Merge pull request #5370 from Gillibald/fixes/5366
Fix fallback typeface lookup for custom font collections
6 years ago
Dariusz Komosiński
42baf2341c
Merge branch 'master' into feature/custom-cursors
6 years ago
Steven Kirk
84a35e6469
Merge branch 'master' into fixes/5366
6 years ago
Steven Kirk
9da47cf8bc
Merge pull request #5275 from shartte/misc-d2d-fixes
Fix various small Direct2D platform issues
6 years ago
Steven Kirk
83baf479a0
Merge branch 'master' into fixes/5366
6 years ago
Steven Kirk
90853a4cb8
Merge branch 'master' into misc-d2d-fixes
6 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
6 years ago
Steven Kirk
0b7e130250
Merge branch 'master' into infra/config_issue_template
6 years ago
Steven Kirk
73ad36cbec
Merge pull request #5326 from jp2masa/nullable
Enabled nullable reference types on Avalonia.Markup
6 years ago
Steven Kirk
072bdd5d4f
Merge branch 'master' into infra/config_issue_template
6 years ago
Steven Kirk
ef52b6cfd7
And another compiler error.
6 years ago
Luis von der Eltz
f207a6a61e
Fix issue with MenuItem.Click not called when the item is not embdded into a Menu
6 years ago
Steven Kirk
3056e781b3
Merge branch 'master' into nullable
6 years ago
Steven Kirk
922f765af6
Promote nullable warnings to errors.
6 years ago
Steven Kirk
6b0f3a26eb
Fix nullability of Equals methods.
6 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.
6 years ago
Dariusz Komosiński
c68c9915b8
Merge branch 'master' into feature/custom-cursors
6 years ago
Steven Kirk
f56e4e0d2c
Fix nullable annotation.
6 years ago
Steven Kirk
f3a9f509d2
Fix nullable issues in Binding.cs,
6 years ago
Steven Kirk
610244d742
Merge pull request #5378 from YohDeadfall/reevaluate-can-execute-on-param-change
CanExecute reevaluation on parameter change
6 years ago
Steven Kirk
75d59d28a6
Remove Contract usages.
6 years ago
Steven Kirk
4be10bebd9
Merge branch 'master' into infra/config_issue_template
6 years ago
Steven Kirk
eec7f4c8df
Merge branch 'master' into patch-1
6 years ago
Steven Kirk
608e1c0c5a
Merge branch 'master' into reevaluate-can-execute-on-param-change
6 years ago