summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-03-24Avoid using dead pointer in _XawTextSetSelectionAlan Coopersmith
2016-08-29darwin: Remove incorrect export of vendorShellClassRec and vendorShellWidgetC...Jeremy Huddleston Sequoia
2015-09-27Get rid of some extraneous ; at the end of C source linesAlan Coopersmith
2014-11-07Use SEEK_* names instead of raw numbers for fseek whence argumentAlan Coopersmith
2014-11-07Just use C89 size_t instead of rolling our own Size_t & Off_tAlan Coopersmith
2014-07-17Fix abs() usage.Thomas Klausner
2013-07-06Remove support for pre-C89 headers (unifdef -UX_NOT_STDC_ENV)Alan Coopersmith
2013-07-06Replace TXT16 with XChar2b inlineAlan Coopersmith
2013-07-06Remove CRAY/WORD64 support (unifdef -UCRAY -UWORD64)Alan Coopersmith
2012-03-29XawIm.c: silence incompatible pointer type warningsMatt Turner
2012-03-29Make Box.c:PreferredSize match libXawMatt Turner
2012-03-29Fix segfaults when changing the text of a backed internationaled text widgetMatt Turner
2012-03-24Add XawTextGetSink for compatibility with libXawMarkus Steinborn
2012-03-24Avoid integer overflowMarkus Steinborn
2012-03-24Correct XtNthumbProc usageMarkus Steinborn
2012-03-14Fix use-after-free in DestroyAllIMMatt Turner
2012-02-29Fix parameters of FloatInRangeMatt Turner
2012-02-15Include MultiSrc.h in AllWidgets.cMatt Turner
2012-02-15Fix segfaults on tip popupsDevin J. Pohly
2012-02-01Add multiSink and multiSrc to AllWidgets.cMatt Turner
2012-02-01Include WidgetNode.h from AllWidgets.hMatt Turner
2012-02-01Include headers instead of using extern definitionsMatt Turner
2012-01-22Build fix for int-pointer cast errorsJeremy Huddleston
2012-01-22Cleanup shadow declarationsJeremy Huddleston
2012-01-22Include <stdlib.h> for abs()Jeremy Huddleston
2011-10-09Remove worthless isupper/islower checksMatt Turner
2011-10-09Remove unused variable 'i'Matt Turner
2011-10-09Include stdlib.h for abs()Matt Turner
2011-10-06Define call_data to 0 in NotifyScroll()Guillem Jover
2011-10-06Use intptr_t instead of int when casting from and to XtPointerGuillem Jover
2011-10-06Only use variable t in MoveThumb() on XAW_ARROW_SCROLLBARSGuillem Jover
2011-10-06Remove unused labelGuillem Jover
2011-10-06Disable unused input and unput lex functionsGuillem Jover
2011-09-19Fix a couple of unused variable warningsMatt Turner
2011-09-19Fix a couple unused function warningsMatt Turner
2011-09-17Add LayYYWrap() prototype to LayYY.hAlan Coopersmith
2011-09-17Fix several unused variable warningsAlan Coopersmith
2011-09-17Remove %defines declaration for compatibility with yacc.Matthieu Herrb
2011-09-08Make WriteToFile take constified argumentsAlan Coopersmith
2011-09-08Add LayYY.h header for common definitions of lex/yacc created functionsAlan Coopersmith
2011-09-08Fix distcheck by changing doc_DATA to dist_doc_DATAAlan Coopersmith
2011-09-07Update README.XAW3D for X.Org releaseAlan Coopersmith
2011-09-07Distribute & install src/README.XAW3DAlan Coopersmith
2011-09-07Use -p instead of %parser for compatibility with older bison & yaccAlan Coopersmith
2011-09-04Template.c: use #include <X11/Xaw3d/TemplateP.h>Gaetan Nadon
2011-09-04Add conditional include config.h to source files as done in libXawGaetan Nadon
2011-09-03Fix build after f28531a33d1f28bc86626b3013ef7857b564647fYaakov Selkowitz
2011-09-01Label: Fix nested extern declaration warningsYaakov Selkowitz
2011-09-01Fix incompatible vfunc pointer warningsYaakov Selkowitz
2011-09-01XawIm: Fix old-style function definitionsYaakov Selkowitz