Jumar Macato
|
25808ea5d9
|
Change Run to RunAsync for convention's sake.
|
8 years ago |
Jumar Macato
|
728d5ae588
|
Check if sender is equal to the argument. Cancel if it doesn't match.
|
8 years ago |
Jumar Macato
|
83347b453f
|
Add Animation.Done event and a awaitable Run() method.
|
8 years ago |
Jumar Macato
|
a39739b24d
|
Merge pull request #1768 from jkoritzinsky/animation-setter-binding
Allow bindings in KeyFrames. Re-implement Indeterminate ProgressBar in XAML.
|
8 years ago |
Jumar Macato
|
72b24a9a1b
|
Merge branch 'master' into animation-setter-binding
|
8 years ago |
Steven Kirk
|
58a517fa95
|
Merge pull request #1769 from AvaloniaUI/fixes/devtools
Fix devtools
|
8 years ago |
Steven Kirk
|
48b3fd85b1
|
Show logical tree when devtools shown.
|
8 years ago |
Steven Kirk
|
ca416f433e
|
Make GetDiagnostic work again.
I'd stubbed it out with a `NotImplementedException` and then forgot to reimplement.
|
8 years ago |
danwalmsley
|
5f17731608
|
Merge pull request #1767 from AvaloniaUI/fixes/1766-fix-mac-file-dialogs
remove file:// from strings returned by mac file dialogs.
|
8 years ago |
danwalmsley
|
8f155b79df
|
Merge branch 'master' into fixes/1766-fix-mac-file-dialogs
|
8 years ago |
Jeremy Koritzinsky
|
37a22abb16
|
Add Avalonia.Animation assembly to the pre-scanned assemblies to fix unit tests.
|
8 years ago |
Jeremy Koritzinsky
|
ef6d31bb24
|
Use direct properties instead of styled properties for the private properties on ProgressBar that support the indeterminate animation.
|
8 years ago |
Jeremy Koritzinsky
|
dcafd6e764
|
Use transforms instead of Canvas to support the ProgressBar indeterminate animation.
|
8 years ago |
Jeremy Koritzinsky
|
714733eebd
|
Merge pull request #1749 from jkoritzinsky/negation-shorthand-fix
Fix binding paths with negation and shorthand
|
8 years ago |
Jeremy Koritzinsky
|
b1cb87b770
|
Implement ProgressBar animation in XAML. Contributes to #1670.
|
8 years ago |
Jeremy Koritzinsky
|
238974ec48
|
Fix binding value in Setter throwing on default binding mode.
|
8 years ago |
Jeremy Koritzinsky
|
1afd19efac
|
Use the anchor for RelativeSourceMode.TemplatedParent bindings if needed.
|
8 years ago |
Jeremy Koritzinsky
|
a52d9c812d
|
Use the target Animatible as an anchor for the binding.
|
8 years ago |
Jeremy Koritzinsky
|
4765596e22
|
Enable setter bindings for animations.
|
8 years ago |
Jeremy Koritzinsky
|
1a84fe9186
|
Clean up cue handling.
|
8 years ago |
Jeremy Koritzinsky
|
b2d041fd09
|
Merge branch 'master' into negation-shorthand-fix
|
8 years ago |
Jeremy Koritzinsky
|
6b9c269714
|
Merge pull request #1732 from jkoritzinsky/ValueStoreDeferredSetter
Move DeferredSetter instance to ValueStore
|
8 years ago |
Dan Walmsley
|
134fbd6199
|
remove file:// from strings returned by mac file dialogs.
|
8 years ago |
Steven Kirk
|
eae2d4e25d
|
Merge branch 'master' into ValueStoreDeferredSetter
|
8 years ago |
Jeremy Koritzinsky
|
c2e2d8b49c
|
More cleanup.
|
8 years ago |
Jumar Macato
|
a1ba49ef7d
|
Merge pull request #1763 from AvaloniaUI/fixes/carousel-presenter-fix
Fix SelectingItemsControl
|
8 years ago |
Dan Walmsley
|
6eb80bd55c
|
fix broken logic.
|
8 years ago |
Dan Walmsley
|
684c65c260
|
revert file.
|
8 years ago |
Dan Walmsley
|
fe1620a25d
|
whitespace.
|
8 years ago |
Dan Walmsley
|
ae4356ef34
|
add fix for selecting items control.
|
8 years ago |
Dan Walmsley
|
ee55b4fa3d
|
bug is in selecting items control. add failing unit test.
|
8 years ago |
Dan Walmsley
|
67d6082730
|
sync selected index with items count when removing items from carousel.
|
8 years ago |
Dan Walmsley
|
b651cd3a1b
|
fix carousel-presenter when items are removed.
|
8 years ago |
danwalmsley
|
638b501ebc
|
Merge pull request #1761 from nc4rrillo/master
Cache GridLayouts from the last Measure
|
8 years ago |
Nelson Carrillo
|
2666161d94
|
Cache GridLayouts from the last Measure
|
8 years ago |
Jeremy Koritzinsky
|
4716193a9b
|
Clean up and fix bug in Animator.
|
8 years ago |
Jeremy Koritzinsky
|
d4cb79b428
|
Remove goto from AnimatorStateMachine.
|
8 years ago |
danwalmsley
|
e5a375a042
|
Merge pull request #1760 from AvaloniaUI/fixes/1754-setter-bindingmode-default
Allow BindingMode.Default in Setter bindings.
|
8 years ago |
Steven Kirk
|
70544b44ab
|
Allow BindingMode.Default in Setter bindings.
Fixes #1754.
|
8 years ago |
Jeremy Koritzinsky
|
2a455edbc5
|
Clean up some of the animation code.
|
8 years ago |
Jeremy Koritzinsky
|
d8f4e78f70
|
Fix NRE in binding path parsing.
|
8 years ago |
Jeremy Koritzinsky
|
7f945b3950
|
PR Feedback.
|
8 years ago |
Steven Kirk
|
c4e6e6d7db
|
Merge pull request #1720 from CommonGuy/fix-filedialog-bugs
Fix filedialog bugs
|
8 years ago |
Steven Kirk
|
117eee9002
|
Merge branch 'master' into fix-filedialog-bugs
|
8 years ago |
Steven Kirk
|
01ecb296e8
|
Merge pull request #1686 from Karnah/fixes/direct2d1-image-brush-null-source
ImageBrush with null Source
|
8 years ago |
Steven Kirk
|
e9638030f1
|
Merge branch 'master' into fixes/direct2d1-image-brush-null-source
|
8 years ago |
Steven Kirk
|
99c9ea64ad
|
Merge pull request #1757 from AvaloniaUI/fixes/dont-loose-textbox-selection-with-right-click
dont clear textbox selection when right clicking.
|
8 years ago |
Dan Walmsley
|
09892554c4
|
dont clear textbox selection when right clicking.
|
8 years ago |
Jumar Macato
|
0a6d39ff6b
|
Merge pull request #1753 from varsnotwars/stackpanel-adding-gaps-for-invisible-children
Stackpanel adding gaps for invisible children
|
8 years ago |
Luis Silva
|
7039b32a79
|
add/sub gap behaviour based on visibility
Only adding and subtracting the gap value if child is visible.
Arranged height/width adds and subs gap only if at least one child is visible.
|
8 years ago |