Max Katz
0ec26bcdc3
Make empty ChildIndexChangedEventArgs ctor private
4 years ago
Max Katz
d5d9028b6d
Merge remote-tracking branch 'origin/master' into upgrade-datagrid
4 years ago
Steven Kirk
fb0da85ad3
Merge core libraries. ( #5831 )
* Merge core libraries.
Everything below `Avalonia.Controls` into `Avalonia.Base`.
* Move new files to correct place.
* Removed unused dirs/projects,
* Removed outdated references from theme assemblies.
* Merge unit tests to match new assembly layout.
* Fixup test namespaces.
* Make directory match namespace.
* Move files to match namespace.
* Move files to match namespace.
* Fix up incorrect namespace.
`Avalonia.Visuals.Media.Imaging` -> `Avalonia.Media.Imaging`.
* Fix resource URL.
* Removed outdated dependencies.
* Added missing project reference.
* Update test namespaces.
* Fix merge error.
* Fix merge errors.
* Fix bad merge in WindowsInteropTest.csproj.
* Fix up merge errors in csprojs.
* Remove merged tests from nuke.
* Fix up namespace.
* Fix compile error.
* Fix failing tests.
Now that more unit tests are present in Avalonia.Base.UnitTests, general `AvaloniaObject` properties are getting registered. Ignore those.
Co-authored-by: Jumar Macato <16554748+jmacato@users.noreply.github.com>
4 years ago
Max Katz
af9f27677d
Fix NRE in DataGrid
4 years ago
Max Katz
5019ee0985
Add missing support of Border properties to the DataGrid templates
4 years ago
Max Katz
f7e8b7658f
Do not hardcode Margin and VerticalAlignment on data grid text column
4 years ago
Max Katz
d083acc20d
Implement support of NthChild in DataGrid
4 years ago
Max Katz
4310dbafd6
Merge pull request #7973 from AvaloniaUI/fixes/ios-support
Fix SkiaSharp broken by 6.0.200 to 6.0.201 sdk not being compatible
4 years ago
Max Katz
5351b37d3c
Merge branch 'master' into fixes/ios-support
4 years ago
Jumar Macato
aecb0f4f37
Merge pull request #7968 from AvaloniaUI/feature/win32-gpu-blacklist
add win32 egl gpu blacklist.
4 years ago
Wiesław Šoltés
c527994a72
Merge branch 'master' into feature/win32-gpu-blacklist
4 years ago
Wiesław Šoltés
b057a4df20
Fix driver name
4 years ago
Dan Walmsley
cab213cce2
use eap release of skiasharp compatible with sdk 6.0.201/202+
4 years ago
Dan Walmsley
aa3b0d4cde
remove hack
4 years ago
Dan Walmsley
f7893ba39a
fix workload install
4 years ago
Dan Walmsley
a7d6448de8
ensure workloads are latest.
4 years ago
Dan Walmsley
1785cf565b
remove legacy android sdk.
4 years ago
Dan Walmsley
8d14ee389b
update 3.1.4 sdk
4 years ago
Dan Walmsley
26ff613413
use 6.0.202 sdk.
4 years ago
Dan Walmsley
bdbc763531
remove traces of xamarin and specify sdk
4 years ago
Steven Kirk
0a2b0cae23
Merge pull request #7953 from AvaloniaUI/fixes/7906-menuitem-focus
Some menu fixes and integration tests.
4 years ago
Steven Kirk
d7f7274d10
Merge branch 'master' into fixes/7906-menuitem-focus
4 years ago
Jumar Macato
76e5c7a1a5
Merge branch 'master' into feature/win32-gpu-blacklist
4 years ago
Jumar Macato
28b3e0c45c
Merge pull request #7872 from Gillibald/fixes/typefaceResolution
Relax Typface resolution
4 years ago
Jumar Macato
d618cb9248
Merge branch 'master' into feature/win32-gpu-blacklist
4 years ago
Jumar Macato
678f4cd0ad
Merge branch 'master' into fixes/typefaceResolution
4 years ago
Steven Kirk
882828c608
Merge pull request #7965 from AvaloniaUI/fixes/scrollgestureendedevent-type
Fix ScrollGestureEndedEvent type.
4 years ago
Steven Kirk
946a6cd9a0
Updated ApiCompatBaseline.
4 years ago
Benedikt Stebner
1f94942e00
Merge branch 'master' into fixes/typefaceResolution
4 years ago
Dan Walmsley
a6098716d3
add win32 gpu blacklist.
4 years ago
Steven Kirk
e4247818b6
Merge branch 'master' into fixes/scrollgestureendedevent-type
4 years ago
Steven Kirk
d7798f1bd5
Merge pull request #7967 from AvaloniaUI/fixes/touchdevice-handled-events
Ignore handled events in TouchDevice.
4 years ago
Steven Kirk
0d939b34f8
Ignore handled events in TouchDevice.
4 years ago
Steven Kirk
338f037158
Merge branch 'master' into fixes/scrollgestureendedevent-type
4 years ago
Steven Kirk
a613fc289d
Merge pull request #7964 from AvaloniaUI/fixes/7840-datetimepicker-touch-scroll
Fix Date/Time picker touch scrolling
4 years ago
Steven Kirk
33c589ffbe
Merge branch 'master' into fixes/7840-datetimepicker-touch-scroll
4 years ago
Steven Kirk
0904857913
Fix ScrollGestureEndedEvent type.
While working on #7964 I noticed that the event type in the field for `ScrollGestureEndedEvent` is incorrect: it's a `ScrollGestureEndedEventArgs` object that gets passed, not a `ScrollGestureEventArgs`.
4 years ago
Jumar Macato
6afc9fdbc9
Merge pull request #7962 from Gillibald/fixes/ControlCatalogWeb
Fix ControlCatalog.Web build
4 years ago
Steven Kirk
f87d6e4121
Snap date/time picker to value on scroll end.
When a scroll gesture ends, snap the date/time picker offset to the nearest multiple of the item height.
4 years ago
Steven Kirk
4deaa51ef1
Return correct value for viewport.
The `DateTimePickerPanel`'s viewport is __not__ the height of a single item ;) Scrolling is done in pixels, so it should be the size of the bounds.
4 years ago
Steven Kirk
1a0087b521
Don't multiply logical scroll by ScrollSize.
`ScrollSize` is intended to be the amount scrolled when clicking the up/down line scroll buttons. The `logicalScrollItemSize` calculation should have already taken care of calculating this value for scroll gestures (this wasn't noticed before because the only place where it was checked was with `ItemsPresenter` which has a `ScrollSize.Height` of 1.
4 years ago
Benedikt Stebner
ff3fe479b1
Fix ControlCatalog.Web build
4 years ago
Jumar Macato
0551408203
Merge pull request #7948 from adirh3/fix/datagrid_memory_leak
Fixed memory leak when DataGrid is attached to INotifyCollectionChanged
4 years ago
Jumar Macato
8b3c912113
Merge branch 'master' into fix/datagrid_memory_leak
4 years ago
Jumar Macato
2f534072f0
Merge pull request #7951 from robloo/css-colors
Adds new HslColor struct and Support for CSS Color Formats
4 years ago
Jumar Macato
4658ecbe6d
Merge branch 'master' into css-colors
4 years ago
Jumar Macato
56a3fa9ac4
Merge pull request #7956 from amwx/ContentPresenterTextProps
Add text properties to ContentPresenter
4 years ago
robloo
d44317e545
Merge branch 'master' into css-colors
4 years ago
amwx
8997c9d9df
Update ApiCompat
4 years ago
amwx
0b845c659c
Merge branch 'master' into ContentPresenterTextProps
4 years ago