Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-04 | Drivers list for loongson. | Matthieu Herrb | |
2010-02-04 | Recognize WSDISPLAY_TYPE_SMFB | Matthieu Herrb | |
2010-01-10 | Remove unused screen_width and screen_height fields from | Matthieu Herrb | |
driver private data. | |||
2010-01-10 | Typos in comments and error messages. | Matthieu Herrb | |
2009-12-31 | Default to ZAxisMapping 4 5 6 7. | Matthieu Herrb | |
This is what most users expect noawadays. | |||
2009-12-14 | Fix a segfault in X for a clipped movie window. | Owain Ainsworth | |
ok matthieu@ Original commit message from barry scott to upstream: Author: Barry Scott <barry.scott@onelan.co.uk> Date: Tue Jun 23 14:14:50 2009 +0100 Fix segv for clipped movie window When playing a movie that is clipped on its left and right edges the Xorg server will SEGV sometimes. This is because the intel driver ignores the clipping info when it copies the planes out of the XV data. The check for the optimised copy was wrong to ignore the width required. Which leads to too much data being copied by the memcpy. It the source buffe happens to end exactly on a page boundary the server will SEGV. As we reviewed the code we checked the calculation of src1, src2 and src3. The patch includes additional comments to make it clear what the elements of the calculation are. This bug exists in git head and we also see it in 2.4.1. | |||
2009-12-12 | Link xf86-video-wsudl to the build on architectures | Matthieu Herrb | |
that support udl(4). ok todd@ | |||
2009-12-10 | Fix SwapXY and rotation support. | Matthieu Herrb | |
More work to do wrt properties and calibration. | |||
2009-12-07 | split the KB_VARTAB code in wscons autodetection so that it understands | Owain Ainsworth | |
both XkbOptions and XkbVariant. now we can understand the .dvorak, .nodeadkeys and .swapctrlcaps wscons variants and pass them correctly onto XKB. Means that xmodmap or setxkbmap magic isn't needed in those cases anymore. "no objections" matthieu@. Diff from Tobias Ulmer (tobiasu at tmux dot org); thanks! | |||
2009-12-06 | Remove the input driver before returning NULL on error in PreInit(). | Matthieu Herrb | |
2009-11-29 | update to xf86-video-mga 1.4.11. Tested by landry@ | Matthieu Herrb | |
2009-11-27 | missing commit for mid-button emulation. | Matthieu Herrb | |
2009-11-26 | Cleanup this driver a bit, following what's been done in xf86-input-ws: | Matthieu Herrb | |
- no more convert proc - use the correct XInput device type - don't hardcode the package version number in the .c file. | |||
2009-11-26 | white space | Matthieu Herrb | |
2009-11-26 | regen | Matthieu Herrb | |
2009-11-26 | Missed this file when adding middle button emulation. | Matthieu Herrb | |
2009-11-26 | Documentation for Emulate3Buttons and Emulate3Timeout and the associated | Matthieu Herrb | |
properties. | |||
2009-11-26 | Add middle mouse button emulation to xf86-input-ws. | Matthieu Herrb | |
Code stolen from evdev, that stole it from xf86-input mouse. | |||
2009-11-26 | Document device properties | Matthieu Herrb | |
2009-11-26 | Set resx/resy fields of the wscons calibration structure to the saved | Matthieu Herrb | |
values when the calibration properties change. | |||
2009-11-25 | Only default to raw mode for touchpanels. The raw mode doesn't make | Matthieu Herrb | |
sense for mices. | |||
2009-11-25 | When calibrating directly update the axis structures with new min/max values. | Matthieu Herrb | |
In xserver 1.7 with axis labels, the init function used previously makes no sense anymore. | |||
2009-11-25 | The raw mode is a lot more useful now. So enable it by default. | Matthieu Herrb | |
2009-11-25 | No need to maintain a local cache of the pointer position anymore. | Matthieu Herrb | |
2009-11-25 | regen | Matthieu Herrb | |
2009-11-25 | Implement device properties for calibration data. | Matthieu Herrb | |
Setting the properties also write to the kernel table. The calibration code can now change the data without quitting X. | |||
2009-11-25 | Save a copy of the kernel calibration data in the private data and | Matthieu Herrb | |
use it to save/restore the state during DEVICE_ON/DEVICE_OFF. | |||
2009-11-25 | Send events upstreams one axis at a time. | Matthieu Herrb | |
2009-11-24 | Update to xf86-video-radeonhd 1.3.0 | Matthieu Herrb | |
Tested by killi@ on a HD3200. | |||
2009-11-24 | Update to xf86-video-openchrome 0.2.904. | Matthieu Herrb | |
Tested by myself and kevlo@ on V800 and V855 chipsets. | |||
2009-11-23 | regen | Matthieu Herrb | |
2009-11-23 | Missed one openbsd->xf86 rename. | Matthieu Herrb | |
2009-11-23 | conversion_proc is not used anymore since Xserver 1.5. | Matthieu Herrb | |
Don't define one that's never called. | |||
2009-11-23 | Document option "raw". | Matthieu Herrb | |
2009-11-23 | Fix previous for non tablet cases. the WSMOUSE_IO_GCALIBCOODS fails there. | Matthieu Herrb | |
2009-11-23 | Implement a new "raw" mode that will put a panel in raw mode. | Matthieu Herrb | |
Calibration data is read from the kernel, so things still work in this mode. | |||
2009-11-23 | Another unused declaratin bites the dust. | Matthieu Herrb | |
2009-11-23 | - fix parameter orders for XInput 2 xf86InitValuatorAxisStruct() calls | Matthieu Herrb | |
- set min/max axis values for absolute valuators | |||
2009-11-23 | Set buttons and axis labels for XInput 2. | Matthieu Herrb | |
2009-11-23 | Handle NetBSD's wsmouse ABI versions. From marc at msys dot ch. Thanks. | Matthieu Herrb | |
2009-11-23 | split wsProc(). | Matthieu Herrb | |
2009-11-23 | typo. From marc@msys.ch. Thanks. | Matthieu Herrb | |
2009-11-23 | regen | Matthieu Herrb | |
2009-11-23 | Bump version -> 1.2.9 | Matthieu Herrb | |
2009-11-23 | Fetch the module version from autotools instead of hard-coding it. | Matthieu Herrb | |
2009-11-23 | kill white space at EOL | Matthieu Herrb | |
2009-11-23 | Set correct device type and mode in XInput structures. | Matthieu Herrb | |
2009-11-22 | unifdef USB_NEW_HID. | Matthieu Herrb | |
USB_GET_REPORT_ID is available on NetBSD and OpenBSD for more than 7 years now. | |||
2009-11-22 | Get rid of the now unused remaining moduleInfoRec bits. | Matthieu Herrb | |
2009-11-22 | regen | Matthieu Herrb | |