Emmanuel Hansen
b97d63faab
Merge branch 'master' into textInputMethodClientRework
3 years ago
Max Katz
81d455762d
Merge pull request #11929 from viordash/x11-clipboard
[clipboard-x11] fix SendDataRequest re-run task
3 years ago
Vitalii Orazov
ae368f593b
fix SendDataRequest re-run task
3 years ago
Max Katz
1b9d767bcb
Merge pull request #11916 from MrJul/fixes/scrollcontentpresenter-margin-rounding
Fix ScrollContentPresenter's child margin with layout rounding
3 years ago
Max Katz
9120f5add1
Merge pull request #11917 from VMelnalksnis/datagrid-sort-icon
Fix non-configurable minimum width for DataGridColumnHeader
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
Benedikt Stebner
27ad310494
Merge branch 'master' into textInputMethodClientRework
3 years ago
Max Katz
e0aa8609a7
Merge pull request #11904 from MrJul/fixes/datagridcolumn-classes
Fix DataGridColumn.CellStyleClasses not settable from XAML
3 years ago
Emmanuel Hansen
492a24d731
Merge branch 'textInputMethodClientRework' of https://github.com/Gillibald/Avalonia into pr/11848
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
c32318de5b
Merge branch 'textInputMethodClientRework' of https://github.com/Gillibald/Avalonia into textInputMethodClientRework
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
4ccd7c56da
Merge pull request #11882 from AvaloniaUI/fix-fluent-compact-theme
Fix fluent compact theme
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
Max Katz
714f88ec55
Merge pull request #11828 from robloo/on-loaded-unloaded
Add EventArgs parameter to OnLoaded/Unloaded Methods
3 years ago
Max Katz
7238fe7da1
Merge branch 'master' into on-loaded-unloaded
3 years ago
Max Katz
ff4360c4da
Merge pull request #11827 from robloo/on-size-changed
Add OnSizeChanged method to Control
3 years ago
Max Katz
ac4f1d1f77
Merge pull request #11863 from workgroupengineering/fixes/DevTools/Enum-Editor
fix(DevTools): Invalid Enum Editor
3 years ago
Giuseppe Lippolis
25a5971846
fix(DevTools): Invalid Enum Editor
3 years ago
Max Katz
4552278f4b
Merge pull request #11853 from MrJul/fixes/tcc-simple-theme
Fix simple theme for TransitioningContentControl
3 years ago
Max Katz
807649eff5
Merge pull request #11849 from AvaloniaUI/fixes/11484-coercevalue-called-multiple-times-2
Don't set uncoerced value to coerced default value.
3 years ago
Max Katz
9518994c4e
Merge pull request #11861 from workgroupengineering/fixes/Warnings/XML_Document
fix: XML Comment
3 years ago
Max Katz
19fd55042d
Merge pull request #11859 from workgroupengineering/fixes/Warnings/MSB4011
fix: AvaloniaPublicKey.props multiple import
3 years ago
Max Katz
00dc606d73
Merge pull request #11854 from AvaloniaUI/emmaus/android_single_activity
Android Single Activity
3 years ago
Max Katz
cee36b7f6e
Merge pull request #11860 from workgroupengineering/fixes/Warnings/RS1036
fix: missing EnforceExtendedAnalyzerRules
3 years ago
Max Katz
66fdc96ec1
Merge pull request #11858 from AvaloniaUI/about-dialog-redesign
About dialog redesign
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
Giuseppe Lippolis
c7b92e2026
fix: AvaloniaPublicKey.props multiple import
Warning MSB4011 "C:\GitHub\Avalonia\build\AvaloniaPublicKey.props" cannot be imported again. It was already imported at "C:\GitHub\Avalonia\Directory.Build.props (2,3)". This is most likely a build authoring error. This subsequent import will be ignored. Avalonia.Markup.Xaml.UnitTests C:\GitHub\Avalonia\tests\Avalonia.UnitTests\Avalonia.UnitTests.csproj 25
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
Emmanuel Hansen
5c852c54b3
fix safe area demo
3 years ago
Mike James
8f86ef9656
First draft
3 years ago
Emmanuel Hansen
56ac2fb602
Merge branch 'master' into emmaus/android_single_activity
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
Steven Kirk
9d051a6a64
Added failing test for #11484 .
3 years ago
Max Katz
7b88c41e37
Merge pull request #11834 from enycw001/fix_patterns
Fix FileTypeFilter for FilePickerOpenOptions
3 years ago