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
cbbe8f77ec
Implement HamburgerMenu control to be used in repo samples
4 years ago
Dan Walmsley
b89e884bcf
Revert "Revert "Revert "upgrade to net462"""
This reverts commit e44c36bef3 .
4 years ago
Dan Walmsley
e44c36bef3
Revert "Revert "upgrade to net462""
This reverts commit c78179e9ac .
4 years ago
Dan Walmsley
c78179e9ac
Revert "upgrade to net462"
This reverts commit 010ca1901a .
4 years ago
Dan Walmsley
010ca1901a
upgrade to net462
4 years ago
Steven Kirk
721547fcb2
Update samples/tests to net6.0.
And no longer target net461 in unit tests as we've not had a test pass in net core and fail in netfx in years, and it bloats our CI time; EXCEPT Avalonia.Markup.Xaml.UnitTests where we're still testing against net4.7 as MSIL generation is runtime-sensitive.
4 years ago
Max Katz
64922a34a9
Add CornerRadius to TemplatedControl and use it where possible
5 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
8b8f4c6669
add path measure example
5 years ago
Jumar Macato
b01dc1932a
add path measure example
5 years ago
Jumar Macato
9ebdef12a8
add path measure example
5 years ago
Steven Kirk
289e787938
Implement FluentTheme class.
For easier selection of fluent theme in App.xaml.
5 years ago
Max Katz
37dda37e46
Move Fluent theme files
5 years ago
Nikita Tsukanov
303b6c1586
Remove ReactiveUI usage from sample apps
5 years ago
Steven Kirk
aa48b5733e
Replaced LogToDebug with LogToTrace.
Calls to `System.Diagnostics.Debug` are removed in release builds meaning nothing was getting logged.
Fixes #4901
6 years ago
Giuseppe Lippolis
919c1edde4
Remove warning sample
6 years ago
Nikita Tsukanov
c4bbe3ac5e
Added WGL support
6 years ago
Maksym Katsydan
0042e82db2
Add resizing ui test for RenderDemo
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
Maksym Katsydan
7ad6171d13
RenderDemo: use FluentLight intead of DefaultLight
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
Steven Kirk
55868ce690
Remove serilog.
6 years ago
Steven Kirk
479d480ad9
Parameterize logger on area as well as level.
So we can filter our more logging calls early.
6 years ago
Dariusz Komosinski
3b8cd5dae2
Add transitions example.
6 years ago
Dan Walmsley
11d0ca56de
fix timespan in render demo.
6 years ago
Dan Walmsley
b3b7a57397
use consistent naming in renderdemo
6 years ago
Dan Walmsley
957eef7dba
share linebouds helper with render demo. remove hacky test code.
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
4d01dacd77
Remove copyright headers.
Some of our files had them, some didn't. They serve no purpose legally so best to remove the ceremony.
6 years ago
Steven Kirk
30e8cac05d
Update to .NET core 3.1.
6 years ago
Steven Kirk
52e30f6a0e
Remove Avalonia.Dialogs dependency on diagnostics.
And add explicit dependency on `Avalonia.Diagnostics` to samples.
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