Takoooooo
c2145db99b
more fixes
4 years ago
Takoooooo
7fad72cca6
fix
4 years ago
Steven Kirk
a77b8aa1f6
Merge pull request #7242 from AvaloniaUI/feature/get-required-service
Added AvaloniaLocator.GetRequiredService.
4 years ago
Steven Kirk
d841d76637
Merge branch 'master' into feature/get-required-service
4 years ago
Steven Kirk
2343b34943
Merge pull request #7148 from AvaloniaUI/fixes/allow-to-disable-menu
allow disabling of native menu export.
4 years ago
Steven Kirk
abc99e9dbe
Merge branch 'master' into fixes/allow-to-disable-menu
4 years ago
Steven Kirk
a0c10cd6bf
Use GetRequiredService throughout.
4 years ago
Tako
1fbcd61e6f
Fix DoubleTapped on touch ( #7213 )
DoubleTapped now can be triggered by touch
Fixed DoubleTapped triggering logic, previously it could be triggered only when you click twice, didn't work when you click 4 times,6, etc.
Fixed Tapped to be triggered only once when you double-click, now it triggers Tapped once and DoubleTapped once instead of triggering Tapped two times and DoubleTapped once.Matches UWP behaviour.
4 years ago
Steven Kirk
e84b5f8244
Added AvaloniaLocation.GetRequiredService.
Using the pattern from elsewhere e.g. https://docs.microsoft.com/en-us/dotnet/api/microsoft.extensions.dependencyinjection.serviceproviderserviceextensions.getrequiredservice?view=dotnet-plat-ext-6.0
4 years ago
Max Katz
a9900dfef3
Merge pull request #7240 from AvaloniaUI/fixes/avalonia-styling-nullability
Added nullable annotations to Avalonia.Styling.
4 years ago
Max Katz
67413586d1
Merge branch 'master' into fixes/avalonia-styling-nullability
4 years ago
Steven Kirk
426b7daf47
Merge pull request #7237 from AvaloniaUI/Takoooooo-patch-1
Update readme
4 years ago
Steven Kirk
328199b2d2
Added nullable annotations to Avalonia.Styling.
4 years ago
Tako
daee30758e
Update readme
4 years ago
Max Katz
8c2e7d8625
Merge pull request #7235 from jsuarezruiz/fixes-android
[Android] Changes to allow launch ControlCatalog
4 years ago
Javier Suárez Ruiz
077364f255
Allow launch ControlCatalog in Android
4 years ago
Max Katz
e8031ef83a
Merge pull request #7194 from timunie/fix/Issue_7162_CalendarPickerBindings
Update Calendar in CalendarDatePicker Popup properly
4 years ago
Max Katz
f3c4e3adda
Merge branch 'master' into fix/Issue_7162_CalendarPickerBindings
4 years ago
Tim
e7286a8df8
Remove unused private voids
4 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
4 years ago
Max Katz
4ebc3f89e7
Merge branch 'master' into fixes/7218-fix-scroll-gesture-recognizer-for-transformed-visuals
4 years ago
Dan Walmsley
e8f6f72eba
Update readme.md
4 years ago
Dan Walmsley
dea04d8a74
Update readme.md
4 years ago
Nikita Tsukanov
0f3b97a752
Use pointer position relative to the scroll gesture recognizer target
4 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
4 years ago
Tim
f8f4b91d93
Update Calendar in CalendarDatePicker Popup properly
- Use `TemplateBinding`
- Reflect changes of the blackout dates collection
4 years ago
Max Katz
939c944675
Merge pull request #6992 from workgroupengineering/features/Issue_6984
feat(Style): Allow to using attached properties in attribute selector
4 years ago
Giuseppe Lippolis
1aa0d5b68c
fixes: null annotation
4 years ago
Giuseppe Lippolis
77d57e273f
Resolved conflict with 'master' branch
4 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>
4 years ago
Steven Kirk
248bf69f48
Merge pull request #7210 from AvaloniaUI/fixes/avalonia-layout-nullability
Added nullable annotations to Avalonia.Layout.
4 years ago
Steven Kirk
ecb981da2d
Small tidy up.
4 years ago
Steven Kirk
2de57da8ff
Added nullable annotations to Avalonia.Layout.
4 years ago
Max Katz
494746ed8a
Merge pull request #7206 from Abdesol/master
Disabled button can be pressed issue/bug
4 years ago
abdesol
b2ae473f2a
changed assert value of Button_Invokes_Doesnt_Execute_When_Button_Disabled from 1 to 0
4 years ago
abdesol
925af9864d
Merge remote-tracking branch 'origin/master'
4 years ago
abdesol
845ff07f1f
Button_Invokes_Doesnt_Execute_When_Button_Disabled test added
4 years ago
Abdella Solomon
170d4924c0
Merge branch 'master' into master
4 years ago
Max Katz
9563eeea24
Merge pull request #7203 from AvaloniaUI/fixes/avalonia-visuals-nullability
Added nullable annotations to Avalonia.Visuals.
4 years ago
abdesol
7f20078e4f
removed focus fix and added test in sandbox
4 years ago
Max Katz
1fa8c9f565
Merge branch 'master' into fixes/avalonia-visuals-nullability
4 years ago
Steven Kirk
f092724fd8
Fixed another mistake made when adding nullable annotations.
4 years ago
Steven Kirk
ba258ffa90
Don't pass null where it shouldn't be.
4 years ago
Steven Kirk
7983a496e3
Fix mistakes made when adding nullable annotations.
I shouldn't be doing this stuff when I'm tired.
4 years ago
Nikita Tsukanov
d763e9b7fe
Merge pull request #7201 from jkoritzinsky/relativesource-compiledbinding
Support RelativeSource-based bindings without requiring an x:DataType property.
4 years ago
Steven Kirk
1bacdc4b6e
Added nullable annotations for DrawEllipse.
4 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.
4 years ago
Steven Kirk
4582b43118
More nullability fixes.
4 years ago
Benedikt Stebner
42f552d803
Nullability for text related types
4 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.
4 years ago