summaryrefslogtreecommitdiff
path: root/x11/xf86-input-mouse
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Remove @dirrm entries from PLISTsjoerg1-4/+1
2009-06-07Bump PKGREVISION for modular-xorg-server update.wiz1-1/+2
2009-05-22Update to xf86-input-mouse-1.4.0, based on patch from hasso@tnn4-7/+153
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-03-14xf86-input-mouse-1.3.0nb2.apb3-3/+28
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.
2008-09-18PKGREVISION bump due to update of x11/modular-xorg-server.bjs1-1/+2
2008-05-30Update to 1.3.0:wiz2-6/+6
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-24Switch master site to MASTER_SITE_XORG.tnn1-2/+3
2008-01-15Update to 1.2.3:wiz2-6/+6
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.
2007-08-15Disable SGML check for cross-compilation.joerg2-1/+23
2007-08-05Update to xf86-input-mouse-1.2.2:joerg3-24/+6
- add option to control mouse sensitivity
2007-03-20Update to xf86-input-mouse-1.2.1, featuring minor bugfixes.joerg3-7/+25
Remove gmake dependency.
2006-11-16Correct reference to "../../wip" to "../../x11".taca1-2/+2
2006-11-14Import xf86-input-mouse-1.1.2:joerg4-0/+35
This is the mouse driver for the modular Xorg server.