Takoooooo
00a286f0e8
Add separate platform settings for touch.
4 years ago
Nikita Tsukanov
dfb0e78516
Merge pull request #7270 from Mikolaytis/FixWasmDpi
[WASM] Fix wrong DPI value
4 years ago
Sergey Mikolaitis
1d34536236
[WASM] Fix wrong DPI value
4 years ago
Max Katz
fdaeefb25e
Merge pull request #7266 from n-ski/rx-view-contracts
Add ViewContract to RoutedViewHost and ViewModelViewHost
4 years ago
Max Katz
dbdab45e06
Merge branch 'master' into rx-view-contracts
4 years ago
workgroupengineering
c39cc1b083
feat(DevTools): Allow to attach DevTools at Application ( #6771 )
* feat(DevTools): Allow to attach DevTools at Application
* fixes(DevTools): PointerOverElement when attach to Application
* feat: Add AvaloniaVersion
* feat: IsDevelopmentBuild
* feat: Add some useful properties to Application Decorator
* fixes: Hide Layout Viewer when select appliction node
* fix: removed MachineId
* fixes: DesignerSupportTests fails
* fix(DevTools): Update XML Comment and nits
* fix(DevTools): Avoid interaction of Layout Visualizer with keyboard when it is hidden.
* Added some comment
* fixes: Code formatting
* fixes(DevTools): Strip unnecessary property from Application Decorator
* fixes(ControlCatalog): remove AttachDevTools from DecoratedWindow
* fixes(DevTools): Application doesn't close when the last window closed when DevTools is open
* fixes: Missing Application properties decoration
* fixes(DevTools): Nullable annotations
* fixes(DevTools): Unified the behavior of AttachDevTools
* fixes(DevTools): typo
* fixes(DevTools): Null Annotation
Co-authored-by: Max Katz <maxkatz6@outlook.com>
4 years ago
Max Katz
0103106038
Merge pull request #7252 from timunie/fix/ButtonSpinnerPointerWheel
Improve ButtonSpinner OnPointerWheel
4 years ago
Max Katz
7199cc2fce
Merge branch 'master' into fix/ButtonSpinnerPointerWheel
4 years ago
Max Katz
4cd6ff6a89
Merge pull request #7256 from AvaloniaUI/fast-theme-switching-fluent-theme
Fast Fluent theme switching
4 years ago
Max Katz
3b22aefb99
Merge branch 'master' into fast-theme-switching-fluent-theme
4 years ago
Sergey Volkov
af902ae969
Add ViewContract to RoutedViewHost
4 years ago
Sergey Volkov
fe42fbfe6b
Add ViewContract to ViewModelViewHost
4 years ago
Tim
69525b8d55
Use IsKeyboradFocusWithin instead of IsFocused
4 years ago
Max Katz
7bb8509e1e
Merge pull request #7260 from AvaloniaUI/fixes/some-rider-complaints
Fixed some of Rider's complaints
4 years ago
Nikita Tsukanov
9e5050cab9
Fixed some of Rider's complaints
4 years ago
Max Katz
bfc0324b67
Merge pull request #7254 from workgroupengineering/fixes/Issue_7253_WarningsAsErrors_VisualStudio
fixes: WarningsAsErrors in Visual Studio
4 years ago
workgroupengineering
c49eb794d3
Merge branch 'master' into fixes/Issue_7253_WarningsAsErrors_VisualStudio
4 years ago
Nikita Tsukanov
d4cc26d24a
Merge pull request #7258 from AvaloniaUI/fixes/7227-yet-another-gecognizer-fix
Fix #7227
4 years ago
Max Katz
5d78f398ab
Merge branch 'master' into fixes/Issue_7253_WarningsAsErrors_VisualStudio
4 years ago
Takoooooo
3bfafc5f93
more cleanup
4 years ago
Takoooooo
7daccf91ae
cleanup
4 years ago
Giacomo Gozzi
4fbb93a03c
Fix #7227
4 years ago
Takoooooo
c626419113
more refactorings
4 years ago
Takoooooo
5172771a79
refactoring
4 years ago
Tako
dc6df28e77
Merge pull request #7243 from AvaloniaUI/fix-touch-device-tests
Fix touch device tests
4 years ago
Takoooooo
d258fb17bb
Make Mode property stylable and new theme switching in ControlCatalog.
4 years ago
Steven Kirk
25d3a10710
Merge branch 'master' into fix-touch-device-tests
4 years ago
Steven Kirk
a242a17e30
Whitespace.
4 years ago
Giuseppe Lippolis
2ac4eafdcf
fixes: WarningsAsErrors in Visual Studio
4 years ago
Tim
6ef87ff047
Improve ButtonSpinner OnPointerWheel
- Only handle the PointerWheelEvent if the control has the focus
- When the pointer wheel should change the selection, mark the event as handled. So any surrounding ScrollViewer does not do the scroll.
- Make the Control Focusable by default in Style
4 years ago
Jumar Macato
0f030a17f0
Merge pull request #7251 from AvaloniaUI/fixes/7245-x11-crash-fix
Stopgap measure to fix #7245
4 years ago
Nikita Tsukanov
240050dd8a
Stopgap measure to fix #7245
4 years ago
Max Katz
21faa59a3a
Merge pull request #7248 from jkoritzinsky/compiledbinding-datatype-on-binding
Add a DataType property on CompiledBindingExtension to enable specifying the start type explicitly on a binding.
4 years ago
Jeremy Koritzinsky
46ffcf9eee
Support the DataType property in a binding in the DataContext property.
4 years ago
Jeremy Koritzinsky
5992d89b7d
Add a DataType property on CompiledBindingExtension to enable specifying the start type explicitly on a binding.
Fixes #6158
4 years ago
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