Age | Commit message (Expand) | Author | Files | Lines |
2013-09-21 | final stateHEADmaster | Alan Coopersmith | 1 | -1/+1 |
1994-04-17 | new X Consortium copyright/permission | converse | 1 | -3/+29 |
1994-04-02 | changes to XtAllocateProc interface | converse | 1 | -9/+9 |
1994-04-01 | hooks revision | kaleb | 1 | -7/+17 |
1994-03-31 | update version check in XtInitializeWidgetClass for widgets compiled | converse | 1 | -12/+25 |
1994-02-10 | in _XtCreateWidget, when checking if parent accepts object children, | converse | 1 | -23/+22 |
1994-01-21 | correction to XtAllocateProc interface. | converse | 1 | -3/+6 |
1994-01-14 | Hooks for External Agents -- phase 2 | kaleb | 1 | -128/+219 |
1994-01-10 | call out to a widget class allocate method if one exists | converse | 1 | -17/+29 |
1994-01-08 | Hooks for External Agents -- first pass redux | kaleb | 1 | -4/+11 |
1993-10-25 | close XBUG 4717, 6197, R6 Xt proposal P33. Move initialization of Core | kaleb | 1 | -1/+8 |
1993-10-15 | Fix lint warning | kaleb | 1 | -2/+1 |
1993-10-06 | add Sun copyright | kaleb | 1 | -2/+12 |
1993-09-20 | Added widget name to error messages emitted by XtCreateWidget xbug #5821 | kaleb | 1 | -14/+16 |
1993-09-18 | ANSI-fication | kaleb | 1 | -3/+4 |
1993-08-27 | Initial MT support | kaleb | 1 | -25/+95 |
1993-04-26 | Don't pass undefined values across function call interfaces. #6002 | converse | 1 | -1/+2 |
1992-08-26 | When constraint resource values are typed args, in _XtCreate.c, the memory | converse | 1 | -14/+12 |
1992-05-11 | In _XtCreateWidget, if the child is a nonwidget, there's no need to | converse | 1 | -3/+4 |
1991-05-09 | put core_class.xrm_class quarkification where it belongs - | swick | 1 | -3/+2 |
1991-03-08 | fix double alignment | rws | 1 | -5/+5 |
1991-03-07 | make constraint record double-aligned on systems that require it | rws | 1 | -17/+23 |
1991-02-05 | don't whine about R4 widgets | rws | 1 | -2/+3 |
1990-12-30 | allocate constraints along with widget | rws | 1 | -7/+9 |
1990-12-26 | remove bcopy decl | rws | 1 | -3/+1 |
1990-12-12 | function proto work | rws | 1 | -1/+51 |
1990-12-04 | use XrmPermStringToQuark | rws | 1 | -2/+2 |
1990-12-03 | callback reimplementation | converse | 1 | -15/+13 |
1990-09-04 | more XtPointer botches for STDC case (bug 3345) | swick | 1 | -2/+2 |
1990-08-31 | Popup list must be accurately maintained if the child was a | swick | 1 | -45/+1 |
1990-08-22 | add subclass checks to XtCreatePopupShell (bug 3259) | swick | 1 | -1/+3 |
1990-07-26 | save 1 copy of class_name for applicationShells | swick | 1 | -6/+7 |
1990-07-02 | use shared copy of instance name. | swick | 1 | -2/+2 |
1990-06-25 | don't allocate contraint record if length==0. (bug 3116) | swick | 1 | -9/+11 |
1990-04-04 | coalesce error string literals. | swick | 1 | -14/+18 |
1990-03-27 | finish repair to use XtVersion to note old Shell widget binaries | swick | 1 | -44/+39 |
1990-03-27 | Defer destruction of popup shell windows until very late in | swick | 1 | -7/+0 |
1990-03-26 | incomplete repair to use XtVersion to note old Shell widget binaries. | swick | 1 | -15/+31 |
1990-01-24 | use strictest alignment rules possible for XtStackAlloc use. | swick | 1 | -3/+4 |
1990-01-23 | uninitialized data when using un-typed vararg entry. (bug 2345) | swick | 1 | -15/+16 |
1989-11-14 | allow GetResources to trim failing typed args from the arglist | swick | 1 | -5/+4 |
1989-11-14 | fix comments, use ALLOCATE_LOCAL for temporary copy of varargs, lint | swick | 1 | -10/+11 |
1989-11-08 | compiling version of varargs | swick | 1 | -17/+99 |
1989-10-11 | lint | swick | 1 | -2/+2 |
1989-10-11 | use XtIs*Shell instead of XtIsSubclass | swick | 1 | -2/+2 |
1989-10-03 | fix bug 661 (correct casting for non-byte-addressed machines). | swick | 1 | -2/+3 |
1989-09-21 | add args, num_args to XtInitProc | swick | 1 | -6/+11 |
1989-09-14 | use macros for the internal class_inited values. | swick | 1 | -9/+46 |
1989-09-13 | look for CompositeClassExtension->accepts_objects | swick | 1 | -27/+51 |
1989-09-12 | caddr_t -> XtPointer | swick | 1 | -12/+12 |