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
Siegfried Pammer
158d2d31b3
Add RoutedEventRegistry. Fixes #1846 .
8 years ago
Miha Markič
47b78a413b
Reverts 'top level' comment back to 'toplevel'
8 years ago
Miha Markič
1524cb1aba
Spellchecks comments and members, removes unused using statements and sorts them
8 years ago
wojciech krysiak
8e7d2e5a81
Handle the case of multiple content presenters within a content control handled via ContentControlMixin
8 years ago
wojciech krysiak
d72ca725cd
Brought RelativeSource=Self behavior in line with other RelativeSources
-Direct fix for AnimationKeyFrame using itself as self-reference
8 years ago
Steven Kirk
ca34bf9aba
Don't assume Items are MenuItems.
They may be created via `DataTemplate`s.
8 years ago
Siegfried Pammer
739fdc3b9b
Use ConditionalWeakTable instead of a custom list of (IRenderRoot, RadioButtonGroupManager).
8 years ago
William David Cossey
9555a914a9
OS compatibility check for SetProcessDpiAwareness (Windows 8.1 or newer) ( #1816 )
8 years ago
Siegfried Pammer
18f36ab3bc
Fix #1782 : Implement GroupName for RadioButton
8 years ago
jp2masa
f1e422866a
Implemented UniformGrid. ( #1819 )
8 years ago
Dan Walmsley
47676e6be2
fix null reference exception.
8 years ago
Nicolas Musset
434bf0d3db
Support invoking a function in the dispatcher.
8 years ago
Jeremy Koritzinsky
e0949b8796
Project file fixes.
8 years ago
Jeremy Koritzinsky
17ec885e15
Remove SharedAssemblyInfo and unused avalonia.platform.targets
8 years ago
Jeremy Koritzinsky
e7fab78d04
Use MSBuild.Sdk.Extras to switch the rest of our library projects to the new project format.
8 years ago
Jeremy Koritzinsky
af86085537
Fix build warning.
8 years ago
Jeremy Koritzinsky
065d6d01d8
Switch Cake to use a dirs.proj traversal project to simplify the solution.
8 years ago
Jeremy Koritzinsky
7faf079961
Fix tests and fix ControlCatalog.iOS to not reference Sprache.
8 years ago
Jeremy Koritzinsky
066e73ce84
Fix struct == null comparison.
8 years ago
Steven Kirk
c7bf1ecb4b
Fix null checking.
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
5d49c5f969
Rename AnimatorStateMachine to AnimationsEngine to properly reflect the functions of the new algorithm.
8 years ago
Steven Kirk
0fb1780f75
Don't deselect sibling item on PointerLeave.
8 years ago
Steven Kirk
e5662a8a18
Implement ContextMenu interactions.
8 years ago
Steven Kirk
1293e9af8d
Implemented Menu interactions.
8 years ago
Jumar Macato
b6e6b7db48
Fix Delay and Iteration Delay behaviors. AnimatorStateMachine is functionally complete.
8 years ago
WojciechKrysiak
dbe8f748c9
Single menu context menus working. ( #1808 )
8 years ago
Dan Walmsley
7d28d1b2ab
fix failing unit test.
8 years ago
Dan Walmsley
9c6e69914d
fixes an occasional crash with popup root "SnapInsideScreenEdges"
8 years ago
Wiesław Šoltés
c5a2159021
Add support for Direct2D1 for Avalonia.DotNetCoreRuntime
8 years ago
Steven Kirk
2cf046e3ff
Update menu item default themes.
8 years ago
Steven Kirk
1e12b2c37b
Don't focus non-focusable controls.
When navigating `ItemsControl` with keyboard.
8 years ago
Steven Kirk
9e2e266d3c
Handle navigation in TreeView.
8 years ago
Steven Kirk
10c2ec64ad
Implement directional navigation in ItemsControl.
8 years ago
Steven Kirk
2584f4bb18
Removed directional navigation code.
8 years ago
Steven Kirk
895a24fb9e
Raise pointer enter/leave events in correct order.
Previously, enter events were raised before leave events.
8 years ago
Steven Kirk
3f0c7650e5
Make sure IsPointerOver is correctly set.
Reset the handled state for `PointerEnter`/`PointerLeave` on each control invocation, and don't allow the user to skip setting `IsPointerOver`
8 years ago
WojciechKrysiak
5aa219be00
Fix windows for Mono.Mac ( #1804 )
- handle closing
- handle showing dialogs
8 years ago
Jumar Macato
dc4c7cf4ca
Make the algorithm use TimeSpans directly instead of converting to quantized framecounts to avoid/reduce quantization errors in interpolation.
8 years ago
Jumar Macato
714606b2ad
Add PlayState support.
Redoing the main algorithm yet again.
8 years ago
WojciechKrysiak
ec57b63908
Implemented cancelling ContextMenu opening/closing. ( #1781 )
8 years ago
MonkAlex
c7d565fd0c
#1798 Fix binding checkbox with three state.
8 years ago
danwalmsley
4e49c89664
Revert "dont highlight selected menuitems."
8 years ago
Jumar Macato
bfefeb9e9c
Make Transitions Bind strongly typed.
8 years ago
Jumar Macato
1b37397e69
Fix bug on PageTransitions by adding 1 to the zeroth iteration frame count modulo.
8 years ago
Jumar Macato
b020bddb20
Fix onComplete assignment.
8 years ago
Jumar Macato
1757604dab
Fix onComplete assignment.
8 years ago
Jumar Macato
cfabbe9b65
More optimizations.
8 years ago