Steven Kirk
b244197f2f
Merge branch 'master' into feature/ui-automation
4 years ago
Max Katz
7b706b5625
Merge pull request #7727 from CollinAlpert/patch-1
Fix sentence in ScrollViewer
4 years ago
Collin Alpert
6d66358b87
Fix sentence in ScrollViewer
4 years ago
Steven Kirk
b2eddaa4bf
Merge branch 'master' into feature/ui-automation
4 years ago
Max Katz
cf40772dd1
Merge pull request #7701 from AvaloniaUI/fixes/7573-remove-validating-layer
Removed TopLevelImpl validating layer.
4 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
4 years ago
Benedikt Stebner
237a9a41ea
Merge pull request #6953 from Gillibald/feature/textBlockInlines
Add TextBlock inlines support
4 years ago
Steven Kirk
b9f9d4d4b9
Fix nullable errors after merge.
And remove now-unneeded `#nullable enable` statements.
4 years ago
Steven Kirk
7a9d21f40d
Merge branch 'master' into feature/ui-automation
4 years ago
Steven Kirk
d6b09a9f4b
Use correct interface for root window impl.
4 years ago
Benedikt Stebner
cce20bc440
Merge branch 'master' into feature/textBlockInlines
4 years ago
Benedikt Stebner
781f9e569f
Merge pull request #6800 from Gillibald/feature/FontStretch
Introduce Typeface.Stretch and rework Typeface fallback selection
4 years ago
Benedikt Stebner
0a3e5f5b91
Introduce Typeface.FontStretch and rework Skia typeface matching
4 years ago
Benedikt Stebner
95769ff007
Add TextBlock inlines support
4 years ago
Benedikt Stebner
b071e3b1ec
Merge pull request #7604 from Gillibald/fixes/textProcessingBugs
Fixes text processing bugs
4 years ago
Benedikt Stebner
bd5a59c247
Merge branch 'master' into fixes/textProcessingBugs
4 years ago
Max Katz
0a2b650c8e
Merge pull request #7677 from AvaloniaUI/cleanup/move-appbuilder-class
Remove DesktopRuntime project and move AppBuilder to PlatformSupport project
4 years ago
Max Katz
7a58a27fd9
Remove DesktopRuntime project and move AppBuilder to PlatformSupport project
4 years ago
Dan Walmsley
37f7408cb9
Merge pull request #7622 from pr8x/child-window-property2
Exposing `Window.ChildWindows` collection
4 years ago
Dan Walmsley
df360e164c
rename property.
4 years ago
Dan Walmsley
2e96893717
Merge remote-tracking branch 'origin/master' into child-window-property2
4 years ago
Dan Walmsley
113963c7f3
Merge pull request #7246 from jkoritzinsky/compiledbinding-methods
Implement binding to methods for compiled bindings
4 years ago
Benedikt Stebner
35b645aa9b
Merge branch 'master' into compiledbinding-methods
4 years ago
Benedikt Stebner
1db3296611
Fix TextBlock/TextPresenter measure/arrange
Fix TextTrimming for small width
Fix text splitting
Fix text editing shortcuts
4 years ago
Max Katz
7d60054622
Merge pull request #7558 from hez2010/aot
Add NativeAOT build for ControlCatalog
4 years ago
Max Katz
f3977e9a91
Merge branch 'master' into aot
4 years ago
Max Katz
7411910c3e
Merge pull request #7506 from AvaloniaUI/microcom-dragndrop
MicroCOM Drag'n'Drop
4 years ago
Max Katz
5a50fdb3af
Merge branch 'master' into microcom-dragndrop
4 years ago
Max Katz
a1f64ae80c
Merge pull request #7660 from timunie/fix/gh-7636
Add missing call to base class in ReactiveUserControl.OnDataContextChanged
4 years ago
Max Katz
a37e57916e
Merge branch 'master' into fix/gh-7636
4 years ago
Max Katz
21dba55011
Merge pull request #7658 from trympet/7657-fix-brush-opacity-animation
fix brush opacity animation
4 years ago
Tim
593e8659ee
Add missing call to base class
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
Steve
63ba6fa7ed
Update RunAotCompilation msbuild condition
4 years ago
Steven He
89c9411527
Use msbuild property
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
Dan Walmsley
f5b647c566
Merge branch 'master' into compiledbinding-methods
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