Steven Kirk
f385cc12f1
Remove debug/unused code.
4 years ago
Max Katz
5d9be70b1f
Merge branch 'master' into feature/7120-control-themes
4 years ago
Max Katz
6b814be965
Merge pull request #8431 from AvaloniaUI/remove-DottedLineFocusAdorner
Remove perf-expensive DottedLineFocusAdorner style
4 years ago
Max Katz
4eb3ae4f6e
Merge branch 'master' into remove-DottedLineFocusAdorner
4 years ago
Max Katz
62effd7c6b
Merge pull request #8427 from AvaloniaUI/fixes/7381-reparenting-control-crash
Fix crash in deferred renderer when reparenting a control.
4 years ago
Max Katz
11b8c8f531
Merge branch 'master' into fixes/7381-reparenting-control-crash
4 years ago
Max Katz
866434b886
Merge pull request #8409 from AvaloniaUI/fixes/devtools-promotes-values-to-localvalue
Don't promote layout property values to local values in DevTools.
4 years ago
Max Katz
4f8938858d
Merge branch 'master' into fixes/devtools-promotes-values-to-localvalue
4 years ago
Max Katz
6c2b145189
Remove DottedLineFocusAdorner
4 years ago
Max Katz
ec5f264058
Merge pull request #7412 from Mikolaytis/Stylus
[Win] WM_Pointer pen support
4 years ago
Max Katz
5000a4ffe3
Do not enable MouseInPointerEnabled automatically and remove EnableWmPointerEvents option
4 years ago
Max Katz
1c8b26bcde
Fix YTilt
4 years ago
Max Katz
17562c16bd
Fixes after review
4 years ago
Max Katz
b4b869a429
Fix after event were renamed
4 years ago
Max Katz
f9c34a4c23
Merge branch 'master' into Stylus
4 years ago
Steven Kirk
cfe572f30b
Remove node from parent when reparented.
When a control was move from one parent container to another, and that move caused the new parent container to be laid out in a different position, a code path was taken which resulted in the `VisualNode` being present under both the old and new containers.
Ensure that the node is removed from its old parent in this case.
Fixes #7381
Fixes #6103 (probably)
4 years ago
Steven Kirk
c26173c4fe
Added failing test for #7381 .
4 years ago
Steven Kirk
0d7f2a0de5
Merge pull request #8421 from AvaloniaUI/refactor/resourcedictionary-no-inherit
Don't make ResourceDictionary inherit from `AvaloniaDictionary`
4 years ago
Steven Kirk
5c6370aa56
Don't make ResourceDictionary inherit...
...from `AvaloniaDictionary`.
4 years ago
Steven Kirk
83f60dd21a
Merge pull request #8420 from AvaloniaUI/Takoooooo-patch-1
Fix leak in the InternalSelectionModel
4 years ago
Steven Kirk
19703360f7
Apply own control theme before templated parent's.
4 years ago
Steven Kirk
5fd854e35b
Added failing test.
4 years ago
Tako
2b1eba8c7c
Fix leak in the InternalSelectionModel
4 years ago
Steven Kirk
5e1f28f2a9
Make MovePreviousOrParent internal as well.
4 years ago
Steven Kirk
e50b416d5b
Fix parent selectors with /template/ at end.
Previously the combinator state was lost when traversing nested selectors. To fix it, instead of running the parent selector in `NestingSelector.Evaluate`, return the parent selector with `MovePrevious`. This required `MovePrevious` to be aware of parent styles and because I had to change its signature, I also made it internal as it doesn't need to be a public API.
4 years ago
Max Katz
c64507fd0d
Merge pull request #8404 from Gillibald/feature/UnicodeDataSpeedup
Update to Unicode 14
4 years ago
Max Katz
5c10bf411c
Merge branch 'master' into feature/UnicodeDataSpeedup
4 years ago
Steven Kirk
bf7f50690f
Don't promote layout property values to local values.
When DevTools was opened, all layout property values were being promoted to `LocalValue`s because the `_updatingFromControl` flag was not being set during initialization, causing the initial values to be written back out to the control as local values.
4 years ago
Dan Walmsley
2e1f65cc71
Merge pull request #8405 from AvaloniaUI/fixes/8335-more-macos-window-issues
Fix more macos window issues and add more integration tests.
4 years ago
Benedikt Stebner
5acd47f2b9
Merge branch 'master' into feature/UnicodeDataSpeedup
4 years ago
Steven Kirk
15c26b9dd5
Use frame size for CenterOwner startup location.
4 years ago
Steven Kirk
cebd5b169d
Added script to run automation tests on macOS.
4 years ago
Steven Kirk
19ca0ff14b
Merge branch 'master' into fixes/8335-more-macos-window-issues
4 years ago
Steven Kirk
b74a2bd8ac
Merge pull request #8232 from AvaloniaUI/feature/window-integration-tests
Feature/window integration tests
4 years ago
Steven Kirk
28f5e4b751
Merge branch 'master' into feature/window-integration-tests
4 years ago
Benedikt Stebner
77e32f4bbe
Update to Unicode 14
4 years ago
Max Katz
c10f144e2d
Merge pull request #8365 from ltetak/feature/borders_different_dpis
OffScreenMargin calculation with different DPI monitors calculation
4 years ago
Max Katz
ca363badce
Merge branch 'master' into feature/borders_different_dpis
4 years ago
Max Katz
2bc89e79be
Merge pull request #7450 from ngarside/windows-position
Fix offset window position
4 years ago
Max Katz
0f32ef50ce
Merge branch 'master' into windows-position
4 years ago
Max Katz
b46d4390c6
Merge pull request #8146 from AvaloniaUI/fixes/8092-uselayoutrounding-fixes
Fix problems with UseLayoutRounding.
4 years ago
Max Katz
a77dff0b85
Merge branch 'master' into fixes/8092-uselayoutrounding-fixes
4 years ago
Max Katz
035059f533
Merge pull request #8396 from robloo/rename-entered-exited-events
Rename to PointerEntered and PointerExited
4 years ago
Max Katz
9babd79ab1
Merge branch 'master' into rename-entered-exited-events
4 years ago
Steven Kirk
4e63f19a0b
Account for scaling.
4 years ago
Steven Kirk
91fc1335a0
Sigh, winappdriver.
4 years ago
Steven Kirk
7156339304
Test CenterOwner window position.
4 years ago
Steven Kirk
4f84950c41
Added tests for #8335 .
4 years ago
Nikita Tsukanov
67db0acac7
Merge pull request #8400 from YohDeadfall/duplicate-concat
Removed duplicate concatentation in the build task
4 years ago
Steven Kirk
19c55102e5
Use manual window startup location in macOS tests.
Seems to cause less flaky tests; `mainWindow.Click()` clicks the main window in the middle, where the secondary window is shown, so don't go out of our way to put the secondary window in front of where we're clicking.
4 years ago