Jumar Macato
6c26b8d3d8
Merge pull request #3575 from AvaloniaUI/fixes/3466-animation-overrides-localvalue
Make animation value override local value
6 years ago
Jumar Macato
096f32cad8
Merge branch 'master' into fixes/3466-animation-overrides-localvalue
6 years ago
Dariusz Komosiński
18cda6726c
Merge pull request #3573 from Symbai/textBoxNull
Add Textbox.HorizontalContentAlignment and VerticalContentAlignment
6 years ago
Dariusz Komosiński
9b0239a776
Merge branch 'master' into textBoxNull
6 years ago
Steven Kirk
947e43b5e7
Merge pull request #3560 from MarchingCube/bench-style-attach
Benchmark and optimizations for style attach
6 years ago
Symbai
994def4642
Update TextBox.cs
6 years ago
Symbai
dc8881c846
Update TextBox.cs
6 years ago
Dariusz Komosiński
cebf6f20bc
Merge branch 'master' into bench-style-attach
6 years ago
Steven Kirk
aec9c6e5e2
Make animation value override local value.
This line was missing. Might be the cause of #3466 .
6 years ago
Steven Kirk
f79b58cc55
Added failing test possibly for #3466 .
Not sure if this is the cause of #3466 , but it's definitely wrong.
6 years ago
Symbai
b814eaac99
inherit from ContentControl
6 years ago
Dariusz Komosiński
eaa8c68c3a
Merge pull request #3572 from Symbai/textboxSelect
Expose TextBox.SelectAll
6 years ago
Symbai
6fe5892ad9
Include vertical alignment of floating watermark
6 years ago
Symbai
f4fe0b126c
init
6 years ago
Steven Kirk
eff60ba25d
Merge branch 'master' into textboxSelect
6 years ago
Symbai
5ad2b362df
Update TextBox.cs
6 years ago
Jumar Macato
9645c6d793
Merge pull request #3570 from AvaloniaUI/fixes/3569-window-sizing
Fix window sizing
6 years ago
Steven Kirk
195c7ba6ea
Don't ignore available size in window measure.
Fixes #3569 .
6 years ago
Steven Kirk
9763faec3a
Added failing test for #3569 .
And one passing test too.
6 years ago
Dariusz Komosiński
58a85e03ff
Merge branch 'master' into bench-style-attach
6 years ago
Steven Kirk
0a8b105f5f
Merge pull request #3556 from AvaloniaUI/fixes/3545-rendertransform-leak
Fix PropertyChanged notifications when bindings complete
6 years ago
Jumar Macato
e207cc8b61
Merge branch 'master' into bench-style-attach
6 years ago
Steven Kirk
4c6c660b76
Merge branch 'master' into fixes/3545-rendertransform-leak
6 years ago
Steven Kirk
9e7014805e
Merge pull request #3558 from AvaloniaUI/fixes/3365-icon-null
Allow assigning null to Window.Icon.
6 years ago
Steven Kirk
3c80671872
Merge branch 'master' into fixes/3365-icon-null
6 years ago
Dariusz Komosiński
573436ae9f
Merge branch 'master' into bench-style-attach
6 years ago
Steven Kirk
344aad94b6
Use XDeleteProperty for null icon.
6 years ago
Jumar Macato
093472adcb
Merge branch 'master' into fixes/3545-rendertransform-leak
6 years ago
Steven Kirk
9a261b1503
Merge pull request #3557 from AvaloniaUI/fixes/3426-selecting-disabled-control
Don't select disabled controls with keyboard
6 years ago
Steven Kirk
165df29ea2
Merge branch 'master' into fixes/3426-selecting-disabled-control
6 years ago
Symbai
da2c7193cc
Add public DataGrid scroll events ( #3547 )
* Update DataGrid.cs
* Update DataGrid.cs
Co-authored-by: Steven Kirk <grokys@users.noreply.github.com>
6 years ago
Symbai
fa9822b1ef
Add Progressbar ShowProgressText property ( #3531 )
6 years ago
Steven Kirk
384ff5992a
Allow assigning null to Window.Icon.
6 years ago
Steven Kirk
4ad2f5b44e
Merge pull request #3528 from Symbai/comboboxHeightFix
Fix Combobox height if no item is selected v2
6 years ago
Steven Kirk
0a28b99690
Merge branch 'master' into comboboxHeightFix
6 years ago
Steven Kirk
e994b855d5
Don't consider disabled controls when moving focus.
Fixes #3426 .
6 years ago
Steven Kirk
886eee831c
Added failing test for #3426 .
6 years ago
Steven Kirk
edc8bece4e
Raised property changed when binding completes.
Fixes #3545
6 years ago
Steven Kirk
187e45d021
Make ClearLocalValue notify with correct priority.
6 years ago
Steven Kirk
11a8c01ef1
Added failing tests for #3545 .
`PropertyChanged` is not being fired when binding is disposed. Also change some other unit tests to ensure that priority passed in event args is correct.
6 years ago
Steven Kirk
f16080d00b
Added failing leak test for #3545 .
6 years ago
Steven Kirk
239fa15823
Merge pull request #3553 from AvaloniaUI/fixes/3550-menu-sizing
Prevent reentrancy in LayoutManager.ExecuteInitialLayoutPass
6 years ago
Steven Kirk
649c655bbc
Merge branch 'master' into fixes/3550-menu-sizing
6 years ago
Steven Kirk
e09c2ef899
Merge pull request #3543 from MarchingCube/bench-calendar
Benchmark for creating Calendars.
6 years ago
Steven Kirk
f9e2cec0e6
Merge branch 'master' into bench-calendar
6 years ago
Steven Kirk
15140b83b3
Merge pull request #3292 from AvaloniaUI/refactor/remove-property-initialized
Remove AvaloniaProperty.Initialized and PseudoClass static methods
6 years ago
Steven Kirk
0486e209d6
Merge branch 'master' into refactor/remove-property-initialized
6 years ago
Nikita Tsukanov
6d5e2bb749
Added Rider note
6 years ago
Dariusz Komosinski
c91559548e
Remove LINQ from Visual and StyledElement attach/detach funtions.
6 years ago
Dariusz Komosinski
2b6a2f4a9b
Optimize memory allocations when attaching styles.
6 years ago