robloo
|
d4540ed0e5
|
Add template part attributes to common controls
|
4 years ago |
Yoh Deadfall
|
55710e8514
|
Used ToArray where it benefits over ToList
|
4 years ago |
Steven Kirk
|
77d059be22
|
Add nullable annotations to Avalonia.Controls.
|
4 years ago |
Giuseppe Lippolis
|
7342b26589
|
fixes: Suppress CS0618 Warnings
|
5 years ago |
Scott Whitney
|
7ffc527cd5
|
Added Obsolete attribute to CultureInfo
|
5 years ago |
Scott Whitney
|
4cc7dba01a
|
Changed backing types to decimal. Added NumberFormat property. Changed ThrowCannotBeGreaterThanException to accept generics as it displays the values only.
|
5 years ago |
Scott Whitney
|
2956f79c5c
|
Added DecimalPlaces property to NumericUpDown control
|
5 years ago |
aguahombre
|
5d130b5d79
|
Add data validation error support to NumericUpDown control #3591
|
5 years ago |
Max Katz
|
d9a161d00b
|
Add HorizontalContentAlignment/VerticalContentAlignment props to NumericUpDown
|
5 years ago |
Steven Kirk
|
2fcde9e34d
|
Use OnApplyTemplate instead of OnTemplateApplied.
- More similar to WPF API
- Less bug-prone (see #3744)
`OnTemplateApplied` still exists, but is deprecated and does nothing.
|
6 years ago |
Steven Kirk
|
40657425c1
|
Reintroduce coercion to NumericUpDown.
|
7 years ago |
Steven Kirk
|
6be3acb46c
|
Make ValueStore typed.
Major refactor of the Avalonia core to make the styled property store typed.
|
7 years ago |
José Pedro
|
14b3683127
|
Replaced obsolete API usages.
|
7 years ago |
José Pedro
|
48dccadfb0
|
Fixed argument exception constructor calls.
Use nameof where possible.
Fixed wrong check in RelativeSource.AncestorLevel.
|
7 years ago |
Kermalis
|
c112ce30c5
|
Update NumericUpDown Text when losing focus
|
7 years ago |
Dmitry Zhelnin
|
985a3e7f2e
|
fix ValueChanged event of NumericUpDown
|
7 years ago |
José Pedro
|
97d624a9ae
|
Use nameof where possible.
|
7 years ago |
Miha Markič
|
1524cb1aba
|
Spellchecks comments and members, removes unused using statements and sorts them
|
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 |
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 |