robloo
149aae77ca
Only rotate the expander chevron path in animations
3 years ago
robloo
307142eedc
Add disabled Expander expanding/collapsing examples to the sample app
3 years ago
robloo
c5b8483a57
Support cancellation in Expanding and Collapsing events
3 years ago
robloo
adf5613aab
Fix formatting
3 years ago
robloo
12d8fe7906
Add Expander events
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
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
Steven Kirk
326dac2328
Refactored how we switch control themes.
Instead of simply wiping all control themes and styles that are applied to a control, we can now just remove the `ValueFrame`s which relate to the control theme that was changed.
To do this, added `ValueFrame.FramePriority` which encodes both the `BindingPriority` and source of the frame (style, control theme, templated parent control theme).
4 years ago
Steven Kirk
273124603f
Added benchmark for changing control theme.
4 years ago
Steven Kirk
ca7b99ef48
Ignore a few more projects.
That aren't needed for tests to run.
4 years ago
Steven Kirk
2c085b6e12
Don't instrument theme projects.
Was failing with an `IndexOutOfRangeException` inside ncrunch. It's not important to have code coverage for these projects anyway.
4 years ago
Steven Kirk
05d3786116
*Web* projects were renamed to *Browser*.
4 years ago