summaryrefslogtreecommitdiffstats
path: root/lib/mouse.pm
Commit message (Collapse)AuthorAgeFilesLines
* rely on libinput for synaptics (mga#20424)Thierry Vignaud2017-03-091-2/+1
| | | | we no longer install x11-driver-input-synaptics by default
* speedup checking for x11-driver-input-libinputThierry Vignaud2017-03-091-1/+1
| | | | | | We were still checking for evdev driver path... Check went wrong when switching from evdev to libinput in commit 187b6abf87e1a6a35d9fd5cad92932eb50afd55c
* fix mixupThierry Vignaud2016-11-081-3/+3
| | | | those parameters are never passed but are variables that are computed below
* drop support for Alpha/PPC/SPARCThierry Vignaud2016-11-081-41/+2
| | | | like in drakx, it's unused/unsupported for quite a long time
* stop installing/configuring vboxmouse (mga#18917)Thierry Vignaud2016-07-141-6/+2
| | | | | | VBox rely on evdev (kernel) + libinput (userspace) like everyone these days. VMs must just use USB tablet as input device (which is now the default)
* install x11-driver-input-libinput for evdevThierry Vignaud2016-06-221-1/+1
| | | | | instead of x11-driver-input-evdev else harddrake service tries to install the later...
* stop installing x11-driver-input-vmmouseThierry Vignaud2016-06-201-5/+1
| | | | it's uneeded since kernel-4.1...
* adapt to new /etc/sysctl.dThierry Vignaud2013-12-271-1/+1
|
* fix my emailThierry Vignaud2013-12-161-1/+1
|
* workaround a gtk+3 regression (bgo#711873)Thierry Vignaud2013-11-241-1/+1
| | | | See https://bugzilla.gnome.org/show_bug.cgi?id=711873
* get_width() => get_allocated_width()Thierry Vignaud2013-11-241-2/+2
|
* perlish ->style() => ->get_style()Thierry Vignaud2013-11-241-3/+3
|
* draw replaces expose_eventThierry Vignaud2013-11-241-1/+1
|
* get_height() => get_allocated_height()Thierry Vignaud2013-11-241-3/+3
|
* perlish ->allocation => ->get_allocationThierry Vignaud2013-11-241-2/+2
|
* perlish ->window => ->get_windowThierry Vignaud2013-11-241-1/+1
|
* perlish ->allocation => ->get_allocationThierry Vignaud2013-11-241-4/+4
|
* perlish ->window => ->get_windowThierry Vignaud2013-11-241-4/+4
|
* switch from gtk2 to gtk3Thierry Vignaud2013-11-241-10/+10
|
* help perl_checkerThierry Vignaud2012-03-241-1/+1
|
* cleanupsThierry Vignaud2011-12-191-2/+2
|
* help perl_checkerThierry Vignaud2011-12-191-0/+3
|
* evdev needs to be loaded before calling getInputDevices_and_usb else it will ↵Colin Guthrie2011-12-181-0/+4
| | | | lead to a crash (pterjan)
* Convert mouse helper to use udevadm in order to work with udev 175+Colin Guthrie2011-12-181-2/+8
|
* Revert commit 759, we will keep as a patch in the rpm as long as there is ↵Dexter Morgan2011-04-171-4/+0
| | | | not "real" fix
* evdev needs to be loaded before calling getInputDevices_and_usbAnne Nicolas2011-03-301-0/+4
| | | | | | else it will lead to a crash (pterjan)
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r391 | dmorgan | 2011-02-03 13:54:58 +0000 (Thu, 03 Feb 2011) | 1 line Import cleaned drakx-kbd-mouse-x11 ------------------------------------------------------------------------ In addition to the above commits, the following cleaning work has been recorded: - License is GPLv2 - Problematic files: o lib/keyboard.pm: run_program::run('mandriva-setup-keyboard'); (does this need to be changed?) we keep it for now o lib/Xconfig/resolution_and_depth.pm: symlinkf "$theme{THEME}.xml", "$dir/Mandriva.xml"; (this will be changed, and should be synced with whatever will be does to the default Mageia wallpapers theme; this .xml file is used to change the wallpaper in GNOME/KDE depending on the time of the day) => switched to Mageia.xml - Various icons that'll need to be changed in data/pixmaps: done with oxygen icons
* Remove imwheel supportPaulo Ricardo Zanoni2010-04-131-17/+1
|
* - wacom driver is now in x11-driver-input-wacomFrederic Crozat2010-02-251-1/+1
|
* don't inconditionnally load Xconfig::cardChristophe Fergeau2009-10-221-1/+1
|
* bail out earlier if X isn't installedChristophe Fergeau2009-10-221-3/+2
|
* - fix input module path on 64 bit machinesChristophe Fergeau2009-10-221-2/+6
| | | | - don't install input drivers if X isn't here
* don't add sections for synaptics devices to xorg.confChristophe Fergeau2009-09-221-2/+0
|
* move functions closer to their place of useChristophe Fergeau2009-09-221-50/+50
|
* move serial_ports to detect_devices.pmChristophe Fergeau2009-07-011-6/+1
|
* Prefix functions with _ when they are internalChristophe Fergeau2009-07-011-27/+27
|
* (set_xfree_conf) fix vmmouse configuration for vmware (#49654)Thierry Vignaud2009-04-221-1/+1
|
* (various_xfree_conf) install 'x11-driver-input-vmmouse' if neededThierry Vignaud2009-03-201-0/+1
|
* (detect) configure input driver as 'vmmouse' if running in vmware (#29106)Thierry Vignaud2009-03-201-0/+3
| | | | | (needs drakxtools >= 12.17)
* small fix noticed by pixel's eagle eyePascal Terjan2009-02-111-2/+2
|
* mousedrake: test if the file is there before trying to install the packagesPascal Terjan2009-02-111-9/+10
|
* - mousedrake:Pascal Rigaux2009-01-081-1/+1
| | | | | o synaptics driver in now in package x11-driver-input-synaptics (#45531)
* - mousedrake:Pascal Rigaux2008-10-241-13/+1
| | | | | | | o do not use /dev/mouse symlink (in xorg.conf) o do not propose to test the chosen mice (it doesn't handle evdev/synaptics and so is quite obsolete nowadays)
* - mousedrake:Pascal Rigaux2008-04-281-1/+2
| | | | | | | | o evdev and imwheel handle orthogonal things, so do use imwheel even if we need evdev (#40088) nb: the tests on logitech mice were ok because of the ubstable entry
* - mousedrake:Pascal Rigaux2008-01-221-1/+1
| | | | | | o use udev in $PATH instead of /lib/udev/usb_id (need latest udev pkg)
* drop unused Primary option in set_synapticsOlivier Blin2007-12-141-4/+1
|
* - use /dev/input/by-id/xxx device instead of vendor+product for evdev micePascal Rigaux2007-11-191-14/+17
| | | | | (vendor+product support is dropped in x11-driver-input-evdev-1.2.0)
* - fix device /dev/input/by-id/usb-$ID_SERIAL-event-mouse for wacomsPascal Rigaux2007-11-121-0/+1
| | | | | when the ID_SERIAL contains special chars
* add support for x11-driver-input-vboxmouse when inside a VirtualBox guestOlivier Blin2007-09-281-2/+6
|
* make mice list dynamic, since it probes pci busOlivier Blin2007-09-281-2/+4
|