summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-11-10Fix typo to enable DGA support.XORG-6_99_99_902Kevin E Martin5-4/+14
EXTMODULE is required to build DGA support into extmod.
2005-11-10Dont pass wheel mouse buttons as real buttons, map them as Z-Axis movementXORG-6_8_99_902Kean Johnson3-30/+16
on SCO and USL. Re-instate the ZAxisMapping default for the mouse driver.
2005-11-09Update package version number for X11R7 RC2 release. Update release stringKevin E Martin2-2/+8
to 6.99.99.902 (i.e., 7.0 RC2).
2005-11-09Bug #4915: ButtonMapping option which allows to define arbitrary buttonMatthias Hopf4-13/+18
mappings (including left-handed mouse etc.). Fixed incorrect usage of non-reversed, but ZAxisMapped buttons for state detection. Nuked unused part of reverseMap.
2005-11-09DRM 1.0.5 importDRM-1_0_5Kevin E Martin2-5/+4
2005-11-08Add newly checked in files to Xorg server build.Kevin E Martin6-5/+60
Fix release date. Enable DGA extension by default.
2005-11-08Bug #2880, add functions for byte and word level access to pci configKristian Høgsberg3-14/+128
space. Fix broken utf8 again.
2005-11-08See ChangeLog entry 2005-11-07 for details.Kean Johnson45-178/+3310
2005-11-08Don't reference noXkbExtension when building without XKB. (Bob Terek - SunAlan Coopersmith1-2/+9
Microsystems)
2005-11-07Fix Xvfb to work properly in depth 15 mode. Fixes XTS5 XCloseDisplay-3Kevin E Martin1-7/+4
server crash.
2005-11-06Fix a bug where a system memory pixmap got a wrong address if memcpy()Thomas Hellstrom6-6/+6
fallback was used for downloading from screen.
2005-11-05Bug #4948: <https://bugs.freedesktop.org/show_bug.cgi?id=4948> IncorrectAlan Coopersmith1-3/+3
URL in log file for Xorg CVS. Also fixed wording of statement to not refer to monolithic CVS since modular uses the same code, so it was appearing in modular builds too.
2005-11-04Only use fbCopyAreammx if planemask is FB_ALLONES (fixes XTS5 XCopyAreaKevin E Martin1-1/+2
tests 22 and 23).
2005-11-03Whitespace change just to make sure I created the branch correctly.Ian Romanick1-1/+0
2005-11-03Fix vendor string and release version reported by the servers. EnableKevin E Martin4-17/+53
security, lbx and xevie extensions to give us parity with monolithic tree.
2005-11-03Use APP_MAN_SUFFIX for Xserver man page instead of hardcoding section 1Alan Coopersmith2-5/+17
2005-11-02Add support for enabling/disabling DBE (part of generic enable/disableKevin E Martin3-9/+26
extension support in the server).
2005-11-02Fix support for enabling/disabling extensions loaded from modules.Kevin E Martin4-19/+24
2005-11-01Add xorg-server.m4 for driver dependency checking.Kevin E Martin8-12/+99
Update pkgcheck depedencies to work with separate build roots.
2005-10-31Fix fd leak by closing them in the ACPI code instead of just usingKevin E Martin1-0/+2
shutdown.
2005-10-30RandR: Add a driver func to let the driver determine the physical size of aThomas Winischhofer2-28/+61
screen size (display mode). Useful for faked widescreen modes, modes which are scaled by the driver, etc. This really helps fixing RandR's sometimes dumb DPI assumptions.
2005-10-30Add xf86RandRSetNewVirtualAndDimensions to loader symlistThomas Winischhofer1-0/+5
2005-10-29Add function for drivers to change RandR's idea of the virtual screen size.Thomas Winischhofer2-13/+56
(This allows drivers to reserve a larger virtual size at start and change it later)
2005-10-29Make X -> Xorg symlink at install time.Alan Coopersmith2-0/+6
2005-10-28build fix on alphaAlan Hourihane1-1/+1
2005-10-27Improved stack trace dump code for Solaris - try fork & exec of pstackAlan Coopersmith1-5/+86
first so we can see the names of non-exported symbols that aren't visible to walkcontext/dladdr1 code.
2005-10-22programs/Xserver/GL/mesa/X/xf86glx.c: Missing initializer in xf86glx.cDave Airlie1-0/+1
spotted while debugging something else.
2005-10-21Bug #1429: Report input device type correctly. (Stéphane VOLTZ)Adam Jackson1-2/+2
2005-10-21Bug #4730: Byte-swap the pixmap ID correctly. (Neil Campbell)Adam Jackson1-0/+1
2005-10-21Bug #4840: Typo, x$xRES -> x$RES. (George Fufutos)Adam Jackson2-1/+6
2005-10-20Make sure that the __gl*_size prototypes are seen in all the places thatIan Romanick1-0/+2
they need to be seen.
2005-10-20Bug #4817 <https://bugs.freedesktop.org/show_bug.cgi?id=4817> Restore '='Donnie Berkholz2-1/+6
to '==' in test for mmx_capable.
2005-10-20EXA: The "optimization" for using a fill operation instead of 1x1 copiesThomas Winischhofer6-18/+18
checked the destination drawable's dimensions (!) instead of the tile's. Really....
2005-10-20Move xf86XTrapModule.c to dixmods, guess at a build system.Adam Jackson3-3/+17
2005-10-19Bug #3224: Degrade XKB fallback message to X_WARNING.Adam Jackson1-1/+1
2005-10-19Bug #3196: Fix Load foo.so syntax.Adam Jackson1-0/+5
2005-10-19Fix PCI bus scan on ia64 E8870 chipsets.Adam Jackson1-1/+1
2005-10-18Update package version number for RC1 release. Update release string toXORG-6_99_99_901Kevin E Martin2-2/+8
6.99.99.901 (i.e., 7.0 RC1).
2005-10-18Fix distcheck by forcing Xorg to be installed before chmod/chown.Adam Jackson2-1/+4
2005-10-18Fix parallel builds my ensuring libdmxconfig builds first.Adam Jackson2-0/+8
2005-10-18Don't use $< in explicit rules since neither BSD nor Solaris make allowAlan Coopersmith2-1/+7
that.
2005-10-18Add miext/damage so misym.c can export DamageDamageRegion.Aaron Plattner2-1/+7
2005-10-18Export DamageDamageRegion. Not bumping the ABI version since we did thatXORG-6_8_99_901Aaron Plattner1-0/+6
already for this release.
2005-10-18DRM 20051017 importDRM-20051017Kevin E Martin1-1/+1
2005-10-18Change default install dir for app-default files fromAlan Coopersmith1-1/+1
$(sysconfdir)/X11/app-defaults to $(libdir)/X11/app-defaults to match the monolith & allow localization
2005-10-17More automake 1.7 braindamage: use mkdir -p, not .Adam Jackson2-1/+5
2005-10-17Work around automake-1.7 braindamage by providing an explicit rule forAdam Jackson2-0/+11
XOrgCfg.
2005-10-17Fix whitespace in AS_HELP_STRING uses, convert all help strings to useKristian Høgsberg2-41/+54
AS_HELP_STRING.
2005-10-17include/dix-config.h.in Add support for more extensionsKevin E Martin17-40/+188
Add missing files to EXTRA_DIST
2005-10-16Link Xprint config directories in $(C_LOCALE) list to C locale dir, notAlan Coopersmith1-1/+1
en_US