Dan Walmsley
|
63928f6242
|
[Image] Measure is triggered when source or stretch property is changed.
|
8 years ago |
Steven Kirk
|
d4c102998c
|
Updated portable.xml submodule.
|
8 years ago |
ahopper
|
c5419a3c26
|
create only one identity matrix
|
8 years ago |
wojciech krysiak
|
57058f19cd
|
Fix SelectedItemsChanged event arguments in SelectingItemsControl
|
8 years ago |
Benedikt Schroeder
|
476a9800c0
|
Inital
|
8 years ago |
Benedikt Schroeder
|
292b1d0253
|
Remove extra DrawRectangle call
|
8 years ago |
Benedikt Schroeder
|
f619cbed48
|
Fix code style
|
8 years ago |
Benedikt Schroeder
|
0ef1bbce76
|
Fix #1904
|
8 years ago |
Jumar Macato
|
12747f3175
|
Fix missed merge conflict.
|
8 years ago |
Jumar Macato
|
e4fff20551
|
Address PR Reviews
|
8 years ago |
Jeremy Koritzinsky
|
58319bf299
|
Fix typing of Clock.GlobalClock.
|
8 years ago |
Siegfried Pammer
|
032fc349f9
|
Apply requested changes and some more clean up.
|
8 years ago |
Jumar Macato
|
d9f1da0052
|
Fix missed method rename.
|
8 years ago |
Jumar Macato
|
a462d0563c
|
Add missing license headers on Avalonia.Animations.
|
8 years ago |
Jumar Macato
|
ee1a8ee30f
|
Make a specialized observable for instance lifetime handling. Delete DisposeOnNextObservable.
|
8 years ago |
Steven Kirk
|
f55b556b1c
|
Make separator MenuItem non-focusable.
|
8 years ago |
Steven Kirk
|
e58b4d5152
|
Don't dispose completed binding.
|
8 years ago |
Steven Kirk
|
f2f96e2f46
|
Don't dispose completed binding.
|
8 years ago |
Jumar Macato
|
74c8cedde9
|
Try fixing the sporadic Bindings Exceptions.
|
8 years ago |
Jumar Macato
|
a8d4c8d799
|
Add a new Disposable Extention.
|
8 years ago |
Steven Kirk
|
b449003958
|
Allow MenuItems to be separators.
If `MenuItem.Header == "-"` then apply the `:separator` pseudoclass to the `MenuItem` and display it as a separator.
|
8 years ago |
Jeremy Koritzinsky
|
0aa5866ea8
|
Fix missed changes in IRenderTimer.
|
8 years ago |
ahopper
|
df014f3b1e
|
Fix drawing presenter clipping (#1882)
* fix clipping offset
* simplified clipping calculation
|
8 years ago |
Jeremy Koritzinsky
|
5fce271ff8
|
PR Feedback
|
8 years ago |
Jumar Macato
|
3cbcd0ac0f
|
Match CSS's behavior on selectors & animations.
|
8 years ago |
Steven Kirk
|
ac0c9e69cd
|
Added IAffectsRender interface...
...and use it as a general-purpose means of attaching to property values that can affect render.
|
8 years ago |
Siegfried Pammer
|
388df18e52
|
Initial commit of Event Viewer.
|
8 years ago |
Jumar Macato
|
64a4a6d82a
|
Simplify Fix; Invalidate when IsIndeterminate property changes.
|
8 years ago |
Benedikt Schroeder
|
e625f03c16
|
Use ID2D1Device instead of ID2D1Device1 to keep wi
|
8 years ago |
Benedikt Schroeder
|
50f15b1154
|
Namespace fix
|
8 years ago |
Benedikt Schroeder
|
1bf4954334
|
Downgrade SharpDX to 4.0.1
|
8 years ago |
Jeremy Koritzinsky
|
bc850b49c1
|
Add in custom hit testing for ImmediateRenderer. Fixes #1879.
|
8 years ago |
Jumar Macato
|
dc36911e44
|
Flip the sign on the outgoing carousel animation.
|
8 years ago |
Jumar Macato
|
ec695433de
|
Cancel an animation instance when the selector turns false.
|
8 years ago |
Jeremy Koritzinsky
|
2be60e593d
|
Fix PageSlide direction mess-up.
|
8 years ago |
Jumar Macato
|
5e6a6f7e03
|
Add explicit double type marker on values.
Flip the sign on distance to match the correct behavior.
|
8 years ago |
Steven Kirk
|
460d63736d
|
Use immutable brush as default Foreground value.
Prevents memory leak.
|
8 years ago |
Steven Kirk
|
a5a5b36ddc
|
Invalidate controls when brush changed.
|
8 years ago |
Jeremy Koritzinsky
|
f99e79faa8
|
Fix carousel animation crash
|
8 years ago |
Jeremy Koritzinsky
|
ce95625d66
|
Only add the clock to the render loop if there is a render loop.
|
8 years ago |
Jeremy Koritzinsky
|
8357bc86b0
|
Add tests for the new RenderLoop logic.
|
8 years ago |
Jeremy Koritzinsky
|
3f5ec49b4a
|
Update iOS and Android projects to use RenderTimers.
|
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
|
6b0ef13027
|
Clean up naming in TransformAnimator.
|
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 |
Jeremy Koritzinsky
|
ec9c61bbbe
|
Allow clocks to be bindable and inherited down the logical tree.
|
8 years ago |
Jeremy Koritzinsky
|
59cad1cf86
|
Fix unfinished clock type refactor.
|
8 years ago |
Jeremy Koritzinsky
|
0c611b981d
|
Refactor clock types.
|
8 years ago |
Jeremy Koritzinsky
|
6a380d6591
|
Reorganize RenderLoopClock registration.
|
8 years ago |
Jeremy Koritzinsky
|
b0368c80b2
|
Enable transitions to run on custom clocks.
|
8 years ago |