Steven Kirk
|
5be41985c3
|
Renamed Perspex -> Avalonia
|
10 years ago |
Steven Kirk
|
b87275e34d
|
Actually call InputManager.PreProcess.
|
10 years ago |
Steven Kirk
|
015054a8fd
|
Added a pre-process hook to InputManager,
And some documentation.
|
10 years ago |
Nikita Tsukanov
|
323c1a49c1
|
Removed core dependency on Splat
|
11 years ago |
Nikita Tsukanov
|
3cd3579475
|
"field can be readonly"
|
11 years ago |
Steven Kirk
|
145411020b
|
Ran .net core code formatter.
|
11 years ago |
Steven Kirk
|
6151aef188
|
Removed file headers.
|
11 years ago |
Steven Kirk
|
6167bacf54
|
Moved to more standard filesystem layout.
Based on https://gist.github.com/davidfowl/ed7564297c61fe9ab814 and https://github.com/fsprojects/ProjectScaffold
|
11 years ago |
Steven Kirk
|
b369c30a2e
|
Implemented Tab focus.
Should hopefully be the start of a non-hacky tab focus solution.
|
11 years ago |
Steven Kirk
|
535f8c38f1
|
Moved pointer over state to MouseDevice.
|
11 years ago |
Steven Kirk
|
557fb4d215
|
Added IsHitTestVisible property.
|
11 years ago |
Steven Kirk
|
9a994e582c
|
Moved VisualTree extensions into own namespace.
So that they don't pollute the whole Perspex namespace - you now need to
"opt-in" to the visual tree.
|
12 years ago |
Steven Kirk
|
686b339e5d
|
Track mouse leave events.
*Actually* fixes #15.
|
12 years ago |
Steven Kirk
|
42f7254393
|
Added IsEnabled.
|
12 years ago |
Steven Kirk
|
bfadaac5d9
|
Non-building checkpoint in MAJOR refactor.
|
12 years ago |
Steven Kirk
|
88287b14ba
|
Moved input stuff into InputElement
Out of CONTROL dude!!!
|
12 years ago |
Steven Kirk
|
96401affdd
|
Refactored input a bit.
|
12 years ago |
Steven Kirk
|
406ad96736
|
Added FocusManager.
|
12 years ago |
Steven Kirk
|
52b7d08541
|
Started on TextBox.
|
12 years ago |
Steven Kirk
|
d680fdb76d
|
Stylecop fixes
|
12 years ago |
Steven Kirk
|
5c1c26be93
|
Add Button over/pressed and pressed states
|
12 years ago |
Steven Kirk
|
162f918059
|
Started adding mouse capture.
Not yet released properly.
|
12 years ago |
Steven Kirk
|
5e1a282886
|
Implement IsPointerOver from enter/leave events.
|
12 years ago |
Steven Kirk
|
4d480e3aa2
|
Improved (?) IsPointerOver calculation.
|
12 years ago |
Steven Kirk
|
8450fe5e8b
|
Pass the device in PointerEventArgs.
|
12 years ago |
Steven Kirk
|
19d6236f46
|
Route input events through InputManager.
|
12 years ago |