| Commit message (Expand) | Author | Age | Files | Lines |
* | image in CVS is 3b+, not 3bp | Guillaume Cottenceau | 2002-12-20 | 1 | -2/+2 |
* | really drop update_type_name | Pascal Rigaux | 2002-12-16 | 1 | -16/+0 |
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -5/+5 |
* | gtk2 | Guillaume Cottenceau | 2002-12-03 | 1 | -87/+57 |
* | use output_with_perm() | Pascal Rigaux | 2002-12-02 | 1 | -4/+2 |
* | perl_checker adaptations | Pascal Rigaux | 2002-11-27 | 1 | -7/+9 |
* | incorporate 8.2 HP fixes back in cooker. | Francois Pons | 2002-11-22 | 1 | -1/+7 |
* | perldoc: explain basic usage of mouse.pm, regarding | Thierry Vignaud | 2002-11-19 | 1 | -0/+38 |
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 1 | -8/+8 |
* | add or remove spaces where need to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -1/+1 |
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -37/+37 |
* | (xmouse2xId): ensure weird ids are ignored | Pascal Rigaux | 2002-11-05 | 1 | -1/+1 |
* | use find_index instead of map_index | Pascal Rigaux | 2002-11-05 | 1 | -1/+1 |
* | fixed pixel typo (strange, I was sure it was titi but not ?). | Francois Pons | 2002-09-10 | 1 | -1/+1 |
* | have the IMPS/2 warning "MOVE YOUR WHEEL" for ExplorerPS/2 too | Pascal Rigaux | 2002-09-09 | 1 | -2/+3 |
* | during install, don't probe PS/2 mice when a serial mouse is already found. | Pascal Rigaux | 2002-09-06 | 1 | -4/+1 |
* | add a sleep and second try for usb mouse. | Francois Pons | 2002-09-03 | 1 | -2/+4 |
* | added log when no usb interface is found, rare enough now. | Francois Pons | 2002-09-03 | 1 | -0/+4 |
* | create /dev/usbmouse symlink for non devfs use | Pascal Rigaux | 2002-08-26 | 1 | -2/+5 |
* | (xmouse2xId): add ExplorerPS/2 mouse type id | Pascal Rigaux | 2002-08-22 | 1 | -1/+3 |
* | - add ExplorerPS/2 mouse handling | Pascal Rigaux | 2002-08-22 | 1 | -9/+41 |
* | fix the use of create_okcancel | Pascal Rigaux | 2002-08-20 | 1 | -1/+1 |
* | use $::prefix | Pascal Rigaux | 2002-08-12 | 1 | -2/+1 |
* | do the job of devfsd in case devfsd doesn't do it | Pascal Rigaux | 2002-08-05 | 1 | -2/+2 |
* | (read): don't look at /dev/mouse symlink to get {device}, sysconfig/mouse | Pascal Rigaux | 2002-07-31 | 1 | -1/+0 |
* | make new perl_checker happy | Pascal Rigaux | 2002-07-31 | 1 | -2/+2 |
* | make new perl_checker happy (and that's not easy!) | Pascal Rigaux | 2002-07-31 | 1 | -7/+7 |
* | - don't display "To activate the mouse, MOVE YOUR WHEEL!" when not install | Pascal Rigaux | 2002-07-29 | 1 | -10/+12 |
* | allow to not mess with X config auxmouse | Pascal Rigaux | 2002-07-29 | 1 | -3/+8 |
* | disallow big_help (when pressing F1) when testing mouse | Pascal Rigaux | 2002-07-29 | 1 | -1/+1 |
* | (detect): return wacom inside $mouse | Pascal Rigaux | 2002-07-28 | 1 | -17/+22 |
* | new XFree handling library | Pascal Rigaux | 2002-07-24 | 1 | -78/+14 |
* | when $::noauto, hardwire no probing in detect_devices::probeall to ensure no ... | Pascal Rigaux | 2002-07-22 | 1 | -1/+1 |
* | devfssymlinkf doesn't have any return value, so don't check it | Pascal Rigaux | 2002-07-20 | 1 | -2/+2 |
* | (devfssymlinkf): use devfs_device instead of device when available | Pascal Rigaux | 2002-07-19 | 1 | -2/+2 |
* | fix the detection of the fscking mac ps/2 mouse ("Mouse:USB|1 button: Apple C... | Thierry Vignaud | 2002-07-11 | 1 | -1/+1 |
* | use get_probeall instead of get_alias for usb-interface | Pascal Rigaux | 2002-07-11 | 1 | -3/+3 |
* | adapt to new modules.pm | Pascal Rigaux | 2002-07-04 | 1 | -5/+5 |
* | corrected create_xpm API | damien | 2002-03-18 | 1 | -7/+7 |
* | (fullname2mouse): workaround when "1 Button" is not found | Pascal Rigaux | 2002-03-11 | 1 | -0/+5 |
* | special case for non detected usb interface on a box with no mouse. | Pascal Rigaux | 2002-03-01 | 1 | -0/+11 |
* | USB|Generic is 3 button mice, add a USB 2 Button entry | Pascal Rigaux | 2002-02-20 | 1 | -1/+2 |
* | text positionning | damien | 2001-09-20 | 1 | -1/+1 |
* | use new mkdir_p, rm_rf and cp_af from MDK::Common | Pascal Rigaux | 2001-09-16 | 1 | -1/+0 |
* | bugfix + cosmetic changes | damien | 2001-09-16 | 1 | -6/+9 |
* | readded darea realization | damien | 2001-09-15 | 1 | -1/+1 |
* | trying to remove draw | damien | 2001-09-14 | 1 | -1/+1 |
* | removed debug code | damien | 2001-09-12 | 1 | -1/+1 |
* | test updated | damien | 2001-09-11 | 1 | -17/+14 |
* | mouse test worked | damien | 2001-09-11 | 1 | -14/+32 |