summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* autogen.sh: Implement GNOME Build APIbaserock/morphColin Walters2013-01-151-1/+3
* configure: Remove AM_MAINTAINER_MODEAdam Jackson2013-01-151-1/+0
* Use AM_CPPFLAGS instead of INCLUDESThierry Reding2013-01-122-3/+3
* unifdef -U__UNIXOS2__Alan Coopersmith2013-01-087-86/+5
* Add XtErrorDB directory to pkg-config file.Egbert Eich2012-11-301-0/+2
* Install ErrorDB into a $datarootdir-path, not $libdir.Egbert Eich2012-11-302-1/+4
* Remove unused macros that are temptations to presentation-level klugery.Eric S. Raymond2012-08-23107-6634/+107
* Eliminate use of tab stops.Eric S. Raymond2012-08-232-12/+7
* Fix DEBUG build (TMparse.c:376:1: error: overflow in implicit constant conver...Thomas Klausner2012-07-301-1/+1
* Avoid referencing something that isn't defined. Bring in the definition from ...Thomas Klausner2012-07-301-0/+1
* Add copyright notice and license from the X Consortium to COPYINGJulien Cristau2012-04-231-0/+23
* libXt 1.1.3libXt-1.1.3Alan Coopersmith2012-03-151-1/+1
* Revert "Treat unexpected returned events from poll as errors"Jeremy Huddleston2012-03-121-15/+1
* libXt 1.1.2libXt-1.1.2Alan Coopersmith2012-03-071-1/+1
* informaltable cleanupMatt Dew2012-01-163-6/+6
* Treat unexpected returned events from poll as errorsJeremy Huddleston2012-01-101-1/+15
* Don't re-enter the WaitLoop if block is set to falseStephen Turnbull2012-01-101-1/+8
* Add .gitignore for the newly added DocBook/XML generated files.Gaetan Nadon2011-12-311-0/+5
* docbook.am: embed css styles inside the HTML HEAD elementGaetan Nadon2011-12-311-2/+0
* Remove old files.Matt Dew2011-12-2823-28533/+0
* Initial docbook conversion.Matt Dew2011-12-2825-24/+39888
* Add const attributes to TMparse typedefs to fix gcc -Wwrite-strings warningsAlan Coopersmith2011-10-071-3/+3
* Add const attributes to slashDotXdefaults to fix gcc -Wwrite-strings warningsAlan Coopersmith2011-10-071-4/+4
* Make implementation_default_path return const char *Alan Coopersmith2011-10-071-3/+3
* Make gravity strings const to fix gcc -Wwrite-strings warningsAlan Coopersmith2011-10-071-1/+1
* Convert ISOLatin1 functions to specify args as const char *Alan Coopersmith2011-10-071-8/+8
* Whitespace changes related to cleaning up previous patchJeremy Huddleston2011-10-071-14/+12
* Don't pop elements from our array while we're itterating through it.Jeremy Huddleston2011-10-071-2/+5
* makestrs: Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith2011-10-031-12/+12
* Bug 40577 - Missing bound checking in FreeSelectionProperty()Olivier Fourdan2011-10-031-1/+4
* Strip trailing whitespaceAlan Coopersmith2011-10-03169-2453/+2453
* LP64 fix for TypedArgToArg()Jeremy Huddleston2011-10-021-0/+2
* Only link with ws2_32 for mingw targetJon TURNEY2011-06-201-1/+8
* Update README for documentation referenceGaetan Nadon2011-05-241-1/+2
* Add test case for XtCvtIntToPixmap fix in commit 16d9941f3aa38Alan Coopersmith2011-03-183-1/+85
* Add test case for XtAppMainLoop bug 34715Alan Coopersmith2011-03-182-1/+92
* Add test framework similar to xserver and use it to test XtAsprintfAlan Coopersmith2011-03-185-4/+154
* Bug 34715: XtAppMainLoop doesn't work without a DisplayJordan Hayes2011-03-141-7/+1
* Bump to 1.1.1libXt-1.1.1Julien Cristau2011-03-101-1/+1
* XtAsprintf: Fix memory corruption.Cyril Brulebois2011-03-091-1/+1
* man: replace hard coded section number 3Xt with __libmansuffix__ #35050Gaetan Nadon2011-03-0855-87/+87
* Don't need to use target-specific CFLAGS for makestrsAlan Coopersmith2011-03-062-4/+1
* Incorrect cast in XtCvtIntToPixmap could cause bus error on 64-bit machinesAlan Coopersmith2011-03-061-1/+1
* configure: Bump version to 1.1.0 for releaselibXt-1.1.0Jeremy Huddleston2011-03-041-1/+1
* darwin: Don't use poll() when expected to run on darwin10 and priorJeremy Huddleston2011-03-041-4/+18
* Shell.c: TopLevelSetValues ignores iconic state if shell not yet realizedAlan Coopersmith2011-02-041-0/+4
* GetResources: protect against underflow when type conversion failsAlan Coopersmith2011-02-041-1/+1
* Remove unused #ifdef UNALIGNED version of Xt macros & functionsAlan Coopersmith2011-02-042-120/+0
* config: comment, minor upgrade, quote and layout configure.acGaetan Nadon2011-02-031-39/+42
* config: replace deprecated AC_HELP_STRING with AS_HELP_STRINGGaetan Nadon2011-01-281-3/+3