Dariusz Komosinski
6bcf9c2973
Refactor text trimming and implement prefix trimming.
5 years ago
Tako
36f878b02a
Fix "ContextMenu ignores styles on first open"
5 years ago
Dan Walmsley
9f02c649e7
make mica fallback to acrylic on compatible windows 10
5 years ago
Dan Walmsley
58df47fa06
fix unit test.
5 years ago
Dan Walmsley
005d8e5222
dont report an inputclient if textbox is in readonly mode.
5 years ago
Dan Walmsley
2f35cd1b7b
fix nullability error.
5 years ago
Dan Walmsley
a740301fac
fix nullability of local var.
5 years ago
Dan Walmsley
a19dc794a5
add contains exclusive.
5 years ago
Benedikt Stebner
d8937f90bc
Introduce CanShapeTogether and ShapeTogether
5 years ago
amwx
759227799b
Fix Unit Tests
5 years ago
amwx
c82a01090d
Update Viewbox to use internal visual and no layout rounding
5 years ago
Steven Kirk
77d80faec2
Fall back to CenterScreen when owner is minimized.
When showing a child window with `WindowStartupLocation = CenterOwner` to a minimized owner window, we were displaying the child in an invalid position. Use the WPF behavior of falling back to `CenterScreen` in this situation.
Fixes #7582
5 years ago
Collin Alpert
6d66358b87
Fix sentence in ScrollViewer
5 years ago
Benedikt Stebner
0ee41356c1
Fix shift selection after whole word selection
5 years ago
Benedikt Stebner
5cc496f612
Fix text edit interactions
5 years ago
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
Steven Kirk
b9f9d4d4b9
Fix nullable errors after merge.
And remove now-unneeded `#nullable enable` statements.
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
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
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
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
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
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
Takoooooo
0d896b3847
Improove nullable annotations.
5 years ago
Benedikt Stebner
967decd49b
Only call ScrollIntoView when the user moved the caret
5 years ago
Benedikt Stebner
63998418e3
Revert BindingMode change
5 years ago
Benedikt Stebner
f3740dd214
Fix vertical caret navigation caret update
5 years ago
Benedikt Stebner
525af8f869
Fix selection rect merge
Fix ime rect update
5 years ago
Emmanuel Hansen
ecb0de2c32
Add Support for Overwrite Prompt option in save dialog ( #7531 )
Add support for overwrite prompt option
5 years ago
Dominik Matijaca
b040ac5414
ItemsControl: WrapSelection ( #6286 )
Add support for selection wrapping for ListBox, ItemsControl, ComboBox.
Co-authored-by: Steven Kirk <grokys@users.noreply.github.com>
Co-authored-by: Takoooooo <tako0qq@gmail.com>
Co-authored-by: Steven Kirk <grokys@gmail.com>
5 years ago
Benedikt Stebner
3bb3c4b98a
Invert MoveCaretHorizontal for FlowDirection RightToLeft
5 years ago