Max Katz
adfa09fec1
Fix _skFontManager.MatchTypeface crash
4 years ago
Max Katz
a44340e02a
Merge branch 'master' into net6-ios
4 years ago
Max Katz
c643782a21
Update Copyright year
4 years ago
Max Katz
cf40772dd1
Merge pull request #7701 from AvaloniaUI/fixes/7573-remove-validating-layer
Removed TopLevelImpl validating layer.
4 years ago
Max Katz
df0a04b311
Revert SDK changes, but allow latestFeature
4 years ago
Max Katz
09e088d4e8
iOS project nuget packaging workaround
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
Max Katz
4e703efbc5
Update SDK
4 years ago
Max Katz
1a7a70f801
Fix android build
4 years ago
Max Katz
6d506a65b6
Add UnmanagedFunctionPointer
4 years ago
Max Katz
9bc881e4a7
Update iOS control catalog projects
4 years ago
Max Katz
bc1d950a9b
Update legacy projects targets
4 years ago
Max Katz
138d65556b
Use out own opengl interface wrapper
4 years ago
Max Katz
4756a0a769
Fix iOS OpenGL rendering with newer Skia
4 years ago
Max Katz
b045393df3
Do not reference DevTools from shared control catalog
4 years ago
Max Katz
b238cc64d8
Move iOS projects to a new sdk
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