summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-26libXaw3d 1.6.4libXaw3d-1.6.4Alan Coopersmith1-2/+2
2022-05-07convert ISO8859-1 encoded source files to UTF-8Alan Coopersmith3-3/+3
2022-05-07gitlab CI: add a basic build testAlan Coopersmith1-0/+99
2022-05-07Fix spelling/wording issuesAlan Coopersmith37-120/+120
2022-05-07Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2020-02-14issue #4: configure doesn't fail if flex is not installedThomas E. Dickey1-0/+6
2019-07-01build-fixes when _CONST_X_STRING is definedThomas E. Dickey3-6/+4
2019-03-09Pass correct number of atoms from SelectSave to _XawTextSaltAwaySelectionAlan Coopersmith1-3/+2
2018-12-07Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
2018-11-19Update README for gitlab migrationAlan Coopersmith3-26/+20
2018-09-30Fix fd leak when write() fails in WriteToFile()Alan Coopersmith1-3/+6
2018-09-30Bug 24635: File Descriptor leaks in libxaw-1.0.7Eric Sesterhenn1-2/+6
2018-06-18libXaw3d 1.6.3libXaw3d-1.6.3Matt Turner1-1/+1
2018-03-24Avoid using dead pointer in _XawTextSetSelectionAlan Coopersmith1-1/+1
2017-01-26autogen: add default patch prefixMihail Konev1-0/+3
2017-01-26autogen.sh: use quoted string variablesEmil Velikov1-4/+4
2017-01-26autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer1-1/+1
2016-08-29darwin: Remove incorrect export of vendorShellClassRec and vendorShellWidgetC...Jeremy Huddleston Sequoia1-3/+13
2015-09-27Get rid of some extraneous ; at the end of C source linesAlan Coopersmith1-2/+2
2014-11-07Use SEEK_* names instead of raw numbers for fseek whence argumentAlan Coopersmith3-6/+6
2014-11-07Just use C89 size_t instead of rolling our own Size_t & Off_tAlan Coopersmith2-23/+8
2014-07-17Fix abs() usage.Thomas Klausner1-1/+1
2014-06-04autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith1-1/+3
2014-06-04configure: Drop AM_MAINTAINER_MODEAlan Coopersmith2-2/+1
2013-07-06Remove support for pre-C89 headers (unifdef -UX_NOT_STDC_ENV)Alan Coopersmith5-19/+0
2013-07-06Replace TXT16 with XChar2b inlineAlan Coopersmith1-9/+5
2013-07-06Remove CRAY/WORD64 support (unifdef -UCRAY -UWORD64)Alan Coopersmith1-49/+0
2013-06-06Fix --disable-feature options in configureJavier Pello1-6/+17
2012-03-29libXaw3d 1.6.2libXaw3d-1.6.2Matt Turner1-1/+1
2012-03-29XawIm.c: silence incompatible pointer type warningsMatt Turner1-3/+2
2012-03-29Make Box.c:PreferredSize match libXawMatt Turner1-7/+5
2012-03-29Fix segfaults when changing the text of a backed internationaled text widgetMatt Turner1-0/+1
2012-03-24Add XawTextGetSink for compatibility with libXawMarkus Steinborn4-0/+14
2012-03-24Avoid integer overflowMarkus Steinborn1-2/+6
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