Jumar Macato
0e4b24b1f9
add null checks to WindowIcon.cs and just log if the current platform has a missing IPlatformIcon impl.
4 years ago
Jumar Macato
52a195b22f
add new logarea for generic platform errors/stuff
4 years ago
Giuseppe Lippolis
5ced53112e
fix: missing invoke of base.OnPropertyChanged
4 years ago
Giuseppe Lippolis
f183c31ef3
fix(DevAnalyzer): RS1030
4 years ago
Dmitry Zhelnin
b9f7270eb9
TreeView: improve navigation with Left and Right keys
4 years ago
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
Giuseppe Lippolis
33de9380a5
feat(DevAnalyzer): OnPropertyChanged override Analyzer
4 years ago
Dan Walmsley
5501010f2d
remove wwwroot
4 years ago
Giuseppe Lippolis
9545bbd6b0
fix(DevGenerators): Some null annotation
4 years ago
Takoooooo
f69ae35158
Fix unpredictable choice between methods when using method binding.
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
robloo
337bba495b
Fix some template parts and template part names
4 years ago
Takoooooo
2831ff5ad1
Fix Fluent theme port bugs
4 years ago
robloo
96bc5f038a
Standardize some text template part naming between DatePicker and TimePicker
4 years ago
robloo
4c2d4147c3
Update Calendar/CalendarItem template part names
4 years ago
robloo
8fc9b7b9c0
Update ToggleSwitch template part names
4 years ago
robloo
20c5b88468
Update DataGridRowGroupHeader template part names
4 years ago
robloo
507bfa5589
Update ManagedFileChooser template part names
4 years ago
robloo
66baf9c038
Update Date/TimePicker template part names
4 years ago
robloo
011cb37712
Update DatePicker template part names
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
Giuseppe Lippolis
fab2fe7aa0
fix: Warning CS0414 The field is assigned but its value is never used
4 years ago
Giuseppe Lippolis
282071751d
fix: CS0169 Never used field
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