Jumar Macato
2da760005c
address review
5 years ago
Jumar Macato
1ab777c961
address review
5 years ago
Jumar Macato
e191d22d96
Update src/Avalonia.Visuals/Platform/IGeometryImpl.cs
Co-authored-by: Dariusz Komosiński <darek.komosinski@gmail.com>
5 years ago
Jumar Macato
ef903d7ed2
Update src/Avalonia.Visuals/Platform/IDrawingContextImpl.cs
Co-authored-by: Dariusz Komosiński <darek.komosinski@gmail.com>
5 years ago
Jumar Macato
7485b3a8cf
Update src/Avalonia.Visuals/Rendering/SceneGraph/BitmapBlendModeNode.cs
Co-authored-by: Dariusz Komosiński <darek.komosinski@gmail.com>
5 years ago
SutandoTsukai181
32e6ca7e2a
Add missing XButtons 1 and 2 to MouseButton
5 years ago
Steven Kirk
c71b0e0f29
Make showing the window use correct offscreen parent.
5 years ago
Steven Kirk
81fc978d64
Use hidden window when clearing parent...
...if `ShowInTaskbar == false`.
5 years ago
Dan Walmsley
60a0ec9a3a
take into account the extended mode when Resize is called.
5 years ago
Dan Walmsley
1b681688f7
take into account render scaling.
5 years ago
Steven Kirk
a1d6531881
Use existing OffscreenParentWindow to hide taskbar icon.
5 years ago
Dan Walmsley
2de40fafd2
whitespace.
5 years ago
Dan Walmsley
9c192f0e37
whitespace.
5 years ago
Dan Walmsley
79665bfc74
maintain the client size when switching between extended and non extended client areas.
Previously the client area would grow to fill the window.
5 years ago
João Neves
64b939bee8
Show and hide native control if visibility of any of its ancestors changes
5 years ago
Jumar Macato
cdb16d3161
address review
5 years ago
Jumar Macato
8652792563
address review
5 years ago
Jumar Macato
ae034cf212
address review
5 years ago
Jumar Macato
077b2cbfd1
address review
5 years ago
Jumar Macato
2fcad40bce
Add Deterministic XamlX ID Generator ( #5684 )
* Add Deterministic XamlX ID Generator
* Apply suggestions from code review
* simplify stuff and apply review
* Update src/Avalonia.Build.Tasks/XamlCompilerTaskExecutor.cs
* Update src/Avalonia.Build.Tasks/XamlCompilerTaskExecutor.cs
* add the det id gen to runtine xamlx compiler
* rerun tests
* rerun tests
* try this
* use id gen instead of guid
* a
* Update src/Markup/Avalonia.Markup.Xaml.Loader/AvaloniaXamlIlRuntimeCompiler.cs
* Update AvaloniaXamlIlCompilerConfiguration.cs
revert
* Update XamlIlClrPropertyInfoHelper.cs
* Update AvaloniaXamlIlRuntimeCompiler.cs
* fix
* revert hack
* make id gen optional
5 years ago
Steven Kirk
38703b9423
Fix pointer interaction with reversed direction slider.
Previously dragging a slider with `IsDirectionRevered = true` resulted in the slider moving the wrong way.
5 years ago
artyom
2045097cc8
Wrap UseReactiveUI in RegisterResolverCallbackChanged
5 years ago
artyom
cc5568781c
Don't initialize things twice
5 years ago
artyom
65792cf4b0
feature: Disable ReactiveUI platform registrations
5 years ago
Yoh Deadfall
741f3458d4
Allowed empty templates
5 years ago
Yoh Deadfall
37e8890d27
CanExecute reevaluation on attaching to logical tree
5 years ago
Max Katz
6c608c6d0d
Avoid breaking changes for next release
5 years ago
Dan Walmsley
31d7df39c0
fix datavalidation errors on fluent theme.
5 years ago
Max Katz
e750512a4b
Update API contract
5 years ago
Max Katz
e0d7841b58
Fix right/left tapped raise event
5 years ago
Max Katz
f7a41c0793
Use single TappedEventArgs for all tapped events
5 years ago
Max Katz
1a8f2f7f35
Add tapped event args
6 years ago
Max Katz
051f80be90
Fix docs typo
5 years ago
Steven Kirk
3184ac7a0f
Dispose the hidden window.
5 years ago
Steven Kirk
1bb6fad799
Fix ShowInTaskbar on Win32.
To hide the taskbar icon on win32 we need to parent the window to a hidden window.
5 years ago
Steven Kirk
f325da4f4d
Remove debugging code.
5 years ago
Steven Kirk
f713af3a7c
Make handling of sentinel values consistent.
5 years ago
Steven Kirk
66cd58566c
Handle changing transitions during batch update.
Fixes failing test from previous commit.
5 years ago
Steven Kirk
99370bff27
Correctly handle changing transitions.
Handle changing a `Transitions` collections to new collection which contains some of the same elements.
Added a comment explaining why we add new transitions before replacing old transitions; was explained in the commit message for 0694b22c51 .
5 years ago
Steven Kirk
d2c38a8526
Fix more batch update problems.
Fixes tests in previous commit which test scenarios where bindings are completed/disposed during and when ending batch updates.
5 years ago
Steven Kirk
c6f0dfdfe3
Fix nullable warning.
5 years ago
Nikita Tsukanov
4688f63632
Simplify the code a bit
5 years ago
Nikita Tsukanov
61792ce45f
Allow binding to classes with Classes.ClassName
5 years ago
Friedrich von Never
4ba8c4ebb7
Fix #5699 : filter BuildAvaloniaApp by signature
5 years ago
José Pedro
0257bdf6ed
Implemented render scaling on Android.
5 years ago
José Pedro
7fb6e14716
Use TouchDevice on Android.
5 years ago
José Pedro
c530956a0b
Avalonia.Android code cleanup.
5 years ago
José Pedro
d5690cc834
Upgraded target Android SDK to 11.0 (API level 30).
5 years ago
Steven Kirk
3afa95253f
Allow binding property during ending batch update.
- Allow adding a binding to a cleared property while ending a batch update. Need to check that the existing value isn't a remove sentinel here, otherwise the binding will be lost.
- When a binding is added during the end of a batch update, `_batchUpdate` will be non-null but newly added bindings shouldn't have `BeginBatchUpdate` called on them because no `EndBatchUpdate` will arrive (as we've already called them)
- Add sanity checks to the unit test to make sure that correct notifications are raised
5 years ago
Jumar Macato
149f1a0958
api compat again
5 years ago