summaryrefslogtreecommitdiff
path: root/xc/lib/Xt/Converters.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-21final stateHEADmasterAlan Coopersmith1-1/+1
1995-06-08change #if __STDC__ to #ifdef __STDC__gildea1-2/+2
1995-05-30The R6 XtCvtStringToDirectoryString converter had a logic error inconverse1-6/+30
1994-04-17new X Consortium copyright/permissionrws1-5/+31
1994-04-02use getcwd on POSIX, SYSV, and WIN32 systemsrws1-5/+8
1994-04-02can't use getcwd if X_NOT_POSIX, just fail in that caserws1-1/+5
1994-04-01remove StringArray converter; implement and register two new convertersconverse1-44/+123
1994-02-08nitconverse1-2/+2
1994-02-08attempt to implement a String to StringArray converterconverse1-1/+62
1994-02-04include Shell.h for XtRRestartStyle converterconverse1-1/+2
1994-01-30The correct spelling for usable.kaleb1-4/+4
1994-01-20add XtCvtStringToRestartStyleconverse1-1/+32
1993-10-22xbug 6179. Cache entries that should have had a "global" tag were cachedkaleb1-3/+3
1993-10-06add Sun copyrightkaleb1-2/+12
1993-09-18Remove unspecified StringToGeometry converter.converse1-28/+1
1993-08-27Initial MT supportkaleb1-3/+8
1993-08-19Added StringToGravity converterkaleb1-1/+90
1991-07-23type of XrmValue addr field is XPointerconverse1-2/+2
1991-07-20minor fixup in warning msgsrws1-4/+4
1991-07-20add int to float and int to unsigned char convertersrws1-2/+39
1991-07-19add XtCvtStringToDimension, check for negative numbersrws1-2/+28
1991-07-16call AllocNamedColor instead of XParseColor/XAllocColor, sincerws1-25/+5
1991-07-05MotifBCrws1-2/+2
1991-06-27In calls to XtDisplayStringConversionWarning, use XtR... resource repre-converse1-29/+27
1991-06-26inconsequential change: declare and initialize static variables in converse1-5/+5
1991-06-10compile in ancient LowerCase when -DMOTIFBUG, stupid Motif 1.1 uses itrws1-1/+18
1991-05-11Change XtQString to _XtQStringconverse1-26/+26
1991-05-09convert all possible errors to warnings. these were just wrongswick1-32/+56
1991-05-06register Int to Short converter required by the specificationconverse1-6/+13
1991-05-05expose the default converter interfaces.converse1-114/+82
1991-04-30Nits: Remove unused static XtQPointer and XtQWindow.converse1-8/+4
1991-04-30Remove Quarks.h. Move declarations of the quarks for resourceconverse1-57/+56
1991-04-19CvtStringToVisual and CvtStringToAtom issue warnings when the converterconverse1-4/+7
1991-04-09XtDisplayStringConversionWarning now has #ifndef NO_MIT_HACKS wrappedconverse1-1/+7
1991-04-09Anything that might affect the value returned from the conversion should beconverse1-9/+10
1991-04-08make visualConvertArgs static, not externally visible.converse1-2/+2
1991-04-08remove the unused, obsolete function LowerCase.converse1-16/+1
1991-04-08add a StringToFontSet converter, with accompanying additional conversionconverse1-1/+149
1991-02-17use XtOffsetOfconverse1-6/+11
1991-02-05regularize includesgildea1-3/+3
1991-01-10use of NULL as non-pointer (#3355)converse1-7/+7
1990-12-28move static function decl outside blockgildea1-3/+3
1990-12-12function proto workrws1-5/+20
1990-12-11use __STDC__, not defined(__STDC__)rws1-2/+2
1990-12-09don't cache atoms, depend on Xlibrws1-2/+2
1990-11-30use XrmPermStringToQuarkrws1-32/+32
1990-08-31return more detailed error messages if colorname is unknown or #RGBswick1-7/+27
1990-06-15make a bunch of things constrws1-12/+16
1990-04-03do string literal compression.swick1-39/+42
1989-12-20XtProcedureArg procs need to return addr of thing, not thing justswick1-9/+10