Jumar Macato
f886a13de7
Merge branch 'master' into xaml-group-transfomers
3 years ago
Max Katz
e6b8754541
Merge pull request #9546 from AvaloniaUI/dispatcher-priority++
Changed the way DispatcherPriority values are defined, added PreComposition priority
3 years ago
Nikita Tsukanov
60b4963958
Update DispatcherPriority.cs
3 years ago
Max Katz
c9bd8685b1
Merge branch 'master' into dispatcher-priority++
3 years ago
Max Katz
9a6fd086cd
Merge pull request #9543 from AvaloniaUI/fixes/border-corner-radius
Fixed round rect clipping regression in compositing renderer
3 years ago
Max Katz
372fbf055f
Merge branch 'master' into fixes/border-corner-radius
3 years ago
Jumar Macato
c8d157e8ca
Merge pull request #9544 from AvaloniaUI/feature/element-child-visual
Implemented ElementComposition.SetElementChildVisual
3 years ago
Nikita Tsukanov
141706f727
Changed the way DispatcherPriority values are defined, added PreComposition priority
3 years ago
Nikita Tsukanov
f19ba5507f
Implemented ElementComposition.SetElementChildVisual
3 years ago
Nikita Tsukanov
f820c866a0
Fixed composition key frame computation
3 years ago
Nikita Tsukanov
e895c91367
Fixed round rect regression in compositing renderer
3 years ago
Max Katz
bc70e796ca
Use main XamlX again
3 years ago
Max Katz
2df01621ee
Add missed RuntimeIdentifier to the xaml external build task
3 years ago
Max Katz
f88e75c179
Use XamlX fork with trimming fix
3 years ago
Max Katz
d764a6a5fb
Minor cleanup
3 years ago
Max Katz
6100fc319f
Fix build of BidningDemo
3 years ago
Max Katz
c8120fbbe7
Update tests with "LoadGroup" method instead of assetloader hacks
3 years ago
Max Katz
47b9112138
Make AvaloniaXamlIncludeTransformer a group transformer and remove old code with manual IL emit
3 years ago
Max Katz
a9e904b0d2
Support group transformations in the XAML Build Task
3 years ago
Max Katz
4460de529e
Implement multiple documents loading and transforming in AvaloniaRuntimeXamlLoader
3 years ago
Max Katz
ee487bf4cf
Merge pull request #8922 from timunie/feature/DisplayMemberBinding
Add DisplayMemberBinding to ItemsControl and derived items
3 years ago
Max Katz
243422773a
Merge branch 'master' into feature/DisplayMemberBinding
3 years ago
Max Katz
aa5eaef67d
Merge pull request #9490 from amwx/TextBoxImprovements
TextBox updates
3 years ago
Max Katz
2c6ba92886
Merge branch 'master' into TextBoxImprovements
3 years ago
Max Katz
a05c2a428e
Merge branch 'master' into feature/DisplayMemberBinding
3 years ago
Max Katz
d77a38739e
Update TabControlPage.xaml
3 years ago
Max Katz
693065fa1e
Merge pull request #9500 from AvaloniaUI/refactor/controltemplate-detach
Refactored apply/detach of ControlTemplates.
3 years ago
Max Katz
15ec0eb202
Update TabControlPage.xaml
3 years ago
Max Katz
3dfe7419a0
Merge branch 'master' into refactor/controltemplate-detach
3 years ago
Max Katz
cd9fe34dca
Merge pull request #9528 from dif-sam/patch-1
Fix SelectionChanged event unsubscribtions
3 years ago
dif-sam
6750692af7
Fix SelectionChanged event unsubscribtions
That change fix very tricky bug. Our case:
We have DataTemplate that contains DataGrid inside it. And Datagrid has an AttachedProperty (that deserve us to observe changes in Datagrid's SelectedItems). which work through event subscription. Memory leaks happen (and the logic for observe selected items breaks) when DataTemplate switches DataContext.
3 years ago
amwx
e51bb40387
ignoreChangeCount in SnapshotUndoRedo in set Text
4 years ago
Max Katz
1e79f72bf6
Merge pull request #9520 from AvaloniaUI/osk_layout
Android - Adjust toplevel size when onscreen keyboard is shown or hidden
4 years ago
Max Katz
6d741887a8
Merge branch 'master' into osk_layout
4 years ago
amwx
c4fe229f4d
Merge branch 'TextBoxImprovements' of https://github.com/amwx/Avalonia into TextBoxImprovements
4 years ago
amwx
ff24a9ec39
Merge branch 'master' into TextBoxImprovements
4 years ago
amwx
e5e0b7f3e6
Try fix failing test
4 years ago
Emmanuel Hansen
e685659173
adjust view size when osk is shown or hidden
4 years ago
Steven Kirk
88f9eb949d
Merge branch 'master' into refactor/controltemplate-detach
4 years ago
Max Katz
c355aff7fc
Merge pull request #9498 from AvaloniaUI/fixes/ncrunch
Update ncrunch configuration.
4 years ago
Max Katz
1c2f06d4b9
Merge branch 'master' into fixes/ncrunch
4 years ago
Max Katz
f56a57091c
Merge pull request #9179 from AvaloniaUI/datagrid-row-styles
DataGrid RowTheme/CellTheme and removal of AlternatingRowBackground
4 years ago
Max Katz
fd06b501ec
Merge branch 'master' into feature/DisplayMemberBinding
4 years ago
Max Katz
21a01f3b4d
Merge branch 'master' into datagrid-row-styles
4 years ago
Max Katz
9f9e99d645
Merge pull request #9411 from AvaloniaUI/refactor/styles
Refactor style apply
4 years ago
Max Katz
785fe67091
Merge branch 'master' into datagrid-row-styles
4 years ago
amwx
0f33d840ae
Merge branch 'master' into TextBoxImprovements
4 years ago
Steven Kirk
e074a70187
Refactored style invalidation/removal.
4 years ago
Steven Kirk
c29ed43e0e
Move attaching styles in tests to a helper.
The API is now internal, so this should prevent churn in the tests when the API changes.
4 years ago
Steven Kirk
1945345cd1
Rename TemplatedParent priority to Template.
It no longer represents just `TemplatedParent` bindings, but every value or binding created by a template.
4 years ago