Steven Kirk
4ca13f2e3f
Added additional invalidation properties...
...to `ContentPresenter`
8 years ago
Dan Walmsley
8d07861e59
white space.
8 years ago
Dan Walmsley
2c9f3ede54
fix tests and and fixes.
8 years ago
Dan Walmsley
a98d289af8
Add arrange fix for border and content presenter.
8 years ago
Steven Kirk
2d1ab0a106
Only update clip bounds when ClipToBounds = true.
Fixes #1436
8 years ago
Dan Walmsley
653372009a
[ContentPresenter] BorderThickness affects render and measure.
8 years ago
Dan Walmsley
27680c35e9
[Border] CornerRadius affects render.
8 years ago
Steven Kirk
ef44f2b908
Handle the click that opens a DropDown.
8 years ago
Steven Kirk
272939464e
Need to press a button to click it!
Only raise a `Button` click event on pointer release when the button has been pressed first!
8 years ago
ReeJK
f412c696f0
use Source in Binding
8 years ago
Dan Walmsley
fedae81cb8
partial fix for 1436.
8 years ago
Steven Kirk
fef1422fdb
Removed unused variable.
8 years ago
Steven Kirk
71c25cae2d
Allow null pen in GeometryImpl.
The `pen` parameter to `GeometryImpl.GetRenderBounds` and `StrokeContains` can be null. Don't try to dereference this null!
8 years ago
Benedikt Schroeder
f63b85f677
Remove comment
8 years ago
José Pedro
a89f9486f1
Implemented correct behavior for Command.CanExecute on MenuItem.
8 years ago
Benedikt Schroeder
50dd6cb66d
Requested changes
8 years ago
dzhelnin
19dbf38e1e
Cleanup remaining "double?" entries
8 years ago
dzhelnin
7c0f1f9374
Use "double" instead of "double?" for Value. DefaultValue removed.
8 years ago
dzhelnin
e120d9c157
Minimum/Maximum coercion functions implementation added
8 years ago
dzhelnin
d6b5e04f0c
Reworked to provide common NumericUpDown control which values are doubles.
8 years ago
Steven Kirk
6682c3e2dc
Moved the reentrancy check to TextBox.
8 years ago
Benedikt Schroeder
1b283105fe
Removed redundant if
8 years ago
Benedikt Schroeder
5b9de833a2
Clean complex rendering code
8 years ago
Benedikt Schroeder
27a666467c
Initial
8 years ago
dzhelnin
1aa4d8749f
Added default template for NumericUpDown classes.
8 years ago
dzhelnin
c1ed2b3b28
Added concrete implementations for various numeric types
8 years ago
dzhelnin
272c0c882f
Added CommonNumericUpDown class.
8 years ago
dzhelnin
d07ceec674
Added NumericUpDown class.
8 years ago
dzhelnin
0953673b76
Added UpDownBase class
8 years ago
dzhelnin
a3cdb6c1ed
Update buttons of ButtonSpinner on ValidSpinDirections changes
8 years ago
sdoroff
e52f966877
Made use of existing CancelEventArgs
Uses System.ComponentModel.CancelEventArgs
instead of custom CancelableEventArgs class
8 years ago
sdoroff
2eafd111ec
Moved CancelableEventArgs to Avalonia.Interactivity
8 years ago
sdoroff
242b9251df
Added async population feature
8 years ago
sdoroff
bac877cd91
Fixed a property name mistake in GradientBrush
8 years ago
sdoroff
28c78d3fc9
Moved the setting of FocusedElement
This allows the LostFocus event to check the newly focused element
8 years ago
sdoroff
6bc4c1764c
Fixed an off by one bug
8 years ago
sdoroff
3e73046098
Ported the AutoCompleteBox control from Silverlight
8 years ago
Dan Walmsley
9820087db6
add some previously unknown keycodes.
8 years ago
Artyom
8acc7c6f15
Remove dollar!
Close https://github.com/AvaloniaUI/Avalonia/issues/1397
8 years ago
Dan Walmsley
d1b0a9ef30
handle textinput.
8 years ago
Dan Walmsley
6b8eb17a98
set e.Handled in textbox OnGotFocus.
8 years ago
Steven Kirk
f0afca5ead
Clear TextBox undo stack on binding change.
This makes `TextBox` act like WPF's `TextBox` where the undo/redo stack is cleared when a change is made from non-user input such as from a binding.
Fixes #336
8 years ago
Steven Kirk
0c94c82b42
Don't apply layout constraints to child.
The child itself will take care of applying its own layout constraints, applying them in the `ContentPresenter` arrange causes #1447 .
Fixes #1447 .
8 years ago
Jumar Macato
fc06fa1e35
Fix skew matrix function's flipped axes + update tests.
8 years ago
Jumar Macato
e9c4c238f1
Added SkewTransform and the corresponding skew function in Matrix class.
8 years ago
sdoroff
7a1305f2d8
Moved CancelableEventArgs to Avalonia.Interactivity
8 years ago
sdoroff
427a634b21
Added async population feature
8 years ago
sdoroff
8361c1fec1
Fixed a property name mistake in GradientBrush
8 years ago
dzhelnin
e468760c96
Delay renamed to Interval. InitialDelay renamed to Delay.
8 years ago
dzhelnin
21e627873b
Added InitialDelay property for better user experience.
8 years ago