summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-05-23drop compat with ancient xservermasterEnrico Weigelt, metux IT consult
2024-01-17Move X.Org's standard C warning flags to AM_CFLAGSAlan Coopersmith
2023-05-24Use memmove() for copying overlaped areas.Tamura Dai
2022-01-16Fix spelling/wording issuesAlan Coopersmith
2013-01-30Handle DEVICE_ABORT on input ABI 19.1Peter Hutterer
2013-01-17Added axis inversion functionality.Jaska Kivela
2012-08-17Added correct scaling of axes.Søren Holm
2012-08-17Don't force pInfo->flags to 0 (#40870)Peter Hutterer
2012-07-30Constify a few stringsPeter Hutterer
2012-07-30Swap calls to Error() to ErrorFPeter Hutterer
2011-07-19Test the device in PreInit and fail if it cannot be opened.Peter Hutterer
2011-07-19Don't free on init failure, let UnInit take care of it.Peter Hutterer
2011-07-19Use xf86SetStrOption for Option DevicePeter Hutterer
2011-07-18Return proper default for unknown values in pInfo->device_control.Terry Lambert
2011-07-08Fix name and type_name for elographicsPeter Hutterer
2011-06-27Require server 1.10Peter Hutterer
2010-12-06Support input ABI 12Peter Hutterer
2010-12-03Remove refcount field, dropped from the serverPeter Hutterer
2010-12-03Drop close_proc, conversion_proc, reverse_conversion_procPeter Hutterer
2010-12-03Drop driver-specific motion history size handling.Peter Hutterer
2010-12-03Require server 1.9, drop earlier ABI supportPeter Hutterer
2010-12-03Replace LocalDevicePtr with InputInfoPtrPeter Hutterer
2010-12-03unifdef XFree86LOADERPeter Hutterer
2010-06-09Remove libcwrappers for malloc and free.Peter Hutterer
2009-12-18Added support for GeneralTouch serial touchscreens.Peter Hutterer
2009-12-16xf86EloReadInput(): fix xserver unresponsiveness during touchMichael Smith
2009-08-24Reset local->private to NULL to avoid double-frees. (#23239)Peter Hutterer
2009-07-17Cope with XINPUT ABI 7.Peter Hutterer
2009-02-02Janitor: make distcheck, .gitignore.Paulo Cesar Pereira de Andrade
2009-01-29Fix InputDriverRec allocation and freeing.Matthieu Herrb
2008-10-14Add special handling for Sunit dSeries. RH #445193Peter Hutterer
2008-10-14Add Option "Model" to supported list of options.Peter Hutterer
2008-08-14Fix build, xf86Version.h -> xorgVersion.hPeter Hutterer
2008-06-18Don't convert coordinates for servers 1.4 and above.William Brack
2008-06-17Remove RCS tags.Peter Hutterer
2008-06-17Remove XFREE_V4 define and all code that expects it to be unset.Peter Hutterer
2008-06-17Remove trailing whitespaces.Peter Hutterer
2008-06-17WaitForInput before trying to xf86EloGetPacket. #14109William M. Brack
2008-05-27Check for XINPUT ABI 3.Peter Hutterer
2008-05-01Don't divide by zero. #14902Peter Hutterer
2008-02-28Wrap the content of ReadInput into a loop. Bug #14109Peter Hutterer
2008-01-09Remove reliance on xf86_ansic.hBenjamin Close
2007-12-28Bug #13248: use -1, -1 as min/max value for valuators.Jaroslaw Siebert
2007-12-28Bug #13248: pass the correct coordinates to the DDX.Jaroslaw Siebert
2007-12-28Bug #9803: Don't allow zero-sized width/height.Daniel Drake
2007-08-23Rename .cvsignore to .gitignoreJames Cloos
2007-08-06Use PACKAGE_VERSION_MAJOR/MINOR/PATCHLEVEL in version_recBrice Goglin
2005-11-21Add .cvsignores for drivers.Eric Anholt
2005-07-13Update all input drivers to pass distcheckKevin E Martin
2005-07-12Build skeletons for input drivers. Should basically work.Adam Jackson