summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-24Correct XtNthumbProc usageMarkus Steinborn1-4/+10
2012-03-14Fix use-after-free in DestroyAllIMMatt Turner1-1/+1
2012-02-29Fix parameters of FloatInRangeMatt Turner1-1/+1
2012-02-15libXaw3d 1.6.1libXaw3d-1.6.1Matt Turner1-1/+1
2012-02-15Include MultiSrc.h in AllWidgets.cMatt Turner1-1/+2
2012-02-15Fix segfaults on tip popupsDevin J. Pohly1-1/+3
2012-02-01Add multiSink and multiSrc to AllWidgets.cMatt Turner1-0/+3
2012-02-01Include WidgetNode.h from AllWidgets.hMatt Turner2-1/+3
2012-02-01Include headers instead of using extern definitionsMatt Turner2-44/+32
2012-02-01Make --enable-internationalization defaultGaetan Nadon1-5/+7
2012-01-24Include XAW3D_CPPFLAGS in xaw3d.pc CflagsMatt Turner1-1/+1
2012-01-22Build fix for int-pointer cast errorsJeremy Huddleston1-6/+6
2012-01-22Cleanup shadow declarationsJeremy Huddleston3-15/+15
2012-01-22Include <stdlib.h> for abs()Jeremy Huddleston1-0/+2
2012-01-21libXaw3d 1.6libXaw3d-1.6Matt Turner1-1/+1
2011-10-09Remove worthless isupper/islower checksMatt Turner1-7/+2
2011-10-09Remove unused variable 'i'Matt Turner1-2/+0
2011-10-09Include stdlib.h for abs()Matt Turner1-0/+1
2011-10-06Define call_data to 0 in NotifyScroll()Guillem Jover1-1/+1
2011-10-06Use intptr_t instead of int when casting from and to XtPointerGuillem Jover5-8/+15
2011-10-06Only use variable t in MoveThumb() on XAW_ARROW_SCROLLBARSGuillem Jover1-2/+5
2011-10-06Remove unused labelGuillem Jover1-1/+1
2011-10-06Disable unused input and unput lex functionsGuillem Jover1-0/+2
2011-09-19Fix a couple of unused variable warningsMatt Turner1-2/+0
2011-09-19Fix a couple unused function warningsMatt Turner1-0/+4
2011-09-17Add LayYYWrap() prototype to LayYY.hAlan Coopersmith1-0/+1
2011-09-17Fix several unused variable warningsAlan Coopersmith4-6/+10
2011-09-17Remove %defines declaration for compatibility with yacc.Matthieu Herrb1-1/+0
2011-09-16Strip trailing whitespaceAlan Coopersmith65-348/+348
2011-09-08Make WriteToFile take constified argumentsAlan Coopersmith1-2/+2
2011-09-08Add LayYY.h header for common definitions of lex/yacc created functionsAlan Coopersmith5-4/+16
2011-09-08Fix distcheck by changing doc_DATA to dist_doc_DATAAlan Coopersmith1-1/+1
2011-09-07Update README.XAW3D for X.Org releaseAlan Coopersmith1-104/+13
2011-09-07Distribute & install src/README.XAW3DAlan Coopersmith1-0/+2
2011-09-07Add xext to required modules for Shape extension callsAlan Coopersmith1-1/+1
2011-09-07Use -p instead of %parser for compatibility with older bison & yaccAlan Coopersmith2-2/+2
2011-09-04Template.c: use #include <X11/Xaw3d/TemplateP.h>Gaetan Nadon1-1/+1
2011-09-04Add conditional include config.h to source files as done in libXawGaetan Nadon42-0/+126
2011-09-03Fix build after f28531a33d1f28bc86626b3013ef7857b564647fYaakov Selkowitz2-2/+2
2011-09-01Label: Fix nested extern declaration warningsYaakov Selkowitz1-2/+1
2011-09-01Fix incompatible vfunc pointer warningsYaakov Selkowitz4-28/+27
2011-09-01XawIm: Fix old-style function definitionsYaakov Selkowitz1-131/+90
2011-09-01MultiSrc: Fix old-style function definitionsYaakov Selkowitz1-81/+47
2011-09-01MultiSink: Fix old-style function definitionsYaakov Selkowitz1-65/+33
2011-09-01Add missing AC_CONFIG_HEADERSGaetan Nadon1-0/+1
2011-09-01Include Xaw3dP.h using #include <X11/Xaw3d/Xaw3dP.h>Gaetan Nadon22-23/+22
2011-09-01Rename XAW3D_CFLAGS to XAW3D_CPPFLAGS as it contains preprocessor options onlyGaetan Nadon2-12/+12
2011-09-01Move compiler flags from AM_CPPFLAGS to AM_CFLAGSGaetan Nadon1-4/+5
2011-09-01lex and yacc: add error checking when yacc is missingGaetan Nadon1-2/+10
2011-09-01Use AM_YFLAGS and BUILT_SOURCES rather than EXTRA_DISTGaetan Nadon1-1/+4