Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-25 | Update to xf86-video-ati 6.14.3. Tested by many. | Matthieu Herrb | |
2012-01-25 | Add radeon driver 6.12.2 renamed as 'radeonold'. | Matthieu Herrb | |
This is the last known working version in 'zaphod' mode (one X screen per head in multi-head configs). This makes it possible to update the "real" radeon driver in xf86-video-ati, without breaking existing zaphod setups. | |||
2012-01-06 | Update to 1.6.1. | Alexandr Shadchin | |
ok matthieu@ | |||
2012-01-01 | regen | Matthieu Herrb | |
2012-01-01 | Bump revision to 0.4.0 to match upstreams release just pushed. | Matthieu Herrb | |
2012-01-01 | Constify wsfb_open() argument. | Matthieu Herrb | |
2012-01-01 | white space cleanup, copyright update, autotools regen. | Matthieu Herrb | |
2011-12-29 | add _X_EXPORT attribute to public symbols. | Matthieu Herrb | |
2011-12-21 | Add support for Sandy Bridge. Not perfect yet. Most notably 3D acceleration | Mark Kettenis | |
is completely absent, and playing video doesn't work yet. But support for "normal" 2D stuff is pretty solid and it is really nice to be able to use my laptop at the panel's native resolution and be able to suspend and resume the machine. tested by some | |||
2011-12-14 | regen | Matthieu Herrb | |
2011-11-29 | Some files (used for generating other stuff) that I missed in the last commit. | Owain Ainsworth | |
Oops. | |||
2011-11-29 | Update the intel driver to a more recent version based on more recent | Owain Ainsworth | |
upsteam code. Backporting keeping UMS changes by me, some bugfixes from kettenis@. Has been in snapshots for a while, committed on request so we can be sure what people are running. This is a prerequesite for sandybridge support but has those chipsets disabled for now until the correct code has been added. | |||
2011-11-28 | Adding wheel emulation, ported from evdev(4) | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-28 | Remove old headers (missing in previous update) | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-28 | Fixed incorrect condition (s/strcmp()/strcmp() == 0/) | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-19 | regen | Alexandr Shadchin | |
2011-11-19 | Replace WS_NOZMAP on WS_NOMAP. | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-19 | Simplify middle button emulation code. | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-19 | Add check emulateMB.timeout >= 0. | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-19 | ws_debug_level used only if defined DEBUG. | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-19 | Using macros MODULETEARDOWNPROTO for prototype. | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-19 | config: upgrade to util-macros 1.8 for additional man page support | Alexandr Shadchin | |
Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for all X.Org packages. Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS. It sets the SED env variable with an appropriate sed program path. Use Automake $() for variables in Makefile.am ok matthieu@ | |||
2011-11-19 | Static atoms don't need to be initialized to 0. | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-19 | Sync with code. | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-09 | Call wsInitProperty() only for WSMOUSE_TYPE_TPANEL and simplify code. | Alexandr Shadchin | |
Also renamed wsInitProperty and wsSetProperty to wsInitCalibProperty and wsSetCalibProperty respectively. ok matthieu@ | |||
2011-11-09 | Simplify wsPreInit | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-09 | Ignore option Raw for mices. (was more noise than useful information) | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-09 | Remove call xf86CollectInputOptions. It is useless if second arg is NULL. | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-08 | Mapping scroll events: | Alexandr Shadchin | |
on 4 and 5 buttons (vertical scrolling) on 6 and 7 buttons (horizontal scrolling) This is do default xf86-input-mouse, xf86-input-evdev. Also sync manual page. ok matthieu@ | |||
2011-11-08 | Correct clean bit for scroll buttons plus small optimisation. | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-08 | Process only changed button | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-08 | Fix memory leak | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-07 | Replace xf86FindOptionValue on xf86SetStrOption. | Alexandr Shadchin | |
If option set as "", then xf86FindOptionValue returns "", and xf86SetStrOption returns NULL. ok matthieu@ | |||
2011-11-07 | Small fix manual page | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-07 | Remove code for ABI_XINPUT_VERSION < 12 | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-07 | Replace xf86Msg on xf86IDrvMsg. | Alexandr Shadchin | |
The latter provides a standardised message format in the form of driver name: device name: message ok matthieu@ | |||
2011-11-06 | Remove prototype wsChangeControl, this is missing in last change | Alexandr Shadchin | |
2011-11-06 | Update to xf86-input-mouse 1.7.1. ok shadchin@ | Matthieu Herrb | |
2011-11-05 | xalloc/xfree -> malloc/free and unifdef XFree86LOADER | Matthieu Herrb | |
2011-11-05 | xalloc/xfree -> malloc/free | Matthieu Herrb | |
2011-11-05 | unifdef XFree86LOADER, this isn't optional anymore. | Matthieu Herrb | |
2011-11-05 | Replace deprecated xalloc/xfree with malloc/free. | Matthieu Herrb | |
2011-11-05 | Remove the temporarly hack for xserver post 1.9. In the process | Matthieu Herrb | |
the xf86-input-citron driver is disconnected from the build since no one cared to update it for input drivers ABI version 12. Patches are welcome if someone still uses it. | |||
2011-11-05 | Update to xf86-input-joystick 1.6.0 for good now. | Matthieu Herrb | |
2011-11-05 | Update to xf86-input-penmount 1.5.0 | Matthieu Herrb | |
2011-11-05 | Update to xf86-input-mutouch 1.3.0 | Matthieu Herrb | |
2011-11-05 | Update to xf86-input-hyperpen 1.4.1 | Matthieu Herrb | |
2011-11-05 | Update xf86-input-fpit to version 1.4.0 | Matthieu Herrb | |
2011-11-05 | Update xf86-input-elographics to 1.3.0 | Matthieu Herrb | |
2011-11-05 | Update xf86-input-void to 1.4.0 | Matthieu Herrb | |