Dan Walmsley
511e308bf3
fix whitespace.
8 years ago
Dan Walmsley
055f7b216e
Add correct fixes for Carousel issue.
8 years ago
Dan Walmsley
d2735eea8d
regenerate containers.
8 years ago
Dan Walmsley
bd3bbb0381
fix tests again.
8 years ago
Dan Walmsley
9c3bf3231a
fix unit tests.
8 years ago
Dan Walmsley
efb8fde1bb
remove handling add case.
8 years ago
Dan Walmsley
29f3a72adf
handle all CollectionChanged cases in carousel.
8 years ago
Steven Kirk
2f64e0f952
Removed functionality implemented by #1190 .
8 years ago
CommonGuy
ab36f86325
Add the NewLine property to TextBox
8 years ago
Jeremy Koritzinsky
1bbc155303
Use a concrete type for the host type to avoid #959 .
8 years ago
Jeremy Koritzinsky
4eec8b4271
Fix #1531 by making IStyle an IAvaloniaObject.
8 years ago
Jeremy Koritzinsky
4b8c6df9eb
Implement animation setters using the Avalonia.Styling.Setter class. Enable custom animators through a static method on Animation that can be called from the a static constructor (example in Transform.cs).
8 years ago
Jeremy Koritzinsky
72a4889435
Move Control static constructor statements to more accurate layers.
8 years ago
Jeremy Koritzinsky
b448b64bdd
Fixed broken doc comment.
8 years ago
Jeremy Koritzinsky
da0ab8b681
Move the styling system up the stack to live right below Avalonia.Animation since it has no dependencies on anything further down the dependency chain
8 years ago
Jeremy Koritzinsky
c2c581e524
Refactor away dependencies between Avalonia.Markup and Avalonia.Controls. Now Avalonia.Markup only depends on Avalonia.Base.
8 years ago
Unknown
4479734961
remove added whitespace.
8 years ago
Unknown
0f7ab7e61f
add singleitem psuedo class on items control.
8 years ago
CommonGuy
55da255d86
Improve KeyDown behavior in DropDown
8 years ago
Jumar Macato
b0456d46a1
Fix all remaining nits - this commit will be used as a breakpoint for the upcoming syntax reimplementation.
8 years ago
Steven Kirk
51a376f3e2
Register ToolTip attached properties correctly.
Was previously registering them with `Popup` as the owner, which was causing two properties with the same name to get registered, confusing XAML.
We should probably put in a check to make sure this doesn't happen, but this fixes the problem for now.
Fixes #1573
8 years ago
Unknown
f97d293240
fix textblock and texstpresenter issues related to password char.
8 years ago
Benedikt Schroeder
3220e31308
TextBlock.SetFontFamily fix
8 years ago
Steven Kirk
0b055771f5
Generate version numbers for assemblies.
Don't set `<GenerateAssemblyInfo>false</GenerateAssemblyInfo>` because this means that assemblies won't get versions.
8 years ago
Steven Kirk
cb39aa0426
Fixed doc comments.
8 years ago
Dan Walmsley
515e180cdb
update documentation for CreateFormattedText method.
8 years ago
Dan Walmsley
58daa9390b
Allow CreateFormattedText to have the string it renders overridden.
8 years ago
Steven Kirk
de0d9180e4
Moved AssemblyInfo back into Properties.
8 years ago
Dan Walmsley
865a866388
update documentation and fix bug when
system decorations are restored so that CanResize is obeyed.
8 years ago
Dan Walmsley
8befbacba0
Use textpresenter to replace with password char.
8 years ago
Dan Walmsley
8493ce8f04
correctly order the properties.
8 years ago
sdoroff
2a7d2cedc3
Fixes #1554
The issue was caused by the lack of a proper TextChanged event on the TextBox
I implemented a work around
8 years ago
José Pedro
2af15cbee4
Make WindowState bindable.
Requested changes.
9 years ago
walterlv
811e74062c
Fix a comment so that is is more readable.
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
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
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