Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-20 | Remove warnings emitted when a device can't be opened. This | Matthieu Herrb | |
is just noise and now happens while the X autoconfiguration code probes all /dev/wsmouse<n> devices. If the error matters, the driver will emit a proper error nevertheless. | |||
2011-08-18 | Compile trace.c as well so that OPT_TRACE 1 actually works. | Marco Peereboom | |
ok matthieu | |||
2011-08-18 | sync | Matthieu Herrb | |
2011-08-18 | Update to xterm 271. Tested by shadchin@ and ajacoutot@ | Matthieu Herrb | |
2011-08-11 | fix from matthieu@ as applied upstream for CVE-2011-2895 | Todd T. Fries | |
ok deraadt@ | |||
2011-08-04 | puffy 5.0 | Todd T. Fries | |
2011-07-26 | sync | Todd T. Fries | |
2011-07-26 | Re-draw borders after reloading, not before; from Alexander Polakov. | Okan Demirmen | |
ok oga@ | |||
2011-07-25 | use the menu border; from Alexander Polakov, but with the existing define. | Okan Demirmen | |
ok oga@ | |||
2011-07-25 | We are inconsistent when it comes to function returns, so just go all | Okan Demirmen | |
the way with the cwm specific parts. ok oga@ | |||
2011-07-25 | sync | Todd T. Fries | |
2011-07-24 | remove -mmmx from SSE2_FLAGS It's implied by -msse2 and is not in | Matthieu Herrb | |
upstreams distrib. This was a silly attempt to fix the amd64 issues on my side. | |||
2011-07-24 | update | Matthieu Herrb | |
2011-07-24 | Update to pixman 0.22.2. | Matthieu Herrb | |
0.22.0 was tested by many. 0.22.2 only add a few bug fixes. Note that on amd64 a recent ld.so is needed to avoid random bus errors. | |||
2011-07-23 | Clarify defines and make them not look like non-local ones; started by a | Okan Demirmen | |
small diff from Thomas Pfaff. ok oga@ | |||
2011-07-19 | sync | Todd T. Fries | |
2011-07-18 | Fix for CVE-2011-0226 from Freetype git repository. | Matthieu Herrb | |
2011-07-18 | Update to freetype 2.4.5. Tested by many. | Matthieu Herrb | |
2011-07-17 | fix bug "lock up" touchpad ( not allowing to move the pointer, or click ) | Alexandr Shadchin | |
ok matthieu@ | |||
2011-07-17 | Unifdef support for xinput ABI up to 10. | Matthieu Herrb | |
2011-07-16 | Remove an extra debugging printf that leaked in previous commit. | Matthieu Herrb | |
2011-07-16 | Unifdef support for xinput ABI up to 10. | Matthieu Herrb | |
2011-07-16 | Mention that this driver also supports ums(4), tweaks and white-space | Matthieu Herrb | |
cleanups. | |||
2011-07-16 | Check if an input device has calibration data before accepting it as | Matthieu Herrb | |
as candidate for calibration. | |||
2011-07-16 | Tweak and fix an unreadable sentence. | Matthieu Herrb | |
2011-07-16 | Add a '-c' option to keep the X cursor visible while calibrating. | Matthieu Herrb | |
2011-07-16 | White space cleanup. | Matthieu Herrb | |
2011-07-14 | Fix libpthread linkage | David Coppa | |
OK matthieu@ | |||
2011-07-14 | correct spelling; from Alexander Polakov. | Okan Demirmen | |
2011-07-09 | sync | Todd T. Fries | |
2011-07-04 | Fix transformation of events supplying only a valuator for the y-coordinate. | Mark Kettenis | |
ok matthieu@ | |||
2011-07-04 | A wscons keyboard type of zaurus should map to an XKB model of zaurus | Matthieu Herrb | |
2011-07-04 | Simplify zaurus xorg.conf now that input devices are auto-configured. | Matthieu Herrb | |
2011-07-02 | Revert update to xf86-input-joystick 1.6.0. | Matthieu Herrb | |
This driver depends on xserver 1.10. | |||
2011-07-02 | update | Matthieu Herrb | |
2011-07-02 | Update to libXi 1.4.3. | Matthieu Herrb | |
This contains more doc fixes and a few more bug fixes. | |||
2011-07-02 | Update to libXi 1.4.2. | Matthieu Herrb | |
Tested by ajacoutot@, jasper@, krw@, shadchin@. I believe that the bugs spotted by krw@ are fixed in an upcoming inputproto update. | |||
2011-07-02 | Update to xf86-input-joystick 1.6.0 | Matthieu Herrb | |
2011-07-02 | Update to libXrandr 1.3.2. | Matthieu Herrb | |
Only documentation fixes and autotools changes. | |||
2011-07-02 | Update to libXcursor 1.1.12. | Matthieu Herrb | |
This is a bug fix release. | |||
2011-07-02 | Update to resourceproto 1.2.0 | Matthieu Herrb | |
2011-07-01 | sync | Alexandr Shadchin | |
2011-07-01 | Update xkeyboard-config to 2.3 | Alexandr Shadchin | |
ok matthieu@, tested jasper@ | |||
2011-06-29 | Code to configure the xkb layout and options from wscons setup | Matthieu Herrb | |
has moved to the X server wscons hotplug driver. Tested by many, ok oga@ | |||
2011-06-29 | regen | Matthieu Herrb | |
2011-06-29 | Introduce new autoconfiguration code for X input drivers, based on X | Matthieu Herrb | |
hotplug framework.This also takes care of the configuration of the keyboard layout from the wscons layout that was hacked inside the keyboard driver. Tested by many, ok oga@. | |||
2011-06-28 | spello | Jasper Lievisse Adriaanse | |
2011-06-27 | UTF8-ify, from Alexander Polakov, but without setlocale(), after | Okan Demirmen | |
feedback from stsp@ - thanks! 'go for it' oga@ | |||
2011-06-25 | warn if we can't parse the config file on start, just like we do on reload. | Okan Demirmen | |
part of a larger diff that was ok oga@ | |||
2011-06-25 | Since cwm(1) uses the same parser as others in src, document how | Okan Demirmen | |
comments and line extensions work. Taken from sthen@'s recent commit in src. ok sthen@ |