Age | Commit message (Expand) | Author | Files | Lines |
2013-09-21 | final stateHEADmaster | Alan Coopersmith | 1 | -1/+1 |
1995-06-08 | change #if __STDC__ to #ifdef __STDC__ | gildea | 1 | -2/+2 |
1995-05-30 | The R6 XtCvtStringToDirectoryString converter had a logic error in | converse | 1 | -6/+30 |
1994-04-17 | new X Consortium copyright/permission | rws | 1 | -5/+31 |
1994-04-02 | use getcwd on POSIX, SYSV, and WIN32 systems | rws | 1 | -5/+8 |
1994-04-02 | can't use getcwd if X_NOT_POSIX, just fail in that case | rws | 1 | -1/+5 |
1994-04-01 | remove StringArray converter; implement and register two new converters | converse | 1 | -44/+123 |
1994-02-08 | nit | converse | 1 | -2/+2 |
1994-02-08 | attempt to implement a String to StringArray converter | converse | 1 | -1/+62 |
1994-02-04 | include Shell.h for XtRRestartStyle converter | converse | 1 | -1/+2 |
1994-01-30 | The correct spelling for usable. | kaleb | 1 | -4/+4 |
1994-01-20 | add XtCvtStringToRestartStyle | converse | 1 | -1/+32 |
1993-10-22 | xbug 6179. Cache entries that should have had a "global" tag were cached | kaleb | 1 | -3/+3 |
1993-10-06 | add Sun copyright | kaleb | 1 | -2/+12 |
1993-09-18 | Remove unspecified StringToGeometry converter. | converse | 1 | -28/+1 |
1993-08-27 | Initial MT support | kaleb | 1 | -3/+8 |
1993-08-19 | Added StringToGravity converter | kaleb | 1 | -1/+90 |
1991-07-23 | type of XrmValue addr field is XPointer | converse | 1 | -2/+2 |
1991-07-20 | minor fixup in warning msgs | rws | 1 | -4/+4 |
1991-07-20 | add int to float and int to unsigned char converters | rws | 1 | -2/+39 |
1991-07-19 | add XtCvtStringToDimension, check for negative numbers | rws | 1 | -2/+28 |
1991-07-16 | call AllocNamedColor instead of XParseColor/XAllocColor, since | rws | 1 | -25/+5 |
1991-07-05 | MotifBC | rws | 1 | -2/+2 |
1991-06-27 | In calls to XtDisplayStringConversionWarning, use XtR... resource repre- | converse | 1 | -29/+27 |
1991-06-26 | inconsequential change: declare and initialize static variables in | converse | 1 | -5/+5 |
1991-06-10 | compile in ancient LowerCase when -DMOTIFBUG, stupid Motif 1.1 uses it | rws | 1 | -1/+18 |
1991-05-11 | Change XtQString to _XtQString | converse | 1 | -26/+26 |
1991-05-09 | convert all possible errors to warnings. these were just wrong | swick | 1 | -32/+56 |
1991-05-06 | register Int to Short converter required by the specification | converse | 1 | -6/+13 |
1991-05-05 | expose the default converter interfaces. | converse | 1 | -114/+82 |
1991-04-30 | Nits: Remove unused static XtQPointer and XtQWindow. | converse | 1 | -8/+4 |
1991-04-30 | Remove Quarks.h. Move declarations of the quarks for resource | converse | 1 | -57/+56 |
1991-04-19 | CvtStringToVisual and CvtStringToAtom issue warnings when the converter | converse | 1 | -4/+7 |
1991-04-09 | XtDisplayStringConversionWarning now has #ifndef NO_MIT_HACKS wrapped | converse | 1 | -1/+7 |
1991-04-09 | Anything that might affect the value returned from the conversion should be | converse | 1 | -9/+10 |
1991-04-08 | make visualConvertArgs static, not externally visible. | converse | 1 | -2/+2 |
1991-04-08 | remove the unused, obsolete function LowerCase. | converse | 1 | -16/+1 |
1991-04-08 | add a StringToFontSet converter, with accompanying additional conversion | converse | 1 | -1/+149 |
1991-02-17 | use XtOffsetOf | converse | 1 | -6/+11 |
1991-02-05 | regularize includes | gildea | 1 | -3/+3 |
1991-01-10 | use of NULL as non-pointer (#3355) | converse | 1 | -7/+7 |
1990-12-28 | move static function decl outside block | gildea | 1 | -3/+3 |
1990-12-12 | function proto work | rws | 1 | -5/+20 |
1990-12-11 | use __STDC__, not defined(__STDC__) | rws | 1 | -2/+2 |
1990-12-09 | don't cache atoms, depend on Xlib | rws | 1 | -2/+2 |
1990-11-30 | use XrmPermStringToQuark | rws | 1 | -32/+32 |
1990-08-31 | return more detailed error messages if colorname is unknown or #RGB | swick | 1 | -7/+27 |
1990-06-15 | make a bunch of things const | rws | 1 | -12/+16 |
1990-04-03 | do string literal compression. | swick | 1 | -39/+42 |
1989-12-20 | XtProcedureArg procs need to return addr of thing, not thing just | swick | 1 | -9/+10 |