Steven Kirk
0c24e54c6a
Refactor menu integration tests.
- Remove the `NativeMenuBar` as it's not needed on Windows and mac uses the native menu
- Make the menu structure look more like a real menu
4 years ago
Steven Kirk
898b0fa285
Disable focus test on mac.
Because I can't work out how to implement the extremely advanced use-case of finding out whether a control is focused there /s
4 years ago
Steven Kirk
20d50b348a
Don't close and re-open menu if selection unchanged.
4 years ago
Steven Kirk
bbf7bee56a
Fix unopened toplevel menu selection with down key.
4 years ago
Steven Kirk
909e9c57da
Add failing menu tests for click + arrow select.
4 years ago
Steven Kirk
5f51c99c13
Don't steal focus when hovering menu bar.
Don't focus the menu item when simply hovering over a top-level menu item. The item should only be focused when the containing menu is open.
Fixes #7906
4 years ago
Steven Kirk
5d35ac324f
Additional menu integration tests.
4 years ago
Steven Kirk
69f96d5b44
Added failing integration test for #7906 .
4 years ago
Max Katz
6e35970718
Merge pull request #7810 from danielmayost/feature/flowDirectionImpl
Implement FlowDirection - Bidirectional layout
4 years ago
Max Katz
7b4338a3d1
Merge branch 'master' into feature/flowDirectionImpl
4 years ago
Max Katz
0305df6e58
Merge pull request #7937 from AvaloniaUI/fixes/osx-reset-windowstate-when-dragged-in-maximised-state
[OSX] reset maximised state when window is dragged.
4 years ago
Max Katz
ebaf43bdbe
Merge branch 'master' into fixes/osx-reset-windowstate-when-dragged-in-maximised-state
4 years ago
Dan Walmsley
79fc50734a
Merge pull request #7943 from AvaloniaUI/feature/generic-virtual-analyzer
Added generic virtual methods analyzer.
4 years ago
Steven Kirk
f682f5af7c
Added generic virtual methods analyzer.
Added a new `DevAnalyzers` project with a single analyzer to detect generic virtual/interface methods.
4 years ago
Benedikt Stebner
c98571764d
Merge branch 'master' into feature/flowDirectionImpl
4 years ago
Dan Walmsley
4b5e86c72d
[OSX] reset maximised state when window is dragged.
4 years ago
Benedikt Stebner
3a2f658071
Merge pull request #7936 from robloo/dropdownbutton-foreground-fix
Update DropDownButton with TextElement.Foreground
4 years ago
daniel mayost
e4c4c40807
same
4 years ago
robloo
d64aef16b9
Update DropDownButton with TextElement.Foreground
4 years ago
daniel mayost
dd8787c98a
some fixes
4 years ago
Max Katz
2d03f508ae
Merge pull request #7500 from workgroupengineering/features/Controls/HotkeyManager_Without_Command
Allowed Hotkey without using Command
4 years ago
Max Katz
240f3d7682
Merge branch 'master' into features/Controls/HotkeyManager_Without_Command
4 years ago
Max Katz
8c01726326
Merge pull request #7931 from AvaloniaUI/remove-dropdown
Delete DropDown.cs
4 years ago
Max Katz
748515b97d
Merge branch 'master' into features/Controls/HotkeyManager_Without_Command
4 years ago
Max Katz
ee246f8f56
Merge branch 'master' into remove-dropdown
4 years ago
Max Katz
9f08aee6f6
Update API compat
4 years ago
Max Katz
40c4ce1e3b
Merge pull request #7838 from robloo/dropdownbutton
Add new DropDownButton Control
4 years ago
Max Katz
704eece697
Merge branch 'master' into dropdownbutton
4 years ago
Max Katz
adb85f9fad
Delete DropDown.cs
It wasn't supposed to live for so long.
4 years ago
Jumar Macato
f86b2ad571
Merge branch 'master' into feature/flowDirectionImpl
4 years ago
Max Katz
060a98e3f6
Merge pull request #7914 from robloo/rectangle-corners
Add Rectangle RadiusX/RadiusY Properties for Rounded Corners
4 years ago
robloo
9f4241684a
Separate out const for better theoretical performance
4 years ago
robloo
c933995765
Merge branch 'master' into rectangle-corners
4 years ago
robloo
928cb35fca
Update after review
4 years ago
daniel mayost
ac18fb3597
same
4 years ago
daniel mayost
d8530e4baa
oops..
4 years ago
daniel mayost
106365d256
Merge branch 'master' of https://github.com/AvaloniaUI/Avalonia into feature/flowDirectionImpl
4 years ago
Jumar Macato
eafb5175bb
Merge pull request #7902 from pr8x/button-flyout-diagnostics
Fix devtools popup inspection
4 years ago
Jumar Macato
d4449a0cb7
Merge branch 'master' into button-flyout-diagnostics
4 years ago
Benedikt Stebner
2bd71d9015
Merge pull request #7916 from AvaloniaUI/dependabot/npm_and_yarn/tests/Avalonia.DesignerSupport.Tests/Remote/HtmlTransport/webapp/minimist-1.2.6
Bump minimist from 1.2.5 to 1.2.6 in /tests/Avalonia.DesignerSupport.Tests/Remote/HtmlTransport/webapp
4 years ago
dependabot[bot]
baca1246e2
Bump minimist
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Benedikt Stebner
2979b6a93f
Merge pull request #7917 from AvaloniaUI/dependabot/npm_and_yarn/src/Avalonia.DesignerSupport/Remote/HtmlTransport/webapp/minimist-1.2.6
Bump minimist from 1.2.5 to 1.2.6 in /src/Avalonia.DesignerSupport/Remote/HtmlTransport/webapp
4 years ago
dependabot[bot]
580841f042
Bump minimist
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Benedikt Stebner
a1d0cdec2e
Merge pull request #7918 from AvaloniaUI/dependabot/npm_and_yarn/tests/Avalonia.DesignerSupport.Tests/Remote/HtmlTransport/webapp/ansi-regex-3.0.1
Bump ansi-regex from 3.0.0 to 3.0.1 in /tests/Avalonia.DesignerSupport.Tests/Remote/HtmlTransport/webapp
4 years ago
Benedikt Stebner
0a5cd25423
Merge branch 'master' into dependabot/npm_and_yarn/tests/Avalonia.DesignerSupport.Tests/Remote/HtmlTransport/webapp/ansi-regex-3.0.1
4 years ago
Jumar Macato
e25c5e5147
Merge pull request #7921 from 0x0ade/fix-ellipsenode-transform
Add missing context.Transform = Transform in EllipseNode
4 years ago
Jade Macho
6e094510a6
Add missing context.Transform = Transform in EllipseNode
4 years ago
dependabot[bot]
cfd39e0afb
Bump ansi-regex
Bumps [ansi-regex](https://github.com/chalk/ansi-regex ) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases )
- [Commits](https://github.com/chalk/ansi-regex/compare/v3.0.0...v3.0.1 )
---
updated-dependencies:
- dependency-name: ansi-regex
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Jumar Macato
e038429cb1
Merge pull request #7746 from Gillibald/fixes/textProcessingBugs
Fix text processing bugs
4 years ago
Benedikt Stebner
05836c4bea
Merge branch 'fixes/textProcessingBugs' of https://github.com/Gillibald/Avalonia into fixes/textProcessingBugs
4 years ago