Dan Walmsley
0f9273c3b5
fix tab key handling, by making sure the canvas is re-focused when the ime is closed.
4 years ago
Dan Walmsley
f45617b23c
use composition on wasm.
4 years ago
Dan Walmsley
5501010f2d
remove wwwroot
4 years ago
Giuseppe Lippolis
019497c5d4
fix(DevGenerators): Warning RS1024 Use 'SymbolEqualityComparer' when comparing symbols
4 years ago
affederaffe
e64a5e3b0f
Fix DBusSystemDialog when path contains spaces
4 years ago
Takoooooo
e05a0d0014
Fix DashStyle not applying values correctly.
4 years ago
Steven Kirk
8d9f39d3b3
Fix copypasta.
Fixes #8867 .
4 years ago
Steven Kirk
76747d32b4
Handle FP errors in RoundLayoutValueUp.
If the `value` passed to `RoundLayoutValueUp` has a floating point precision error (e.g. 79.333333333333343 in the test case) then when it's multiplied by `dpiScale` and rounded up, it will be rounded up to the a value one greater than it should be.
Fix this by rounding the initial value to an arbitrary precision of 8 digits.
Fixes #8866
4 years ago
Dan Walmsley
15c855de29
fix framebuffer compositor platform.
4 years ago
Dan Walmsley
7bc608d37b
use composition renderer only on ios.
4 years ago
Benedikt Stebner
48b608c829
Moves InlineUIContainer Child measure and arrange to the IInlineHost ( #8849 )
4 years ago
Lobster Uberlord
854b11e38c
Disable auto-capitalization of input element text in AvaloniaView
On Android Chrome the auto-capitalization forces the keyboard
to switch to uppercase for each and every character, this made typing
in rather difficult.
4 years ago
Nikita Tsukanov
ec164ea0c3
Throw on attempt to invalidate a visual during a render pass
4 years ago
Nikita Tsukanov
4207a5f93b
Filter-out child elements during hit-testing too
4 years ago
hacklex
0b01a51c9e
TextConverter property for finer control over NumericUpDown text display ( #8839 )
* Added TextConverter property to NumericUpDown
* Added a hex NumericUpDown sample to ControlCatalog
* Requested changes to conversion calls
* Fixed NumericUpDown::OnTextConverterChanged logic
4 years ago
Dan Walmsley
53aa470898
start sizewatcher.
4 years ago
robloo
7d1bba7825
Add DoNothingForNullConverter to fix color palette binding
4 years ago
Max Katz
c8a2e65120
Use webpack modules
4 years ago
Max Katz
6b70e56baa
Use npm and typescript without msbuild tasks
4 years ago
Wiesław Šoltés
f86b74c136
Fix build
4 years ago
Wiesław Šoltés
7fb99a3981
Update Avalonia.Web.Blazor dependencies
4 years ago
Takoooooo
2831ff5ad1
Fix Fluent theme port bugs
4 years ago
Steven He
5ff46b8857
Fixes
4 years ago
Steve
5cce7e0a84
Update Animation.cs
4 years ago
Steven He
e3e0994189
Remove reflection usage on animators
4 years ago
Riccardo De Agostini
098f57ecad
Detect method BuildAvaloniaApp in base class.
4 years ago
Takoooooo
ce42f829a7
Make PointerPoint and PointerPointProperties to be a struct.
4 years ago
Nikita Tsukanov
23316d5230
Use comparer
4 years ago
Nikita Tsukanov
7c69c7b51e
Removed some reflection usage
4 years ago
ables3000
b7257ed37f
Fix show notification memory leak when content is object
4 years ago
Takoooooo
c1d4b2a96d
Remove obsolete members from remaining assemblies
4 years ago
Takoooooo
825fcfab31
Remove obsolete members from Avalonia.Base namespace
4 years ago
robloo
a96b317e46
Comment and standardize Sector with Arc
4 years ago
Max Katz
817afedf48
Remove unused "virtual"
4 years ago
Maruhl
3378201230
Code refactored for better maintainability (Code from #8668 )
4 years ago
Max Katz
65c559e6c9
Use Loaded event in ReactiveUI
4 years ago
Max Katz
543e98d753
Fix RoutedViewHost and ViewModelViewHost by implementing IStyleable
4 years ago
Max Katz
18128a59de
Fix window Loaded and Unloaded events
4 years ago
José Pedro
63457fd712
Fixed glActiveTexture calls.
4 years ago
Takoooooo
00c08235cc
Remove obsolete members from Avalonia.Controls assembly.
4 years ago
Sour
6ede159b15
Fix tooltip positioning when using PlacementMode.Pointer
4 years ago
José Pedro
3e8735630b
Fixed OpenGlControlBase render rect.
4 years ago
Stanislav Silin
c8900ec3d2
Limit RelativePanel height and width in case when available size is infinite.
4 years ago
Takoooooo
922a7a45f9
Simplify class creation for BclStorageFile\BclStorageFolder
4 years ago
rabbitism
928f03a404
fix to remove GridLength.ToString() culture dependency.
4 years ago
Giuseppe Lippolis
a097605ef5
fix(AutoCompleteBox): PopulateDropDown handler is not unregister when MinimumPopulateDelay is set to Zero.
4 years ago
Giuseppe Lippolis
a5dc89b1bf
fix: Warning CS8073 The result of the expression is always 'true' since a value of type 'DateTime' is never equal to 'null' of type 'DateTime?'
4 years ago
José Pedro
2c39f80f9b
Changed Skia OpenGL bitmap origin to bottom left.
4 years ago
Max Katz
a88451c650
Reset render target when it's corrupted
4 years ago
Max Katz
f314abd8ab
Fix android options initalization order
4 years ago