Steven Kirk
409e40c8be
Added AvaloniaObject.IsAnimating(property).
Added a method to test whether a property on an object is currently animating.
9 years ago
Steven Kirk
f80e4ab3de
Merge pull request #1300 from AvaloniaUI/fixes/1299-devtools-stuck-adorners
Make sure old adorner is removed.
9 years ago
Steven Kirk
f70508fcb8
Merge branch 'master' into fixes/1299-devtools-stuck-adorners
9 years ago
Steven Kirk
a5c77168fd
Merge pull request #1301 from AvaloniaUI/fixes/1286-panel-logicalchildren
Fixed panel collection change actions.
9 years ago
Steven Kirk
74e805466b
Merge branch 'master' into fixes/1286-panel-logicalchildren
9 years ago
Steven Kirk
899d2f92f7
Merge pull request #1166 from JurjenBiewenga/DropdownKeyboardTweaks
Added initial changes to dropdown
9 years ago
Steven Kirk
770c84d78b
Merge branch 'master' into DropdownKeyboardTweaks
9 years ago
Steven Kirk
fa0e07facb
Merge pull request #1305 from AvaloniaUI/fixes/1248-datavalidation-not-being-cleared
Pass enableDataValidation to all bindings.
9 years ago
Jeremy Koritzinsky
7e835b8aae
Merge branch 'master' into fixes/1248-datavalidation-not-being-cleared
9 years ago
Jeremy Koritzinsky
a937e00777
Merge pull request #1304 from AvaloniaUI/fixes/1303-templatebinding-null-path
Don't pass a null Path to Binding in TemplateBindingExtension.
9 years ago
Steven Kirk
969ddc97e0
Merge pull request #1288 from GoldyD/master
Code improvement
9 years ago
Steven Kirk
817c355688
Merge branch 'master' into master
9 years ago
Steven Kirk
523370d99f
Merge branch 'master' into DropdownKeyboardTweaks
9 years ago
Steven Kirk
f014bd576c
Pass enableDataValidation to all bindings.
#1248 was caused by not passing the `enableDataValidation` setting to all types of binding. Fix this.
Fixes #1248 .
9 years ago
Steven Kirk
0ad1f87927
Fix #1303 .
Don't pass a null `Path` to `Binding`.
9 years ago
Steven Kirk
3243e0fd15
Added failing test for #1303
`TemplateBinding_With_Null_Path_Works` is a failing test for #1303 , also added a passing test for the same thing with `Binding`: `Binding_With_Null_Path_Works`.
9 years ago
Steven Kirk
d069e3f063
Merge branch 'master' into fixes/1286-panel-logicalchildren
9 years ago
Steven Kirk
b40be8b1c4
Fix error in AvaloniaList.MoveRange event.
It was raising the event with the offset `newIndex` rather than the `newIndex` that was passed.
9 years ago
Steven Kirk
782650639c
Merge pull request #1209 from jkoritzinsky/RelativeSourceSyntaxSugar
Relative source syntax sugar
9 years ago
Steven Kirk
5e17095852
Merge branch 'master' into RelativeSourceSyntaxSugar
9 years ago
Steven Kirk
fc7a83ee72
Fixed panel collection change actions.
As suggested in #1286
9 years ago
Steven Kirk
f619cc3a18
Merge pull request #1296 from jp2masa/issue-1256
Fixed ProgressBar default alignment
9 years ago
Jeremy Koritzinsky
dfb1c3886c
Merge branch 'master' into RelativeSourceSyntaxSugar
9 years ago
Steven Kirk
299d066642
Make sure old adorner is removed.
Control enter/leave events seem to sometimes get raised in the wrong order, this needs investigation. However in the meantime, make sure that if there's an existing adorner it's removed before adding a new one.
Fixes #1299
9 years ago
José Pedro
22baf62f09
Fixed ProgressBar default alignment.
9 years ago
Steven Kirk
29a2b1d74f
Use previous appveyor image.
https://github.com/dotnet/standard/issues/567
9 years ago
GoldyD
d39bb3d116
Merge branch 'master' into master
9 years ago
Goldy
d4a32764ca
Add null check for parameter
Remove unused variable
9 years ago
Goldy
6dd497bbc8
Code improvement
Removed unused or duplicated code
9 years ago
Nikita Tsukanov
b49a7abbd1
Fixed if clause in ProgressBar.UpdateIsIndeterminate
Found by PVS studio
9 years ago
Jeremy Koritzinsky
1d2d2067c4
Remove tree-switching on AncestorType == null
9 years ago
Steven Kirk
dbd7ce7bad
Merge pull request #1189 from JurjenBiewenga/InvalidCharInput
Invalid char input
9 years ago
Jurjen Biewenga
e9b61be182
Merge branch 'master' into InvalidCharInput
9 years ago
Jurjen Biewenga
3321887970
Made the invalidCharacters array static readonly and replaced the DEL char with the unicode representation
9 years ago
Jeremy Koritzinsky
cf1960aca5
Merge pull request #1273 from AvaloniaUI/fixes/845-appbuilder-logging
Added AppBuilder methods for logging.
9 years ago
Steven Kirk
f6830df102
Get serilog versions automatically.
9 years ago
Steven Kirk
5119828b8d
Add serilog sink dependencies to build script.
9 years ago
Steven Kirk
c02514f162
Removed imports of deleted .props file.
9 years ago
Steven Kirk
03621a8664
Added AppBuilder methods for logging.
You can now set up serilog logging to `Debug` or `Trace` by calling e.g.:
```
AppBuilder.Configure<App()
.LogToDebug()
.UsePlatformDetect();
```
The methods accept an optional `level` parameter to control the minimum log level.
9 years ago
Steven Kirk
7481b8dc56
Merge pull request #1272 from AvaloniaUI/fixes/xunit-warnings
Fix xunit warnings.
9 years ago
Jeremy Koritzinsky
fb5abf3a93
Merge remote-tracking branch 'origin' into RelativeSourceSyntaxSugar
9 years ago
Jeremy Koritzinsky
f9b578ab0e
Make AncestorType required for ancestor searching via the visual tree.
9 years ago
Steven Kirk
5cc5b91930
Fix xunit warnings.
9 years ago
Nikita Tsukanov
07c2e09527
Merge branch 'update-portable-xaml'
9 years ago
Nikita Tsukanov
9152cbbe72
Added a unit test for attached properties with namespace
9 years ago
Nikita Tsukanov
174c8a9e63
Updated portable.xaml
9 years ago
Steven Kirk
8c80367b77
Merge pull request #1241 from ARSolog/patch-1
Update ExpressionObserverTests_DataValidation.cs
9 years ago
ARSolog
ff50697a90
Merge branch 'master' into patch-1
9 years ago
Steven Kirk
37d3fe791e
Merge pull request #1244 from sdoroff/calendar-control
Added a Calendar control
9 years ago
Steven Kirk
2bc31fce7d
Merge branch 'master' into calendar-control
9 years ago