Benedikt Stebner
3c8a7a9b8e
Fix EndOfLine navigation
5 years ago
Benedikt Stebner
bfae67dbdb
Fix text edit shortcuts
Fix caret rendering at line ends
5 years ago
Steven Kirk
bdd576bfc0
Removed TopLevelImpl validating layer.
The validating layer introduced in #7369 has done its job and caught a few bugs, but was causing difficulties in certain places so removing it now.
Fixes #7573
5 years ago
Benedikt Stebner
0a3e5f5b91
Introduce Typeface.FontStretch and rework Skia typeface matching
5 years ago
Benedikt Stebner
95769ff007
Add TextBlock inlines support
5 years ago
Max Katz
7a58a27fd9
Remove DesktopRuntime project and move AppBuilder to PlatformSupport project
5 years ago
Dan Walmsley
df360e164c
rename property.
5 years ago
Benedikt Stebner
1db3296611
Fix TextBlock/TextPresenter measure/arrange
Fix TextTrimming for small width
Fix text splitting
Fix text editing shortcuts
5 years ago
Tim
593e8659ee
Add missing call to base class
5 years ago
Trym Lund Flogard
57d05ac5dc
fix opacity not interpolated in animated brush
5 years ago
Tim
7579fb5c1c
Change default binding mode of SelectedDateProperty to TwoWay
5 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
5 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
5 years ago
Emmanuel Hansen
76cd4386f1
use pdb files for debug on android projects. do not use full screen keyboard when landscape
5 years ago
Emmanuel Hansen
f22b688a8c
support configuration changes
5 years ago
Dan Walmsley
a73f0def53
Fix rendering blip using page slide transition.
5 years ago
Luis von der Eltz
563f313eb5
child window collection
5 years ago
Dan Walmsley
fc37188c25
make property public or cannot be used outside assembly.
5 years ago
Dan Walmsley
88ec72b78f
fix template binding.
5 years ago
Dan Walmsley
2cd4c0d8b7
whitespace
5 years ago
Dan Walmsley
aed50c83c5
make DisplayedContent internal (its not public, its implementation detail), rename to CurrentContent.
5 years ago
Dan Walmsley
814893877e
cancel transition if detached.
5 years ago
Dan Walmsley
af8b5c34a7
fix comment.
5 years ago
Dan Walmsley
0e4db184e8
obsolete the old control.
5 years ago
Dan Walmsley
4f7edc09fa
fix warnings.
5 years ago
Dan Walmsley
3848dab2fe
dont start animation until we have attached to visual tree.
5 years ago
Dan Walmsley
22c7cb9330
use getter.
5 years ago
Dan Walmsley
f9e89adba8
Add missing docs.
5 years ago
Dan Walmsley
ef3c5f9869
transitioning content control, make the displayedcontent readonly direct property.
5 years ago
Luis von der Eltz
9f74882797
Don't check child visuals
5 years ago
Dan Walmsley
9dd3d8e785
add transitioning content control.
5 years ago
Dan Walmsley
151aff166b
Add Api for creating arbitary skia Dc.
5 years ago
Dan Walmsley
9769cfc436
return skiadrawingcontextimpl.
5 years ago
Dan Walmsley
ae4d2d7437
add disposables when wrapping skia surface.
5 years ago
Dan Walmsley
09b9ac68c5
simplify interface for Drawing Skia DC to another.
5 years ago
Dan Walmsley
9533d44f62
Add some skiahelper extensions methods that allow for convenient layering within a rendering context.
5 years ago
Luis von der Eltz
23c38a27ba
Include container itself in resolving search property
5 years ago
Luis von der Eltz
5de79b1c3d
Implement TextSearch attached property
5 years ago
Nikita Tsukanov
bc3cdd5b9e
Introduced RawPointerPoint for usage with IntermediatePoints ( #7581 )
Introduced RawPointerPoint for usage with IntermediatePoints
5 years ago
Max Katz
f374ea374f
Add multitarget with old sdk
5 years ago
Max Katz
dcc7d02e18
Move MSBuildEnableWorkloadResolver to directory build props
5 years ago
Takoooooo
0d896b3847
Improove nullable annotations.
5 years ago
Max Katz
3637f60314
Fix avalonia-base project reference
5 years ago
Max Katz
a568c175f3
Solve workload installation
5 years ago
Luis von der Eltz
be6784d6e8
Enable diagnostics for button flyouts
5 years ago
Max Katz
636a25453a
Fix IsDotNetFramework
5 years ago
Dariusz Komosinski
f4ae1c913b
Avoid using COM exceptions for dialog control flow.
5 years ago
Benedikt Stebner
967decd49b
Only call ScrollIntoView when the user moved the caret
5 years ago
Max Katz
ecc6ba7acf
Add missed converters
5 years ago
Max Katz
28430ddadf
Fix Default theme
5 years ago