summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-30libXt 1.1.4libXt-1.1.4Alan Coopersmith
2013-04-26Remove old strtoul workaround for SunOS 4Alan Coopersmith
2013-04-26unvalidated length in _XtResourceConfigurationEH [CVE-2013-2002]Alan Coopersmith
2013-04-26Unchecked return values of XGetWindowProperty [CVE-2013-2005]Alan Coopersmith
2013-01-15autogen.sh: Implement GNOME Build APIColin Walters
2013-01-15configure: Remove AM_MAINTAINER_MODEAdam Jackson
2013-01-12Use AM_CPPFLAGS instead of INCLUDESThierry Reding
2013-01-08unifdef -U__UNIXOS2__Alan Coopersmith
2012-11-30Add XtErrorDB directory to pkg-config file.Egbert Eich
2012-11-30Install ErrorDB into a $datarootdir-path, not $libdir.Egbert Eich
2012-08-23Remove unused macros that are temptations to presentation-level klugery.Eric S. Raymond
2012-08-23Eliminate use of tab stops.Eric S. Raymond
2012-07-30Fix DEBUG build (TMparse.c:376:1: error: overflow in implicit constant conver...Thomas Klausner
2012-07-30Avoid referencing something that isn't defined. Bring in the definition from ...Thomas Klausner
2012-04-23Add copyright notice and license from the X Consortium to COPYINGJulien Cristau
2012-03-15libXt 1.1.3libXt-1.1.3Alan Coopersmith
2012-03-12Revert "Treat unexpected returned events from poll as errors"Jeremy Huddleston
2012-03-07libXt 1.1.2libXt-1.1.2Alan Coopersmith
2012-01-16informaltable cleanupMatt Dew
2012-01-10Treat unexpected returned events from poll as errorsJeremy Huddleston
2012-01-10Don't re-enter the WaitLoop if block is set to falseStephen Turnbull
2011-12-31Add .gitignore for the newly added DocBook/XML generated files.Gaetan Nadon
2011-12-31docbook.am: embed css styles inside the HTML HEAD elementGaetan Nadon
2011-12-28Remove old files.Matt Dew
2011-12-28Initial docbook conversion.Matt Dew
2011-10-07Add const attributes to TMparse typedefs to fix gcc -Wwrite-strings warningsAlan Coopersmith
2011-10-07Add const attributes to slashDotXdefaults to fix gcc -Wwrite-strings warningsAlan Coopersmith
2011-10-07Make implementation_default_path return const char *Alan Coopersmith
2011-10-07Make gravity strings const to fix gcc -Wwrite-strings warningsAlan Coopersmith
2011-10-07Convert ISOLatin1 functions to specify args as const char *Alan Coopersmith
2011-10-07Whitespace changes related to cleaning up previous patchJeremy Huddleston
2011-10-07Don't pop elements from our array while we're itterating through it.Jeremy Huddleston
2011-10-03makestrs: Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith
2011-10-03Bug 40577 - Missing bound checking in FreeSelectionProperty()Olivier Fourdan
2011-10-03Strip trailing whitespaceAlan Coopersmith
2011-10-02LP64 fix for TypedArgToArg()Jeremy Huddleston
2011-06-20Only link with ws2_32 for mingw targetJon TURNEY
2011-05-24Update README for documentation referenceGaetan Nadon
2011-03-18Add test case for XtCvtIntToPixmap fix in commit 16d9941f3aa38Alan Coopersmith
2011-03-18Add test case for XtAppMainLoop bug 34715Alan Coopersmith
2011-03-18Add test framework similar to xserver and use it to test XtAsprintfAlan Coopersmith
2011-03-14Bug 34715: XtAppMainLoop doesn't work without a DisplayJordan Hayes
2011-03-10Bump to 1.1.1libXt-1.1.1Julien Cristau
2011-03-09XtAsprintf: Fix memory corruption.Cyril Brulebois
2011-03-08man: replace hard coded section number 3Xt with __libmansuffix__ #35050Gaetan Nadon
2011-03-06Don't need to use target-specific CFLAGS for makestrsAlan Coopersmith
2011-03-06Incorrect cast in XtCvtIntToPixmap could cause bus error on 64-bit machinesAlan Coopersmith
2011-03-04configure: Bump version to 1.1.0 for releaselibXt-1.1.0Jeremy Huddleston
2011-03-04darwin: Don't use poll() when expected to run on darwin10 and priorJeremy Huddleston
2011-02-04Shell.c: TopLevelSetValues ignores iconic state if shell not yet realizedAlan Coopersmith