summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bumped version to 1.0.3.libSM-1.0.3Tilman Sauerbeck2007-05-131-1/+1
|
* Another tiny char* vs const char* fix.Tilman Sauerbeck2007-05-131-1/+1
|
* Revert "Don't reinvent the wheel and just use strdup()."Tilman Sauerbeck2007-05-131-1/+4
| | | | This reverts commit 57ea148fdbf047a012b361acdc7954e70679dad3.
* Added object files to .gitignore.Tilman Sauerbeck2007-05-131-0/+1
|
* Removed some global writable variables.Tilman Sauerbeck2007-05-134-33/+29
|
* Don't reinvent the wheel and just use strdup().Tilman Sauerbeck2007-05-131-4/+1
|
* Fixed some const vs non-const mix ups.Tilman Sauerbeck2007-05-131-2/+2
|
* Sanitized hex string conversion in SmsGenerateClientID().Tilman Sauerbeck2007-05-131-45/+16
| | | | | This reduces the size of the DSO by almost 4K and gets rid of 255 relocations on load.
* Bump to 1.0.2libSM-1.0.2Adam Jackson2006-10-131-1/+1
|
* renamed: .cvsignore -> .gitignoreAlan Coopersmith2006-07-132-0/+0
|
* From Patch #6046 <https://bugs.freedesktop.org/attachment.cgi?id=6046>Alan Coopersmith2006-06-262-1/+11
| | | | freeaddrinfo() in error handling return (Peter Breitenlohner)
* Bump to 1.0.1libSM-1_0_1XORG-7_1Adam Jackson2006-04-272-1/+6
|
* Specs say SmsInitialize & SmcOpenConnection return NULL terminated stringsXORG-7_0_99_901Alan Coopersmith2006-03-173-17/+49
| | | | | | in errorStringRet, but were just calling strncpy and not making sure strings were NULL terminated if errorLength wasn't long enough. (Noticed while evaluating Coverity ids 196 & 201.)
* Update package version number for final X11R7 release candidate.XORG-7_0XORG-6_99_99_904Kevin E Martin2005-12-152-1/+6
|
* Update package version number for X11R7 RC3 release.XORG-6_99_99_903MODULAR_COPYKevin E Martin2005-12-032-1/+6
|
* Update pkgconfig files to separate library build-time dependencies fromKevin E Martin2005-11-192-2/+10
| | | | | application build-time dependencies, and update package deps to work with separate build roots.
* Update package version number for X11R7 RC2 release.XORG-6_99_99_902Kevin E Martin2005-11-092-1/+6
|
* See ChangeLog entry 2005-11-07 for details.XORG-6_8_99_903XORG-6_8_99_902Kean Johnson2005-11-081-1/+1
|
* Update package version number for RC1 release.XORG-6_99_99_901Kevin E Martin2005-10-192-1/+6
|
* Add XTRANS_CONNECTION_FLAGS to set TCP & IPv6 flags needed by libSMAlan Coopersmith2005-08-151-0/+3
|
* Various changes preparing packages for RC0:XORG-6_99_99_900Kevin E Martin2005-07-291-2/+4
| | | | | | | | | | | - Verify and update package version numbers as needed - Implement versioning scheme - Change bug address to point to bugzilla bug entry form - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it) - Fix makedepend to use pkgconfig and pass distcheck - Update build script to build macros first - Update modular Xorg version
* Set soversion to 6.0.0 using -version-number.Daniel Stone2005-07-161-1/+1
|
* Eliminate xtrans CFLAGS from .pc file as xtrans is not part of the publicKeith Packard2005-07-133-3/+14
| | | | API.
* Add .cvsignore filesKeith Packard2005-07-093-0/+32
|
* Replace <X11/Xtrans.h> with <X11/Xtrans/Xtrans.h>XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11Alexander Gottwald2005-06-091-1/+1
| | | | Copy Xtrans.h to exports/include/X11/Xtrans only
* revert last change, didn't do right thing at all, sorry for the noiseAdam Jackson2005-05-191-1/+1
|
* Require automake 1.7 in AM_INIT_AUTOMAKEAdam Jackson2005-05-191-1/+1
|
* - Conditionally include config.h in xc/lib/SMXORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_10Søren Sandmann Pedersen2005-05-1718-0/+421
| | | | | - Add libSM to symlink.sh - Add SM build system
* Bug #1447: Fix a use-after-free case in libSM. (Mark McLoughlin)sco_port_update-baseXORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2Adam Jackson2005-04-031-5/+3
|
* Move _IceGetPeerName into the ICE public API as IceGetPeerName; bump ICEXORG-6_8_99_1Daniel Stone2005-01-281-4/+1
| | | | | soversion to 6.4 accordingly. Change SM's use to the public version. The old version will be retained for compatibility.
* Made handling of DevelDrivers for x86-64 more conformant to otherEgbert Eich2004-10-181-66/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | platforms. Compress all font encodings (Stefan Dirsch). Fixed warnings. Turn on forwarding XNSpotLocation event to XIM server in OffTheSpot and Root mode (bugzilla #1580, James Su). Added another compose key combination for the Euro symbol (Stefan Dirsch). Added support for UTF-8 in ja_JP, ko_KR and zh_TW locales (Mike Fabian). Changed default encoding for ru from KOI8-R to ISO8859-5 (Mike Fabian). This is the encoding that is also used by glibc. We may break other libcs - lets see who complains. Added explanation for DESTDIR to install to a different directory than /. Added some early bailouts to atiprobe if PCI structure pointer is NULL to prevent sig11. XV support doesn't depend on 2D acceleration any more. This patch removes this limitation from the NSC driver. This is a patch that I have committed to XFree86 a while ago but never ported over to X.Org. Matthieu Herrb contributed some build fixes. Fixing SetDPMSTimers() so that DPMS*Time == 0 disables the appropriate timer. This takes advantage of the fact that TimerSet() with a timeout argument 0 behaves like TimerCanel(). Use /dev/xconsole (named pipe) or devpts for system logger (Werner Fink). Create missing links for backward compatibility to XFree86 (Stefan Dirsch). Changed comment to mention xorg. Changed cursor for the 'kill' action from XC_draped_box to XC_Pirate. If you don't like it we can change it back (original author unkown). Added 'pic' to the man page rendering command pipeline (Werner Fink). Added missing return value (Stefan Dirsch, Roland Mainz)
* Fix AIX build problems (Bugs #1020, 1102, 1103, Dan McNichol).rel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-baseXORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-6_8_1_901XORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903lg3d-masterlg3d-eventlg3d-dev-0-7-1lg3d-dev-0-7-0lg3d-dev-0-6-latestlg3d-dev-0-6-2lg3d-dev-0-6-1-latestlg3d-dev-0-6-1-currentlg3d-dev-0-6-1-1lg3d-dev-0-6-1lg3dXORG-6_8-branchKevin E Martin2004-08-181-1/+4
| | | | | Remove old config files (Bug #1123, Jim Gettys). Remove old log message (Bug #1123, Jim Gettys).
* Fix build glitches when building modules independently using Imake.XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1COMPOSITEWRAPEgbert Eich2004-05-242-2/+0
|
* Merging XORG-CURRENT into trunkXACE-SELINUX-MERGEEgbert Eich2004-04-236-6/+6
|
* Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich2004-03-146-6/+6
|
* Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0STSF-CURRENTEgbert Eich2004-03-036-6/+6
|
* readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich2004-02-266-6/+6
|
* Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich2004-02-266-6/+6
|
* Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004xf86-4_3_99_903_specialxf86-012804-2330Egbert Eich2004-01-292-2/+5
|
* XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16Kaleb Keithley2003-11-254-120/+59
|
* XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1Kaleb Keithley2003-11-144-23/+34
|
* R6.6 is the Xorg base-lineXORG-MAINXORG-STABLEKaleb Keithley2003-11-1412-0/+4214