Jeremy Koritzinsky
f2ba884e0a
Cleanup logic in LightweightObservableBase.
8 years ago
Jumar Macato
33aec77f16
Move the playstate handling to the State machine instead of being pipelined by the timer itself.
Removed unused AnimationStateTimer.
8 years ago
Steven Kirk
c7c9b0a205
Use `Stopwatch.GetTimestamp()` for tickCount.
8 years ago
Steven Kirk
166f9f8cf0
Pulse animation timer from render loop.
8 years ago
Steven Kirk
8ec2c8f661
Notify tick count in IRenderTimer.Tick.
8 years ago
Steven Kirk
0b4e6b8471
Make centralized RenderLoop.
- Renamed `RenderLoop` to `RenderTimer`
- Added new `RenderLoop` which `DeferredRenderer`s register themselves with for updates
8 years ago
Steven Kirk
d15e86c2a7
Pass correct node bounds to PushOpacityMask. ( #1870 )
* Pass correct node bounds.
Use node bounds not clip bounds for opacity mask rect.
Fixes #1118 .
* Use layout bounds for opacity mask.
And added a new render test to make sure that the render transform is applied to it.
* Fix bad XAML formatting.
8 years ago
Steven Kirk
5f27733ee3
Merge pull request #1874 from wdcossey/CheckBox-Restyle-08-09-2018
CheckBox restyle
8 years ago
William David Cossey
2b2255b1c8
Background is only applicable to the Border#border.
Added Foreground, VerticalContentAlignment and HorizontalContentAlignment for ContentPresenter#PART_ContentPresenter.
8 years ago
William David Cossey
4b7702dbb7
Merge pull request #4 from AvaloniaUI/master
Merge
8 years ago
Steven Kirk
4deef1d57b
Enable TreeView horizontal scrollbar. ( #1872 )
Fixes #1871 .
8 years ago
Steven Kirk
e8aedb02b4
Merge pull request #1793 from AvaloniaUI/new-animations-algo
New animations algorithm (Redux)
8 years ago
Jumar Macato
07c3311ae1
Merge branch 'master' into new-animations-algo
8 years ago
Jumar Macato
3ecb21a8f4
Merge branch 'new-animations-algo' of github.com:AvaloniaUI/Avalonia into new-animations-algo
8 years ago
Jumar Macato
a93c69a56e
Make naming consistent.
8 years ago
Jumar Macato
15301c6337
Make naming consistent.
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
Jumar Macato
ed45ec47b2
Fix the transitions bug by pushing zero immediately after Subscription.
Thanks to sir @grokys for this fix.
Fix XML Doc on Animatable.cs.
8 years ago
Jeremy Koritzinsky
6a1c5e00cd
Merge pull request #1867 from AvaloniaUI/fixes/1865-dockpanel-dock
Invalidate panel layout on attached property change.
8 years ago
Steven Kirk
a6a80c205c
Make attached panel properties invalidate parent layout.
Fixes #1865 .
8 years ago
Steven Kirk
a0d2d7f70b
Added failing test for #1865 .
And similar test for Grid.
8 years ago
Jeremy Koritzinsky
ef3b896ba0
Merge pull request #1863 from AvaloniaUI/fixes/1829-itemscontrol-nre
Fix NRE when VirtualizingStackPanel used with ItemsControl.
8 years ago
Steven Kirk
544d2e26c7
Fix NRE when VirtualizingStackPanel used with ItemsControl.
There is no `ScrollViewer` in the template for `ItemsControl` which means that if a `VirtualizingStackPanel` is used for `ItemsControl.ItemsPanel` then `InvalidateScroll` won't be set. Just do nothing in this case.
Fixes #1829 .
8 years ago
Jumar Macato
06a4fe7312
Minor fix on TransitionsEngine
8 years ago
Jumar Macato
b848fdd2bb
Merge branch 'new-animations-algo' of github.com:AvaloniaUI/Avalonia into new-animations-algo
8 years ago
Jumar Macato
45ca6af21c
Remove Epsilon equality checking since the animations
dont require such precision.
8 years ago
Jumar Macato
050db56f2a
Merge branch 'master' into new-animations-algo
8 years ago
Jumar Macato
8a800cadfa
Fix nits & polish up some code
8 years ago
Steven Kirk
d74cd44ab3
Merge pull request #1831 from wdcossey/1733-cleaning-up-theme-resources
1733 cleaning up theme resources
8 years ago
Steven Kirk
09c7fbc952
Merge branch 'master' into 1733-cleaning-up-theme-resources
8 years ago
Steven Kirk
02a49a12c0
Merge pull request #1832 from jeffreye/features/treeview
Implement SelectedItemChanged event for TreeView
8 years ago
Steven Kirk
c226f3759c
Merge branch 'master' into pr/1832-implement-selecteditemchanged-event-for-treeview
Conflicts:
src/Avalonia.Controls/TreeView.cs
8 years ago
Jumar Macato
8371772532
Merge branch 'master' into new-animations-algo
8 years ago
Jumar Macato
9129ea24ce
Fix merge conflict
8 years ago
Jumar Macato
5f4a38842c
Finally fixed the flickering heart bug!
Simplify the Keyframe selection and removed all LINQ code.
Use the Cue property on AnimatorKeyFrame as the time index and integrate the IsNeutral value as an internal property.
8 years ago
Jeremy Koritzinsky
e7dc152392
Fix case where timing lands on exactly a new keyframe.
8 years ago
Jumar Macato
4b87f088b5
Merge branch 'master' into 1733-cleaning-up-theme-resources
8 years ago
William David Cossey
71d74fe7cd
TreeViewItem.cs - Renamed Depth to Level.
TreeViewItem.cs - Moved CalculateDistanceFromLogicalParent from LogicalExtensions.
TreeViewItem.xaml - Cleaned up selectors.
PropertyEqualsSelector.cs - Default null to string.Empty.
ContentControl.cs - Added valid & invalid pseudoclasses for ContentProperty.
BaseLight.xaml - Removed unused resources.
CheckBox.xaml - Hide ContentPresenter#PART_ContentPresenter when Content is null.
8 years ago
Jeremy Koritzinsky
f9f68a2db2
Merge pull request #1697 from AvaloniaUI/ghosting-fix
Fix ghosting artifacts
8 years ago
Jeremy Koritzinsky
1f16de477e
Merge pull request #1859 from MihaMarkic/spell_other_avalonia
Spellchecks all projects except for Base, Controls, Samples and Testing
8 years ago
Steven Kirk
2366975d11
Merge branch 'master' into spell_other_avalonia
8 years ago
Jumar Macato
4505192228
Merge pull request #1860 from AvaloniaUI/fixes/1856-slider-value-not-updated
fix slider not updating value.
8 years ago
danwalmsley
39931f5fde
use same fix as upcoming pr to prevent conflict.
8 years ago
Dan Walmsley
9d89bfdfab
fix slider not updating value.
8 years ago
Jumar Macato
d0b05adf8a
Merge pull request #1850 from MihaMarkic/passwordchar_affects_render
Fixes #1847 PasswordChar change doesn't affect render
8 years ago
Jumar Macato
27aebee6aa
Merge branch 'master' into passwordchar_affects_render
8 years ago
Jeremy Koritzinsky
5048562f25
Merge pull request #1823 from Kryptos-FR/feature/dispatcher-function
Support invoking a task in the dispatcher.
8 years ago
Jumar Macato
5ab32ebfbf
Merge branch 'master' into passwordchar_affects_render
8 years ago
William David Cossey
d63fdc4ac0
Merge pull request #3 from AvaloniaUI/master
Merge
8 years ago
danwalmsley
51539b9148
Merge branch 'master' into 1733-cleaning-up-theme-resources
8 years ago