summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2006-08-21Merge branch 'XACE-modular' into my-XACE-modularEamon Walsh756-3966/+2009
2006-08-21Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Alan Coopersmith14-98/+823
2006-08-18Fix bug #5735, Serious flaw in CygwinX clipboardAlan Hourihane1-2/+46
2006-08-18Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverAlan Hourihane2-56/+25
2006-08-18Fix bug #7281, clipboard viewer should notAlan Hourihane1-27/+29
2006-08-18Fix bug #7280, round title corner backgroundAlan Hourihane1-0/+9
2006-08-17Un-cut-and-paste the mode rejection message.Adam Jackson1-56/+22
2006-08-17Fix default mouse device on Linux, again.Adam Jackson1-0/+3
2006-08-12xfree86: don't do legacy IO on ARM or S/390 (Debian #362641)Bastian Blank3-10/+10
2006-08-12xfree86: add Hurd support (#5613)Samuel Thibault6-1/+696
2006-08-10Fix a mode sanity check to not break reduced-blanking setups (LCDs).Adam Jackson1-1/+2
2006-08-10Rename some mode tokens to better reflect their use.Adam Jackson1-1/+6
2006-08-10Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Alan Coopersmith749-3868/+1186
2006-08-09Remove TargetRefresh option from the autoconfig logic.Adam Jackson1-1/+0
2006-08-07remove optional R3 backwards compatibilityDaniel Stone1-1/+0
2006-08-06Document enable/disable flag for AIGLX in xorg.conf manpage.David Nusinow1-0/+3
2006-08-03Make SecurityLookupIDBy* part of the base functionality.Eamon Walsh1-2/+0
2006-08-01Back out 'mystery' spurious host window hints.Matthew Allum1-6/+0
2006-07-31Adding devPrivates support to the ExtensionEntry structure.Eamon Walsh1-0/+2
2006-07-31Noting uses libdummy.a, so don't build it. Only libdummy-nonserver.aIan Romanick2-11/+1
2006-07-30remove filename that's too long for tarDaniel Stone1-1/+0
2006-07-30add sym.h to sourcesDaniel Stone1-0/+1
2006-07-30remove .cvsignores from EXTRA_DISTDaniel Stone1-5/+0
2006-07-30remove README (which doesn't exist) from EXTRA_DISTDaniel Stone1-1/+1
2006-07-28Bug #5386 (partial): Move CVT mode generator from cvt(1) to server core, andLuc Verhaegen6-266/+303
2006-07-26Remove dead function prototypes.Adam Jackson2-3/+0
2006-07-26Remove getconfig horrorshow. Replace with a static built-in rule list for now.Adam Jackson10-1075/+64
2006-07-26Remove another latent PowerMAX hunk.Adam Jackson1-82/+1
2006-07-26Unlibc-wrap DMX glxscreens.c and fix tag-removal typo.Kristian Høgsberg2-2/+1
2006-07-21Yet more dead code.Adam Jackson4-35/+0
2006-07-21static markup, more dead code.Adam Jackson2-42/+1
2006-07-21Open-coded path checks make baby Jesus cry.Adam Jackson1-28/+16
2006-07-21Remove a useless open() of the module we're about to load.Adam Jackson3-16/+3
2006-07-21loader: walk directory paths with readdir(), don't stat() everythingDaniel Stone1-37/+56
2006-07-21Delete internal usage of the symbol ref/req lists.Adam Jackson4-70/+1
2006-07-21Remove the loader's required and referenced symbol lists, dead code.Adam Jackson3-188/+4
2006-07-21Detach xf4bpp from cfb.Adam Jackson2-5/+4
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson654-748/+5
2006-07-21Fix the RandR failure path for rotated screens.Aaron Plattner1-4/+8
2006-07-21Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverIan Romanick8-124/+1
2006-07-21fix KdXvCopyPackedData to actually workDaniel Stone1-1/+1
2006-07-20Remove unused variable.Ian Romanick1-1/+0
2006-07-20Remove the DDXTIME conditional, for being unused.Adam Jackson7-123/+0
2006-07-20Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverIan Romanick97-545/+116
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone90-525/+87
2006-07-17Fix the Linux ACPI reopen code to use a repeating timer, rather than aAdam Jackson1-3/+15
2006-07-15Un-glx-libcwrap DMX GLX proxy so it works without GL/include.Kristian Høgsberg6-17/+14
2006-07-14Add some const qualifiers to serveral function parameters.Ian Romanick3-10/+11
2006-07-14Rearrange code in xf86int10ParseBiosLocation to use strncasecmp. ThisIan Romanick1-23/+16
2006-07-14Refactor common code from the generic.c and linux.c version ofIan Romanick4-184/+135