dzhelnin
1aa4d8749f
Added default template for NumericUpDown classes.
9 years ago
dzhelnin
c1ed2b3b28
Added concrete implementations for various numeric types
9 years ago
dzhelnin
272c0c882f
Added CommonNumericUpDown class.
9 years ago
dzhelnin
d07ceec674
Added NumericUpDown class.
9 years ago
dzhelnin
0953673b76
Added UpDownBase class
9 years ago
dzhelnin
a3cdb6c1ed
Update buttons of ButtonSpinner on ValidSpinDirections changes
9 years ago
Nikita Tsukanov
32f67bfa4e
Merge pull request #1456 from AvaloniaUI/fixes/1442-gtk-keycodes
GTK Fix 1442 - add some previously unknown keycodes
9 years ago
sdoroff
54725ca802
Merge branch 'auto-complete-box-control' of https://github.com/sdoroff/Avalonia into auto-complete-box-control
9 years ago
sdoroff
e52f966877
Made use of existing CancelEventArgs
Uses System.ComponentModel.CancelEventArgs
instead of custom CancelableEventArgs class
9 years ago
sdoroff
2eafd111ec
Moved CancelableEventArgs to Avalonia.Interactivity
9 years ago
sdoroff
242b9251df
Added async population feature
9 years ago
sdoroff
bac877cd91
Fixed a property name mistake in GradientBrush
9 years ago
sdoroff
cee1a79911
Added Unit Tests
9 years ago
sdoroff
28c78d3fc9
Moved the setting of FocusedElement
This allows the LostFocus event to check the newly focused element
9 years ago
sdoroff
6bc4c1764c
Fixed an off by one bug
9 years ago
sdoroff
3e73046098
Ported the AutoCompleteBox control from Silverlight
9 years ago
Dan Walmsley
9820087db6
add some previously unknown keycodes.
9 years ago
Artyom
8acc7c6f15
Remove dollar!
Close https://github.com/AvaloniaUI/Avalonia/issues/1397
9 years ago
Steven Kirk
9d1a1d84c6
Merge pull request #1453 from AvaloniaUI/fix/set-handled-in-gotfocus
set e.Handled in textbox OnGotFocus.
9 years ago
Dan Walmsley
d1b0a9ef30
handle textinput.
9 years ago
Dan Walmsley
6b8eb17a98
set e.Handled in textbox OnGotFocus.
9 years ago
Steven Kirk
3077d8bf18
Merge pull request #1383 from CommonGuy/closing-event
Closing event #1252
9 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
9 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 .
9 years ago
Steven Kirk
743c6f7a48
Merge branch 'master' into closing-event
9 years ago
Steven Kirk
07fbb43544
Merge pull request #1446 from jmacato/master
SkewTransform Implementation
9 years ago
Steven Kirk
e329140c04
Added failing test for #1447 .
9 years ago
Jumar Macato
fc06fa1e35
Fix skew matrix function's flipped axes + update tests.
9 years ago
Steven Kirk
6727d2f4a9
Merge branch 'master' into closing-event
9 years ago
Jumar Macato
0306d9475d
Added LayoutTransformControl skew tests
9 years ago
Jumar Macato
e9c4c238f1
Added SkewTransform and the corresponding skew function in Matrix class.
9 years ago
sdoroff
7a1305f2d8
Moved CancelableEventArgs to Avalonia.Interactivity
9 years ago
sdoroff
427a634b21
Added async population feature
9 years ago
sdoroff
8361c1fec1
Fixed a property name mistake in GradientBrush
9 years ago
Steven Kirk
4c88879287
Merge pull request #1439 from DmitryZhelnin/RepeatButton-InitialDelay
RepeatButton: start repeating process after delay for better user experience.
9 years ago
dzhelnin
e468760c96
Delay renamed to Interval. InitialDelay renamed to Delay.
9 years ago
dzhelnin
21e627873b
Added InitialDelay property for better user experience.
9 years ago
Nikita Tsukanov
6d77f8453f
Merge pull request #1428 from boombuler/fix-osx-cursor
fixed not updating cursor on osx
9 years ago
Steven Kirk
80a0faf164
Merge pull request #1435 from DmitryZhelnin/ButtonSpinner-Control
ButtonSpinner control is ported from ExtendedWFPToolkit
9 years ago
boombuler
52422afe8b
automatically ensure dragged filenames are uris
9 years ago
boombuler
772ce18ca4
drag file urls to finder.
9 years ago
boombuler
1afb52b27d
OSX drag cleanup
9 years ago
boombuler
c7fd7183bd
basic dragging support for OSX
9 years ago
dzhelnin
93cbec56af
Ability to place spinner buttons on the left side
9 years ago
DmitryZhelnin
daa6f0f7e0
Merge branch 'master' into ButtonSpinner-Control
9 years ago
Steven Kirk
ff281ae340
Merge pull request #1432 from ahopper/WriteableBitmap-rename
rename WritableBitmap
9 years ago
Florian
c43bfc4661
Merge branch 'master' into DragDrop
9 years ago
Florian
673dc566b3
Merge branch 'master' into fix-osx-cursor
9 years ago
dzhelnin
c2cecbb85a
ButtonSpinner control is ported from ExtendedWFPToolkit
9 years ago
boombuler
cfb3924c0f
Prevent setting the cursor to often.
9 years ago