José Pedro
|
39b19e8ff3
|
XML comment fixes.
|
7 years ago |
Jumar Macato
|
77c4c71932
|
Dont flag the Row/ColDefinition list dirty when the child Row/ColDefinition's child property is changed.
|
7 years ago |
FoggyFinder
|
996eda9fb7
|
set defaultBindingMode as TwoWay for SelectedIndex
|
7 years ago |
Jumar Macato
|
34a94cc782
|
Fix unit tests and transfer back to GridTests.cs
|
7 years ago |
Wiesław Šoltés
|
c3c7e8d286
|
Fix copy and paste error
|
7 years ago |
Jumar Macato
|
2b03824811
|
Make a new base class for both Row/ColumnDefinitions.
|
7 years ago |
Jumar Macato
|
78e6ef6e53
|
Fixes defBase behavior when removed/added from collection.
|
7 years ago |
Wiesław Šoltés
|
62b8c679ea
|
Update WrapPanel.cs
|
7 years ago |
Wiesław Šoltés
|
9844b05bfd
|
Add missing using
|
7 years ago |
Wiesław Šoltés
|
6f652867ff
|
Fix
|
7 years ago |
Wiesław Šoltés
|
10d295decf
|
Use MathUtilities
|
7 years ago |
Wiesław Šoltés
|
2b6fdc1531
|
Initial port of WPF WrapPanel
|
7 years ago |
Jumar Macato
|
5fbfdb4c18
|
Pass all of GridTests.
|
7 years ago |
Jumar Macato
|
ff0ae96080
|
Fix shared size scope handlers. 5/9 unit tests on SharedSizeScopeTests now works.
|
7 years ago |
Jumar Macato
|
7e16a9032a
|
Add inheritance parent to DefBase.
|
7 years ago |
Jumar Macato
|
c7a372d0b6
|
Invalidate parent grid when property changes on DefBase.
Link ActualWidth/Height setters to their parent GetFinalColumnDefinitionWidth/GetFinalRowDefinitionWidth
|
7 years ago |
Jumar Macato
|
adbd42ed2d
|
Trigger OnEnter/EnterParentTree on DefBase.
|
7 years ago |
Jumar Macato
|
534e3bf4ec
|
Make ValueCache as abstract props.
Add setters to Row/ColumnDefinitions.
|
7 years ago |
Nikita Tsukanov
|
cba7de5f06
|
Do not crash
|
7 years ago |
Nikita Tsukanov
|
b387c38c84
|
Implemented simple inertial scroll
|
7 years ago |
Jumar Macato
|
d1da8df74b
|
Restore removed GridSplitter code.
|
7 years ago |
Jumar Macato
|
c53297085f
|
Fix OnCellAttachedPropertyChanged
|
7 years ago |
Jumar Macato
|
136acf2d61
|
Fix definitionbase attached properties.
|
7 years ago |
Jumar Macato
|
4c0f365118
|
Fix Grid dpi and roundedlayout stuff + add GridLinesRenderer as Grid's visual child.
|
7 years ago |
Jumar Macato
|
53423882bc
|
Refactor child references.
|
7 years ago |
Jumar Macato
|
04b5b5468f
|
Disable legacy GridLength.Star algorithms.
Turn DefBase[] into IReadOnlyList.
Fix DefBase, turn it into AvaloniaObject, change WPF types to Avalonia's and add a Parent prop.
|
7 years ago |
Nikita Tsukanov
|
ec99f7d1a9
|
Initial scroll gesture implementation
|
7 years ago |
Jumar Macato
|
7437421704
|
Comment-out code that is not going to be used.
|
7 years ago |
Jumar Macato
|
0b19cd6e59
|
Fix GridLinesRenderer
|
7 years ago |
Jumar Macato
|
2ebe05c676
|
Restore deleted GridLength.cs
|
7 years ago |
Jumar Macato
|
83827a93f5
|
Convert DependencyProperties to Avalonia's.
|
7 years ago |
Jumar Macato
|
3c9f531607
|
Remove EditorBrowsable attribute
|
7 years ago |
Jumar Macato
|
45d7bb9331
|
Add missing imports.
|
7 years ago |
Jumar Macato
|
cd0e1a34e3
|
Replace WPF types with equivalent Avalonia ones part 2.
|
7 years ago |
Jumar Macato
|
2743c605e6
|
Replace invariant.assert with Contract.Requires.
|
7 years ago |
Jumar Macato
|
5c75696d61
|
Remove DesignerSerializationVisibility attribute
|
7 years ago |
Jumar Macato
|
99c400aa06
|
Remove AttachedPropertyBrowsableForChildren attribute
|
7 years ago |
Jumar Macato
|
37b88978b4
|
Replace some Types from WPF to Avalonia equivalents.
|
7 years ago |
Jumar Macato
|
e52a8df10c
|
Remove regions and remaining Pragmas + Remove Localization attribute in DefBase.
|
7 years ago |
Jumar Macato
|
f34ba5ac63
|
Fix usings and namespace on DefBase
|
7 years ago |
Jumar Macato
|
c4a306b59f
|
Replace header legalese with the appropiate one.
|
7 years ago |
Jumar Macato
|
228bfbfdf8
|
Remove IAddChild and its interface implementations
|
7 years ago |
Jumar Macato
|
7ee409a7a6
|
Simplify usings.
|
7 years ago |
Jumar Macato
|
21a470b11f
|
Remove pragma and GridParanoia regions and references to that code.
|
7 years ago |
Jumar Macato
|
1c6814433e
|
Trim header comments
|
7 years ago |
Jumar Macato
|
3764e61bc9
|
Revert back to WPF and start from scratch, using thepower of Hindsight~
|
7 years ago |
Nikita Tsukanov
|
4c1f42b48a
|
PR comments
|
7 years ago |
Nikita Tsukanov
|
f556db57b4
|
Refactor pointer events to support touch events
|
7 years ago |
Jumar Macato
|
c70ffb564b
|
Restore unit tests part 2
|
7 years ago |
Jumar Macato
|
d97835ee62
|
Add SharedSizeScope tests from #1945
Fix IsSharedSizeScope/PrivateSharedSizeScope so that it can be
set on non-`Grid` controls.
|
7 years ago |