Sergey Mikolaitis
5fef8af151
[Text] [Rename] ShapeableTextCharacters to UnshapedTextRun and ShapedTextCharacters to ShapedTextRun
3 years ago
Nikita Tsukanov
78b4c6a96e
Ignore Opacity for hit-testing purposes
3 years ago
Nikita Tsukanov
5a3d9f1574
Use parent clip rect of the adorned visual
3 years ago
dependabot[bot]
fb88efce5f
Bump nanoid and mocha
Bumps [nanoid](https://github.com/ai/nanoid ) to 3.3.3 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha ). These dependencies need to be updated together.
Updates `nanoid` from 3.1.20 to 3.3.3
- [Release notes](https://github.com/ai/nanoid/releases )
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ai/nanoid/compare/3.1.20...3.3.3 )
Updates `mocha` from 8.4.0 to 10.2.0
- [Release notes](https://github.com/mochajs/mocha/releases )
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mochajs/mocha/compare/v8.4.0...v10.2.0 )
---
updated-dependencies:
- dependency-name: nanoid
dependency-type: indirect
- dependency-name: mocha
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
bad0160a2d
Bump json5
Bumps [json5](https://github.com/json5/json5 ) from 2.1.3 to 2.2.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v2.1.3...v2.2.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
50c21198b4
Bump flat and mocha
Bumps [flat](https://github.com/hughsk/flat ) to 5.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha ). These dependencies need to be updated together.
Updates `flat` from 4.1.0 to 5.0.2
- [Release notes](https://github.com/hughsk/flat/releases )
- [Commits](https://github.com/hughsk/flat/compare/4.1.0...5.0.2 )
Updates `mocha` from 8.1.3 to 8.4.0
- [Release notes](https://github.com/mochajs/mocha/releases )
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mochajs/mocha/compare/v8.1.3...v8.4.0 )
---
updated-dependencies:
- dependency-name: flat
dependency-type: indirect
- dependency-name: mocha
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
daniel
21f6307c37
again
3 years ago
daniel
5f5f5ebc9b
try fix tests
3 years ago
daniel
4780567438
Don't reomve old content from logicaltree
3 years ago
Emmanuel Hansen
66ca4ca639
remove hold styled properties in InputElement
3 years ago
Emmanuel Hansen
57255586c2
update hold tests
3 years ago
Emmanuel Hansen
08f17fa206
add more tests
3 years ago
Max Katz
1776522397
Mock IPlatformThreadingInterface
3 years ago
Emmanuel Hansen
29e7666a67
attempt at testing
3 years ago
Emmanuel Hansen
be843f699a
add mock thread interface to touch device tests
3 years ago
Emmanuel Hansen
f61c7f6cd9
Revert "fix tests"
This reverts commit 584e18f78d29480890711b1149d946f61e0d8447.
3 years ago
Emmanuel Hansen
c804fa00cf
fix tests
3 years ago
Max Katz
c2e00428df
Remove AppBuilderBase and generics
3 years ago
Max Katz
ab64b33470
Remove IRuntimePlatform.OperatingSystem API and replace with trimmable OperatingSystem API
3 years ago
Max Katz
9f633b8411
Fix OnPlatform-like extensions with a single input parameter
3 years ago
Emmanuel Hansen
586c3350dc
adds tests
3 years ago
Max Katz
b3eab25240
Fix tests build
3 years ago
Max Katz
8a78f134c5
Remove JetBrains.Annotations from the repo
3 years ago
Steven Kirk
02fe8bcd4b
Fix missing FontManagerImpl exception.
3 years ago
Steven Kirk
40228a3886
Ensure required assemblies are loaded.
And ensure the ResUri parsers are initialized.
3 years ago
Steven Kirk
4f6d51e166
Add tests for property binding threading.
- Added a failing tests for styled property binding with threading
- Made direct property test actually confirm that binding was done on UI thread
3 years ago
Steven Kirk
fdc4a4c497
Added WindowClosingEventArgs.
Fixes #9524 .
3 years ago
Steven Kirk
58b404a3ab
Added failing test for #7974 .
3 years ago
Benedikt Stebner
895d85aa89
Implement CharacterBufferReference and related classes
3 years ago
Daniil Pavliuchyk
6b8b5d78f4
Rework focus so we don't return focus to the lastly enabled element
3 years ago
Glen Nicol
2a5dceecbb
Feature: Double click expand/collapse treeview and numpad keyboard shortcuts
3 years ago
Steven Kirk
f4eeb82a58
Actually dispose DisposeAnimationInstanceSubject.
We were creating a `DisposeAnimationInstanceSubject` and then just discarding it, meaning it was never disposed.
Fixes #6111
Fixes #9514
3 years ago
Steven Kirk
23e45beb90
Fix integration tests on macOS.
3 years ago
Steven Kirk
003923b50d
Fix integration tests on Windows.
We need to be explicit about which element we're talking about when there are two elements with the same content, and so use accessibility IDs rather than Name.
3 years ago
Nikita Tsukanov
eaf2ce38a4
Context management
3 years ago
Max Katz
bdceb1c3df
Do not require matching ctor, if top level element
3 years ago
Daniil Pavliuchyk
80e1e1eb4c
Disabled controls should lose focus and don't accept keyboard events
3 years ago
Steven Kirk
387728fb2d
Added failing test for animations without activator.
Mentioned in #9561 .
3 years ago
Steven Kirk
58b5eeb9d2
Added failing tests for #9561 .
3 years ago
robloo
932d52dcf3
Standardize Default members in Size
3 years ago
robloo
3fc6a51571
Remove Rect.Default
3 years ago
daniel mayost
aa31daecde
Move FlowDirectionTests to Avalonia.Base.Tests
3 years ago
daniel mayost
4fae1b6e7a
Move FlewDirection to Visual and fix tests
3 years ago
Max Katz
526d9d052b
Avalonia.Base and controls related project trimming attributes
3 years ago
Max Katz
de039015ca
Small cleanup of warnings
3 years ago
Steven Kirk
306ac0e21a
Throw an exception on unit test assertion fail.
3 years ago
robloo
509ebddcc4
Standardize Default member in Rect
3 years ago
Giuseppe Lippolis
2aa79269e8
fix: Address reviw
3 years ago
Max Katz
6ed60610c9
Add ServiceProvider to the xaml runtime loader too
3 years ago
Dan Walmsley
1af7eb6f3a
fix window showdialog, and show raising exceptions when incorrect behavior is used.
3 years ago