Benedikt Stebner
|
0ff67a4bb8
|
Don't use system font lookup for the test
|
3 years ago |
Benedikt Stebner
|
dd764e8c43
|
Prevent infinite loop if the default FontFamily lookup fails
|
3 years ago |
Max Katz
|
f52fa669f3
|
Merge pull request #10882 from nicola36631/milestone/11.0/feature/textbox-PgUp-PgDn
[TextBox] Add page keyboard navigation
|
3 years ago |
Benedikt Stebner
|
f4f3670c38
|
Remove redundant using
|
3 years ago |
Benedikt Stebner
|
384e090d10
|
Use TemplatePart
|
3 years ago |
Benedikt Stebner
|
8c22c32c39
|
Merge branch 'milestone/11.0/feature/textbox-PgUp-PgDn' of https://github.com/nicola36631/Avalonia into feature/textBoxPageNavigation
|
3 years ago |
Jumar Macato
|
57eb77b474
|
Merge pull request #11591 from affederaffe/fix-dbus-tray-icon
Fix DBus Tray Icon when the org.kde.StatusNotifierWatcher service is unavailable
|
3 years ago |
affederaffe
|
d036fd7eb7
|
Merge branch 'master' into fix-dbus-tray-icon
|
3 years ago |
Dan Walmsley
|
49d0bcfb03
|
Merge pull request #11592 from AvaloniaUI/fix-build-services
build services fix.
|
3 years ago |
Dan Walmsley
|
c650d83522
|
build services fix.
|
3 years ago |
affederaffe
|
51da158ad6
|
Fix DBus Tray Icon when the org.kde.StatusNotifierWatcher service is unavailable
|
3 years ago |
Dan Walmsley
|
b3a27489b8
|
Merge pull request #11590 from AvaloniaUI/implement-msbuild-switch-for-private-apis
Implement msbuild switch for private apis
|
3 years ago |
Dan Walmsley
|
0dc6b6b042
|
ensure packing error does not occur on normal builds.
|
3 years ago |
Dan Walmsley
|
036e6c3c4f
|
add error if user is publishing a library on nuget.
|
3 years ago |
Dan Walmsley
|
7e0c578f3e
|
fix bug
|
3 years ago |
Dan Walmsley
|
c142c5a0e7
|
prefix the property name
|
3 years ago |
Dan Walmsley
|
6f598fff06
|
fix referencing unstable apis.
|
3 years ago |
Dan Walmsley
|
59fb1536a6
|
better warning message
|
3 years ago |
Dan Walmsley
|
c8676f275b
|
fix targets file.
|
3 years ago |
Dan Walmsley
|
a9e6f335c7
|
add a warning.
|
3 years ago |
Dan Walmsley
|
a87cd48ae1
|
use our own targets file for private apis.
|
3 years ago |
Dan Walmsley
|
b34f8321e7
|
implement msbuild property to give access to internal apis.
|
3 years ago |
Dan Walmsley
|
1643618ed0
|
Merge pull request #11518 from AvaloniaUI/emmauss/capture_gesture
Rework GestureRecognizer handling
|
3 years ago |
Dan Walmsley
|
cf21b7b748
|
Merge pull request #11584 from AvaloniaUI/fixes/overlay-popup-glitch
fixes the overlay popup glitch where it renders at 0,0 before applyin…
|
3 years ago |
Max Katz
|
896c039e68
|
Merge branch 'master' into emmauss/capture_gesture
|
3 years ago |
Dan Walmsley
|
389a46d5db
|
Merge pull request #11583 from AvaloniaUI/refactor/privateapi-not-internal
Make some interfaces/classes a PrivateApi.
|
3 years ago |
Jumar Macato
|
0fe8d6f813
|
Merge pull request #11587 from AvaloniaUI/feature/some-changes-for-rc
Added InterpolatingTransitionBase
|
3 years ago |
Dan Walmsley
|
9e6cb8136e
|
Merge pull request #11585 from AvaloniaUI/fixes/build-services-targetframeworks
fix issue loading when changing between targetframeworks and targetfr…
|
3 years ago |
Emmanuel Hansen
|
c12fe17315
|
Added internal helpers for protected gesture events
|
3 years ago |
Nikita Tsukanov
|
abcad6e78a
|
Added InterpolatingTransitionBase
|
3 years ago |
Emmanuel Hansen
|
9b41e8e8f8
|
make pointer handler protected internal
|
3 years ago |
Emmanuel Hansen
|
0ac73d1a73
|
remove GestureRecognizer.Initialize
|
3 years ago |
Emmanuel Hansen
|
0042c19121
|
replace IGestureRecognizer with abstrac GestureRecognizer. remove related obsolete interfaces.
|
3 years ago |
Emmanuel Hansen
|
5ad9e4ea4e
|
fix tests
|
3 years ago |
Emmanuel Hansen
|
8c0dfbaf08
|
rework gesture routing #11522
|
3 years ago |
Emmanuel Hansen
|
250959acc8
|
notify current gesture recognizer that it's lost capture
|
3 years ago |
Emmanuel Hansen
|
42fccd1af6
|
track currently active gesture in the pointer
|
3 years ago |
Dan Walmsley
|
864ef9b3d9
|
improve comment.
|
3 years ago |
Dan Walmsley
|
2c9a1fbeb6
|
fix issue loading when changing between targetframeworks and targetframework.
|
3 years ago |
Dan Walmsley
|
d99697f4ae
|
fixes the overlay popup glitch where it renders at 0,0 before applying the offet.
use the media context api to sync with layout and render.
|
3 years ago |
Dan Walmsley
|
1c927688e9
|
Merge pull request #11579 from AvaloniaUI/maxkatz6-patch-1
BclStorageFile.OpenWrite should always override file if it exist
|
3 years ago |
Max Katz
|
630bad1539
|
Merge pull request #11574 from AvaloniaUI/hide-input-devies
Remove IKeyboardDevice/IPointerDevice/IDragDropDevice from public API, as they are not really used anywhere
|
3 years ago |
Max Katz
|
1183ef69d7
|
Merge pull request #11564 from AvaloniaUI/platform-settings
Return PlatformSettings API after being previously hidden
|
3 years ago |
Dan Walmsley
|
3973c11c63
|
Merge branch 'master' into maxkatz6-patch-1
|
3 years ago |
Steven Kirk
|
9971c6de22
|
Make some interfaces/classes a PrivateApi.
Instead of internal. Required to allow people to port existing unit tests without having to rewrite using Headless.
|
3 years ago |
Max Katz
|
ec4c645eef
|
Merge pull request #11488 from AvaloniaUI/wpf-winforms-interop-core
Updates to WinForms interop
|
3 years ago |
Max Katz
|
f1277f09e8
|
Merge branch 'master' into wpf-winforms-interop-core
|
3 years ago |
Max Katz
|
8c6488bc2e
|
Merge branch 'master' into platform-settings
|
3 years ago |
Max Katz
|
6f6ec9b79d
|
Update BclStorageFile.cs
|
3 years ago |
Max Katz
|
aaf13944c8
|
Update BclStorageFile.cs
|
3 years ago |