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
artyom
fd7ffbd84c
Bring back the changes
7 years ago
danwalmsley
a487b38c33
Revert "Updated ReactiveUI to version 10.1.1"
7 years ago
José Pedro
e700832ee0
Updated ReactiveUI to version 10.0.1.
7 years ago
Steven Kirk
2fa8247f01
Removed MemberSelector.
7 years ago
Nikita Tsukanov
38f4133658
RenderTargetBitmapPage in RenderDemo
7 years ago
Jumar Macato
1f2ee682ea
Revert autoformatting change.
7 years ago
Jumar Macato
250e05dd04
Make RenderDemo, BindingDemo & VirtualizationDemo run.
7 years ago
Jumar Macato
545053c7b1
Start fixing broken sample projects
7 years ago
Jumar Macato
2028440381
Speedup Sidebar hover transitions.
7 years ago
Benedikt Schroeder
c73363f76b
Remove extra usings
7 years ago
Benedikt Schroeder
21eda0db12
Revert removal of Application.Initialize
7 years ago
Benedikt Schroeder
1bb3156950
Introduce StartupEventArgs and ExitEventArgs
7 years ago
artyom
a66a2d33aa
Add missing usings
7 years ago
Nikita Tsukanov
18d59ff649
Custom draw operations, exposed SkCanvas and reduced Skia api visibility
7 years ago
Jumar Macato
af2431e539
Fix renderdemo sidebar template.
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
Benedikt Schroeder
f55388a247
Fixes render demo with new tab control
7 years ago
Jumar Macato
ef7a1f723d
Fix AnimationsPage crash, related to #1939
8 years ago
Jeremy Koritzinsky
5a9e41364b
Convert project references to reference aggregate Avalonia.csproj
8 years ago
Jeremy Koritzinsky
58a85c53c7
Have each AnimationInstance and TransitionInstance use their own internal clock instead of relying on tracking the start time of the global clock. Use a binary search to find the correct keyframe instead of linear search.
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
a91cb08248
Fix naming on Animations & Transitions to better reflect their purpose.
Make RenderDemo & ControlCatalog's TabItems opacity transition faster.
8 years ago
Jeremy Koritzinsky
e0949b8796
Project file fixes.
8 years ago
Jumar Macato
3d7516cc0c
Implement a new timing engine for Transitions. Transtions are fixed now.Move out some stuff from Timing.cs.
8 years ago
Jumar Macato
714606b2ad
Add PlayState support.
Redoing the main algorithm yet again.
8 years ago
Steven Kirk
b8f127fce7
Reimplemented TemplateBinding.
Rather than just use a standard `Binding`, make `TemplateBinding` a lightweight binding in the case where the binding is simply to a property on the templated parent.
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