summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-09-14Update for input ABI 12.2.Jamey Sharp2-32/+10
Signed-off-by: Jamey Sharp <jamey@minilop.net>
2011-09-12Remove and ignore build products.Jamey Sharp42-84982/+78
Signed-off-by: Jamey Sharp <jamey@minilop.net>
2011-04-30initial upload of xorg/driver/xf86-video-nestedTim41-0/+84982
2011-02-27Updated authors.Colin Hill7-23/+59
2011-02-23Got rid of unsightly void pointers.Colin Hill7-47/+114
2011-02-23Fixed wording in README.Colin Hill1-2/+2
2011-02-23Updated README to reflect changes.Colin Hill1-17/+10
2011-02-22Fixed compiler warnings.Colin Hill1-10/+12
2011-02-22Fixed a warning; added window title display of the DISPLAY env. variable ↵Weseung Hwang3-5/+11
that the nested server is running on (and the screen number). Unfortunately, at this point the behavior is incorrect, returning the DISPLAY of the host that invoked the nested instance. Not sure how to pass the info from within the nested server back out to the host client to get the correct information...
2011-02-16Added input.cColin Hill2-0/+302
2011-02-16Massive code clean up. Mouse motion/buttons and keyboard works.Colin Hill5-341/+20
2011-02-16Keyboard works.Colin Hill3-0/+13
2011-02-16Mouse button 1.Colin Hill3-1/+32
2011-02-16Clean up.Colin Hill2-9/+1
2011-02-16Mouse movement works.Colin Hill2-2/+28
2011-02-16Made device pointer shared between input and xlibclient.cColin Hill5-27/+62
2011-02-16Changed input file descriptor to /dev/nullColin Hill1-9/+6
2011-02-15Misc.Colin Hill2-20/+13
2011-02-15Got NestedMousePreInit to invoke.Colin Hill4-73/+65
2011-02-08added button and key press and release loggingtim1-3/+1
2011-02-08Merge branch 'master' of github.com:colinhect/xf86-video-nestedtim3-0/+48
2011-02-08added button and key press and release loggingtim1-2/+34
2011-02-08Input event structures.Colin Hill2-2/+5
2011-02-08Mouse event passing...Colin Hill2-6/+5
2011-02-08Nested input structs.Colin Hill1-0/+14
2011-02-08Worked on input event structs.Colin Hill2-0/+11
2011-02-08Merge branch 'master' of github.com:colinhect/xf86-video-nestedColin Hill1-1/+10
2011-02-08Added structures for passing input data to input driver.Colin Hill2-0/+21
2011-02-08added keypress loggingtim1-1/+10
2011-02-08Moved some delcarations from xNestedMouse.h to xNestedMouse.cColin Hill2-12/+11
2011-02-01Added a new function in xNestedMouse to allow the main nested driver to load ↵Weseung Hwang3-0/+11
the nested mouse driver during its startup sequence. With Josh's help made it not segfault, and made it runnable by non-root (that part might not be code-side). TODO: get rid of the compiler warnings that don't have to do with deprecated functions.
2011-02-01Fixed various compile warnings in xNestedMouse.cColin Hill1-6/+7
2011-02-01Worked on xNestedMouse.c to get it compiling.Colin Hill4-88/+27
2011-01-30continuing mouse skeletonTuan1-2/+31
2011-01-30continuing mouse skeletonTuan2-8/+130
2011-01-29Remove mouse skeleton from driver.c and place in xNestedMouse.cTuan2-28/+45
2011-01-29Begin working on mouse skeletonTuan1-0/+30
2011-01-25Added tests for detecting cursor enter/leave events of the nested window. ↵Weseung Hwang1-6/+17
Also added a new logging functionality by using xf86DrvMsg(): to view this updating in real-time, execute: tail -F $PREFIX/var/log/Xorg.1.log
2011-01-24Fixed build files to reflect new name.Colin Hill2-7/+6
2011-01-24Made code consistent with name 'nested' rather than 'nestedvColin Hill3-275/+284
'
2011-01-23Made code style more consistent.Colin Hill3-274/+248
2011-01-23Began implementation of mouse driver.Colin Hill1-0/+52
2011-01-23Removed unneeded vim buffer file.Colin Hill1-293/+0
2011-01-23Test git commitColin Cornaby1-1/+1
2011-01-18Nathaniel's first git commitnate1-1/+1
2011-01-18TTCWN Member #3Colin Hill1-1/+1
2011-01-18did a retab in vim to catch any remaining tabsWeseung Hwang2-34/+44
2011-01-18No changes to code - just redid formatting to match coding style located at ↵Weseung Hwang2-228/+269
http://www.x.org/wiki/CodingStyle
2011-01-17Merge branch 'master' of github.com:colinhect/xf86-video-nestedTuan0-0/+0
2011-01-17add hide cursorTuan2-139/+159