summaryrefslogtreecommitdiff
path: root/hw/xfree86/common
AgeCommit message (Expand)AuthorFilesLines
2007-08-23Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...pci-reworkIan Romanick27-482/+182
2007-08-23Get rid of the type1 font module.Julien Cristau2-2/+0
2007-08-20Move module defaults from the header to the source file.David Nusinow2-11/+12
2007-08-01XFree86: Allow disabling of HALDaniel Stone3-2/+51
2007-08-01Input: Don't enable devices when we open themDaniel Stone1-11/+0
2007-08-01XFree86: Input: Fix whitespaceDaniel Stone1-2/+2
2007-08-01XFree86: Module: Bump input versionDaniel Stone1-1/+1
2007-08-01Input: Allow enabling and disabling of devicesDaniel Stone1-0/+1
2007-08-01Fonts: Fix builtin fontsDaniel Stone1-0/+2
2007-07-18Delete some pre-dlloader debugging scaffolding.Adam Jackson2-130/+0
2007-07-18Remove (long-)deprecated xf86EnablePciBusMaster.Adam Jackson2-27/+0
2007-07-18Always normalize the module name.Adam Jackson2-8/+0
2007-07-18Remove dead code for screen crossing.Adam Jackson2-15/+3
2007-07-18Delete dead module test code.Adam Jackson1-33/+0
2007-07-18Remove MEMDEBUGAdam Jackson3-16/+0
2007-07-18Dead ifdefs for BITMAP_SCANLINE_UNIT == 64Adam Jackson2-31/+0
2007-07-18Nuke dead X -configure code.Adam Jackson1-61/+4
2007-07-14MakeAtom needs length without trailing NUL. sizeof("string") includes NUL.Keith Packard1-1/+1
2007-07-14When sync'ing logfile, also flush it.Keith Packard1-0/+1
2007-07-13Use %S instead of %s for strftime seconds when printing build timeAlan Coopersmith1-1/+1
2007-07-12Use kbd driver when xorg.conf specifies "keyboard" or "Keyboard" (bug #11301)Alan Coopersmith1-0/+16
2007-07-10Add per-monitor config file option for maximum pixel clock.Adam Jackson2-5/+12
2007-06-29Death to RCS tags.Adam Jackson8-13/+0
2007-06-28Remove the remnants of OS/2 support.Adam Jackson11-80/+6
2007-06-27Janitor work. Remove 'defined but not used' warnings from xorg and other cosm...Tiago Vignatti3-7/+1
2007-06-25configFiles(): don't return anything when declared as void.Peter Hutterer1-1/+1
2007-06-25NULL-terminate device list when synthesizing core devices.Peter Hutterer1-3/+3
2007-06-25Split up memory for devices configured in the config file.Peter Hutterer3-53/+69
2007-06-18Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick19-179/+359
2007-06-18Compile fixes for Linux ARM platforms.Lennart Buytenhek1-1/+1
2007-06-18In NewInputDeviceRequest, only call EnableDevice if xf86Screens[0]->vtSema isZephaniah E. Hull1-1/+1
2007-06-11Really make sure BUILD_TIME doesn't have a leading zero.Clark Rawlins1-1/+1
2007-06-04xf86PostMotionEvents[P] calls xf86SendDragEvents, xf86SendDragEventsZephaniah E. Hull1-1/+1
2007-06-04Let's not do a calloc and a free on every call to xf86PostMotionEvents.Zephaniah E. Hull1-4/+12
2007-06-04Add xf86PostMotionEventP, takes a pointer instead of a variable number ofZephaniah E. Hull3-14/+26
2007-06-04Print the build time as well as the date if we can.Zephaniah E. Hull2-0/+9
2007-06-03XFree86: Input: Assume core events per defaultDaniel Stone1-4/+6
2007-06-03XFree86: Input: Perform case-insensitive comparisons on option namesDaniel Stone1-3/+3
2007-06-02Minor cleanup/robustification to config parsing.Adam Jackson1-22/+14
2007-06-02Don't warn about default behaviour when autoconfigging.Adam Jackson1-6/+6
2007-06-01Need to use minPitch in miScanLineWidth() to get the shrinkedHenry Zhao1-1/+1
2007-05-29Remove wscons keyboard handling stuff that doesn't belong there anymore.Matthieu Herrb1-28/+0
2007-05-28Fixes for s390Bastian Blank1-1/+1
2007-05-25xf86XVFillKeyHelper assumed root clip never changed.Keith Packard1-21/+14
2007-05-24Consolidate portPriv->pDraw assignments into xf86XVEnlistPortInWindow.Michel Dänzer1-4/+3
2007-05-21Fix boolean thinko that prevented working without a server layoutDavid Nusinow1-1/+1
2007-05-07Add more informative logging for module default loadingDavid Nusinow1-0/+3
2007-05-03Provide UseDefaultFontPath optionDavid Nusinow2-6/+26
2007-05-03Improve modules loading defaultsDavid Nusinow2-33/+91
2007-04-24Disable devices before removing, remove unrecoverable devices.Peter Hutterer2-3/+22