Benedikt Stebner
013e9dd8f0
Fix PresenterPropertyChanged add handler
3 years ago
Dan Walmsley
1b10cc2ef8
revert whitespace
3 years ago
Dan Walmsley
a457dff79c
whitespace
3 years ago
Benedikt Stebner
fe7a118aa8
Fix Imm32InputMethod
3 years ago
Nikita Tsukanov
e44c5a869a
Use rendering mode
3 years ago
Nikita Tsukanov
8680c612fd
OSX rendering refactoring
3 years ago
Benedikt Stebner
43e97d9895
Reset TextBox :empty class when text is empty but preedit is set
Delete selection when composition starts
3 years ago
Max Katz
1381ec28be
Allow only Light and Dark in the ColorPaletteResourcesCollection
3 years ago
Emmanuel Hansen
3f56045885
remove debug code
3 years ago
Benedikt Stebner
d76c06d4c4
Make TextInputEventArgs.Text settable
3 years ago
Trym Lund Flogard
8f7cf7cc4a
Invoke SetWindowCompositionAttribute dynamically without exposing it to ILC
3 years ago
Trym Lund Flogard
544cf0fdab
Revert "Remove support for undocumented blur #11855"
This reverts commit 6a3925b91b .
3 years ago
Max Katz
fbca526f85
Seal CreateDefiningGeometry
3 years ago
Max Katz
7ac63a593b
Seal geometry class
3 years ago
Vitalii Orazov
ae368f593b
fix SendDataRequest re-run task
3 years ago
Valters Melnalksnis
b488afaf79
Fix non-configurable minimum width for DataGridColumnHeader
3 years ago
Julien Lebosquain
862c175725
Fix ScrollContentPresenter's child margin with layout rounding
3 years ago
Max Katz
e5098cfd62
Fix build
3 years ago
Max Katz
290fd5caf3
Add missing docs
3 years ago
Max Katz
d42a40fda7
Remove AvaloniaNativePlatformOptions.UseGpu as it's not supported in 11.0 (always uses GPU)
3 years ago
Max Katz
6a50fc5a92
Replace UseGpu and UseEgl parameters with consistent RenderingMode enum on every platform
3 years ago
Max Katz
a390f9f50c
Make RenderingMode and CompositionMode lists with fallbacks
3 years ago
Emmanuel Hansen
1acbc8c36e
use ime selection in get extracted text
3 years ago
Julien Lebosquain
5fb1cf9f82
Fix DataGridColumn.CellStyleClasses not settable from xaml
3 years ago
Benedikt Stebner
c7d77b1545
Use SetCurrentValue
3 years ago
Emmanuel Hansen
692fd5de60
use current ime selection for deletion
3 years ago
Max Katz
33f70d9fca
Update src/Windows/Avalonia.Win32/WinRT/Composition/WinUiCompositorConnection.cs
Co-authored-by: jp2masa <jp2masa@users.noreply.github.com>
3 years ago
Max Katz
effb12f9e0
Throw an exception when CustomPlatformGraphics is used with unsupported Win32CompositionMode
3 years ago
Max Katz
29d3c7670b
Restructure Win32PlatformOptions options
3 years ago
Trym Lund Flogard
6a3925b91b
Remove support for undocumented blur #11855
3 years ago
Trym Lund Flogard
9b66943dd2
Use widechar variant for win32 pinvokes
3 years ago
Max Katz
dcd1b59d31
Make compact resources better
3 years ago
Max Katz
349d7e9e67
Fix compat fluent theme not being applied
3 years ago
Emmanuel Hansen
73ec5a4fc5
android - set composing text as normal text input
3 years ago
Emmanuel Hansen
a2eb894288
android - dispatch key event for delete
3 years ago
Benedikt Stebner
cee239b142
Android adjustments
3 years ago
Benedikt Stebner
a445f884f6
Adjust naming
3 years ago
Benedikt Stebner
86b3b70e5f
More adjustments
3 years ago
Benedikt Stebner
037bbd3ca0
Adjust TextInputMethodClient
3 years ago
Benedikt Stebner
be9a26cbb1
Rework ITextInputMethodClient
3 years ago
Giuseppe Lippolis
25a5971846
fix(DevTools): Invalid Enum Editor
3 years ago
Giuseppe Lippolis
5a320da5b8
fix: XML Comment
Severity|Code|Description|Project|File|Line|Suppression State
|-|-|-|-|-|-|-
|Warning|CS1570|XML comment has badly formed XML -- 'End tag was not expected at this location.'|Avalonia.Base (net6.0)|C:\GitHub\Avalonia\src\Avalonia.Base\Input\Pointer.cs|91|N/A
|Warning|CS1572|XML comment has a param tag for 'dispatcher', but there is no parameter by that name|Avalonia.Base (net6.0)|C:\GitHub\Avalonia\src\Avalonia.Base\Rendering\RenderLoop.cs|45|N/A
|Warning|CS1572|XML comment has a param tag for 'priority', but there is no parameter by that name|Avalonia.Base (net6.0)|C:\GitHub\Avalonia\src\Avalonia.Base\Threading\Dispatcher.Invoke.cs|584|N/A
3 years ago
Giuseppe Lippolis
386eff004e
fix: missing EnforceExtendedAnalyzerRules
Warning RS1036 'Avalonia.Generators.NameGenerator.AvaloniaNameSourceGenerator': A project containing analyzers or source generators should specify the property '<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>' Avalonia.Generators C:\GitHub\Avalonia\src\tools\Avalonia.Generators\NameGenerator\AvaloniaNameSourceGenerator.cs 11 N/A
3 years ago
Mike James
8caee82e67
Changed the version number to come from the assembly version.
3 years ago
Mike James
354ed29ad2
Fixed spelling mistake
3 years ago
Mike James
f1bb1d0b09
Resolved the command error.
3 years ago
Mike James
8f86ef9656
First draft
3 years ago
Julien Lebosquain
21647102bb
Fix simple theme for TransitioningContentControl
3 years ago
Steven Kirk
a2d572e006
Don't set uncoerced value to coerced default val.
Fixes #11484
3 years ago
Giuseppe Lippolis
3c23f01839
fix(ListBox): Regression space handling
3 years ago