summaryrefslogtreecommitdiff
path: root/xc/lib/Xt/Create.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-21final stateHEADmasterAlan Coopersmith1-1/+1
1994-04-17new X Consortium copyright/permissionconverse1-3/+29
1994-04-02changes to XtAllocateProc interfaceconverse1-9/+9
1994-04-01hooks revisionkaleb1-7/+17
1994-03-31update version check in XtInitializeWidgetClass for widgets compiledconverse1-12/+25
1994-02-10in _XtCreateWidget, when checking if parent accepts object children,converse1-23/+22
1994-01-21correction to XtAllocateProc interface.converse1-3/+6
1994-01-14Hooks for External Agents -- phase 2kaleb1-128/+219
1994-01-10call out to a widget class allocate method if one existsconverse1-17/+29
1994-01-08Hooks for External Agents -- first pass reduxkaleb1-4/+11
1993-10-25close XBUG 4717, 6197, R6 Xt proposal P33. Move initialization of Corekaleb1-1/+8
1993-10-15Fix lint warningkaleb1-2/+1
1993-10-06add Sun copyrightkaleb1-2/+12
1993-09-20Added widget name to error messages emitted by XtCreateWidget xbug #5821kaleb1-14/+16
1993-09-18ANSI-ficationkaleb1-3/+4
1993-08-27Initial MT supportkaleb1-25/+95
1993-04-26Don't pass undefined values across function call interfaces. #6002converse1-1/+2
1992-08-26When constraint resource values are typed args, in _XtCreate.c, the memoryconverse1-14/+12
1992-05-11In _XtCreateWidget, if the child is a nonwidget, there's no need toconverse1-3/+4
1991-05-09put core_class.xrm_class quarkification where it belongs -swick1-3/+2
1991-03-08fix double alignmentrws1-5/+5
1991-03-07make constraint record double-aligned on systems that require itrws1-17/+23
1991-02-05don't whine about R4 widgetsrws1-2/+3
1990-12-30allocate constraints along with widgetrws1-7/+9
1990-12-26remove bcopy declrws1-3/+1
1990-12-12function proto workrws1-1/+51
1990-12-04use XrmPermStringToQuarkrws1-2/+2
1990-12-03callback reimplementationconverse1-15/+13
1990-09-04more XtPointer botches for STDC case (bug 3345)swick1-2/+2
1990-08-31Popup list must be accurately maintained if the child was aswick1-45/+1
1990-08-22add subclass checks to XtCreatePopupShell (bug 3259)swick1-1/+3
1990-07-26save 1 copy of class_name for applicationShellsswick1-6/+7
1990-07-02use shared copy of instance name.swick1-2/+2
1990-06-25don't allocate contraint record if length==0. (bug 3116)swick1-9/+11
1990-04-04coalesce error string literals.swick1-14/+18
1990-03-27finish repair to use XtVersion to note old Shell widget binariesswick1-44/+39
1990-03-27Defer destruction of popup shell windows until very late inswick1-7/+0
1990-03-26incomplete repair to use XtVersion to note old Shell widget binaries.swick1-15/+31
1990-01-24use strictest alignment rules possible for XtStackAlloc use.swick1-3/+4
1990-01-23uninitialized data when using un-typed vararg entry. (bug 2345)swick1-15/+16
1989-11-14allow GetResources to trim failing typed args from the arglistswick1-5/+4
1989-11-14fix comments, use ALLOCATE_LOCAL for temporary copy of varargs, lintswick1-10/+11
1989-11-08compiling version of varargsswick1-17/+99
1989-10-11lintswick1-2/+2
1989-10-11use XtIs*Shell instead of XtIsSubclassswick1-2/+2
1989-10-03fix bug 661 (correct casting for non-byte-addressed machines).swick1-2/+3
1989-09-21add args, num_args to XtInitProcswick1-6/+11
1989-09-14use macros for the internal class_inited values.swick1-9/+46
1989-09-13look for CompositeClassExtension->accepts_objectsswick1-27/+51
1989-09-12caddr_t -> XtPointerswick1-12/+12