Nikita Tsukanov
|
91691c30a7
|
PR notes
|
9 years ago |
Nikita Tsukanov
|
21da2df1ec
|
Call ProcessRawEvent directly from the input manager
|
9 years ago |
Nikita Tsukanov
|
77b7026ac9
|
Removed IMouseDevice from service locator
|
9 years ago |
Steven Kirk
|
d61d95af19
|
Ported changes to Avalonia.Input from scenegraph.
Fixed some doc comments, and updated the mouse-over algorithm.
|
9 years ago |
Steven Kirk
|
5be41985c3
|
Renamed Perspex -> Avalonia
|
10 years ago |
Steven Kirk
|
015054a8fd
|
Added a pre-process hook to InputManager,
And some documentation.
|
10 years ago |
Steven Kirk
|
e8a8c12f87
|
Fix MouseDevice.GetPosition.
Algorithm was incorrect when in a window with DPI scaling.
|
10 years ago |
Steven Kirk
|
3e3134217c
|
Fixed name of PointerPressedEventArgs.
|
10 years ago |
Steven Kirk
|
9191234f54
|
Fix keyboard handling.
Allows Alt+F4 to work.
|
10 years ago |
Steven Kirk
|
d1918c7a77
|
MouseDevice,Position should be in screen coords.
|
10 years ago |
Steven Kirk
|
67835cc09b
|
Applied a bunch of resharper suggestions.
|
11 years ago |
Nikita Tsukanov
|
85b530e363
|
New ios backend
|
11 years ago |
Nikita Tsukanov
|
45e5588a0a
|
Implemented middle mouse button
closes #198
|
11 years ago |
Nikita Tsukanov
|
79f8f76351
|
ref #198
|
11 years ago |
Nikita Tsukanov
|
323c1a49c1
|
Removed core dependency on Splat
|
11 years ago |
Nikita Tsukanov
|
b4db6600b3
|
SetPoinerOver should fallback to the root element
|
11 years ago |
Steven Kirk
|
406f476a7c
|
Simplify MouseMove logic.
|
11 years ago |
Steven Kirk
|
90d7d81889
|
Correctly dispatch PointerMoved events.
Fixes #130.
|
11 years ago |
Nikita Tsukanov
|
3cd3579475
|
"field can be readonly"
|
11 years ago |
Nikita Tsukanov
|
21a3554260
|
Change property getter to expression properties
|
11 years ago |
Nikita Tsukanov
|
01e2c90bc5
|
Removed this.
|
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
|
42a280fb08
|
Removed debug code.
|
11 years ago |
Steven Kirk
|
f455d51520
|
Added IInputRoot.PointerOverElement.
To track element currently under pointer on a window.
|
11 years ago |
Steven Kirk
|
c5020d38ee
|
Remove RoutedEventArgs.OriginalSource.
Still not entirely sure what it's purpose is in WPF.
|
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
|
aa147f0423
|
More stylecoping.
|
11 years ago |
Steven Kirk
|
0959817b35
|
Move click focus handling to FocusManager.
|
11 years ago |
Steven Kirk
|
9ae44342e5
|
Restore focus when menu item clicked.
|
11 years ago |
Steven Kirk
|
1d8f4714ff
|
Added basic tooltip control.
Can be attached to any control using an attached property.
|
11 years ago |
Steven Kirk
|
535f8c38f1
|
Moved pointer over state to MouseDevice.
|
11 years ago |
Steven Kirk
|
4299e7e046
|
Make TextBox handle text input.
Instead of TextPresenter - this fixes the problem of focus that we were
working around in TextBox.OnGotFocus before.
|
11 years ago |
Steven Kirk
|
01e97aec7e
|
Removed Preview* tunneling events.
You need to call AddHandler to get to them now.
|
11 years ago |
Steven Kirk
|
8d2006c968
|
Make dropdown close on click.
|
11 years ago |
Steven Kirk
|
374d1723a2
|
Handle dropdown selection.
|
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
|
3a09abe30b
|
Fix mouse capture.
Fixes #15.
|
12 years ago |
Steven Kirk
|
00aa02964f
|
Inplemented double and triple click in TextBox.
Copied a load of stuff from Moonlight regarding finding next/prev word
that I've put in StringUtils.
|
12 years ago |
Steven Kirk
|
42f7254393
|
Added IsEnabled.
|
12 years ago |
Steven Kirk
|
7f90f5c8e6
|
Added mousewheel support to ScrollViewer.
|
12 years ago |
Steven Kirk
|
f361fe23ce
|
Implemented basic GridSplitter for DevTools.
|
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
|
cfbc5d19f6
|
Display (not-yet-blinking) caret in TextBox.
|
12 years ago |
Steven Kirk
|
6d31e7d865
|
Started on TextBox.
Can type but not much else.
|
12 years ago |
Steven Kirk
|
e50a5d197e
|
Fixed header.
|
12 years ago |
Steven Kirk
|
96401affdd
|
Refactored input a bit.
|
12 years ago |
Steven Kirk
|
406ad96736
|
Added FocusManager.
|
12 years ago |