Max Katz
74951318b1
Merge pull request #6018 from AvaloniaUI/cancellable-animations-expander-fix
Cancellable animations (for async methods) + Expander fix
5 years ago
Max Katz
cabfa13020
Merge branch 'master' into cancellable-animations-expander-fix
5 years ago
aguahombre
1739ed4138
Adds a pixel format parameter to Linux frame buffer platform setup. ( #6101 )
* Add pixel format parameter to Linux frame buffer platform setup.
Currently setup always changes the frame buffer pixel format to RGBA which results in the screen being cleared if the default pixel format is not RGBA (as on a Raspberry PI) . This clears any splash screen and leaves the screen blank for a period which is not a good UX. Now the frame buffer setup can select the correct pixel format or use null to leave the pixel format unchanged.
* Remove unnecessary formatting changes.
Add v0.10.x compatible constructor.
* Keep old StartLinuxFbDev extension method for v0.10.x binary compatibility
5 years ago
Max Katz
e44256b5dd
Skip failing tests, issue created
5 years ago
Max Katz
04d3ce168e
Add failing test
5 years ago
Max Katz
a49ba4b0e3
Add tests
5 years ago
Max Katz
06d800e8ef
Merge pull request #6105 from amwx/combobox_data
ComboBox: Let Data and Stretch be overridden
5 years ago
amwx
7d863e877f
Let Data and Stretch be overridden
5 years ago
Jumar Macato
7304643fec
Merge pull request #6092 from AvaloniaUI/fixes/adornerlayer-measure
Implement measure pass in AdornerLayer.
5 years ago
Dariusz Komosiński
faa3c11260
Merge branch 'master' into fixes/adornerlayer-measure
5 years ago
Max Katz
c00a1d6331
Merge pull request #6091 from AvaloniaUI/fixes/scale-flyout-transient-area
scale flyout transient area.
5 years ago
Max Katz
355571b132
Merge branch 'master' into fixes/scale-flyout-transient-area
5 years ago
Jumar Macato
60f3599a4d
Merge pull request #6072 from AvaloniaUI/fixes/animationinstance-unsubscribe
Ensure we unsubscribe from PropertyChanged.
5 years ago
Jumar Macato
4e8afe6b2d
Merge branch 'master' into fixes/animationinstance-unsubscribe
5 years ago
Steven Kirk
b37ddadf81
Implement measure pass in AdornerLayer.
Previously the `AdornerLayer` was falling back to the base class implementation of `MeasureOverride`, in `Canvas`. This meant that at times, adorner controls were being measured with a larger constraint than the final size given to them. `Grid` doesn't like it when this happens which causes problems with various controls.
Add a measure pass to `AdornerLayer` which passes the adorned control's bounds as the constraint (which is the value that the arrange pass will use).
5 years ago
Dan Walmsley
b78d2a0e06
use Pixel api types when working in screen coordinates.
5 years ago
Dan Walmsley
45299c1505
use renderscaling.
5 years ago
Dan Walmsley
b80ee86729
no need for toplevel.
5 years ago
Dan Walmsley
f10f546821
scale flyout transient area.
5 years ago
Jumar Macato
665560bb4e
Merge pull request #6054 from MarchingCube/allow-auto-hide-attached
Allow for using ScrollViewer.AllowAutoHide as an attached property.
5 years ago
Dariusz Komosiński
d167b54260
Merge branch 'master' into allow-auto-hide-attached
5 years ago
Jumar Macato
52e9dfa5da
Merge pull request #6066 from AvaloniaUI/fixes/5947-gradient-drawingcontext
Fixed gradient brush target rectangles.
5 years ago
Jumar Macato
43bd47f6b1
Merge branch 'master' into fixes/5947-gradient-drawingcontext
5 years ago
Jumar Macato
742538d70f
Merge pull request #6082 from wieslawsoltes/feature/SetterAnimatorAttachedPropertyHack
Allow setting custom Animator in property to Setter (attached property alternative)
5 years ago
Jumar Macato
f21d0a9d3a
Merge branch 'master' into fixes/animationinstance-unsubscribe
5 years ago
Wiesław Šoltés
ab28847bc6
Fix
5 years ago
Wiesław Šoltés
76d8bcff56
Use IAnimationSetter instead of object to attached property
5 years ago
Wiesław Šoltés
3eb8ccfdcb
Merge branch 'master' into feature/SetterAnimatorAttachedPropertyHack
5 years ago
Wiesław Šoltés
43bfff83a0
Update IAnimationSetter.cs
5 years ago
Wiesław Šoltés
42a7c835fb
Delete ApiCompatBaseline.txt
5 years ago
Dan Walmsley
7c37a1882d
Merge pull request #6083 from AvaloniaUI/fixes/osx-window-state
fix osx window state logic.
5 years ago
Dan Walmsley
7fce54bd7a
Merge branch 'master' into fixes/osx-window-state
5 years ago
Steven Kirk
038805bb26
Cache property changed delegate.
5 years ago
Nikita Tsukanov
453610836f
Merge pull request #6074 from workgroupengineering/features/DevTools/Startup_Screen
feat(DevTools): Startup Screen
5 years ago
Dan Walmsley
f7cc89c86b
fix osx window state logic.
5 years ago
Wiesław Šoltés
65b115c6e1
Add comments
5 years ago
Wiesław Šoltés
84dd710fc1
Use attached property
5 years ago
Wiesław Šoltés
4748244564
Add custom animator example
5 years ago
Jumar Macato
70fe7a823f
Merge branch 'master' into fixes/animationinstance-unsubscribe
5 years ago
Wiesław Šoltés
d323d069df
Create ApiCompatBaseline.txt
5 years ago
Wiesław Šoltés
8f203c6800
Add Animator property to Setter
5 years ago
Giuseppe Lippolis
02fd0006a9
fixes: check StartupScreenIndex is greater than -1
5 years ago
Giuseppe Lippolis
fa133444c4
fixes: Renamed StartupScreen to StartupScreenIndex
5 years ago
Giuseppe Lippolis
4b3c9b77ca
Merge branch 'master' into features/DevTools/Startup_Screen
5 years ago
Nikita Tsukanov
8587e73c39
Merge pull request #6069 from DrunkyBard/remote-widget-fix-zero-size
fixes RemoteWidget error when width or height is equal to zero. Issue…
5 years ago
Nikita Tsukanov
6aba61fa86
Merge branch 'master' into remote-widget-fix-zero-size
5 years ago
Giuseppe Lippolis
c7da3ccdc5
feat(DevTools): Startup Screen
5 years ago
Steven Kirk
6872b2a8a4
Ensure we unsubscribe from PropertyChanged.
5 years ago
Benedikt Stebner
d27a940537
Merge branch 'master' into fixes/5947-gradient-drawingcontext
5 years ago
Dariusz Komosiński
eaf30ec1ed
Merge branch 'master' into allow-auto-hide-attached
5 years ago