summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 that...Weseung Hwang3-5/+11
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
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. Als...Weseung Hwang1-6/+17
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 h...Weseung Hwang2-228/+269
2011-01-17Merge branch 'master' of github.com:colinhect/xf86-video-nestedTuan0-0/+0
2011-01-17add hide cursorTuan2-139/+159
2011-01-16Tim updated window name with a 1Tim1-1/+1
2011-01-14TTCCWN#24Tuan1-1/+1
2011-01-11Added pointer motion event checking and prints strings based on location of c...Weseung Hwang2-2/+9
2011-01-11Broke opening comments in excitement of making first ever git commit. Fixed t...Weseung Hwang2-3/+3