summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-04-21Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=535 -XORG-CURRENT-CLOSEDXORG-CURRENTRoland Mainz1-1/+25
Xprt should not annouce extensions which are not supported
2004-04-21Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=530 -Roland Mainz97-910/+4449
Land XPRINT branch on XORG-CURRENT
2004-04-18xc/lib/GL/glx/Imakefilebefore_20040421_xprint_branch_landingAlan Coopersmith3-4/+4
xc/lib/GL/mesa/src/Imakefile LargePICTable required for Solaris SPARC builds xc/programs/Xserver/hw/xfree86/drivers/glint/pm3_accel.c xc/programs/Xserver/hw/xfree86/common/xf86Events.c Add != NULL to if statements to get past syntax error reported by Sun Forte 6.1 cc. xc/config/imake/imake.c xc/config/cf/sun.cf xc/config/cf/sunLib.tmpl Allow compiling with Sun compilers installed somewhere other than /opt/SUNWspro xc/programs/Xserver/hw/xfree86/common/compiler.h xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.h Check for defined(sparc) as well as defined(__sparc__) since Sun compilers don't define __sparc__
2004-04-17Bugzilla #495: LocalClientCred should use getpeerucred on Solaris 10Alan Coopersmith1-3/+22
2004-04-16xc/programs/Xserver/hw/xfree86/os-support/sunos/sun_mouse.c Solaris mouseAlan Coopersmith2-12/+250
enhancements, including autoprobe support, VUID wheel mouse events, and streams module pushing. Bugzilla #434. (Russ Blaine & Alan Coopersmith, Sun Microsystems) xc/programs/Xserver/hw/xfree86/os-support/sunos/sun_init.c Xorg doesn't reset console to text mode on Solaris x86 8 and later Bugzilla #469.
2004-04-15Merged changes from RELEASE-1 branchEgbert Eich169-1514/+15615
2004-03-3036. Conversion: __AMD64__ > __amd64__ (Egbert Eich).XORG-CURRENT-premerge-release-1Egbert Eich12-25/+25
35. Fixed stretching option and centering in C&T driver (Egbert Eich). 34. Added support for memory size tweaking in BIOS for i845 (Egbert Eich, thanks to Christian Ziez) 33. Removed video playback dependency on Accel in NSC drivers (Egbert 3Eich). 32. Fix HW cursor state on Savage driver when entering VT as some BIOSes seem to enable it unconditionally (Egbert Eich). 31. Fixed Emulate3Button message to distinguish between 'hard' (ie. configured) and 'soft' (ie. automatic emulation that is disabled as soon as the middle button is pressed) (Egbert Eich). 30. Free XrmDB in XCloseDisplay() only when implicitely allocated by XGetDefaults(). If Client allocates it itself it should free it also. Trying to free it for the client may result in segfault if the client has already freed it (Egbert Eich).
2004-03-30- backing out XFIXES and DAMAGE related code that accidentally went inEgbert Eich1-20/+0
here.
2004-03-2629. XkbWriteRulesProp fails if XkbRulesFile is NULL. Bug #376. (AlanXACE-SELINUX-BASEAlan Coopersmith1-0/+4
Coopersmith)
2004-03-26oopsStuart Kreitman4-56/+26
2004-03-25oopsStuart Kreitman7-116/+37
2004-03-25built,working DAMAGE/XFIXES in mono treeStuart Kreitman12-63/+192
2004-03-21bug #357. Fix XDarwin so it builds on Mac OS X 10.2 and earlier. MergedKaleb Keithley2-9/+59
down from -RELEASE-1-TM and -RELEASE-1
2004-03-19no bug report. Restore Credits to the hw/darwin ddx that were deletedKaleb Keithley9-9/+99
previously. RTF may or may not be "human readable," but with a little effort it's about as readable as SGML, IMNSHO.
2004-03-0724. Update license for Xinerama code from DEC to the version requested byDAMAGE-XFIXES-BASEAlan Coopersmith10-164/+270
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-0523. Merged with XFree86 4.4.0. Added changes that went into infected files.Egbert Eich1331-1841/+1806
Reverted darwin/bundle/**/Credits.rtf to XFree86 versions to avoid future conflicts on ASCII but not humal readable files. (There should probably be separate CreditsXorg.rtf files) (Egbert Eich).
2004-03-0421. X server crashes when X-Resource has to byte-swap. Sun bug #5007488.Alan Coopersmith1-10/+13
freedesktop.org bugzilla #267. (Alan Coopersmith)
2004-03-03Enable inlining of assembly functions for inX/outX on Solaris 8 with SunAlan Coopersmith1-0/+73
compilers
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-02bug #230 Revert to Xinerama 1.1 In order to make a "quick" release it hasKaleb Keithley1-6/+6
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. Toobad 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-03-01Add the .stab.indexstr section produced by Sun's compilers to the list ofAlan Coopersmith1-0/+3
SHT_STRTAB sections with debug information to ignore when loading ELF objects.
2004-02-29bug #240 Instead of both Meta keys generating Meta_L, and both Alt keysKaleb Keithley11-39/+151
generating Alt_L, etc, fix the implementation so that you get Meta_L for the left Meta key and Meta_R for the right Meta key. Ditto for Alt, Control, and Shift.
2004-02-27bug #238 test for root-window that XFree86 fixed in theirXINERAMA_2Kaleb Keithley2-13/+7
programs/Xserver/Xext/shm.c 3.37 and programs/Xserver/Xext/xvdisp.c 1.26 got zapped when Xinerama2 was merged into the tree. (Xinerama has since been reverted to 1.1, but that's another story.)
2004-02-27Revert to Xinerama 1.1 In order to make a "quick" release it has beenKaleb Keithley5-17/+19
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. Toobad 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-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.