summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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 Turner1-1/+1
2012-02-01Include headers instead of using extern definitionsMatt Turner1-43/+31
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
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 Jover4-8/+14
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-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-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-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 Nadon1-6/+6
2011-09-01Move compiler flags from AM_CPPFLAGS to AM_CFLAGSGaetan Nadon1-4/+5
2011-09-01Use AM_YFLAGS and BUILT_SOURCES rather than EXTRA_DISTGaetan Nadon1-1/+4
2011-08-31XawInit: Fix old-style function definitionsYaakov Selkowitz1-1/+1
2011-08-31Xaw3dP: Fix old-style function definitionsYaakov Selkowitz1-10/+2
2011-08-31Viewport: Fix old-style function definitionsYaakov Selkowitz1-80/+55
2011-08-31Vendor: Fix old-style function definitionsYaakov Selkowitz1-54/+45
2011-08-31Tree: Fix old-style function definitionsYaakov Selkowitz1-81/+56
2011-08-31Toggle: Fix old-style function definitionsYaakov Selkowitz1-44/+25
2011-08-31Tip: Fix old-style function definitionsYaakov Selkowitz1-76/+36
2011-08-31ThreeD: Fix old-style function definitionsYaakov Selkowitz1-59/+43
2011-08-31TextSrc: Fix old-style function definitionsYaakov Selkowitz1-53/+26
2011-08-31TextSink: Fix old-style function definitionsYaakov Selkowitz1-65/+35
2011-08-31TextPop: Fix old-style function definitionsYaakov Selkowitz1-128/+67