summaryrefslogtreecommitdiffstats
path: root/perl-install/mouse.pm
Commit message (Expand)AuthorAgeFilesLines
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-5/+5
* gtk2Guillaume Cottenceau2002-12-031-87/+57
* use output_with_perm()Pascal Rigaux2002-12-021-4/+2
* perl_checker adaptationsPascal Rigaux2002-11-271-7/+9
* incorporate 8.2 HP fixes back in cooker.Francois Pons2002-11-221-1/+7
* perldoc: explain basic usage of mouse.pm, regardingThierry Vignaud2002-11-191-0/+38
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-8/+8
* add or remove spaces where need to please perl_checkerPascal Rigaux2002-11-111-1/+1
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-37/+37
* (xmouse2xId): ensure weird ids are ignoredPascal Rigaux2002-11-051-1/+1
* use find_index instead of map_indexPascal Rigaux2002-11-051-1/+1
* fixed pixel typo (strange, I was sure it was titi but not ?).Francois Pons2002-09-101-1/+1
* have the IMPS/2 warning "MOVE YOUR WHEEL" for ExplorerPS/2 tooPascal Rigaux2002-09-091-2/+3
* during install, don't probe PS/2 mice when a serial mouse is already found.Pascal Rigaux2002-09-061-4/+1
* add a sleep and second try for usb mouse.Francois Pons2002-09-031-2/+4
* added log when no usb interface is found, rare enough now.Francois Pons2002-09-031-0/+4
* create /dev/usbmouse symlink for non devfs usePascal Rigaux2002-08-261-2/+5
* (xmouse2xId): add ExplorerPS/2 mouse type idPascal Rigaux2002-08-221-1/+3
* - add ExplorerPS/2 mouse handlingPascal Rigaux2002-08-221-9/+41
* fix the use of create_okcancelPascal Rigaux2002-08-201-1/+1
* use $::prefixPascal Rigaux2002-08-121-2/+1
* do the job of devfsd in case devfsd doesn't do itPascal Rigaux2002-08-051-2/+2
* (read): don't look at /dev/mouse symlink to get {device}, sysconfig/mousePascal Rigaux2002-07-311-1/+0
* make new perl_checker happyPascal Rigaux2002-07-311-2/+2
* make new perl_checker happy (and that's not easy!)Pascal Rigaux2002-07-311-7/+7
* - don't display "To activate the mouse, MOVE YOUR WHEEL!" when not installPascal Rigaux2002-07-291-10/+12
* allow to not mess with X config auxmousePascal Rigaux2002-07-291-3/+8
* disallow big_help (when pressing F1) when testing mousePascal Rigaux2002-07-291-1/+1
* (detect): return wacom inside $mousePascal Rigaux2002-07-281-17/+22
* new XFree handling libraryPascal Rigaux2002-07-241-78/+14
* when $::noauto, hardwire no probing in detect_devices::probeall to ensure no ...Pascal Rigaux2002-07-221-1/+1
* devfssymlinkf doesn't have any return value, so don't check itPascal Rigaux2002-07-201-2/+2
* (devfssymlinkf): use devfs_device instead of device when availablePascal Rigaux2002-07-191-2/+2
* fix the detection of the fscking mac ps/2 mouse ("Mouse:USB|1 button: Apple C...Thierry Vignaud2002-07-111-1/+1
* use get_probeall instead of get_alias for usb-interfacePascal Rigaux2002-07-111-3/+3
* adapt to new modules.pmPascal Rigaux2002-07-041-5/+5
* corrected create_xpm APIdamien2002-03-181-7/+7
* (fullname2mouse): workaround when "1 Button" is not foundPascal Rigaux2002-03-111-0/+5
* special case for non detected usb interface on a box with no mouse.Pascal Rigaux2002-03-011-0/+11
* USB|Generic is 3 button mice, add a USB 2 Button entryPascal Rigaux2002-02-201-1/+2
* text positionningdamien2001-09-201-1/+1
* use new mkdir_p, rm_rf and cp_af from MDK::CommonPascal Rigaux2001-09-161-1/+0
* bugfix + cosmetic changesdamien2001-09-161-6/+9
* readded darea realizationdamien2001-09-151-1/+1
* trying to remove drawdamien2001-09-141-1/+1
* removed debug codedamien2001-09-121-1/+1
* test updateddamien2001-09-111-17/+14
* mouse test workeddamien2001-09-111-14/+32
* test_mouse moveddamien2001-09-101-0/+114
* added hid type usb mouse support.Francois Pons2001-09-101-2/+2