summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-29on alpha, remove optimization flags when compiling prog_execute.c toChristian Weisgerber
prevent an internal compiler error in gcc 4.2.1; ok matthieu@
2011-11-29Some files (used for generating other stuff) that I missed in the last commit.Owain Ainsworth
Oops.
2011-11-29Update the intel driver to a more recent version based on more recentOwain 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-28Adding wheel emulation, ported from evdev(4)Alexandr Shadchin
ok matthieu@
2011-11-28Remove old headers (missing in previous update)Alexandr Shadchin
ok matthieu@
2011-11-28Fixed incorrect condition (s/strcmp()/strcmp() == 0/)Alexandr Shadchin
ok matthieu@
2011-11-23Fix r200 libGL by linking with libdrm_radeon.Owain Ainsworth
tested and reported by brynet; thanks! ``if it works, commit it'' matthieu@
2011-11-21syncTodd T. Fries
2011-11-21syncTodd T. Fries
2011-11-19updateMatthieu Herrb
2011-11-19regenAlexandr Shadchin
2011-11-19Replace WS_NOZMAP on WS_NOMAP.Alexandr Shadchin
ok matthieu@
2011-11-19Simplify middle button emulation code.Alexandr Shadchin
ok matthieu@
2011-11-19Add check emulateMB.timeout >= 0.Alexandr Shadchin
ok matthieu@
2011-11-19ws_debug_level used only if defined DEBUG.Alexandr Shadchin
ok matthieu@
2011-11-19Using macros MODULETEARDOWNPROTO for prototype.Alexandr Shadchin
ok matthieu@
2011-11-19config: upgrade to util-macros 1.8 for additional man page supportAlexandr 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-19Static atoms don't need to be initialized to 0.Alexandr Shadchin
ok matthieu@
2011-11-19Sync with code.Alexandr Shadchin
ok matthieu@
2011-11-19Update to freetype 2.4.8. Security update fixing CVE-2011-3439Matthieu Herrb
2011-11-18fix long standing but wrt to DPMS kicking in and causing the program toFederico G. Schwindt
run even if timeout was not specified. while im here simplify some code. matthieu@ ok
2011-11-16Commit the last bit of freetype 2.4.6 which I previously hold back,Matthieu Herrb
since it changes the metrics of some TrueType fonts. Users of DejaVu at small sizes in xterm can use the 'scaleHeight' resource to restore the previous vertical spacing (with xterm 276 and later). Tested on a wide set of ports by ajachoutot@, naddy@, krw@ shadchin@.
2011-11-16Update to xterm 276. Tested by ajacoutot@, krw@, naddy@, shadchin@.Matthieu Herrb
2011-11-15Update to xdm 1.1.11 plus a few patches from git master.Matthieu Herrb
patched to restore static greeter. Tested by shadchin@, jasper@
2011-11-15Merge patch from http://patchwork.freedesktop.org/patch/7707/,Antoine Jacoutot
Xi: allow passive keygrabs on the XIAll(Master)Devices fake deviceslogin. Amongst other things, this fixes a regression that can be seen in media keys handling under gnome-settings-daemon. ok matthieu@
2011-11-13Update for freetype 2.4.7.Matthieu Herrb
2011-11-10syncTodd T. Fries
2011-11-09Call 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-09Simplify wsPreInitAlexandr Shadchin
ok matthieu@
2011-11-09Ignore option Raw for mices. (was more noise than useful information)Alexandr Shadchin
ok matthieu@
2011-11-09Remove call xf86CollectInputOptions. It is useless if second arg is NULL.Alexandr Shadchin
ok matthieu@
2011-11-08Mapping 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-08Correct clean bit for scroll buttons plus small optimisation.Alexandr Shadchin
ok matthieu@
2011-11-08Process only changed buttonAlexandr Shadchin
ok matthieu@
2011-11-08Fix memory leakAlexandr Shadchin
ok matthieu@
2011-11-07Replace xf86FindOptionValue on xf86SetStrOption.Alexandr Shadchin
If option set as "", then xf86FindOptionValue returns "", and xf86SetStrOption returns NULL. ok matthieu@
2011-11-07Small fix manual pageAlexandr Shadchin
ok matthieu@
2011-11-07Remove code for ABI_XINPUT_VERSION < 12Alexandr Shadchin
ok matthieu@
2011-11-07Replace 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-06Bring in full Changelog from xdm 1.1.9. For some reason this fileMatthieu Herrb
was missing many entries.
2011-11-06Update to libpciaccess 0.12.1. Ok kettenis@, shadchin@Matthieu Herrb
2011-11-06Remove prototype wsChangeControl, this is missing in last changeAlexandr Shadchin
2011-11-06updateMatthieu Herrb
2011-11-06Update to xf86-input-mouse 1.7.1. ok shadchin@Matthieu Herrb
2011-11-06put snapdist in the correct location; as an option, not a bind; Tiago Cunha.Okan Demirmen
ok oga@
2011-11-05syncMatthieu Herrb
2011-11-05syncMatthieu Herrb
2011-11-05xalloc/xfree -> malloc/free and unifdef XFree86LOADERMatthieu Herrb
2011-11-05xalloc/xfree -> malloc/freeMatthieu Herrb
2011-11-05unifdef XFree86LOADER, this isn't optional anymore.Matthieu Herrb