Benedikt Stebner
bfae67dbdb
Fix text edit shortcuts
Fix caret rendering at line ends
5 years ago
Max Katz
cf40772dd1
Merge pull request #7701 from AvaloniaUI/fixes/7573-remove-validating-layer
Removed TopLevelImpl validating layer.
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
237a9a41ea
Merge pull request #6953 from Gillibald/feature/textBlockInlines
Add TextBlock inlines support
5 years ago
Benedikt Stebner
cce20bc440
Merge branch 'master' into feature/textBlockInlines
5 years ago
Benedikt Stebner
781f9e569f
Merge pull request #6800 from Gillibald/feature/FontStretch
Introduce Typeface.Stretch and rework Typeface fallback selection
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
Benedikt Stebner
b071e3b1ec
Merge pull request #7604 from Gillibald/fixes/textProcessingBugs
Fixes text processing bugs
5 years ago
Benedikt Stebner
bd5a59c247
Merge branch 'master' into fixes/textProcessingBugs
5 years ago
Max Katz
0a2b650c8e
Merge pull request #7677 from AvaloniaUI/cleanup/move-appbuilder-class
Remove DesktopRuntime project and move AppBuilder to PlatformSupport project
5 years ago
Max Katz
7a58a27fd9
Remove DesktopRuntime project and move AppBuilder to PlatformSupport project
5 years ago
Dan Walmsley
37f7408cb9
Merge pull request #7622 from pr8x/child-window-property2
Exposing `Window.ChildWindows` collection
5 years ago
Dan Walmsley
df360e164c
rename property.
5 years ago
Dan Walmsley
2e96893717
Merge remote-tracking branch 'origin/master' into child-window-property2
5 years ago
Dan Walmsley
113963c7f3
Merge pull request #7246 from jkoritzinsky/compiledbinding-methods
Implement binding to methods for compiled bindings
5 years ago
Benedikt Stebner
35b645aa9b
Merge branch 'master' into compiledbinding-methods
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
Max Katz
7d60054622
Merge pull request #7558 from hez2010/aot
Add NativeAOT build for ControlCatalog
5 years ago
Max Katz
f3977e9a91
Merge branch 'master' into aot
5 years ago
Max Katz
7411910c3e
Merge pull request #7506 from AvaloniaUI/microcom-dragndrop
MicroCOM Drag'n'Drop
5 years ago
Max Katz
5a50fdb3af
Merge branch 'master' into microcom-dragndrop
5 years ago
Max Katz
a1f64ae80c
Merge pull request #7660 from timunie/fix/gh-7636
Add missing call to base class in ReactiveUserControl.OnDataContextChanged
5 years ago
Max Katz
a37e57916e
Merge branch 'master' into fix/gh-7636
5 years ago
Max Katz
21dba55011
Merge pull request #7658 from trympet/7657-fix-brush-opacity-animation
fix brush opacity animation
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
Trym Lund Flogard
fa0428a1ab
add brush transition tests
5 years ago
Steve
63ba6fa7ed
Update RunAotCompilation msbuild condition
5 years ago
Steven He
89c9411527
Use msbuild property
5 years ago
Max Katz
f888c8496d
Merge pull request #7645 from timunie/fix/CalendarDatePickerBindingMode
Change default binding mode of SelectedDateProperty to TwoWay
5 years ago
Tim
7579fb5c1c
Change default binding mode of SelectedDateProperty to TwoWay
5 years ago
Max Katz
5d41ec76aa
Merge pull request #7634 from AvaloniaUI/fixes/7633-date-time-picker-popup
Fix Date/Time picker popups
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
Dan Walmsley
f5b647c566
Merge branch 'master' into compiledbinding-methods
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
Dan Walmsley
3138316c0a
Merge pull request #7628 from wieslawsoltes/UpdateNuGetPackageDescription
Update PackageDescription for NuGet
5 years ago
Wiesław Šoltés
407c58b398
Restore dash
5 years ago
Wiesław Šoltés
8b88fb019b
Fix typo
5 years ago
Wiesław Šoltés
e7a57e6565
Update PackageDescription for NuGet
5 years ago
Max Katz
d0e37e4b63
Merge pull request #7435 from emmauss/android
Android: Basic support configuration changes
5 years ago
Emmanuel Hansen
ef5851f123
fix item repeater page crash
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
Jumar Macato
cbe6df0156
Merge pull request #7611 from AvaloniaUI/feature/transitioning-content-control
add transitioning content control.
5 years ago
Dan Walmsley
4f0801070c
Merge branch 'master' into feature/transitioning-content-control
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
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
5 years ago
Benedikt Stebner
ee50c5f8e1
Merge branch 'master' into dependabot/npm_and_yarn/tests/Avalonia.DesignerSupport.Tests/Remote/HtmlTransport/webapp/pathval-1.1.1
5 years ago