summaryrefslogtreecommitdiff
path: root/hw/xfree86/common
AgeCommit message (Expand)AuthorFilesLines
2007-09-19Merge branch 'master' into XACE-SELINUXEamon Walsh6-228/+7
2007-09-05Fix key repeats during VT switch.Daniel Stone1-1/+1
2007-09-05Deliver correct event when releasing keys on VT switch.Keith Packard1-1/+3
2007-09-05Fix server version reporting to be the server package version.Eric Anholt1-3/+3
2007-08-30Remove the now-dead PciAvoid symbol.Eric Anholt1-2/+0
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh13-286/+227
2007-08-28Merge branch 'master' into XACE-SELINUXEamon Walsh18-3062/+764
2007-08-27Remove the BusAccWindows resource code which is now unused.Eric Anholt1-8/+0
2007-08-27Remove unused xf8GetBlock and xf86GetSparse entry points.Eric Anholt2-213/+0
2007-08-25Implement core protocol backing store exclusively in terms of Composite.Adam Jackson1-29/+1
2007-08-25Fix bug in debugging info related to pci-rework mergeDavid Nusinow1-1/+1
2007-08-24Bump video driver ABI for pci-rework.Aaron Plattner1-1/+1
2007-08-23Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian 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-16xace: add hooks + new access codes: core protocol screensaver requestsEamon Walsh4-11/+15
2007-08-14xace: add hooks + new access codes: core protocol GC requestsEamon Walsh1-1/+2
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