summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
5 daysuse XNFcallocarray() instead of xnfcalloc macroHEADmasterEnrico Weigelt, metux IT consult1-2/+2
2024-01-08Quiet 3 -Wdeclaration-after-statement warningsAlan Coopersmith2-5/+4
2024-01-08Add X.Org's standard C warning flags to AM_CFLAGSAlan Coopersmith1-1/+2
2018-12-14Update for removal of virtualFrom from ScrnInfoRecJon Turney1-2/+1
2016-07-19Handle ABI version 23Keith Packard1-5/+12
2016-07-19Fix const and deprecated func warningsKeith Packard3-9/+11
2013-12-17xlibclient.c: Fix build failure due to including server headers without first...Jeremy Huddleston Sequoia1-0/+1
2013-10-19Replace sprintf call with snprintfAlan Coopersmith1-1/+1
2012-12-21Remove miInitializeBackingStore()Jon TURNEY1-1/+0
2012-06-15Fix return check of XShmQueryExtensionDaniel Martin1-1/+1
2012-06-05nested: port to new compat API.Dave Airlie3-43/+150
2012-04-05Add XORG_LIBS to LIBADDYaakov Selkowitz1-1/+2
2012-03-08Fix make distcheckJeremy Huddleston5-4/+4
2012-03-08Silence a -Wincompatible-pointer-types because we know better.Jeremy Huddleston1-1/+1
2011-11-20Update for input API change: InputOption is an opaque type now.Jamey Sharp1-11/+39
2011-10-16Set the keyboard mapping based on the remote server's mapJeremy Huddleston3-8/+125
2011-10-16Properly include config.h in each of our source filesJeremy Huddleston3-0/+8
2011-09-19Fix copy/paste error in log messages emitted during early (racey) input.Jamey Sharp1-3/+3
2011-09-19Drop input events until our device is initializedJeremy Huddleston1-0/+15
2011-09-19Cleanup NestedClientCheckEvents to use switch rather than if-else-fooJeremy Huddleston1-26/+16
2011-09-19If we fail to NewInputDeviceRequest, FatalError rather than crash later.Jeremy Huddleston1-1/+1
2011-09-19Don't ignore errors in NestedInputControlJeremy Huddleston1-3/+13
2011-09-19Finish stubbing out various functions that need a returned valueJeremy Huddleston1-0/+3
2011-09-19Dead code removal: NestedShadowWindowJeremy Huddleston1-9/+0
2011-09-19NestedCreateScreenResources needs to return a valueJeremy Huddleston1-2/+7
2011-09-15Avoid an erroneous free on shutdownJeremy Huddleston1-2/+0
2011-09-15Improve support for servers that do not support MIT-SHMJeremy Huddleston1-48/+62
2011-09-15Quit waking up every 20ms to get events from the backend server.Jamey Sharp4-41/+56
2011-09-14Dead code removalJeremy Huddleston1-57/+0
2011-09-14Remove some unused variablesJeremy Huddleston3-6/+0
2011-09-14Change the window title to be the Screen indexJeremy Huddleston1-2/+1
2011-09-14Nested X screens don't have a RAMDAC.Jamey Sharp1-2/+0
2011-09-14Don't scale the absolute axis valuators.Jamey Sharp1-1/+1
2011-09-14Fix #includes when xserver is in a non-standard prefix.Jamey Sharp5-21/+21
2011-09-14Update for input ABI 12.2.Jamey Sharp2-32/+10
2011-09-12Remove and ignore build products.Jamey Sharp20-2856/+0
2011-04-30initial upload of xorg/driver/xf86-video-nestedTim20-0/+2856
2011-02-27Updated authors.Colin Hill6-18/+54
2011-02-23Got rid of unsightly void pointers.Colin Hill6-47/+108
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