Max Katz
21dba55011
Merge pull request #7658 from trympet/7657-fix-brush-opacity-animation
fix brush opacity animation
4 years ago
Trym Lund Flogard
57d05ac5dc
fix opacity not interpolated in animated brush
4 years ago
Trym Lund Flogard
fa0428a1ab
add brush transition tests
4 years ago
Max Katz
f888c8496d
Merge pull request #7645 from timunie/fix/CalendarDatePickerBindingMode
Change default binding mode of SelectedDateProperty to TwoWay
4 years ago
Tim
7579fb5c1c
Change default binding mode of SelectedDateProperty to TwoWay
4 years ago
Max Katz
5d41ec76aa
Merge pull request #7634 from AvaloniaUI/fixes/7633-date-time-picker-popup
Fix Date/Time picker popups
4 years ago
Steven Kirk
d117be4ec6
Fix date/time picker with overlay popups.
When using overlay popups, a measure won't be done immediately on open, so the presenter template won't be set. Force a layout pass in this case. Also add a null check in `GetOffsetForPopup` just in case it does happen by some chance elsewhere.
Fixes #7632
4 years ago
Steven Kirk
4a844e9ba7
Fix date/time picker popup positioning.
Was broken by #7071 - `DatePicker` was doing a manual position configuration by calling `ConfigurePosition`. When the popup is shown, `Popup` gets a position change, and then re-calls `ConfigurePosition` with the settings in the popup, which are different to those passed during the manual configuration.
Change this to set properties on the `Popup` so that when the popup position is changed, the correct parameters are passed to `ConfigurePosition` by `Popup`.
Fixes #7633
4 years ago
Dan Walmsley
3138316c0a
Merge pull request #7628 from wieslawsoltes/UpdateNuGetPackageDescription
Update PackageDescription for NuGet
4 years ago
Wiesław Šoltés
407c58b398
Restore dash
4 years ago
Wiesław Šoltés
8b88fb019b
Fix typo
4 years ago
Wiesław Šoltés
e7a57e6565
Update PackageDescription for NuGet
4 years ago
Max Katz
d0e37e4b63
Merge pull request #7435 from emmauss/android
Android: Basic support configuration changes
4 years ago
Emmanuel Hansen
ef5851f123
fix item repeater page crash
4 years ago
Emmanuel Hansen
76cd4386f1
use pdb files for debug on android projects. do not use full screen keyboard when landscape
4 years ago
Emmanuel Hansen
f22b688a8c
support configuration changes
4 years ago
Jumar Macato
cbe6df0156
Merge pull request #7611 from AvaloniaUI/feature/transitioning-content-control
add transitioning content control.
4 years ago
Dan Walmsley
4f0801070c
Merge branch 'master' into feature/transitioning-content-control
4 years ago
Dan Walmsley
a73f0def53
Fix rendering blip using page slide transition.
4 years ago
Benedikt Stebner
3ff19b7441
Merge pull request #7616 from AvaloniaUI/dependabot/npm_and_yarn/tests/Avalonia.DesignerSupport.Tests/Remote/HtmlTransport/webapp/pathval-1.1.1
Bump pathval from 1.1.0 to 1.1.1 in /tests/Avalonia.DesignerSupport.Tests/Remote/HtmlTransport/webapp
4 years ago
Benedikt Stebner
ee50c5f8e1
Merge branch 'master' into dependabot/npm_and_yarn/tests/Avalonia.DesignerSupport.Tests/Remote/HtmlTransport/webapp/pathval-1.1.1
4 years ago
Max Katz
c55493db73
Merge pull request #7520 from timunie/fix/ScrollViewerShiftAndPointerWheel
Fix [Shift] + [PointerWheel] should scroll horizontally
4 years ago
Dan Walmsley
fc37188c25
make property public or cannot be used outside assembly.
4 years ago
Max Katz
dc02d866e8
Merge branch 'master' into fix/ScrollViewerShiftAndPointerWheel
4 years ago
Max Katz
53a363e7d6
Merge pull request #7594 from pr8x/text-search-property
Implement `TextSearch.Text`
4 years ago
Luis v.d.Eltz
33d75c4542
Merge branch 'master' into text-search-property
4 years ago
Dan Walmsley
88ec72b78f
fix template binding.
4 years ago
Dan Walmsley
2cd4c0d8b7
whitespace
4 years ago
Dan Walmsley
aed50c83c5
make DisplayedContent internal (its not public, its implementation detail), rename to CurrentContent.
4 years ago
Dan Walmsley
b3b09ebbb2
Merge remote-tracking branch 'origin/master' into feature/transitioning-content-control
4 years ago
Dan Walmsley
814893877e
cancel transition if detached.
4 years ago
Dan Walmsley
af8b5c34a7
fix comment.
4 years ago
Dan Walmsley
0e4db184e8
obsolete the old control.
4 years ago
dependabot[bot]
7fe0e4d313
Bump pathval
Bumps [pathval](https://github.com/chaijs/pathval ) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/chaijs/pathval/releases )
- [Changelog](https://github.com/chaijs/pathval/blob/master/CHANGELOG.md )
- [Commits](https://github.com/chaijs/pathval/compare/v1.1.0...v1.1.1 )
---
updated-dependencies:
- dependency-name: pathval
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Dan Walmsley
86e62cf40f
Merge pull request #6922 from AvaloniaUI/net6-android
.NET6-Android target
4 years ago
Dan Walmsley
a85d5c212f
Merge pull request #7605 from AvaloniaUI/feature/skia-layering-extensions
Add Skia Helper Methods to allow applying Skia Filter Effects (Blur, DropShadow, Lighting) to DC content
4 years ago
Dan Walmsley
687a40b7bd
Revert "demo code"
This reverts commit a485425023 .
4 years ago
Dan Walmsley
4f7edc09fa
fix warnings.
4 years ago
Dan Walmsley
3848dab2fe
dont start animation until we have attached to visual tree.
4 years ago
Takoooooo
45cb2edc96
Merge branch 'feature/transitioning-content-control' of https://github.com/AvaloniaUI/Avalonia into feature/transitioning-content-control
4 years ago
Takoooooo
a485425023
demo code
4 years ago
Dan Walmsley
22c7cb9330
use getter.
4 years ago
Dan Walmsley
f9e89adba8
Add missing docs.
4 years ago
Dan Walmsley
ef3c5f9869
transitioning content control, make the displayedcontent readonly direct property.
4 years ago
Luis von der Eltz
9f74882797
Don't check child visuals
4 years ago
Dan Walmsley
715702290b
Merge branch 'master' into net6-android
4 years ago
Dan Walmsley
9dd3d8e785
add transitioning content control.
4 years ago
Dan Walmsley
151aff166b
Add Api for creating arbitary skia Dc.
4 years ago
Dan Walmsley
9769cfc436
return skiadrawingcontextimpl.
4 years ago
Dan Walmsley
ae4d2d7437
add disposables when wrapping skia surface.
4 years ago