Steven Kirk
|
54f431300a
|
Merge branch 'master' into refactor/binding-support
|
8 years ago |
danwalmsley
|
831fe4d2e8
|
Merge pull request #1624 from AvaloniaUI/fixes/1613-d2d-span-immutable-brush
Convert brush to immutable brush in D2D backend.
|
8 years ago |
Steven Kirk
|
147b6bfe54
|
Convert brush to immutable brush.
Fixes #1613.
|
8 years ago |
Jeremy Koritzinsky
|
f5731d4e7c
|
Merge pull request #1621 from jkoritzinsky/ExtractHtmlRenderer
Remove HtmlRenderer from the Avalonia repository and move it to the Avalonia.HtmlRenderer repo.
|
8 years ago |
Steven Kirk
|
2d5eefb8de
|
Merge branch 'master' into ExtractHtmlRenderer
|
8 years ago |
Jeremy Koritzinsky
|
b89ab8f5f1
|
Remove HtmlRenderer from the Avalonia repository and move it to the Avalonia.HtmlRenderer repo.
|
8 years ago |
danwalmsley
|
667a489e87
|
Merge pull request #1618 from AvaloniaUI/stable-reactiveui-deps
Upgrade ReactiveUI dependency to 8.0.0 stable.
|
8 years ago |
Jeremy Koritzinsky
|
4b8c6df9eb
|
Implement animation setters using the Avalonia.Styling.Setter class. Enable custom animators through a static method on Animation that can be called from the a static constructor (example in Transform.cs).
|
8 years ago |
Jeremy Koritzinsky
|
b14d76e257
|
Fix another broken csproj merge.
|
8 years ago |
Jeremy Koritzinsky
|
6673123ffc
|
Fix bad csproj merge.
|
8 years ago |
Jeremy Koritzinsky
|
9ff429879f
|
Revert "Move Avalonia.Styling to be below Avalonia.Animation in the dependency chain per conversation in Gitter."
This reverts commit 867ecc05b6e7f94e08389e7f8383f61d488e1245.
|
8 years ago |
Jeremy Koritzinsky
|
e3686ab10d
|
Fix intermittent test failures introduced by accidental possible inter-test dependency that caused a test to fail when a different (moved over from the refactor) test ran before it.
|
8 years ago |
Jeremy Koritzinsky
|
72a4889435
|
Move Control static constructor statements to more accurate layers.
|
8 years ago |
Jeremy Koritzinsky
|
b448b64bdd
|
Fixed broken doc comment.
|
8 years ago |
Jeremy Koritzinsky
|
61ebeb2ac9
|
Move Avalonia.Styling to be below Avalonia.Animation in the dependency chain per conversation in Gitter.
|
8 years ago |
Jeremy Koritzinsky
|
72708cae67
|
Fix namespace build break.
|
8 years ago |
Jeremy Koritzinsky
|
b38b46a280
|
PR Feedback.
|
8 years ago |
Jeremy Koritzinsky
|
da0ab8b681
|
Move the styling system up the stack to live right below Avalonia.Animation since it has no dependencies on anything further down the dependency chain
|
8 years ago |
Jeremy Koritzinsky
|
cf8244b37a
|
Move current contents of Avalonia.Markup to Avalonia.Base. Move Avalonia.Markup.Xaml.Data/Parser classes to Avalonia.Markup since they're not Xaml-specific.
Use pattern-matching switch.
Fix bug from cleanup.
|
8 years ago |
Jeremy Koritzinsky
|
c2c581e524
|
Refactor away dependencies between Avalonia.Markup and Avalonia.Controls. Now Avalonia.Markup only depends on Avalonia.Base.
|
8 years ago |
Jeremy Koritzinsky
|
32ae9e813b
|
Upgrade ReactiveUI dependency to 8.0.0 stable.
|
8 years ago |
Steven Kirk
|
0c36c1baab
|
Merge pull request #1461 from jmacato/wip-animations
CSS-like Animations & Transitions
|
8 years ago |
Jumar Macato
|
ca3b8b259f
|
Merge branch 'master' of https://github.com/AvaloniaUI/Avalonia into wip-animations
|
8 years ago |
Jumar Macato
|
71a05f06d7
|
Merge Conflict fix
|
8 years ago |
Jeremy Koritzinsky
|
ef7e71c47c
|
Merge pull request #1615 from jkoritzinsky/fix-font-intermittent-crash
Fix intermittent test failure introduced by font tests
|
8 years ago |
Jeremy Koritzinsky
|
63daa04852
|
Fix intermittent test failure introduced by font tests
|
8 years ago |
Steven Kirk
|
e4032eee58
|
Merge pull request #1560 from AvaloniaUI/fixes/1559-wrong-brush-type
Reworked TypeConverters.
|
8 years ago |
Steven Kirk
|
90742b8c51
|
FontFamilyTypeConverter is no longer needed.
|
8 years ago |
Steven Kirk
|
c026b3dd5e
|
Removed missing files.
|
8 years ago |
Steven Kirk
|
d43ca773be
|
Merge branch 'master' into fixes/1559-wrong-brush-type
Conflicts:
src/Markup/Avalonia.Markup.Xaml/PortableXaml/AvaloniaDefaultTypeConverters.cs
|
8 years ago |
Jumar Macato
|
3af57ec2c9
|
Merge branch 'master' into wip-animations
|
8 years ago |
Jumar Macato
|
5151b1dddf
|
Merge branch 'wip-animations' of https://github.com/jmacato/Avalonia into wip-animations
|
8 years ago |
Jumar Macato
|
d196a431a8
|
Fix nits
|
8 years ago |
Jumar Macato
|
4d5bb0b4cc
|
Fix nits
|
8 years ago |
Jumar Macato
|
287588c300
|
Simplify RepeatBehavior into a RepeatCount with Loop option.
|
8 years ago |
danwalmsley
|
cd8a2196b8
|
Merge pull request #1611 from AvaloniaUI/feature/single-item-psuedo-class-items-control
add singleitem psuedo class on items control.
|
8 years ago |
Unknown
|
4479734961
|
remove added whitespace.
|
8 years ago |
Unknown
|
0f7ab7e61f
|
add singleitem psuedo class on items control.
|
8 years ago |
Jumar Macato
|
fb24332d2a
|
Port RenderTest animations to the new syntax
|
8 years ago |
Jumar Macato
|
b2502fef82
|
Merge branch 'master' into wip-animations
|
8 years ago |
Jumar Macato
|
ed7b875561
|
Finish rough implementation of the new syntax.
|
8 years ago |
Jumar Macato
|
8c94af444e
|
Merge branch 'wip-animations' of https://github.com/jmacato/Avalonia into wip-animations
|
8 years ago |
Jumar Macato
|
1b416690eb
|
More syntax rework
|
8 years ago |
Jumar Macato
|
c04a368bad
|
Start of syntax rework
|
8 years ago |
danwalmsley
|
06f4840485
|
Merge pull request #1564 from Gillibald/feature/customFonts
Custom font support
|
8 years ago |
danwalmsley
|
06ce812520
|
Merge branch 'master' into feature/customFonts
|
8 years ago |
danwalmsley
|
af46748840
|
Merge pull request #1609 from AvaloniaUI/fixes/radiobutton-border
Fix RadioButton bullet border at 1px.
|
8 years ago |
Steven Kirk
|
755ce21564
|
Fix RadioButton bullet border at 1px.
`BorderThickness` is now a `Thickness` so we can't bind `StrokeThickness` to it.
|
8 years ago |
Benedikt Schroeder
|
17dfa70b4f
|
ControlCatalog .csproj fix
|
8 years ago |
Benedikt Schroeder
|
e50f2d269a
|
Removed IFontFamily
Some code style fixes
|
8 years ago |