Max Katz
f3c4e3adda
Merge branch 'master' into fix/Issue_7162_CalendarPickerBindings
5 years ago
Tim
e7286a8df8
Remove unused private voids
5 years ago
Max Katz
eb982ad638
Merge pull request #7219 from AvaloniaUI/fixes/7218-fix-scroll-gesture-recognizer-for-transformed-visuals
Use pointer position relative to the scroll gesture recognizer target
5 years ago
Max Katz
4ebc3f89e7
Merge branch 'master' into fixes/7218-fix-scroll-gesture-recognizer-for-transformed-visuals
5 years ago
Dan Walmsley
e8f6f72eba
Update readme.md
5 years ago
Dan Walmsley
dea04d8a74
Update readme.md
5 years ago
Nikita Tsukanov
0f3b97a752
Use pointer position relative to the scroll gesture recognizer target
5 years ago
Tim U
f69e3e642e
Fix: BlackoutDates test was failing
- Revert listen to colleciton changes as the collection is already synced
- Setup the needed bindings in the test control
5 years ago
Tim
f8f4b91d93
Update Calendar in CalendarDatePicker Popup properly
- Use `TemplateBinding`
- Reflect changes of the blackout dates collection
5 years ago
Max Katz
939c944675
Merge pull request #6992 from workgroupengineering/features/Issue_6984
feat(Style): Allow to using attached properties in attribute selector
5 years ago
Giuseppe Lippolis
1aa0d5b68c
fixes: null annotation
5 years ago
Giuseppe Lippolis
77d57e273f
Resolved conflict with 'master' branch
5 years ago
workgroupengineering
f9956e5ba9
fixes:(XMLDOC): update xml comment ( #6999 )
* fixes:(XMLDOC): update xml comment
* Update src/Avalonia.Controls/Grid.cs
Co-authored-by: Steven Kirk <grokys@users.noreply.github.com>
Co-authored-by: Steven Kirk <grokys@users.noreply.github.com>
5 years ago
Steven Kirk
248bf69f48
Merge pull request #7210 from AvaloniaUI/fixes/avalonia-layout-nullability
Added nullable annotations to Avalonia.Layout.
5 years ago
Steven Kirk
ecb981da2d
Small tidy up.
5 years ago
Steven Kirk
2de57da8ff
Added nullable annotations to Avalonia.Layout.
5 years ago
Max Katz
494746ed8a
Merge pull request #7206 from Abdesol/master
Disabled button can be pressed issue/bug
5 years ago
abdesol
b2ae473f2a
changed assert value of Button_Invokes_Doesnt_Execute_When_Button_Disabled from 1 to 0
5 years ago
abdesol
925af9864d
Merge remote-tracking branch 'origin/master'
5 years ago
abdesol
845ff07f1f
Button_Invokes_Doesnt_Execute_When_Button_Disabled test added
5 years ago
Abdella Solomon
170d4924c0
Merge branch 'master' into master
5 years ago
Max Katz
9563eeea24
Merge pull request #7203 from AvaloniaUI/fixes/avalonia-visuals-nullability
Added nullable annotations to Avalonia.Visuals.
5 years ago
abdesol
7f20078e4f
removed focus fix and added test in sandbox
5 years ago
Max Katz
1fa8c9f565
Merge branch 'master' into fixes/avalonia-visuals-nullability
5 years ago
Steven Kirk
f092724fd8
Fixed another mistake made when adding nullable annotations.
5 years ago
Steven Kirk
ba258ffa90
Don't pass null where it shouldn't be.
5 years ago
Steven Kirk
7983a496e3
Fix mistakes made when adding nullable annotations.
I shouldn't be doing this stuff when I'm tired.
5 years ago
Nikita Tsukanov
d763e9b7fe
Merge pull request #7201 from jkoritzinsky/relativesource-compiledbinding
Support RelativeSource-based bindings without requiring an x:DataType property.
5 years ago
Steven Kirk
1bacdc4b6e
Added nullable annotations for DrawEllipse.
5 years ago
Steven Kirk
1524274a3b
Add a hacky exception for existing potential problem.
This isn't good, but I don't want to change that as part of adding nullable annotations.
5 years ago
Steven Kirk
4582b43118
More nullability fixes.
5 years ago
Benedikt Stebner
42f552d803
Nullability for text related types
5 years ago
Steven Kirk
882e3b79b5
Disable CS8632 in Avalonia.Build.Tasks.
`CS8632 The annotation for nullable reference types should only be used in code within a '#nullable' annotations context`: need to supress this as the project includes files from Avalonia.Visuals which now has nullable annotations enabled.
5 years ago
Steven Kirk
22a55fed27
Added a lot of nullable annotations to Avalonia.Visuals.
Except types related to text and one method in `DrawingContext` which I'm not sure what to do with.
5 years ago
Jeremy Koritzinsky
7624e14bcd
Support RelativeSource-based bindings without requiring an x:DataType property.
Only require an x:DataType property when we actually use it.
5 years ago
Dan Walmsley
b5ca4734d0
Merge pull request #7031 from MarchingCube/dc-ellipse
Add support for drawing ellipses directly via DrawingContext
5 years ago
Dan Walmsley
8b4c0a759e
Merge pull request #7187 from AvaloniaUI/fixes/catalina-red-window
osx: Fixes red flicker on Catalina when resizing
5 years ago
Dan Walmsley
f96b9a85b3
Merge branch 'master' into fixes/catalina-red-window
5 years ago
Dan Walmsley
51359904d7
Merge pull request #7189 from AvaloniaUI/fixes/skiasharp-release
Update skiasharp
5 years ago
Dan Walmsley
54e4f13ea6
Revert "[OSX] fix resize calls before window shown."
This reverts commit 06807324d0 .
5 years ago
Dan Walmsley
0a65e0a50d
forcefully invalidate shadow.
5 years ago
Dan Walmsley
6405558dd0
remove skiasharp from nuget.config
5 years ago
Dan Walmsley
29d164952d
Update skiasharp
5 years ago
Dan Walmsley
06807324d0
[OSX] fix resize calls before window shown.
5 years ago
Dan Walmsley
cce425b8da
fix red shown during resizing catalina.
5 years ago
Jumar Macato
7b00b786cb
Merge pull request #7183 from AvaloniaUI/listboxitem-do-not-set-alignment
Do not copy UWP behavior with ListBoxItem horizontal alignment
5 years ago
Max Katz
647cfe68bc
Update ListBoxItem.xaml
5 years ago
Max Katz
9bc3ce6ad8
Merge pull request #7179 from AvaloniaUI/fixes/avalonia-base-nullability
Finished adding nullable annotations to Avalonia.Base.
5 years ago
Max Katz
6cac23b3df
Merge branch 'master' into fixes/avalonia-base-nullability
5 years ago
Steven Kirk
e4b19743ca
baseUri can be null.
5 years ago