Dan Walmsley
|
558c8f56db
|
Merge remote-tracking branch 'origin/master' into windowing-prototype-drag-and-drop
|
8 years ago |
Dan Walmsley
|
19dd246703
|
update implementation of drag and drop for winit backend.
|
8 years ago |
Jumar Macato
|
ad69128b4e
|
Merge pull request #1845 from MihaMarkic/update_readme_with_nightly_feed
Adds reference to nightly build feed (readme)
|
8 years ago |
Jumar Macato
|
2af70e6a4f
|
Merge branch 'master' into update_readme_with_nightly_feed
|
8 years ago |
Jeremy Koritzinsky
|
21f45aa1eb
|
Merge pull request #1849 from AvaloniaUI/Android-output-path-fix
Fix Avalonia.Android output path in packages.cake.
|
8 years ago |
Jeremy Koritzinsky
|
f797c1d6c1
|
Fix Avalonia.Android output path in packages.cake.
VS 15.8 changed the output directory for Android projects. We need this change to match the new behavior.
|
8 years ago |
Miha Markič
|
49f36d4ac6
|
Adds reference to nightly build feed
|
8 years ago |
Jeremy Koritzinsky
|
ad7a3a9a29
|
Merge pull request #1836 from WojciechKrysiak/feature/CorrectedRelativeSourceSelfBinding
Brought RelativeSource=Self behavior in line with other RelativeSources
|
8 years ago |
Jumar Macato
|
7820908365
|
Merge pull request #1835 from WojciechKrysiak/feature/FixReplaceNugetCacheScript
Made sure that only the required assemblies are copied to cache
|
8 years ago |
WojciechKrysiak
|
ddd96b1765
|
Merge branch 'master' into feature/CorrectedRelativeSourceSelfBinding
|
8 years ago |
WojciechKrysiak
|
e770f307bf
|
Merge branch 'master' into feature/FixReplaceNugetCacheScript
|
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 |
wojciech krysiak
|
4e84b1e487
|
Made sure that only the required assemblies are copied to the appropriate package directories + included net461 package output.
|
8 years ago |
Steven Kirk
|
0166b2ec6a
|
Merge pull request #1812 from AvaloniaUI/fixes/directional-navigation
Fix Menu navigation
|
8 years ago |
Steven Kirk
|
ca34bf9aba
|
Don't assume Items are MenuItems.
They may be created via `DataTemplate`s.
|
8 years ago |
Dan Walmsley
|
e80ba560db
|
began adding drag and drop implementation.
|
8 years ago |
danwalmsley
|
1f222c109c
|
Merge branch 'master' into fixes/directional-navigation
|
8 years ago |
Nelson Carrillo
|
a7091f33bc
|
Remove Grid overlay
|
8 years ago |
Nelson Carrillo
|
a119eb462e
|
Merge branch 'windowing-prototype' of https://github.com/AvaloniaUI/Avalonia into windowing-prototype
|
8 years ago |
Jeremy Koritzinsky
|
e03ed449f2
|
Merge pull request #1827 from siegfriedpammer/dev/siegfriedpammer/radiobutton-groupname
Implement GroupName for RadioButton
|
8 years ago |
Jeremy Koritzinsky
|
67f3918060
|
Merge branch 'master' into dev/siegfriedpammer/radiobutton-groupname
|
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
|
1f17daadce
|
Merge branch 'master' of github.com:AvaloniaUI/Avalonia into dev/siegfriedpammer/radiobutton-groupname
|
8 years ago |
Siegfried Pammer
|
18f36ab3bc
|
Fix #1782: Implement GroupName for RadioButton
|
8 years ago |
Jumar Macato
|
4d85154f9a
|
Merge pull request #1825 from SpawnProd/issue-1818
References updates (Issue #1818)
|
8 years ago |
Sergey
|
b13908681d
|
Downgrade to Rx 4.0
Because of MonoAndroid we can't use Rx 4.1 (System.Threading.Tasks.Extensions is duplicated in mscorlib)
|
8 years ago |
Sergey
|
8c31c71d1e
|
References updates
Updates for Rx, ReactiveUI and Microsoft CSharp nuget references.
|
8 years ago |
jp2masa
|
f1e422866a
|
Implemented UniformGrid. (#1819)
|
8 years ago |
Jeremy Koritzinsky
|
0702c5608a
|
Merge pull request #1810 from Kryptos-FR/feature/dispatcher-function
Support invoking a function in the dispatcher
|
8 years ago |
Dan Walmsley
|
f06f432840
|
allow modal dialogs to be shown even though the modal part isnt implemented.
|
8 years ago |
danwalmsley
|
5fc341950b
|
Merge branch 'master' into windowing-prototype
|
8 years ago |
Nelson Carrillo
|
da5a084507
|
Fix rendering
|
8 years ago |
Nelson Carrillo
|
a7dd2b1a5d
|
Merge branch 'master' into feature/dispatcher-function
|
8 years ago |
danwalmsley
|
b2f11eef92
|
Merge branch 'master' into fixes/directional-navigation
|
8 years ago |
danwalmsley
|
1412c1aca1
|
Merge pull request #1811 from AvaloniaUI/fixes/pointer-enter-leave
Fix pointer enter/leave events
|
8 years ago |
danwalmsley
|
67d17ab56f
|
Merge branch 'master' into fixes/pointer-enter-leave
|
8 years ago |
Dan Walmsley
|
47676e6be2
|
fix null reference exception.
|
8 years ago |
Dan Walmsley
|
2109687638
|
Merge remote-tracking branch 'origin/master' into windowing-prototype
|
8 years ago |
Dan Walmsley
|
739da18543
|
Merge branch 'implement-decorated-window-dragging' into windowing-prototype
|
8 years ago |
Dan Walmsley
|
0aa7b3555e
|
working borderless window dragging.
|
8 years ago |
Nicolas Musset
|
434bf0d3db
|
Support invoking a function in the dispatcher.
|
8 years ago |
Jumar Macato
|
1891b54fb1
|
Merge pull request #1815 from jkoritzinsky/CleanupPackageDeps
Clean Up Build/Packaging Script
|
8 years ago |
danwalmsley
|
c9ee54b0cc
|
Merge branch 'master' into windowing-prototype
|
8 years ago |
Jeremy Koritzinsky
|
65494410c1
|
Fix typos.
|
8 years ago |
Jeremy Koritzinsky
|
e970bdfeb2
|
Fix Android build path for Appveyor
|
8 years ago |
Jeremy Koritzinsky
|
f8df516fc7
|
Fix package paths for Android/iOS.
|
8 years ago |
Jeremy Koritzinsky
|
595b2dbc45
|
Fix path.
|
8 years ago |
Jeremy Koritzinsky
|
4381efeab6
|
Fix package target framework.
|
8 years ago |
Jeremy Koritzinsky
|
337dc70cad
|
Missed a slash in the path...
|
8 years ago |