Nikita Tsukanov
dd481fd35e
Bind texture before resizing. Also reset texture and renderbuffer to previous values
7 years ago
Nikita Tsukanov
db3e2780f1
OSX support
7 years ago
Nikita Tsukanov
170eb56e04
Better error and cleanup handling
7 years ago
Mathis Rech
c28046cbbc
Fix padding inconsistency
The padding is always added to the side the headers are at, except when the headers are right, when the padding is at the bottom. I believe this was a typo.
7 years ago
Benedikt Schroeder
2d5258e118
Invalidate text layout when the available size changes
7 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.
7 years ago
Benedikt Schroeder
38bd8b8010
Fix text line hit testing
Fix some xml comments
7 years ago
Benedikt Schroeder
779ceabc68
Fix text trimming
7 years ago
Benedikt Schroeder
dba878fa98
Revert langversion usage
7 years ago
Benedikt Schroeder
de93e8e969
Full Unicode support for TextBlock
7 years ago
Symbai
acbaecd311
Update DataGridColumnHeader.cs
7 years ago
José Pedro
a76d14650b
Fixed obsolete API usages.
7 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.
7 years ago
Steven Kirk
ac8e8db72b
Make Application handle style resources properly.
7 years ago
Steven Kirk
4f2c215993
Pass ResourceChanged messages to child styles.
Fixes #3590 .
7 years ago
Nikita Tsukanov
2bef4dc540
Always notify gesture recognizers about the loss of pointer capture
7 years ago
Nikita Tsukanov
9b4253f4d7
Fix inertial scrolling
7 years ago
Steven Kirk
de2b1925d9
Try TypeConverters in TryConvert.
Fixes #3584 .
7 years ago
Steven Kirk
77a29aaa89
Fixed nits.
7 years ago
Steven Kirk
6e0575a778
Added some XML docs.
7 years ago
Dan Walmsley
97bcb443ff
dont crash when closing window on OSX.
7 years ago
Symbai
e92dbb14df
Update IInputElement.cs
7 years ago
Symbai
994def4642
Update TextBox.cs
7 years ago
Symbai
dc8881c846
Update TextBox.cs
7 years ago
Steven Kirk
aec9c6e5e2
Make animation value override local value.
This line was missing. Might be the cause of #3466 .
7 years ago
Symbai
b814eaac99
inherit from ContentControl
7 years ago
Symbai
7ca8d02123
Revert "change selected row background brush"
This reverts commit 863b0da1a1 .
7 years ago
Symbai
6fe5892ad9
Include vertical alignment of floating watermark
7 years ago
Symbai
f4fe0b126c
init
7 years ago
Symbai
5ad2b362df
Update TextBox.cs
7 years ago
Symbai
863b0da1a1
change selected row background brush
7 years ago
Steven Kirk
6447d4f98d
Use TypeConverter correctly.
7 years ago
Steven Kirk
52e30f6a0e
Remove Avalonia.Dialogs dependency on diagnostics.
And add explicit dependency on `Avalonia.Diagnostics` to samples.
7 years ago
Steven Kirk
195c7ba6ea
Don't ignore available size in window measure.
Fixes #3569 .
7 years ago
Symbai
8b0e291f41
Update Default.xaml
7 years ago
Steven Kirk
344aad94b6
Use XDeleteProperty for null icon.
7 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>
7 years ago
Symbai
fa9822b1ef
Add Progressbar ShowProgressText property ( #3531 )
7 years ago
Steven Kirk
384ff5992a
Allow assigning null to Window.Icon.
7 years ago
Steven Kirk
e994b855d5
Don't consider disabled controls when moving focus.
Fixes #3426 .
7 years ago
Steven Kirk
edc8bece4e
Raised property changed when binding completes.
Fixes #3545
7 years ago
Steven Kirk
187e45d021
Make ClearLocalValue notify with correct priority.
7 years ago
Dariusz Komosinski
c91559548e
Remove LINQ from Visual and StyledElement attach/detach funtions.
7 years ago
Dariusz Komosinski
2b6a2f4a9b
Optimize memory allocations when attaching styles.
7 years ago
Steven Kirk
d5fc004df0
Prevent reentrancy in ExecuteInitialLayoutPass.
Fixes #3550 .
7 years ago
Symbai
10d1412d0c
Update ComboBox.xaml
7 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
7 years ago
Symbai
5576a644b0
Update Default.xaml
7 years ago
Dariusz Komosinski
77df8b319e
Ensure that weak refs with collected refs are compacted as well.
7 years ago
Symbai
2e4624683b
Update Default.xaml
7 years ago