summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-12-14Update for removal of virtualFrom from ScrnInfoRecJon Turney
2016-07-19Handle ABI version 23Keith Packard
2016-07-19Fix const and deprecated func warningsKeith Packard
2013-12-17xlibclient.c: Fix build failure due to including server headers without first...Jeremy Huddleston Sequoia
2013-10-19Replace sprintf call with snprintfAlan Coopersmith
2012-12-21Remove miInitializeBackingStore()Jon TURNEY
2012-06-15Fix return check of XShmQueryExtensionDaniel Martin
2012-06-05nested: port to new compat API.Dave Airlie
2012-04-05Add XORG_LIBS to LIBADDYaakov Selkowitz
2012-03-08Fix make distcheckJeremy Huddleston
2012-03-08Silence a -Wincompatible-pointer-types because we know better.Jeremy Huddleston
2011-11-20Update for input API change: InputOption is an opaque type now.Jamey Sharp
2011-10-16Set the keyboard mapping based on the remote server's mapJeremy Huddleston
2011-10-16Properly include config.h in each of our source filesJeremy Huddleston
2011-09-19Fix copy/paste error in log messages emitted during early (racey) input.Jamey Sharp
2011-09-19Drop input events until our device is initializedJeremy Huddleston
2011-09-19Cleanup NestedClientCheckEvents to use switch rather than if-else-fooJeremy Huddleston
2011-09-19If we fail to NewInputDeviceRequest, FatalError rather than crash later.Jeremy Huddleston
2011-09-19Don't ignore errors in NestedInputControlJeremy Huddleston
2011-09-19Finish stubbing out various functions that need a returned valueJeremy Huddleston
2011-09-19Dead code removal: NestedShadowWindowJeremy Huddleston
2011-09-19NestedCreateScreenResources needs to return a valueJeremy Huddleston
2011-09-15Avoid an erroneous free on shutdownJeremy Huddleston
2011-09-15Improve support for servers that do not support MIT-SHMJeremy Huddleston
2011-09-15Quit waking up every 20ms to get events from the backend server.Jamey Sharp
2011-09-14Dead code removalJeremy Huddleston
2011-09-14Remove some unused variablesJeremy Huddleston
2011-09-14Change the window title to be the Screen indexJeremy Huddleston
2011-09-14Nested X screens don't have a RAMDAC.Jamey Sharp
2011-09-14Don't scale the absolute axis valuators.Jamey Sharp
2011-09-14Fix #includes when xserver is in a non-standard prefix.Jamey Sharp
2011-09-14Update for input ABI 12.2.Jamey Sharp
2011-09-12Remove and ignore build products.Jamey Sharp
2011-04-30initial upload of xorg/driver/xf86-video-nestedTim
2011-02-27Updated authors.Colin Hill
2011-02-23Got rid of unsightly void pointers.Colin Hill
2011-02-22Fixed compiler warnings.Colin Hill
2011-02-22Fixed a warning; added window title display of the DISPLAY env. variable that...Weseung Hwang
2011-02-16Added input.cColin Hill
2011-02-16Massive code clean up. Mouse motion/buttons and keyboard works.Colin Hill
2011-02-16Keyboard works.Colin Hill
2011-02-16Mouse button 1.Colin Hill
2011-02-16Clean up.Colin Hill
2011-02-16Mouse movement works.Colin Hill
2011-02-16Made device pointer shared between input and xlibclient.cColin Hill
2011-02-16Changed input file descriptor to /dev/nullColin Hill
2011-02-15Misc.Colin Hill
2011-02-15Got NestedMousePreInit to invoke.Colin Hill
2011-02-08added button and key press and release loggingtim
2011-02-08Merge branch 'master' of github.com:colinhect/xf86-video-nestedtim