index
:
xorg/driver/xf86-video-nested
master
driver to run Xorg on top of Xorg or something else
anholt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-06
Add XORG_LIBS to LIBADD
HEAD
master
Yaakov Selkowitz
1
-1/+2
2012-03-08
Fix make distcheck
Jeremy Huddleston
5
-4/+4
2012-03-08
Silence a -Wincompatible-pointer-types because we know better.
Jeremy Huddleston
1
-1/+1
2012-03-08
configure.ac: Replace with one based on the dummy driver for more consistency
Jeremy Huddleston
1
-34/+49
2011-11-20
Update for input API change: InputOption is an opaque type now.
Jamey Sharp
1
-11/+39
2011-10-16
Set the keyboard mapping based on the remote server's map
Jeremy Huddleston
3
-8/+125
2011-10-16
Properly include config.h in each of our source files
Jeremy Huddleston
3
-0/+8
2011-09-20
Fix copy/paste error in log messages emitted during early (racey) input.
Jamey Sharp
1
-3/+3
2011-09-20
Drop input events until our device is initialized
Jeremy Huddleston
1
-0/+15
2011-09-20
Cleanup NestedClientCheckEvents to use switch rather than if-else-foo
Jeremy Huddleston
1
-26/+16
2011-09-20
If we fail to NewInputDeviceRequest, FatalError rather than crash later.
Jeremy Huddleston
1
-1/+1
2011-09-20
Don't ignore errors in NestedInputControl
Jeremy Huddleston
1
-3/+13
2011-09-20
Finish stubbing out various functions that need a returned value
Jeremy Huddleston
1
-0/+3
2011-09-20
Dead code removal: NestedShadowWindow
Jeremy Huddleston
1
-9/+0
2011-09-20
NestedCreateScreenResources needs to return a value
Jeremy Huddleston
1
-2/+7
2011-09-15
Avoid an erroneous free on shutdown
Jeremy Huddleston
1
-2/+0
2011-09-15
Improve support for servers that do not support MIT-SHM
Jeremy Huddleston
1
-48/+62
2011-09-15
Quit waking up every 20ms to get events from the backend server.
Jamey Sharp
4
-41/+56
2011-09-14
Dead code removal
Jeremy Huddleston
1
-57/+0
2011-09-14
Remove some unused variables
Jeremy Huddleston
3
-6/+0
2011-09-14
Change the window title to be the Screen index
Jeremy Huddleston
1
-2/+1
2011-09-14
Nested X screens don't have a RAMDAC.
Jamey Sharp
1
-2/+0
2011-09-14
Don't scale the absolute axis valuators.
Jamey Sharp
1
-1/+1
2011-09-14
Fix #includes when xserver is in a non-standard prefix.
Jamey Sharp
5
-21/+21
2011-09-14
Update for input ABI 12.2.
Jamey Sharp
2
-32/+10
2011-09-12
Remove and ignore build products.
Jamey Sharp
42
-84982/+78
2011-04-30
initial upload of xorg/driver/xf86-video-nested
Tim
41
-0/+84982
2011-02-28
Updated authors.
Colin Hill
7
-23/+59
2011-02-23
Got rid of unsightly void pointers.
Colin Hill
7
-47/+114
2011-02-23
Fixed wording in README.
Colin Hill
1
-2/+2
2011-02-23
Updated README to reflect changes.
Colin Hill
1
-17/+10
2011-02-23
Fixed compiler warnings.
Colin Hill
1
-10/+12
2011-02-22
Fixed a warning; added window title display of the DISPLAY env. variable that...
Weseung Hwang
3
-5/+11
2011-02-17
Added input.c
Colin Hill
2
-0/+302
2011-02-17
Massive code clean up. Mouse motion/buttons and keyboard works.
Colin Hill
5
-341/+20
2011-02-17
Keyboard works.
Colin Hill
3
-0/+13
2011-02-17
Mouse button 1.
Colin Hill
3
-1/+32
2011-02-17
Clean up.
Colin Hill
2
-9/+1
2011-02-17
Mouse movement works.
Colin Hill
2
-2/+28
2011-02-16
Made device pointer shared between input and xlibclient.c
Colin Hill
5
-27/+62
2011-02-16
Changed input file descriptor to /dev/null
Colin Hill
1
-9/+6
2011-02-16
Misc.
Colin Hill
2
-20/+13
2011-02-16
Got NestedMousePreInit to invoke.
Colin Hill
4
-73/+65
2011-02-09
added button and key press and release logging
tim
1
-3/+1
2011-02-09
Merge branch 'master' of github.com:colinhect/xf86-video-nested
tim
3
-0/+48
2011-02-09
added button and key press and release logging
tim
1
-2/+34
2011-02-09
Input event structures.
Colin Hill
2
-2/+5
2011-02-09
Mouse event passing...
Colin Hill
2
-6/+5
2011-02-09
Nested input structs.
Colin Hill
1
-0/+14
2011-02-09
Worked on input event structs.
Colin Hill
2
-0/+11
[next]