summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2026-02-27define XawVersion in in XawInit.h (like Xaw) for programs using imakeHEADmasterThomas E. Dickey1-0/+2
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2025-05-12Issue 6: Text translations picked up by ScrollbarThomas E. Dickey1-0/+4
2025-04-25move SET_PT, CONTRAST macros to common private-header, for reuseThomas E. Dickey1-0/+3
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2025-04-21fixes for gcc -Wzero-as-null-pointer-constantThomas E. Dickey1-1/+1
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2022-05-07convert ISO8859-1 encoded source files to UTF-8Alan Coopersmith2-2/+2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-05-07Fix spelling/wording issuesAlan Coopersmith12-20/+20
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2019-07-01build-fixes when _CONST_X_STRING is definedThomas E. Dickey1-1/+1
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2012-03-24Add XawTextGetSink for compatibility with libXawMarkus Steinborn1-0/+4
Patch found at http://gitorious.org/xaw3d/xaw3d/commit/ccb1ffde090006f5a715c1e3d4da5f4d6fae05d3 Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
2012-02-01Include WidgetNode.h from AllWidgets.hMatt Turner1-0/+2
Makes these two files closer to the libXaw originals. Signed-off-by: Matt Turner <mattst88@gmail.com>
2012-02-01Include headers instead of using extern definitionsMatt Turner1-1/+1
Caught a mistake in SmeThreeD.h: smeThreeDWidgetClass was declared instead of smeThreeDObjectClass. Also fixes redundant redeclaration warnings. Signed-off-by: Matt Turner <mattst88@gmail.com>
2011-09-16Strip trailing whitespaceAlan Coopersmith65-348/+348
Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' git diff -w & git diff -b show no diffs from this change Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2011-08-26include: Fix old-style function definitionsYaakov Selkowitz8-51/+98
Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Acked-by: Gaetan Nadon <memsize@videotron.ca>
2011-08-24unifdef -DNeedFunctionPrototypes -DNeedVarargsPrototypesYaakov Selkowitz24-196/+0
This is the first step to removing old-style function definition warnings. Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Acked-by: Gaetan Nadon <memsize@videotron.ca>
2011-08-24Fix xaw3dincludedirYaakov Selkowitz1-1/+1
Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Acked-by: Gaetan Nadon <memsize@videotron.ca>
2011-08-03use four build time definesRafał Mużyło1-7/+12
Signed-off-by: Rafał Mużyło <galtgendo@o2.pl> Signed-off-by: Matt Turner <mattst88@gmail.com>
2011-08-03Remove uneeded files from build/installRafał Mużyło1-2/+4
Signed-off-by: Rafał Mużyło <galtgendo@o2.pl> Signed-off-by: Matt Turner <mattst88@gmail.com>
2011-08-01Replace Imake with autotools build system.Matt Turner1-0/+80
Partially based on the work of David Leverton <levertond@googlemail.com> Rafał Mużyło <galtgendo@o2.pl> https://bugs.gentoo.org/show_bug.cgi?id=290410 Signed-off-by: Matt Turner <mattst88@gmail.com>
2011-08-01Move Xaw3dP.h.sed -> include/X11/Xaw3d/Xaw3dP.h.Matt Turner1-0/+83
Signed-off-by: Matt Turner <mattst88@gmail.com>
2011-08-01Move headers to include/X11/Xaw3d/.Matt Turner76-0/+9555
Signed-off-by: Matt Turner <mattst88@gmail.com>