Steven Kirk
30e8cac05d
Update to .NET core 3.1.
6 years ago
Benedikt Schroeder
2d5258e118
Invalidate text layout when the available size changes
6 years ago
Gary Hertel
1cfc530c11
Changed the DataGrid mouse wheel delta from 2 to 3 lines (48 pixels -> 72 pixels)
The default Windows scroll is 3 lines, which requires a lot less scrolling than the current default.
This value is currently hardcoded and can't be changed elsewhere.
6 years ago
Benedikt Schroeder
38bd8b8010
Fix text line hit testing
Fix some xml comments
6 years ago
Benedikt Schroeder
779ceabc68
Fix text trimming
6 years ago
Benedikt Schroeder
dba878fa98
Revert langversion usage
6 years ago
Benedikt Schroeder
de93e8e969
Full Unicode support for TextBlock
6 years ago
Symbai
acbaecd311
Update DataGridColumnHeader.cs
6 years ago
José Pedro
a76d14650b
Fixed obsolete API usages.
6 years ago
Steven Kirk
097eeb646f
Don't allow StyledElement.Styles to be set.
It's not settable in Application and I can't see a reason it should be in `StyledElement`. Also add a `Styles` ctor that takes a parent.
6 years ago
Steven Kirk
ac8e8db72b
Make Application handle style resources properly.
6 years ago
Steven Kirk
4f2c215993
Pass ResourceChanged messages to child styles.
Fixes #3590 .
6 years ago
Nikita Tsukanov
2bef4dc540
Always notify gesture recognizers about the loss of pointer capture
6 years ago
Nikita Tsukanov
9b4253f4d7
Fix inertial scrolling
6 years ago
Steven Kirk
de2b1925d9
Try TypeConverters in TryConvert.
Fixes #3584 .
6 years ago
Steven Kirk
77a29aaa89
Fixed nits.
6 years ago
Steven Kirk
6e0575a778
Added some XML docs.
6 years ago
Dan Walmsley
97bcb443ff
dont crash when closing window on OSX.
6 years ago
Symbai
e92dbb14df
Update IInputElement.cs
6 years ago
Symbai
994def4642
Update TextBox.cs
6 years ago
Symbai
dc8881c846
Update TextBox.cs
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
Symbai
b814eaac99
inherit from ContentControl
6 years ago
Symbai
7ca8d02123
Revert "change selected row background brush"
This reverts commit 863b0da1a1 .
6 years ago
Symbai
6fe5892ad9
Include vertical alignment of floating watermark
6 years ago
Symbai
f4fe0b126c
init
6 years ago
Symbai
5ad2b362df
Update TextBox.cs
6 years ago
Symbai
863b0da1a1
change selected row background brush
6 years ago
Steven Kirk
6447d4f98d
Use TypeConverter correctly.
6 years ago
Steven Kirk
52e30f6a0e
Remove Avalonia.Dialogs dependency on diagnostics.
And add explicit dependency on `Avalonia.Diagnostics` to samples.
6 years ago
Steven Kirk
195c7ba6ea
Don't ignore available size in window measure.
Fixes #3569 .
6 years ago
Symbai
8b0e291f41
Update Default.xaml
6 years ago
Steven Kirk
344aad94b6
Use XDeleteProperty for null icon.
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
e994b855d5
Don't consider disabled controls when moving focus.
Fixes #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
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
Steven Kirk
d5fc004df0
Prevent reentrancy in ExecuteInitialLayoutPass.
Fixes #3550 .
6 years ago
Symbai
10d1412d0c
Update ComboBox.xaml
6 years ago
Steven Kirk
56825d252e
Expose ContentPresenter from ItemsControl.LogicalChildren.
Exposing the `ContentPresenter.Child` in `ItemsControl.LogicalChildren` was causing problems when detaching and reattaching an `ItemsControl` to the logical tree. Instead, expose the `ContentPresenter` itself in effect meaning that `ItemsControl` has a "container" type just like the controls derived from it.
Fixes #3487
6 years ago
Symbai
5576a644b0
Update Default.xaml
6 years ago
Dariusz Komosinski
77df8b319e
Ensure that weak refs with collected refs are compacted as well.
6 years ago
Symbai
2e4624683b
Update Default.xaml
6 years ago
Joe Clapis
8bfbc10049
Added the ScrollToHome() and ScrollToEnd() methods to ScrollViewer.
6 years ago
Symbai
010ec8273d
Update Default.xaml
6 years ago
Symbai
10ad9eb7ed
Update ComboBox.xaml
6 years ago