Dan Walmsley
|
cf640452c3
|
something on the screen.
|
6 years ago |
Dan Walmsley
|
edb86c59d7
|
dont init windows.ui.compositionjust yet.
|
6 years ago |
Dan Walmsley
|
8fbc153e94
|
add directcomposition / windows.ui.composition prototype.
|
6 years ago |
Dan Walmsley
|
74f1ac5478
|
hacks for directcomposition rendering.
|
6 years ago |
Dan Walmsley
|
0df91bf37d
|
add prepwork for direct composition direct2d surface.
|
6 years ago |
Nikita Tsukanov
|
4c8271ab09
|
Merge pull request #4093 from AvaloniaUI/axaml-support-master
.axaml file extension and msbuild metadata
|
6 years ago |
Nikita Tsukanov
|
8794b1efca
|
Merge pull request #4168 from AvaloniaUI/fix-nuget-content-types
Updated numerge
|
6 years ago |
Nikita Tsukanov
|
7921512a7b
|
Updated numerge
|
6 years ago |
Jumar Macato
|
cb295f782c
|
Merge pull request #4165 from rstm-sf/bugfix/skip_ISolidColorBrush
Fix skip convert ISolidColorBrush to Color when animation
|
6 years ago |
Rustam Sayfutdinov
|
8e7d785419
|
Merge condition
|
6 years ago |
Rustam Sayfutdinov
|
b4b54fe6a3
|
Swap condition
|
6 years ago |
Rustam Sayfutdinov
|
49b6cf133a
|
Merge branch 'master' into bugfix/skip_ISolidColorBrush
|
6 years ago |
Rustam Sayfutdinov
|
d7c3c03ccf
|
Rewrite check targetVal
|
6 years ago |
Rustam Sayfutdinov
|
3157dbd133
|
Rewrite condition by if not ISolidColorBrush
|
6 years ago |
Rustam Sayfutdinov
|
c0d192a8f6
|
Rewrite getting targetVal
|
6 years ago |
danwalmsley
|
eeddf41d9a
|
Merge pull request #4166 from wieslawsoltes/AddMissingCompactXamlToProject
Add missing Compact.xaml resource to fluent theme project
|
6 years ago |
Wiesław Šoltés
|
cbbbdc3c73
|
Add missing Compact.xaml resource to project
|
6 years ago |
Rustam Sayfutdinov
|
be4f4ed1c2
|
Fix using pattern matching
|
6 years ago |
Rustam Sayfutdinov
|
4aaa48739c
|
Fix skip ISolidColorBrush when animation
|
6 years ago |
danwalmsley
|
7f2d92043f
|
Merge pull request #4157 from wieslawsoltes/CompactDensityStyle
Add compact density style for Fluent theme
|
6 years ago |
danwalmsley
|
0cd35e8f9e
|
Merge branch 'master' into CompactDensityStyle
|
6 years ago |
Dariusz Komosiński
|
7f6816d89d
|
Merge pull request #4163 from AvaloniaUI/fixes/4161-layoutmanager-closed-toplevel
Don't run layout on hidden TopLevels
|
6 years ago |
Dariusz Komosiński
|
10836a551a
|
Merge branch 'master' into fixes/4161-layoutmanager-closed-toplevel
|
6 years ago |
Steven Kirk
|
2807cbe6cb
|
Make LayoutManager disposable.
And dispose it on `TopLevel` close: this allows layout passes to be run before a window/popup is shown but prevents it being run after close.
|
6 years ago |
Wiesław Šoltés
|
b919ccccff
|
Merge branch 'master' into CompactDensityStyle
|
6 years ago |
Nikita Tsukanov
|
6149cd69b5
|
Fixed compilation with old compiler versions
|
6 years ago |
Jumar Macato
|
98c30b1704
|
Merge pull request #4164 from AvaloniaUI/fixes/2244-disable-layers
Disable render layers.
|
6 years ago |
Jumar Macato
|
bc9f915f45
|
Merge branch 'master' into fixes/2244-disable-layers
|
6 years ago |
Nikita Tsukanov
|
847dac0d54
|
Merge pull request #3866 from AvaloniaUI/foreign-embed-master
Native embedding support (target: master)
|
6 years ago |
Nikita Tsukanov
|
509c8e6761
|
Merge branch 'master' into foreign-embed-master
|
6 years ago |
Steven Kirk
|
f14d73f5c9
|
Disable render layers.
We need a new renderer :/
Fixes #2244
|
6 years ago |
Nikita Tsukanov
|
a3fe36b8a5
|
Fixed memory tests broken by Moq
|
6 years ago |
Nikita Tsukanov
|
7d02564e27
|
build?
|
6 years ago |
Nikita Tsukanov
|
16625c164c
|
build?
|
6 years ago |
Nikita Tsukanov
|
4cf51ad0ca
|
Merge remote-tracking branch 'origin/master' into foreign-embed-master
# Conflicts:
# native/Avalonia.Native/inc/avalonia-native.h
# native/Avalonia.Native/src/OSX/Avalonia.Native.OSX.xcodeproj/project.pbxproj
# native/Avalonia.Native/src/OSX/window.mm
# src/Avalonia.DesignerSupport/Remote/PreviewerWindowImpl.cs
# src/Avalonia.Native/WindowImplBase.cs
# src/Avalonia.X11/X11Platform.cs
# src/Avalonia.X11/X11Window.cs
# src/Windows/Avalonia.Win32/PopupImpl.cs
|
6 years ago |
Steven Kirk
|
fabba53b41
|
Merge pull request #4150 from MarchingCube/fix-validation-not-found-member
Fix validation of not found members
|
6 years ago |
Steven Kirk
|
259529fbcd
|
Added unit test for not laying out invisible toplevel.
|
6 years ago |
Steven Kirk
|
536a2f7c62
|
Check correct root in invalidation calls.
|
6 years ago |
Steven Kirk
|
d3c3741bec
|
No longer need to pass root to ExecuteInitialLayoutPass.
|
6 years ago |
Steven Kirk
|
7694fc0484
|
Don't run layout passes on hidden TopLevels.
To do this we need to pass the root to `LayoutManager`.
Fixes #4161
|
6 years ago |
Dariusz Komosiński
|
d451bb36b5
|
Use exception instead of an assert.
|
6 years ago |
Dariusz Komosiński
|
6405df5d69
|
Merge branch 'master' into fix-validation-not-found-member
|
6 years ago |
Steven Kirk
|
94a9fcebe1
|
Merge pull request #4162 from pr8x/istabstop
Implementing support for IsTabStop attached property
|
6 years ago |
Luis v.d.Eltz
|
937f5dde01
|
Merge branch 'master' into istabstop
|
6 years ago |
Dariusz Komosiński
|
105b415ff2
|
Merge branch 'master' into CompactDensityStyle
|
6 years ago |
Jumar Macato
|
6ca719b238
|
Merge pull request #4160 from AvaloniaUI/fixes/menuscroller-pointerleave
Close submenu when pointer leaves.
|
6 years ago |
Luis von der Eltz
|
c4ef08206e
|
Implementing support for IsTabStop attached property
|
6 years ago |
Steven Kirk
|
d0edfa0447
|
Close submenu when pointer leaves.
|
6 years ago |
Wiesław Šoltés
|
83b0b82bea
|
Add compact density style
|
6 years ago |
danwalmsley
|
8deb3d195f
|
Merge pull request #4153 from MarchingCube/layout-manager-virtual
Mark LayoutManager public functions as virtual
|
6 years ago |