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
Benedikt Stebner
9250d93407
Implement embedded runs
Improve text edit navigation
Implement IncrementalTabWidth
4 years ago
Wiesław Šoltés
d2caf1241f
Add demo page for brushes with transforms
4 years ago
Wiesław Šoltés
979a5aa437
Set Border clip from xaml on ClippingPage
4 years ago
Benedikt Stebner
b815a22d5a
Port WPF's FormattedText to Avalonia and rework TextPresenter
4 years ago
Max Katz
b05ff7ccd8
Support gradients with not matched number of stops
5 years ago
Max Katz
a885e673c8
Reflection free implementation with automatic convertion from solid color brush to gradient
5 years ago
Max Katz
a3bd88128a
Update RenderDemo
5 years ago
Wiesław Šoltés
84dd710fc1
Use attached property
5 years ago
Wiesław Šoltés
4748244564
Add custom animator example
5 years ago
Dariusz Komosinski
c48a516ec6
Unify brush transition. Handle brush type mismatch in a nicer way.
5 years ago
Dariusz Komosinski
5365b2fc95
Transitions for solid color brushes.
5 years ago
Max Katz
f5a01afc6d
Update RenderDemo pages
5 years ago
Jumar Macato
1ab777c961
address review
5 years ago
Jumar Macato
b01dc1932a
add path measure example
5 years ago
Jumar Macato
9ebdef12a8
add path measure example
5 years ago
Giuseppe Lippolis
919c1edde4
Remove warning sample
6 years ago
Benedikt Schroeder
c2fad766e5
Rework GlyphRun BaselineOrigin
6 years ago
Dariusz Komosinski
972587130b
Support passing alpha format to created bitmaps.
6 years ago
Dan Walmsley
c3c82230d2
remove usages of old ThemeAccentBrush.
6 years ago
Dariusz Komosinski
5027de256c
Add an example for transition delay.
6 years ago
Dariusz Komosinski
3b8cd5dae2
Add transitions example.
6 years ago
Dan Walmsley
b3b7a57397
use consistent naming in renderdemo
6 years ago
Dan Walmsley
4e07771458
add to render demo
6 years ago
Nikita Tsukanov
bea8b676a2
Support for multiple box-shadows
6 years ago
Nikita Tsukanov
d0b041095d
Inset box-shadow
6 years ago
Nikita Tsukanov
83b9e78f63
Fixed demo animation
6 years ago
Nikita Tsukanov
20f6f886f9
box-shadow support
6 years ago
Steven Kirk
dbe4301d36
Sanitize image drawing API.
- Remove opacity parameter - should push an opacity instead
- Add a WPF-compatible overload of `DrawImage` to `DrawingContext`
6 years ago
Benedikt Schroeder
ab5e062deb
Add GlyphRun support
6 years ago
Nikita Tsukanov
38f4133658
RenderTargetBitmapPage in RenderDemo
7 years ago
Jumar Macato
1f2ee682ea
Revert autoformatting change.
7 years ago
Jumar Macato
545053c7b1
Start fixing broken sample projects
7 years ago
Nikita Tsukanov
18d59ff649
Custom draw operations, exposed SkCanvas and reduced Skia api visibility
7 years ago
Jumar Macato
2fe9378ebc
Adjust rainbow example
7 years ago
Jumar Macato
87e8bca879
Minor fixes.
7 years ago
Jumar Macato
6338c9d467
Added Rainbow Acorn Example on RenderDemo
7 years ago
Jumar Macato
d4355adb70
Attempt to make Color animations work
7 years ago
Jumar Macato
41b6fdc62a
Rename IterationCount.Loop to IterationCount.Infinite to abide byCSS's equivalent property.
7 years ago
Jumar Macato
7e023ee5af
[Breaking Change] Replace RepeatCount with IterationCount.
7 years ago
Jumar Macato
ef7a1f723d
Fix AnimationsPage crash, related to #1939
8 years ago
Jeremy Koritzinsky
51faa94534
Allow users to supply custom clocks in XAML or code before animations are applied. Change AnimationsPage to show an example with a custom clock and the animations on that page.
8 years ago
Jumar Macato
7b1c9bde18
Replace namespaces accordingly; Rename projects on main sln file.
8 years ago
Jumar Macato
def7da4bb2
Rename Sample projects to avoid confusion with the CI tests.
8 years ago