leezer3
|
df690c6f7b
|
Fix: Insert key not working on Linux, due to typo in X11KeyMap.cs
|
2015-11-14 22:23:40 +00:00 |
|
thefiddler
|
692c4c64ff
|
[X11] Rebased on develop branch
|
2014-05-15 01:16:28 +02:00 |
|
thefiddler
|
7cce215a4b
|
[X11] Use XKB for layout-independent input
The code will fall back to core X11 if XKB is not available.
|
2014-05-15 01:13:12 +02:00 |
|
thefiddler
|
c6dafbccba
|
[X11] Implemented high-resolution scroll events
|
2014-05-13 23:23:51 +02:00 |
|
thefiddler
|
e155d647de
|
[X11] Added X11KeyMap.TranslateButton()
This code was duplicated on four different places before.
|
2014-05-04 17:04:03 +02:00 |
|
thefiddler
|
ff46455e56
|
[X11] Removed legacy X11Input driver
Its functionality has been moved directly into X11GLNative and
X11KeyMap.
|
2014-05-04 08:32:08 +02:00 |
|
thefiddler
|
9605940661
|
[X11] Optimized XKey translation
|
2014-04-25 21:55:00 +02:00 |
|
the_fiddler
|
574909c426
|
* X11KeyMap.cs: Added AltGr keycode.
* X11Mouse.cs: Use XQueryPointer instead of trying to hook events.
* X11Keyboard.cs: Improved handling of key modifiers.
* X11Factory.cs: Use new X11Mouse API.
* Functions.cs: Added XButtonGrab/XButtonUngrab.
* API.cs: Added missing XF86 keysyms.
|
2010-11-04 17:57:09 +00:00 |
|
the_fiddler
|
23dce5479d
|
* X11KeyMap.cs: Removed dependency on System.Windows.Forms.
|
2009-09-13 16:34:03 +00:00 |
|
the_fiddler
|
a22019d890
|
Normalize line endings and set the mime-type=text/plain and eol-style=native properties on all files.
|
2009-02-22 10:43:35 +00:00 |
|
the_fiddler
|
3059d09795
|
Time should be IntPtr, not uint.
Fixed KeypadEnter detection (was mistakenly mapped to vanilla Enter key).
|
2009-02-09 15:33:32 +00:00 |
|
the_fiddler
|
3718b6625d
|
Moved keyboard and mouse code inside X11Input.cs
|
2008-02-01 23:28:23 +00:00 |
|