Jumar Macato
|
4d9c7239cc
|
Fix CI failures.
|
8 years ago |
walterlv
|
e4b9f9ff40
|
Fix more spelling and grammar issues.
|
8 years ago |
walterlv
|
b09bd2f2f0
|
Fix some spelling and grammar issues.
|
8 years ago |
walterlv
|
03a97df75c
|
Fix some words spell.
|
8 years ago |
walterlv
|
3453c6ed99
|
Fix the calendaritem style.
|
8 years ago |
walterlv
|
b2a868dd3a
|
Finish the AggregateAdditionalConventionsForStars method algorithm.
|
8 years ago |
walterlv
|
e58a0641bf
|
If the children are in the same column/row, the Grid will not incorrectly aggregate their widths/heights.
Instead, it will calculate the Max width/height.
|
8 years ago |
walterlv
|
a4cb49fa51
|
Fix the column/row span layout.
|
8 years ago |
walterlv
|
f334ef0be2
|
Add debugger info for easier debug.
|
8 years ago |
walterlv
|
2af42057c1
|
Fix the wrong Grid.GetSafeSpan index.
|
8 years ago |
walterlv
|
3f1a5ed009
|
Remove language usage condition.
|
8 years ago |
walterlv
|
42bfe0bd4e
|
Mark Grid layout methods pure.
|
8 years ago |
walterlv
|
e280652922
|
Add debugger display or the grid layout result.
|
8 years ago |
walterlv
|
382ef6e396
|
Add more comment for grid layout code.
|
8 years ago |
walterlv
|
a6fe9928a1
|
Make all unit test for grid pass.
|
8 years ago |
walterlv
|
2052d53d68
|
Order the grid codes and make most unit test passed.
|
8 years ago |
walterlv
|
4768124962
|
Fix the AggregateAdditionalConventionsForStars method.
|
8 years ago |
walterlv
|
ed01e59fc2
|
Add document comment for some helper methods.
|
8 years ago |
walterlv
|
0110f7af65
|
Add some comments for GridLayout helper classes.
|
8 years ago |
walterlv
|
63af32bc65
|
Add some document comments for GridLayout.
|
8 years ago |
walterlv
|
163744b89b
|
Add support for layout that the children have multi span but also have desired size.
|
8 years ago |
walterlv
|
cae8a2ab5c
|
Add not enough length unit test for all test facts.
|
8 years ago |
walterlv
|
a0518955f5
|
Grid layout support positiveinfinity measure.
|
8 years ago |
walterlv
|
fc73d7cc37
|
When the available length is not enough, clip the measure list.
|
8 years ago |
walterlv
|
e403299bb2
|
Use a new algorithm to layout Grid.
|
8 years ago |
walterlv
|
b135f988e4
|
Try to use new algorithm to measure and arrange Grid.
|
8 years ago |
walterlv
|
c32c619322
|
Add column support for grid layout.
|
8 years ago |
walterlv
|
b9d71860ff
|
Add a new version of Grid layout. and its performance may be better than the original one.
|
8 years ago |
walterlv
|
b8bebd634d
|
Add unit test for grid layout:
- start row column with min length.
|
8 years ago |
walterlv
|
431407437b
|
Add unit test for grid layout:
1. Pixel row column
1. Start row column
1. Mix pixel star row column
|
8 years ago |
walterlv
|
e56f1ab83a
|
If the MinHeight/MinWidth is set and it affects the Grid layout, a new calculation will be triggered. (Not only the MaxHeight/MaxWidth)
|
8 years ago |
walterlv
|
5cd5a044eb
|
Add comments for Segment of Grid.
|
8 years ago |
walterlv
|
38e63d8dc8
|
Fix issue#1516 MinHeight/MinWidth deos not work correctly in Grid.ColumnDefinition/RowDefinition.
|
8 years ago |
Wiesław Šoltés
|
f327ef4cd5
|
Merge pull request #1556 from wieslawsoltes/Fix1555
Add GetPosition method to DragEventArgs
|
8 years ago |
Wiesław Šoltés
|
3fb17af571
|
Remove null check
|
8 years ago |
Wiesław Šoltés
|
7b56a5cc1c
|
Remove code duplication
|
8 years ago |
Wiesław Šoltés
|
ee0c3dfa94
|
Add GetPosition method to DragEventArgs
|
8 years ago |
Wiesław Šoltés
|
73b9c40214
|
Merge pull request #1552 from AvaloniaUI/fixes/1548-custom-control-attached-property
Fix attached member namespace resolution
|
8 years ago |
Wiesław Šoltés
|
496520defb
|
Merge branch 'master' into fixes/1548-custom-control-attached-property
|
8 years ago |
Jumar Macato
|
1778ddd484
|
Duplicate the copyright message from the source files.
|
8 years ago |
Jumar Macato
|
185eaf9e8a
|
Added default window size to avoid resizing them to proper size everytime they are run.
|
8 years ago |
Jumar Macato
|
1d6020ab85
|
Fix frameworks and add conditional target to DotNetCoreRuntime reference.
|
8 years ago |
Jumar Macato
|
dd3a9ed3d3
|
Port BindingTest sample to the new csproj format. Also added MainWindow's Title.
Added net461 on TargetFramework attribs on the samples.
|
8 years ago |
Jumar Macato
|
f8dc172416
|
Fix Avalonia.Serilog to Avalonia.Logging.Serilog
|
8 years ago |
Jumar Macato
|
73f408de21
|
Fix Avalonia.Interactive to Avalonia.Interactivity
|
8 years ago |
Jumar Macato
|
3873efea02
|
Added GenerateDocumentationFile attribute to fix Cake
|
8 years ago |
Jumar Macato
|
9aa93ee6d9
|
Fix merge conflict
|
8 years ago |
Jumar Macato
|
494cad3d2f
|
Merge branch 'master' of https://github.com/AvaloniaUI/Avalonia into cleanup-csproj
|
8 years ago |
Jumar Macato
|
b161593994
|
Moved version and xaml props to build directory.
added Directory.Build.Props to src & samples directory.
cleaned up Avalonia.Markup.csproj. Will do more test to do the same on
Avalonia.Markup.Xaml.
|
8 years ago |
Steven Kirk
|
c5090ee275
|
Merge pull request #1546 from boombuler/FixMouseCursorUpdate
force mousecursor if the mouse is over the window
|
8 years ago |