Max Katz
682ea628bf
Merge branch 'master' into fixes/tapped-gestures
3 years ago
Max Katz
6e06a74147
Merge pull request #9395 from timunie/fix/PasswordButtonClipping
Fix TextBox-Buttons are missing ClipToBounds="True"
3 years ago
Tim
e1f9809de6
Add missing ClipToBounds="True"
3 years ago
Steven Kirk
0e951befdf
Use DefaultPlatformSettings in Web platform.
3 years ago
Steven Kirk
a62c56186f
Use GetRequiredService in touch/mouse device.
3 years ago
Steven Kirk
86cd89cc26
Merge branch 'master' into fixes/tapped-gestures
3 years ago
Dan Walmsley
b27b6265de
Merge pull request #9389 from AvaloniaUI/fix-avalonia.web.targets-to-allow-debugging-to-work
Fix avalonia.web.targets
3 years ago
Dan Walmsley
ceb6fd65e8
Merge branch 'master' into fix-avalonia.web.targets-to-allow-debugging-to-work
3 years ago
Dan Walmsley
cbf072efb6
fix condition in targets file.
3 years ago
Dan Walmsley
48723daeb1
Merge pull request #9379 from tristanlabelle/fixes/9230-gray-screen
Android: Force punch a hole in the SurfaceView to workaround issue #9230
3 years ago
Max Katz
0ae9e53b4b
Merge branch 'master' into fixes/9230-gray-screen
3 years ago
Max Katz
9a9ca64b43
Merge pull request #9069 from workgroupengineering/features/Linux/Framebuffer/LibInput/Pointer
feat: Add support at Pointer Wheel
3 years ago
Max Katz
6081140e52
Merge branch 'master' into features/Linux/Framebuffer/LibInput/Pointer
3 years ago
Max Katz
11521260c7
Merge branch 'master' into fixes/9230-gray-screen
3 years ago
Dan Walmsley
4808846d82
Update Avalonia.Web.targets
3 years ago
Max Katz
5efdcf7d06
Merge pull request #9386 from AvaloniaUI/fixes/fix-ci-net-7.0.100
Fixes/fix ci net 7.0.100
3 years ago
Max Katz
6b080eabe0
Restore Microsoft.Build.Framework dependency
3 years ago
Max Katz
9003dfde51
Parse target framework manually
3 years ago
Max Katz
a52696bcd6
Update Microsoft.Build.Framework
3 years ago
Nikita Tsukanov
c396081f2a
Merge branch 'master' into fixes/9230-gray-screen
3 years ago
Nikita Tsukanov
767619ed5f
Merge branch 'master' into fixes/fix-ci-net-7.0.100
3 years ago
Max Katz
186faca206
Merge pull request #9376 from AvaloniaUI/fixes/macos-multi-window-freeze
[OSX] Fixed multi-window freeze on Show when another window is rendering
3 years ago
Max Katz
e7681e9fb0
Merge branch 'master' into fixes/macos-multi-window-freeze
3 years ago
Tristan Labelle
ff620db5bb
Android: Force punch a hole in the SurfaceView to workaround issue #9230
3 years ago
Nikita Tsukanov
6c32c97ec5
Update azure-pipelines.yml
3 years ago
Nikita Tsukanov
b5cf18bd4d
Install 7.0.100
3 years ago
Nikita Tsukanov
562d687daa
Use 7.0.100 SDK
3 years ago
Max Katz
a344fecc95
Merge pull request #9368 from robloo/more-material-palette-colors
Add all material color palette defined colors
3 years ago
Nikita Tsukanov
84c04bcfeb
[OSX] Fixed multi-window freeze on Show when another window is rendering
3 years ago
robloo
ea80be321f
Add all material color palette defined colors
3 years ago
Max Katz
6fb5de4085
Merge pull request #9119 from DrWenz/feat/drm-init-size
Implement DrmOutputOptions.VideoMode
3 years ago
Max Katz
5a8d781941
Merge branch 'master' into feat/drm-init-size
3 years ago
Jumar Macato
5315cb105b
Merge pull request #9364 from out4blood88/issue-7175-uniformgridlayout-itemsstretch
Fix UniformGridLayout ItemsStretch Fill and Uniform
3 years ago
out4blood88
4160e9b19f
Update UniformGridLayoutState.cs
Corrected implementation for
UniformGridLayout ItemsStretch Fill and Uniform
3 years ago
Max Katz
58a4d06536
Merge branch 'master' into fixes/tapped-gestures
3 years ago
Max Katz
118ac7756b
Merge pull request #9361 from comesx4/fix-progressbar-indicator-size-issue
Fix the size issue of indicator border in ProgressBar
3 years ago
Max Katz
dfa54765d4
Merge branch 'master' into fix-progressbar-indicator-size-issue
3 years ago
Max Katz
e8b9b48118
Merge pull request #9362 from AvaloniaUI/feature/desktop-solution-filter
Add a Desktop solution filter and update build docs.
3 years ago
Steven Kirk
848ca76216
Update build instructions.
3 years ago
Steven Kirk
1035187130
Added desktop solution filter.
Loads on the projects required to run on desktop platforms.
3 years ago
Steven Kirk
c733950aff
Refactor gestures tab in IntegrationTestApp.
3 years ago
zhouzj
75d798d00a
Fix the size issue of indicator border in ProgressBar
3 years ago
Steven Kirk
73cc163822
Fix #8733 .
3 years ago
Steven Kirk
2337d20df1
Add failing test for #8733 .
3 years ago
Nikita Tsukanov
56ebee2b4c
Merge pull request #9358 from AvaloniaUI/win_mouse_IntermediatePoints
Implement windows IntermediatePoints for the Mouse input
3 years ago
Nikita Tsukanov
37394f02ad
Merge branch 'master' into win_mouse_IntermediatePoints
3 years ago
Max Katz
a539f34f94
Implement windows IntermediatePoints for the Mouse input
3 years ago
Steven Kirk
dbd1ac3af6
Fix DoubleTapped integration test.
`DoubleTapped` is raised on second pointer press, not release.
3 years ago
Steven Kirk
d0eb38b6ba
Add Tap size to IPlatformSettings.
And refactor that interface while we're at it. Also add a `DefaultPlatformSettings` implementation instead of implementing it in each backend with slightly different values.
3 years ago
Steven Kirk
d9bee81505
Don't register drag as tap.
3 years ago