index
:
xorg/driver/xf86-input-acecad
CYGWIN
DAMAGE-XFIXES
IPv6-REVIEW
XACE-SELINUX
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
autodev
master
X.org xf86-input-acecad driver. (mirrored from https://gitlab.freedesktop.org/xorg/driver/xf86-input-acecad)
bilog
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-19
Don't free anything in PreInit, provide an UnInit instead.
Peter Hutterer
2
-7
/
+18
2011-07-19
Dont call xf86DeleteInput on PreInit failure.
Peter Hutterer
1
-1
/
+0
2011-07-08
Always set the type name.
Peter Hutterer
1
-0
/
+1
2011-06-27
Assign local->private after allocating.
Peter Hutterer
1
-0
/
+1
2011-06-03
Remove pointless checks on is_core_pointer.
Cyril Brulebois
1
-22
/
+17
2011-06-03
Remove checks on the ABI now that 12 or higher is required.
Cyril Brulebois
1
-22
/
+0
2011-06-03
Drop support for pre-input ABI 12 servers.
Cyril Brulebois
2
-76
/
+4
2011-06-03
Fix “initialization from incompatible pointer type” for default_options.
Cyril Brulebois
1
-1
/
+1
2011-06-03
Silence gcc: report_{x, y} are getting initialized.
Cyril Brulebois
1
-1
/
+1
2011-06-03
Avoid “'ReverseConvertProc' defined but not used” warning.
Cyril Brulebois
2
-17
/
+16
2010-11-25
Add mode field to InitValuatorAxisStruct
Peter Hutterer
1
-3
/
+15
2010-11-25
Adjust to new PreInit for ABI 12.
Peter Hutterer
2
-12
/
+42
2010-11-25
Use a local variable for history_size.
Peter Hutterer
1
-1
/
+3
2010-11-25
Purge close_proc, hasn't been called by the server for ages.
Peter Hutterer
2
-7
/
+0
2010-11-25
Move default_options up, preparation work for ABI 12.
Peter Hutterer
1
-12
/
+12
2010-11-25
Remove libc wrapper usage for xcalloc, xfree, etc.
Peter Hutterer
1
-2
/
+2
2010-11-25
Replace LocalDevicePtr with InputInfoPtr.
Peter Hutterer
2
-21
/
+20
2010-11-25
Remove usage of XI86_POINTER_CAPABLE.
Peter Hutterer
1
-1
/
+1
2010-10-27
Remove refcnt field from InputDriverRec.
Alan Coopersmith
1
-2
/
+1
2010-04-15
config: simplify configuration regarding sysfs headers and library.
Gaetan Nadon
3
-17
/
+12
2010-04-15
config: add conditional inclusion of config.h
Gaetan Nadon
1
-0
/
+2
2010-04-15
config: remove AH_TOP autoheader statement
Gaetan Nadon
1
-0
/
+1
2010-02-11
config: move CWARNFLAGS from configure.ac to Makefile.am
Gaetan Nadon
1
-1
/
+2
2009-09-09
Remove redefinition of read()
Peter Hutterer
1
-4
/
+1
2009-09-09
Remove unused code from TearDownProc
Peter Hutterer
1
-12
/
+0
2009-09-09
unifdef XFree86LOADER, this isn't optional anymore anyway.
Peter Hutterer
1
-2
/
+0
2009-09-09
Remove RCS tags
Peter Hutterer
2
-2
/
+0
2009-09-09
remove un-used _ACECAD_C_ define
Peter Hutterer
1
-1
/
+0
2009-09-08
xf86-input-acecad: Remove unused .cvsignore file #23776
Gaetan Nadon
1
-6
/
+0
2009-06-22
Cope with ABI_XINPUT_VERSION 7 - requires button/axes labels.
Peter Hutterer
1
-3
/
+43
2009-02-02
Janitor: Correct make distcheck and minor configure.ac cleanup.
Paulo Cesar Pereira de Andrade
1
-0
/
+2
2008-11-28
Dont dlopen libsysfs.so, instead, link with it when available.
Paulo Cesar Pereira de Andrade
2
-46
/
+46
2008-05-27
Check for XINPUT ABI 3.
Peter Hutterer
1
-1
/
+4
2008-05-01
Compile warning fixes.
Paulo Cesar Pereira de Andrade
2
-3
/
+2
2008-02-09
acecad: fix blotchy input in Inkscape and the Gimp by not pretending to be th...
Giuseppe Bilotta
1
-2
/
+2
2008-02-09
acecad: improve handling of botched input versions
Giuseppe Bilotta
1
-3
/
+8
2007-10-28
acecad: fake device limits == screen limits in xserver 1.4 for xinput
Giuseppe Bilotta
1
-1
/
+19
2007-10-27
acecad: set type_name to XI_TABLET
Giuseppe Bilotta
1
-1
/
+1
2007-10-26
acecad: do our own scaling with USB device since it's not done in the kernel ...
Giuseppe Bilotta
1
-3
/
+9
2007-10-26
acecad: don't crash when xf86IsCorePointer is not defined
Giuseppe Bilotta
1
-2
/
+7
2007-08-28
Make compatible with new input ABI
Alan Coopersmith
1
-0
/
+8
2007-07-09
Don't crash X when the tablet wasn't found.
Giuseppe Bilotta
1
-1
/
+5
2007-05-30
fix build on BSD systems.
Matthieu Herrb
1
-1
/
+1
2007-05-01
Off-by-one (and comment) fix.
Paul Vojta
1
-3
/
+3
2007-04-29
Simplify flag setup.
autodev
Giuseppe Bilotta
1
-9
/
+2
2007-04-29
More whitespace/coding style cleanups.
Giuseppe Bilotta
1
-19
/
+19
2007-04-29
Centralize the success code for the probe routine.
Giuseppe Bilotta
1
-8
/
+8
2007-04-28
Keep track of device availability.
Giuseppe Bilotta
2
-16
/
+34
2007-04-28
NOTAVAIL macro to check if errno means device not available.
Giuseppe Bilotta
2
-1
/
+3
2007-04-28
Make acecadAutoDev into a flag.
Giuseppe Bilotta
2
-5
/
+5
[next]