Jumar Macato
|
7fc7ae79de
|
Fix Color parameters on ColorAnimator
|
8 years ago |
Jumar Macato
|
d4355adb70
|
Attempt to make Color animations work
|
8 years ago |
Jumar Macato
|
6a1b8e6a8a
|
Add `Rect` animation handler.
|
8 years ago |
Jumar Macato
|
626f220e50
|
Added animators for Size,Point, Vector and CornerRadius
|
8 years ago |
Jumar Macato
|
c968854c6a
|
Add Point animator handling
|
8 years ago |
Jumar Macato
|
595d357a8b
|
Add unit test proj to nukebuild script.
|
8 years ago |
Jumar Macato
|
d728a833e4
|
Merge branch 'master' into fix-animation-repeat-modes
|
8 years ago |
Jumar Macato
|
ed90143e73
|
Add `Point` animator.
|
8 years ago |
Jumar Macato
|
78fba86c73
|
Make Animation.cs 's properties bindable and adopt AnimationInstance to fetch properties every frame.
Add obseleted `RepeatCount` property
|
8 years ago |
Jumar Macato
|
00167d61e2
|
Reorganize namespaces
|
8 years ago |
Dan Walmsley
|
3cdc4ae467
|
Fixes OSX 10.14.2
|
8 years ago |
Jumar Macato
|
57712ded31
|
remove remaining "Loop" reference.
|
8 years ago |
Jumar Macato
|
ee13f72cac
|
Add ColorAnimator for future use.
|
8 years ago |
Jumar Macato
|
65e6a74449
|
Simplify Animator's interpolation abstract method.
|
8 years ago |
Jumar Macato
|
41b6fdc62a
|
Rename IterationCount.Loop to IterationCount.Infinite to abide byCSS's equivalent property.
|
8 years ago |
Jumar Macato
|
660691da49
|
Make KeyFrame an AvaloniaObject and move the setters to a dedicated property.
|
8 years ago |
Jumar Macato
|
88ff8ed54b
|
Invert speedratio to reflect the intended effect.
|
8 years ago |
Jumar Macato
|
dcd678ab8c
|
Added unit test project to main solution file.
|
8 years ago |
Jumar Macato
|
b2b0d84532
|
Add Unit Tests for Animations.
|
8 years ago |
Jumar Macato
|
7e023ee5af
|
[Breaking Change] Replace RepeatCount with IterationCount.
|
8 years ago |
Jumar Macato
|
a941eaeb4e
|
Make SpeedRatio bindable.
|
8 years ago |
Jumar Macato
|
b489e3a935
|
Additional fixes for AnimationInstance.
|
8 years ago |
Jumar Macato
|
52a9e72405
|
Simplify the animations iteration algorithm
|
8 years ago |
Jumar Macato
|
d3329e19d8
|
Simplify iteration number calculation.
|
8 years ago |
Nikita Tsukanov
|
f958278926
|
Merge pull request #2154 from AvaloniaUI/nuke-build
Switched build to Nuke
|
8 years ago |
Nikita Tsukanov
|
f678b4c31d
|
Removed appveyor badge
|
8 years ago |
Nikita Tsukanov
|
9bd4f35dad
|
Removed MsBuildSettingsWithRestore hackery
|
8 years ago |
danwalmsley
|
0cb3db7741
|
Merge pull request #2156 from AvaloniaUI/feature/win32-popup-dropshadow
enable drop shadow on win32 popups.
|
8 years ago |
Dan Walmsley
|
076b811f2a
|
enable drop shadow on win32 popups.
|
8 years ago |
Nikita Tsukanov
|
dd355cba5e
|
Fixed review comments
|
8 years ago |
Dan Walmsley
|
3c5ac8f0cc
|
allow menu borders to be overridden.
|
8 years ago |
Dan Walmsley
|
422d798108
|
fix non-client WM_Activate.
|
8 years ago |
Nikita Tsukanov
|
73559a92ee
|
Merge pull request #2128 from AvaloniaUI/feature/win32-hide-system-decorations-with-working-frame
Win32 Hide System Decorations compatible with Window Snap feature from Win 7, 8, 10
|
8 years ago |
Nikita Tsukanov
|
6254036fb5
|
Opps
|
8 years ago |
Nikita Tsukanov
|
a54b85bfa7
|
A bit more clean method of new window rect calculation
|
8 years ago |
Dan Walmsley
|
f0f7cf4427
|
[win32 window] fix BorderThickness
|
8 years ago |
Dan Walmsley
|
b91233e3df
|
remove unused var
|
8 years ago |
Dan Walmsley
|
3ce39fe7a0
|
use Action to set flags and recalculate wmstyles.
|
8 years ago |
Dan Walmsley
|
5d327abc65
|
Revert "add CanResize checkbox to decorated window."
This reverts commit 7d1f145f93.
|
8 years ago |
Dan Walmsley
|
7d1f145f93
|
add CanResize checkbox to decorated window.
|
8 years ago |
Dan Walmsley
|
99a1392feb
|
remove flags from overlapped.
|
8 years ago |
Dan Walmsley
|
333c0ac907
|
simply applywm styles.
|
8 years ago |
Dan Walmsley
|
ca59da108e
|
[win32] smoothly toggle decorations.
|
8 years ago |
Dan Walmsley
|
07475d12f9
|
simplify apply styles
|
8 years ago |
Nikita Tsukanov
|
f8d3046cb5
|
Switched build to Nuke
|
8 years ago |
Dan Walmsley
|
dbacf80511
|
tidy decorated window.
|
8 years ago |
Dan Walmsley
|
c9b069ffb7
|
simplify style flag calculation.
|
8 years ago |
Dan Walmsley
|
9050409afc
|
[win32] windowimpl update style calculations done in one place.
|
8 years ago |
Dan Walmsley
|
374d6a5f0d
|
fix smooth toggling between decorated and non-decorated.
|
8 years ago |
Dan Walmsley
|
658ff21d0f
|
fix border thickness being added to non-decorated windows.
|
8 years ago |