summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-03-13ServerInterpreted address family additions for IPv6 public reviewIPv6-REVIEWAlan Coopersmith3-30/+454
2004-03-1234. Added a hack to fc-lang and fc-list to prevent installation if defineIPv6-REVIEW-BASEEgbert Eich1-5/+11
InstallFontconfigLibrary NO (Egbert Eich). 33. Updated Xft to 2.1.5 (Egbert Eich). 32. Make ELF loader work on systems with non-exec stack/heaps (bugzilla #296, John Dennis, Mike Harris). 31. Fix for xdm to work on a non-IPv6 system when built with IPv6 support (bugzilla #287, Peter Breitenlohner) (confirmed by: Alan Coopersmith). 30. Fix Xi XselectExtensionEvent for 64 bit machines (bugzilla #285, Andreas Luik) (confirmed by: Paul Anderson, Alan Coopersmith).
2004-03-11Added initial support for PowerPC 64 (ppc64) architecture. (Mike A. Harris,Mike A. Harris3-1/+3
Elliot Lee, SuSE)
2004-03-0824. X server crashes when X-Resource has to byte-swap. Sun bug #5007488.Alan Coopersmith1-10/+13
freedesktop.org bugzilla #267. (Alan Coopersmith) [Merged from XORG-CURRENT branch]
2004-03-0822. Update license for Xinerama code from DEC to the version requested byAlan Coopersmith11-166/+307
Compaq for X11R6.5.1 that allows redistribution without written permission from DEC. Originally X.org Defect #9263. freedesktop.org bugzilla #283. (Alan Coopersmith)
2004-03-05- removing ': ' from lines which broke the build. These were added by aEgbert Eich1-1/+1
broken script that automatically removed spurious conflitcs do to CVS tag mismatches. The 'XdotOrg' tag really haunts me!
2004-03-04no bug report, see prior version. Fix bad editKaleb Keithley33-33/+33
2004-03-0418. Merged in XFree86 code up to 4.4.0 including changes to files that hadEgbert Eich1333-1765/+1833
a changed license. There was only one change which happened to be from me (Egbert Eich).
2004-03-04reverted some OS2 related glitches that where missed during a merge withEgbert Eich4-15/+18
XFree86. 17. Fixed Freetype2 compile glitches with different versions of freetype. The build has been tested with Freetyp 2.1.4 and 2.1.7 (Egbert Eich). 16. Changed default font renderer for TrueType that is loaded by the Xserver to freetype (Egbert Eich). 15. Removed dependecy of freetype Xserver module into freetype internals (Keith Packard). 14. Flagged mailing addresses that still need to be decided upon with &&&&& to allow for easy tracking (Egbert Eich). 13. Fixed keyboard rate setting thru ioctls on linux (Egbert Eich).
2004-03-02Replace a handful of calls to ErrorF and exit(1) with a single call toHarold L Hunt II2-36/+20
FatalError. These direct calls to exit(1) made it impossible to do anything ddx-specific in these cases; note that most of these calls occur during argument processing.
2004-03-02Removing last bits of kdrive.Egbert Eich14-29/+28
10. Made use system supplied Expat and Freetype2 library the default on Linux (documented in the release notes) (Bugzilla #218,#219) (Egbert Eich). 9. Patched __AMD64__ flags to __amd64__ (Egbert Eich). 8. Added RELNOTES.XORG to collect bits for release notes for this release (Egbert Eich). 7. Removed leftovers from libxml2 (Bugzilla #220)(Egbert Eich).
2004-02-275. Reversed Xinerama changes (Egbert Eich).Egbert Eich47-381/+749
4. Reversed Xutf8* to XFree86utf8* function name changes for the release (Egbert Eich). 3. Removed sources for patch which were included when patch had a bad bug (Egbert Eich). 2. Removed unnecessary fonts (Egbert Eich). 1. Removed XIE and PEX extension files from release tree. The build environment has been gone already (Egbert Eich).
2004-02-25bug #230 Revert to Xinerama 1.1 In order to make a "quick" release it hasXORG-RELEASE-1-BASEXEVIE-MERGEKaleb Keithley37-447/+445
been decided that the priority is to preserve the server's internal API/ABI so that third-party drivers that depend on symbols like noPanoramiXExtension, etc., would not need to be recompiled. Too bad gcc on Linux doesn't support ELF's weak symbols as that would have been a reasonable solution for preserving the ABI. N.B.: While symbols, i.e. functions and variables revert to the old name, I did not revert build names, i.e. -DXINERAMA, to the old -DPANORAMIX. There was no need, and it's just a build issue that has no impact on the binary output of the build.
2004-02-24bug #214. Merge most of 4.4RC3Kaleb Keithley1-2/+2
2004-02-24bug #188, #214, see versions 1.1.4.3 and 1.1.4.4 of this file. fix badKaleb Keithley1-1/+1
merge
2004-02-23merge most of XFree86 RC3 (4.3.99.903) from vendor branch. bug #214Kaleb Keithley69-520/+1792
2004-02-23bug #188 report bugs to X.org bugzilla, not XFree86Kaleb Keithley1-10/+11
2004-02-18Additional fixes to allow building with Sun compilers on Solaris x86Alan Coopersmith2-4/+10
2004-02-18Sun cc on Solaris x86 defines __i386 but not __i386__ so the x86Alan Coopersmith1-1/+2
architecture #ifdef should accept either form
2004-02-16[fd.o bugzilla #189] _XOPEN_SOURCE defines break builds on Solaris ExpressAlan Coopersmith2-3/+6
2004-02-112. Fixing segfaults that may happen in some corner cases when VT switchingEgbert Eich2-4/+8
and during int10 initialization (Egbert Eich).
2004-02-08revert to RC1 version of file with the license we likeKaleb Keithley1-32/+15
2004-02-08revert to RC1 version of the file with the license we likeKaleb Keithley2-64/+30
2003-12-21Use a different iconXEVIE-BASEKaleb Keithley1-0/+0
2003-12-20merge XFree86 RC2 (4.3.99.902) from vendor branchKaleb Keithley46-345/+3583
2003-12-18First pass at "Standard" Xinerama. The sources for this came from HeatherKaleb Keithley48-1102/+777
Lanigan's xinerama tree on Sourceforge.Net. No attempt has been made to handle previous, non-standard versions of the protocol. Nor has any attempt been made to preserve the ABI of previous versions -- that part will be added at a later time, and then probably only on systems that have nice object/linker semantics, e.g. ELF systems with weak symbols.
2003-12-06merge XFree86 4.3.99.901 (RC1) from vendor branchKaleb Keithley27-101/+316
2003-11-30xfree86 mergeKaleb Keithley14-225/+49
2003-11-29xfree86 mergeKaleb Keithley8-381/+1
2003-11-29xfree86 mergeKaleb Keithley1-6/+0
2003-11-26merge latest (4.3.99.16) from XFree86 (vendor) branchKaleb Keithley796-26484/+57972
2003-11-17merge XFree86 4.3.0.1 to -CURRENTKaleb Keithley615-100702/+42560
2003-11-14Initial revisionKaleb Keithley982-0/+479777
2003-11-14R6.6 is the Xorg base-lineXORG-MAINKaleb Keithley609-0/+262690
2003-11-14Accelerated image text code drew glyphs at wrong location when compositingKeith Packard1-2/+2
manager enabled.
2003-11-13Have the composite extension tell the damage extension about clients whichKeith Packard2-7/+7
have redirected subwindows in manual mode. Those clients are marked Critical and given a significant scheduling boost whenever they receive a damage notify event. This dramatically improves update frequency. If the kernel reported a large number of keys, readKernelMapping would walk off the end of the kdKeysym array. Fix usage of _IOWR; the 'size' argument is actually a datatype.
2003-11-11Fix Makefile.am's to include header files needed for distcheck. RemoveEric Anholt5-8/+21
-Werror default and add --enable-werror switch to add it back.
2003-11-10Fix KdXv interface to pass drawable down so that bits can be put intoKeith Packard4-86/+106
drawable pixmap rather than directly into the frame buffer. Rewrite logic in kdoffscreen to make space for new allocations, now deals correctly with locked areas.
2003-11-10Must offset composite parameters by drawable coordinates in acceleratedKeith Packard1-0/+9
case.
2003-11-08Avoid ugly shell error when libXdmcp isn't present.Phil Blundell1-0/+19
New functions. (TsInit): Register them.
2003-11-08Fix KAA to work with screen_x/screen_y hacks from COMPOSITE Also addKeith Packard1-26/+75
kaaComposite acceleration for simple bltblt case.
2003-11-07Ok, Composite extension is semi-working; when no-one asks for redirection,Keith Packard5-15/+43
the server seems to act as before. With RedirectSubwindows (root, automatic), the server looks just like a regular X server. Now to go rewrite the (currently lame) compositing manager to get some real action on the screen. Some of the fixes here are to make valgrind quiet with various ioctls used by kdrive/linux. Also fixed a bug where fbdev initialization was out of order in fbdev.c and smi.c
2003-11-07Fix warnings.Phil Blundell1-8/+6
2003-11-06tslib improvementsMatthew Allum7-25/+81
2003-11-05Replace translucent compositing hacks with PictOpSrc to match eventualKeith Packard1-7/+22
extension semantics. Replace mouse acceleration with quadratic.
2003-11-02merge xfixes_2_branch back to HEADKeith Packard51-996/+920
2003-10-28try /dev/misc/apm_bios if /dev/apm_bios doesn't existPhil Blundell1-0/+2
2003-10-28move smi into VESA_SUBDIRSPhil Blundell1-3/+2
2003-10-19Minor cleanups -- remove a couple of bogus KdCheckSync calls, restructureKeith Packard2-8/+4
KdOffscreenSwapOut to avoid unneeded 'continue'
2003-10-16Discard/reconstruct list of offscreen areas on VT switch so no allocationsxfixes_2_branchpointKeith Packard2-3/+3
can occur while switched away. Set type of off_screen_areas member to actual type instead of pointer