summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Convert ALLOCATE_LOCAL + sprintf to XtAsprintfAlan Coopersmith2011-01-121-15/+10
* Convert ResConfig.c to use XtAsprintf() instead of XtMalloc + sprintfAlan Coopersmith2011-01-121-31/+9
* Add XtAsprintf() as a new exported APIAlan Coopersmith2011-01-127-4/+72
* Convert some sprintf calls to snprintfAlan Coopersmith2010-12-222-3/+4
* config: AC_PROG_CC is provided by XORG_DEFAULT_OPTIONS nowAlan Coopersmith2010-12-051-1/+0
* config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSAlan Coopersmith2010-12-051-4/+5
* Remove ancient #if defined(macII) hack for A/UX from makestrs.cAlan Coopersmith2010-12-051-3/+0
* Remove non-USE_SNPRINTF case from src/Error.cAlan Coopersmith2010-12-052-18/+2
* remove strcmp in src/ResConfig.cwalter harms2010-11-101-1/+1
* QueryEventMask: fix NULL checkwalter harms2010-11-101-11/+15
* src/Resource.c: Fix possible NULL accesswalter harms2010-11-101-2/+4
* XtFree() can handle NULL , remove checkwalter harms2010-11-101-3/+2
* libXt 1.0.9libXt-1.0.9Alan Coopersmith2010-10-281-1/+2
* Purge cvs tags.Jesse Adkins2010-10-06200-712/+2
* makestrs: Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONSGaetan Nadon2010-10-051-7/+1
* makestrs: Use $(SED) from AC_PROG_SED supplied by XORG_DEFAULT_OPTIONSGaetan Nadon2010-10-051-2/+0
* makestrs: remove unsed $(appman_DATA)Gaetan Nadon2010-10-051-1/+1
* Honor that GetClassActions() may return NULL.walter harms2010-10-051-3/+5
* Sun's copyrights belong to Oracle nowAlan Coopersmith2010-09-2345-45/+45
* Bug 1478: Selection.c damages user error handler functionRyan Hajdaj2010-09-231-2/+3
* fix dereference in TMprint.cwalter harms2010-09-221-3/+7
* man: whitespace managementGaetan Nadon2010-08-171-458/+457
* man: store shadow man pages in git rather than generating themGaetan Nadon2010-08-17161-289/+165
* man: using the C preprocessor is not required for man pages.Gaetan Nadon2010-08-062-43/+5
* Move Xt specs from xorg-docs moduleAlan Coopersmith2010-06-0827-3/+28563