Jeremy Koritzinsky
|
af86085537
|
Fix build warning.
|
8 years ago |
Jeremy Koritzinsky
|
23d252f608
|
Cleanup legacy build/test files.
|
8 years ago |
Jeremy Koritzinsky
|
7507a01531
|
Enable generating solution file from the dirs.proj file. Useful for creating Omnisharp-compatible solution with subset of projects.
|
8 years ago |
Jeremy Koritzinsky
|
065d6d01d8
|
Switch Cake to use a dirs.proj traversal project to simplify the solution.
|
8 years ago |
Jeremy Koritzinsky
|
124656714f
|
Merge remote-tracking branch 'AvaloniaUI/master' into CleanupPackageDeps
|
8 years ago |
Jeremy Koritzinsky
|
343efcda9a
|
Merge pull request #1668 from jkoritzinsky/selector-parse-no-sprache
Remove Sprache dependency
|
8 years ago |
Jeremy Koritzinsky
|
371b8f7486
|
Add package references required for Xamarin.Android 15.8 to compile applications
|
8 years ago |
Jeremy Koritzinsky
|
ceac3c496e
|
Update System.Memory to 4.5.1
|
8 years ago |
Jeremy Koritzinsky
|
7faf079961
|
Fix tests and fix ControlCatalog.iOS to not reference Sprache.
|
8 years ago |
Jeremy Koritzinsky
|
2cd66f4d49
|
Fix PropertyParserTests.
|
8 years ago |
Jeremy Koritzinsky
|
066e73ce84
|
Fix struct == null comparison.
|
8 years ago |
Jeremy Koritzinsky
|
547d4dc906
|
Merge remote-tracking branch 'AvaloniaUI/master' into selector-parse-no-sprache
|
8 years ago |
Steven Kirk
|
c7bf1ecb4b
|
Fix null checking.
|
8 years ago |
Steven Kirk
|
91836cac2c
|
Merge branch 'master' into fixes/directional-navigation
|
8 years ago |
Steven Kirk
|
68fa650b98
|
Merge branch 'master' into fixes/pointer-enter-leave
|
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
|
d9cb86e1c0
|
Merge branch 'master' into new-animations-algo
|
8 years ago |
Jumar Macato
|
b6e6b7db48
|
Fix Delay and Iteration Delay behaviors. AnimatorStateMachine is functionally complete.
|
8 years ago |
Jeremy Koritzinsky
|
5289ddd423
|
Merge pull request #1684 from AvaloniaUI/feature/stringformat
Add StringFormat to Binding.
|
8 years ago |
Jeremy Koritzinsky
|
8874143a82
|
Merge branch 'master' into feature/stringformat
|
8 years ago |
WojciechKrysiak
|
dbe8f748c9
|
Single menu context menus working. (#1808)
|
8 years ago |
Nelson Carrillo
|
16756d2baa
|
Merge branch 'master' into ghosting-fix
|
8 years ago |
danwalmsley
|
8cc74604b3
|
Merge pull request #1806 from AvaloniaUI/fix-popup-root-exception
fixes an occasional crash with popup root "SnapInsideScreenEdges"
|
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 |
Jumar Macato
|
bccd1522ec
|
Merge pull request #1805 from wieslawsoltes/DotNetCoreRuntimeD2D1
Add support for Direct2D1 for Avalonia.DotNetCoreRuntime
|
8 years ago |
Wiesław Šoltés
|
9a1cae4d0d
|
Merge branch 'master' into DotNetCoreRuntimeD2D1
|
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
|
2c1f5b097b
|
Merge branch 'new-animations-algo' of github.com:AvaloniaUI/Avalonia into new-animations-algo
|
8 years ago |
Jumar Macato
|
714606b2ad
|
Add PlayState support.
Redoing the main algorithm yet again.
|
8 years ago |
Jumar Macato
|
1785e1bb96
|
Merge branch 'master' into new-animations-algo
|
8 years ago |
WojciechKrysiak
|
ec57b63908
|
Implemented cancelling ContextMenu opening/closing. (#1781)
|
8 years ago |
Nelson Carrillo
|
93833ea586
|
Merge pull request #1799 from MonkAlex/master
#1798 Fix binding checkbox with three state.
|
8 years ago |
MonkAlex
|
e69f3c7f85
|
#1798 Test for binding checkbox with three state.
|
8 years ago |
MonkAlex
|
c7d565fd0c
|
#1798 Fix binding checkbox with three state.
|
8 years ago |
danwalmsley
|
4277cd2c85
|
Merge pull request #1796 from AvaloniaUI/revert-1739-fixed/1664-menu-item-left-selected
Revert "dont highlight selected menuitems."
|
8 years ago |
danwalmsley
|
4e49c89664
|
Revert "dont highlight selected menuitems."
|
8 years ago |