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
|
4fbd443386
|
Add WPF's UIElement.RoundLayoutValue to MathUtilities.
|
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 |
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 |
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 |
Jumar Macato
|
2310dab605
|
Inherit SharedSize scopes to child grids.
|
7 years ago |
Jumar Macato
|
ad45848a29
|
Implement and make SharedSizeScopes work :)
|
7 years ago |
Jumar Macato
|
6dba3467b7
|
Revert `ShowGridLines` default value.
|
7 years ago |
Jumar Macato
|
5b62d7c859
|
More reorganizing + refactoring...
|
7 years ago |
Jumar Macato
|
5b9755329f
|
Fix GridLineRenderer's DashStyles.
|
7 years ago |
Jumar Macato
|
34d2258aef
|
Re-run CI
|
7 years ago |
Jumar Macato
|
9c6c096ea9
|
Organize Grid into its own folder and split up its internal classes.
|
7 years ago |
Jumar Macato
|
7f6414970a
|
Revert `DrawGridLines` to FinalOffsets
|
7 years ago |
Jumar Macato
|
52c562bffd
|
Remove old Grid classes.
|
7 years ago |
Jumar Macato
|
973e82386e
|
Disable Shared Size Tests pt. 2
|
7 years ago |
Jumar Macato
|
49bcea0e33
|
Disable SharedSize tests for now.
|
7 years ago |
Jumar Macato
|
6d2601b54c
|
Some refactoring...
|
7 years ago |
Jumar Macato
|
b6d01fcaeb
|
Cleanup MinSize.
|
7 years ago |
Jumar Macato
|
cc3422b4c3
|
Reset MinSize on DefinitionsLayout validation.
|
7 years ago |
Jumar Macato
|
998149c9e5
|
Calculate ActualWidth/Height for Row/ColDefinitions so that GridSplitter can work.
|
7 years ago |
Jumar Macato
|
69c056c728
|
Downsize DefinitionBase, removing most of shared size scope code.
|
7 years ago |
Jumar Macato
|
b35dc13725
|
Merge branch 'wpfgridimport' of github.com:AvaloniaUI/Avalonia into wpfgridimport
|
7 years ago |
Jumar Macato
|
f7fe8f57fb
|
Merge branch 'master' into wpfgridimport
|
7 years ago |
Jumar Macato
|
4c1f476957
|
Rename private fields, remove practically unused fields.
|
7 years ago |
Jumar Macato
|
505ed6b0cf
|
Replace per-property class handlers with `AffectsParentMeasure<>`; Fix `GridLinesRenderer`.
|
7 years ago |
Jumar Macato
|
689ca63c7a
|
Fix DPI fallback value on LayoutRounding;
Rename `rowColDefsEmpty` to `IsTrivialGrid`;
|
7 years ago |
Jumar Macato
|
0e15b3f972
|
Cleaning up redundant/unreferenced code.
|
7 years ago |
Jumar Macato
|
fa95d9cd10
|
Fix rowcol definitions not sync'ing with DefinitionsU/V, hence fixing bugs for the Calendar control.
|
7 years ago |