summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-07libXt 1.1.2libXt-1.1.2Alan Coopersmith1-1/+1
2012-01-16informaltable cleanupMatt Dew3-6/+6
2012-01-10Treat unexpected returned events from poll as errorsJeremy Huddleston1-1/+15
2012-01-10Don't re-enter the WaitLoop if block is set to falseStephen Turnbull1-1/+8
2011-12-31Add .gitignore for the newly added DocBook/XML generated files.Gaetan Nadon1-0/+5
2011-12-31docbook.am: embed css styles inside the HTML HEAD elementGaetan Nadon1-2/+0
2011-12-28Remove old files.Matt Dew23-28533/+0
2011-12-28Initial docbook conversion.Matt Dew25-24/+39888
2011-10-07Add const attributes to TMparse typedefs to fix gcc -Wwrite-strings warningsAlan Coopersmith1-3/+3
2011-10-07Add const attributes to slashDotXdefaults to fix gcc -Wwrite-strings warningsAlan Coopersmith1-4/+4
2011-10-07Make implementation_default_path return const char *Alan Coopersmith1-3/+3
2011-10-07Make gravity strings const to fix gcc -Wwrite-strings warningsAlan Coopersmith1-1/+1
2011-10-07Convert ISOLatin1 functions to specify args as const char *Alan Coopersmith1-8/+8
2011-10-07Whitespace changes related to cleaning up previous patchJeremy Huddleston1-14/+12
2011-10-07Don't pop elements from our array while we're itterating through it.Jeremy Huddleston1-2/+5
2011-10-03makestrs: Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith1-12/+12
2011-10-03Bug 40577 - Missing bound checking in FreeSelectionProperty()Olivier Fourdan1-1/+4
2011-10-03Strip trailing whitespaceAlan Coopersmith169-2453/+2453
2011-10-02LP64 fix for TypedArgToArg()Jeremy Huddleston1-0/+2
2011-06-20Only link with ws2_32 for mingw targetJon TURNEY1-1/+8
2011-05-24Update README for documentation referenceGaetan Nadon1-1/+2
2011-03-18Add test case for XtCvtIntToPixmap fix in commit 16d9941f3aa38Alan Coopersmith3-1/+85
2011-03-18Add test case for XtAppMainLoop bug 34715Alan Coopersmith2-1/+92
2011-03-18Add test framework similar to xserver and use it to test XtAsprintfAlan Coopersmith5-4/+154
2011-03-14Bug 34715: XtAppMainLoop doesn't work without a DisplayJordan Hayes1-7/+1
2011-03-10Bump to 1.1.1libXt-1.1.1Julien Cristau1-1/+1
2011-03-09XtAsprintf: Fix memory corruption.Cyril Brulebois1-1/+1
2011-03-08man: replace hard coded section number 3Xt with __libmansuffix__ #35050Gaetan Nadon55-87/+87
2011-03-06Don't need to use target-specific CFLAGS for makestrsAlan Coopersmith2-4/+1
2011-03-06Incorrect cast in XtCvtIntToPixmap could cause bus error on 64-bit machinesAlan Coopersmith1-1/+1
2011-03-04configure: Bump version to 1.1.0 for releaselibXt-1.1.0Jeremy Huddleston1-1/+1
2011-03-04darwin: Don't use poll() when expected to run on darwin10 and priorJeremy Huddleston1-4/+18
2011-02-04Shell.c: TopLevelSetValues ignores iconic state if shell not yet realizedAlan Coopersmith1-0/+4
2011-02-04GetResources: protect against underflow when type conversion failsAlan Coopersmith1-1/+1
2011-02-04Remove unused #ifdef UNALIGNED version of Xt macros & functionsAlan Coopersmith2-120/+0
2011-02-03config: comment, minor upgrade, quote and layout configure.acGaetan Nadon1-39/+42
2011-01-28config: replace deprecated AC_HELP_STRING with AS_HELP_STRINGGaetan Nadon1-3/+3
2011-01-12Convert ALLOCATE_LOCAL + sprintf to XtAsprintfAlan Coopersmith1-15/+10
2011-01-12Convert ResConfig.c to use XtAsprintf() instead of XtMalloc + sprintfAlan Coopersmith1-31/+9
2011-01-12Add XtAsprintf() as a new exported APIAlan Coopersmith7-4/+72
2010-12-22Convert some sprintf calls to snprintfAlan Coopersmith2-3/+4
2010-12-05config: AC_PROG_CC is provided by XORG_DEFAULT_OPTIONS nowAlan Coopersmith1-1/+0
2010-12-05config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSAlan Coopersmith1-4/+5
2010-12-05Remove ancient #if defined(macII) hack for A/UX from makestrs.cAlan Coopersmith1-3/+0
2010-12-05Remove non-USE_SNPRINTF case from src/Error.cAlan Coopersmith2-18/+2
2010-11-10remove strcmp in src/ResConfig.cwalter harms1-1/+1
2010-11-10QueryEventMask: fix NULL checkwalter harms1-11/+15
2010-11-10src/Resource.c: Fix possible NULL accesswalter harms1-2/+4
2010-11-10XtFree() can handle NULL , remove checkwalter harms1-3/+2
2010-10-28libXt 1.0.9libXt-1.0.9Alan Coopersmith1-1/+2