summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-07-24updateMatthieu Herrb
2011-07-24Update 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-23Clarify defines and make them not look like non-local ones; started by aOkan Demirmen
small diff from Thomas Pfaff. ok oga@
2011-07-19syncTodd T. Fries
2011-07-18Fix for CVE-2011-0226 from Freetype git repository.Matthieu Herrb
2011-07-18Update to freetype 2.4.5. Tested by many.Matthieu Herrb
2011-07-17fix bug "lock up" touchpad ( not allowing to move the pointer, or click )Alexandr Shadchin
ok matthieu@
2011-07-17Unifdef support for xinput ABI up to 10.Matthieu Herrb
2011-07-16Remove an extra debugging printf that leaked in previous commit.Matthieu Herrb
2011-07-16Unifdef support for xinput ABI up to 10.Matthieu Herrb
2011-07-16Mention that this driver also supports ums(4), tweaks and white-spaceMatthieu Herrb
cleanups.
2011-07-16Check if an input device has calibration data before accepting it asMatthieu Herrb
as candidate for calibration.
2011-07-16Tweak and fix an unreadable sentence.Matthieu Herrb
2011-07-16Add a '-c' option to keep the X cursor visible while calibrating.Matthieu Herrb
2011-07-16White space cleanup.Matthieu Herrb
2011-07-14Fix libpthread linkageDavid Coppa
OK matthieu@
2011-07-14correct spelling; from Alexander Polakov.Okan Demirmen
2011-07-09syncTodd T. Fries
2011-07-04Fix transformation of events supplying only a valuator for the y-coordinate.Mark Kettenis
ok matthieu@
2011-07-04A wscons keyboard type of zaurus should map to an XKB model of zaurusMatthieu Herrb
2011-07-04Simplify zaurus xorg.conf now that input devices are auto-configured.Matthieu Herrb
2011-07-02Revert update to xf86-input-joystick 1.6.0.Matthieu Herrb
This driver depends on xserver 1.10.
2011-07-02updateMatthieu Herrb
2011-07-02Update to libXi 1.4.3.Matthieu Herrb
This contains more doc fixes and a few more bug fixes.
2011-07-02Update 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-02Update to xf86-input-joystick 1.6.0Matthieu Herrb
2011-07-02Update to libXrandr 1.3.2.Matthieu Herrb
Only documentation fixes and autotools changes.
2011-07-02Update to libXcursor 1.1.12.Matthieu Herrb
This is a bug fix release.
2011-07-02Update to resourceproto 1.2.0Matthieu Herrb
2011-07-01syncAlexandr Shadchin
2011-07-01Update xkeyboard-config to 2.3Alexandr Shadchin
ok matthieu@, tested jasper@
2011-06-29Code to configure the xkb layout and options from wscons setupMatthieu Herrb
has moved to the X server wscons hotplug driver. Tested by many, ok oga@
2011-06-29regenMatthieu Herrb
2011-06-29Introduce new autoconfiguration code for X input drivers, based on XMatthieu 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-28spelloJasper Lievisse Adriaanse
2011-06-27UTF8-ify, from Alexander Polakov, but without setlocale(), afterOkan Demirmen
feedback from stsp@ - thanks! 'go for it' oga@
2011-06-25warn 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-25Since cwm(1) uses the same parser as others in src, document howOkan Demirmen
comments and line extensions work. Taken from sthen@'s recent commit in src. ok sthen@
2011-06-24syncTodd T. Fries
2011-06-24add 'normal' cursor and shuffle the others we use to make a bit moreOkan Demirmen
sense and to be slightly less un-expected. from Alexander Polakov. re-use 'normal' cursor now instead XC_hand1 for menu selection. i really wish X had real docs and made sense. ok on earlier diff with '?' removed (but it's back now) oga@
2011-06-24New option to raise a client via the mouse (unbound by default);Okan Demirmen
opposing action, lower, already exists and bound. Both keyboard mappings already exist. 'no opinion either way' oga@
2011-06-24introduce a new config option to snap to the screen edge. 'snapdist'Okan Demirmen
keyword taken from a diff from Sviatoslav Chagaev to do the same thing, but implemented in a completely way (based on some very old code from mk@). default set to 0, so no behavior change. ok oga@ (who would also like to take it further...)
2011-06-24re-do various bits of {,h,v}max for simplicity and less flag handling.Okan Demirmen
as a bonus, flipping between various combinations of vmax+hmax provides a more predictable behavior. commitski oga@
2011-06-24replace the non-working check to see if another wm is running with aOkan Demirmen
method that actually works. checking for icccm compliant wm's should also be done first, but that's another diff (noted by oga). ok oga@
2011-06-24more nitems usage.Okan Demirmen
ok oga@
2011-06-24re-order sweep draw so that we map into the client window afterOkan Demirmen
re-parenting; from Sviatoslav Chagaev. ok oga@
2011-06-24struct XftFont already has height which we can use directly instead ofOkan Demirmen
calculating ourselves, so do so. ok oga@
2011-06-24alter a few function returns and prototypes; found by lint.Okan Demirmen
ok oga@
2011-06-24Correct extern declaration and while here, rename a variable to beOkan Demirmen
pedantic. from Thomas Pfaff. ok oga@
2011-06-24collapse client and group {r,}cycle defines since they are reallyOkan Demirmen
the same thing. ok oga@