Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-14 | Update for input ABI 12.2. | Jamey Sharp | 2 | -32/+10 | |
Signed-off-by: Jamey Sharp <jamey@minilop.net> | |||||
2011-09-12 | Remove and ignore build products. | Jamey Sharp | 42 | -84982/+78 | |
Signed-off-by: Jamey Sharp <jamey@minilop.net> | |||||
2011-04-30 | initial upload of xorg/driver/xf86-video-nested | Tim | 41 | -0/+84982 | |
2011-02-27 | 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-22 | Fixed compiler warnings. | Colin Hill | 1 | -10/+12 | |
2011-02-22 | Fixed a warning; added window title display of the DISPLAY env. variable ↵ | Weseung Hwang | 3 | -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-16 | Added input.c | Colin Hill | 2 | -0/+302 | |
2011-02-16 | Massive code clean up. Mouse motion/buttons and keyboard works. | Colin Hill | 5 | -341/+20 | |
2011-02-16 | Keyboard works. | Colin Hill | 3 | -0/+13 | |
2011-02-16 | Mouse button 1. | Colin Hill | 3 | -1/+32 | |
2011-02-16 | Clean up. | Colin Hill | 2 | -9/+1 | |
2011-02-16 | 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-15 | Misc. | Colin Hill | 2 | -20/+13 | |
2011-02-15 | Got NestedMousePreInit to invoke. | Colin Hill | 4 | -73/+65 | |
2011-02-08 | added button and key press and release logging | tim | 1 | -3/+1 | |
2011-02-08 | Merge branch 'master' of github.com:colinhect/xf86-video-nested | tim | 3 | -0/+48 | |
2011-02-08 | added button and key press and release logging | tim | 1 | -2/+34 | |
2011-02-08 | Input event structures. | Colin Hill | 2 | -2/+5 | |
2011-02-08 | Mouse event passing... | Colin Hill | 2 | -6/+5 | |
2011-02-08 | Nested input structs. | Colin Hill | 1 | -0/+14 | |
2011-02-08 | Worked on input event structs. | Colin Hill | 2 | -0/+11 | |
2011-02-08 | Merge branch 'master' of github.com:colinhect/xf86-video-nested | Colin Hill | 1 | -1/+10 | |
2011-02-08 | Added structures for passing input data to input driver. | Colin Hill | 2 | -0/+21 | |
2011-02-08 | added keypress logging | tim | 1 | -1/+10 | |
2011-02-08 | Moved some delcarations from xNestedMouse.h to xNestedMouse.c | Colin Hill | 2 | -12/+11 | |
2011-02-01 | Added a new function in xNestedMouse to allow the main nested driver to load ↵ | Weseung Hwang | 3 | -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-01 | Fixed various compile warnings in xNestedMouse.c | Colin Hill | 1 | -6/+7 | |
2011-02-01 | Worked on xNestedMouse.c to get it compiling. | Colin Hill | 4 | -88/+27 | |
2011-01-30 | continuing mouse skeleton | Tuan | 1 | -2/+31 | |
2011-01-30 | continuing mouse skeleton | Tuan | 2 | -8/+130 | |
2011-01-29 | Remove mouse skeleton from driver.c and place in xNestedMouse.c | Tuan | 2 | -28/+45 | |
2011-01-29 | Begin working on mouse skeleton | Tuan | 1 | -0/+30 | |
2011-01-25 | Added tests for detecting cursor enter/leave events of the nested window. ↵ | Weseung Hwang | 1 | -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-24 | Fixed build files to reflect new name. | Colin Hill | 2 | -7/+6 | |
2011-01-24 | Made code consistent with name 'nested' rather than 'nestedv | Colin Hill | 3 | -275/+284 | |
' | |||||
2011-01-23 | Made code style more consistent. | Colin Hill | 3 | -274/+248 | |
2011-01-23 | Began implementation of mouse driver. | Colin Hill | 1 | -0/+52 | |
2011-01-23 | Removed unneeded vim buffer file. | Colin Hill | 1 | -293/+0 | |
2011-01-23 | Test git commit | Colin Cornaby | 1 | -1/+1 | |
2011-01-18 | Nathaniel's first git commit | nate | 1 | -1/+1 | |
2011-01-18 | TTCWN Member #3 | Colin Hill | 1 | -1/+1 | |
2011-01-18 | did a retab in vim to catch any remaining tabs | Weseung Hwang | 2 | -34/+44 | |
2011-01-18 | No changes to code - just redid formatting to match coding style located at ↵ | Weseung Hwang | 2 | -228/+269 | |
http://www.x.org/wiki/CodingStyle | |||||
2011-01-17 | Merge branch 'master' of github.com:colinhect/xf86-video-nested | Tuan | 0 | -0/+0 | |
2011-01-17 | add hide cursor | Tuan | 2 | -139/+159 | |