summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-07-24Bigreqs are built-in and mandatory.Adam Jackson8-58/+3
2008-07-24Shape extension is built-in and mandatory.Adam Jackson40-201/+2
2008-07-24Ugh, remove trailing backslash.Kristian Høgsberg1-1/+1
2008-07-24Remove SPARC muldiv code. Was used by ELF loader, which is no more.Kristian Høgsberg3-96/+1
2008-07-24Drop the glx resize hook and stop chaining PositionWindow.Kristian Høgsberg7-90/+0
2008-07-24Drop unnecessary linked list of contexts from GLXDrawable.Kristian Høgsberg3-83/+10
2008-07-24Remove xorgcfgDaniel Stone58-26319/+1
Us shipping a GUI configuration utility (especially as part of the server!) was pretty pointless. There was pretty much nothing it could configure which wasn't already runtime adjustable: if you could get a server up with functioning input and output, there wasn't much xorgcfg could do for you. Au revoir.
2008-07-24Remove ioportDaniel Stone4-551/+0
I don't know why we would possibly be shipping this.
2008-07-24Remove kbd_modeDaniel Stone7-426/+0
We only built this on BSD and Solaris, and if such a tool is generally useful, ship it with the OS.
2008-07-23Unifdef hpux.Adam Jackson4-16/+3
2008-07-23Unifdef __osf__Adam Jackson2-2/+2
2008-07-23Unifdef AIX.Adam Jackson6-40/+1
2008-07-23Unifdef DGUX.Adam Jackson2-71/+1
2008-07-23Unifdef sgi.Adam Jackson12-46/+12
2008-07-23Optimize commit 331cc3f0799a54910a99484264f76569beeee55aJames Cloos1-6/+4
Reorder to minimize comparisons
2008-07-23Unifdef VXWORKS.Adam Jackson2-17/+0
2008-07-23Assume __GNUC__ >= 3.Adam Jackson3-77/+21
gcc 3.0 was seven years ago. Get with the times.
2008-07-23Remove some broken debugging scaffolding.Adam Jackson1-31/+0
2008-07-23Unifdef QNX.Adam Jackson15-181/+8
Again, hasn't worked since at least 7.0.
2008-07-23Fix LookupColorJames Cloos1-0/+2
Using strncasecmp(3) with the lenght of the user-supplied colour name will result in a false positive when the db key starts out with the same string. Eg, blue will also match BlueViolet (aka blue violet). Since the shorter strings occur first in the database, avoid such errors by treating a 0 result from strncasecmp(3) as a positive result when the key’s length is longer than the supplied string’s.
2008-07-22Don't return BadAlloc when trying to set a PictureFilter with no parameters ↵Pierre-Loup A. Griffais1-1/+1
when a filter with parameters was previously set. Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
2008-07-23[Xephyr] various X86_64 build cleanupsDodji Seketeli5-19/+18
2008-07-23[Xephyr] Fix #15839Dodji Seketeli4-0/+43
Make sure the _XSERVER64 macro is not defined in Xlib client code. That macro is meant to be define only on pure server code, when necessary.
2008-07-22Build fix.Adam Jackson1-0/+1
2008-07-22autogen.sh: Pass --force to autoreconfDaniel Stone1-2/+2
Ensure we get all files installed when running autoreconf by passing --force to overwrite previously-generated ones, which fixes running it from tarballs. Also revert Peter's local changes to pass arguments to configure, all of which are the default now anyway, AIUI.
2008-07-22xfree86: plug memory leak, free driver's private data when deleting the device.Peter Hutterer1-3/+3
2008-07-22dix: reset potential lastSlaves when disabling an SDKeith Packard1-0/+8
Unplug a mouse, then warp the pointer and the warp pointer code will try to update the position of the last slave device associated with the master. That pointer will be stale and the X server will crash. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2008-07-21EDID: Various reduced blanking fixes.Adam Jackson5-25/+62
- Use a single common function to compute reducedness. - Call it from both the old-school and new-school mode validation paths. - Define monitor reduced-blanking support in accord with EDID 1.4. - Attempt to filter RB DMT modes away from the "standard" EDID pool if the monitor doesn't claim RB support.
2008-07-21EDID: For standard timing blocks, prefer DMT timings if they exist.Adam Jackson1-12/+128
2008-07-21EDID: Correct DDCEstablishedModes to conform to DMT.Adam Jackson1-6/+11
2008-07-21Need to unref pixmaps backing pbuffers too.Kristian Høgsberg1-1/+5
2008-07-21Fix embarrasing GLXPixmap leak.Kristian Høgsberg2-4/+5
2008-07-21EDID: Add quirk to clamp max pixel clock to single DVI link speed.Adam Jackson1-0/+21
On some panels you end up with all of: - No range descriptor - No description of physical connectivity - Native panel size mode in standard timings list In principle you're supposed to use the timings for that mode from the DMT spec, but in practice the DMT spec has timings for both 1920x1200 normal and 1920x1200RB, and the standard timing field gives you no way to distinguish. And, of course, the non-RB timings don't fit in a single DVI link.
2008-07-21Bump inputproto to 1.9.99.2 for XI_PROP_ENABLEDAlan Hourihane1-1/+1
2008-07-21dix: shift the duplicate button mapping check to ProcSetPointerMapping.Peter Hutterer1-9/+19
XI 2 allows two buttons to have the same button code.
2008-07-21Revert "Try nvidia before nv under the assumption that people who install it ↵Daniel Stone1-5/+1
usually want to *use* it, too." Per mailing list discussion. This reverts commit 66fb253082ea42179180303393e48846208987fa.
2008-07-21dix: Remove insane BC hacksDaniel Stone1-12/+1
If your DDX needs a 1bpp mode and doesn't set it up, your DDX is incompetent.
2008-07-20Try nvidia before nv under the assumption that people who install it usually ↵Aaron Plattner1-1/+5
want to *use* it, too.
2008-07-20Drop some more configure-generated files from the tarballJulien Cristau1-4/+3
2008-07-20Don't put xf86Build.h in the tarball (bug#9277)Julien Cristau1-4/+3
This file is generated by configure, we don't need to ship a stale version in the tarball. X.Org bug#9277 <https://bugs.freedesktop.org/show_bug.cgi?id=9277>
2008-07-20distcheck fixesJulien Cristau9-11/+11
Still seems to fail because hw/xquartz has too long filenames
2008-07-19Fix compile failureJames Cloos1-0/+1
This fixes a compile failure by ensuring that mouse-cfg.c can see the MTYPE_ constants.
2008-07-18Drop the FONTCACHE extension.Adam Jackson10-378/+0
This appears to have been dead code since X-TT was merged.
2008-07-17Give priority to clients that are receiving expose and configure eventsSøren Sandmann1-1/+1
2008-07-17Make xstrcasestr prototype return value match the implementationAlan Coopersmith1-1/+1
2008-07-17configure.ac: Remove non-existant directoryDaniel Stone1-1/+0
Oops.
2008-07-17Remove dead code, useless #defines, et alDaniel Stone9-316/+11
2008-07-17configure.ac: Fix release dateDaniel Stone1-1/+1
Instead of putting something that's always wrong, at least just put unreleased, which will be more obviously wrong if it's, well, in a release.
2008-07-17Everyone has urandomDaniel Stone2-56/+0
If you don't have urandom, please just add a fallback to /dev/random, rather than building our own random generator.
2008-07-17Dead code removalDaniel Stone42-3201/+28
Remove a whole bunch of code that was never built, be it entire files or just dead ifdefs.