Commit graph

8 commits

Author SHA1 Message Date
tnn
b8ee7a5d5e Update to xf86-input-mouse-1.4.0, based on patch from hasso@
From xorg-announce@ mail:

The big change in 1.4.0 is the move of the OS-specific mouse handling code
from the Xorg server to the mouse driver.   This code was removed from the
Xorg server in the Xorg 1.6 development cycle, so users of non-evdev systems
(i.e. non-Linux or pre-evdev Linux) will need this version of the mouse driver
to run with Xorg 1.6.

Remove useless call to xf86AddModuleInfo
Merge some hardware support information from README.mouse into man page
Fix sun_mouse.c build on Solaris
Rename OS_SOURCES to stop automake complaints about not building program "OS"
Remove checks for Solaris x86 versions older than Solaris 8
sun_mouse.c: remove unused variables
sun_mouse.c: Use miPointerGetScreen instead of miPointerCurrentScreen
Fix solarisMouseAutoProbe to use device name & protocol specified by HAL
sun_mouse: check for Device in commonOptions if pInfo->options isn't set yet
Replace static changelog with one generated via XORG_CHANGELOG
Add XORG_CWARNFLAGS & XORG_WITH_LINT for more compiler checking
Clear assorted compiler, sparse & lint warnings
sun_mouse: fallback to commonOptions for StreamsModule too
Comment typo fixes
Remove some #if 1 statements
Unifdef XFree86LOADER
Add copyright notices for OS mouse code to COPYING file
Add note on hal-based configuration to man page
Version 1.4.0
Add OS mouse sources to the driver build
Change screen private key to an integer variable.
Build fix: Add a prototype for FindDevice function.
Include xorg-server.h to get the WSCONS_SUPPORT define from
prevent a double free of mouse private structure.
W axis support for bsd_mouse.
Make sure xf86MouseProtocolIDToName is of public visibility.
Compile warning fixes.
Fix linux build
man: Note that the server may probe default "Device" options.
Nuke RCS tags.
Check for XINPUT ABI 3.
fix compilation (upper/lower case typo)
2009-05-22 19:05:57 +00:00
apb
796261e5c6 xf86-input-mouse-1.3.0nb2.
Apply the following patch from NetBSD xsrc/external/mit/xf86-input-mouse;
thanks to joerg for providing a list of changes to apply.

2009-02-02 03:05  christos

        * src/mouse.c (1.2):

        Call a SetupMouse function to condition the fd.
2009-03-14 11:09:37 +00:00
wiz
53f9717153 Update to 1.3.0:
Adam Jackson (2):
      Don't sleep(0.3) on shutdown.
      mouse 1.3.0

Alan Coopersmith (1):
      Update Emulate3Button default in mouse man page to cover
      Emulate3ButtonsSoft

Matthieu Herrb (1):
      Makefile.am: nuke RCS Id

Peter Hutterer (1):
      Bug #13144: Don't flush buttons, release events can cause
      paste events.
2008-05-30 10:54:57 +00:00
wiz
3ef0fec0d4 Update to 1.2.3:
This release fixes a bug where the mouse pointer was confined to one
screen in non-RandR dual head mode (aka "zaphod mode").

Daniel Drake (1):
      Bug #11089: xf86-input-mouse COPYING file

Fredrik Rinnestam (1):
      Bug #12145: Don't confine the pointer to one screen in zaphod mode.

Tilman Sauerbeck (1):
      Bumped version to 1.2.3.
2008-01-15 23:49:48 +00:00
joerg
321d4c2c3b Disable SGML check for cross-compilation. 2007-08-15 14:56:23 +00:00
joerg
ac651283fc Update to xf86-input-mouse-1.2.2:
- add option to control mouse sensitivity
2007-08-05 23:39:02 +00:00
joerg
5280149be7 Update to xf86-input-mouse-1.2.1, featuring minor bugfixes.
Remove gmake dependency.
2007-03-20 14:48:04 +00:00
joerg
e4ec9097e4 Import xf86-input-mouse-1.1.2:
This is the mouse driver for the modular Xorg server.
2006-11-14 17:15:46 +00:00