summaryrefslogtreecommitdiff
path: root/xc/lib/Xt/TMparse.c
AgeCommit message (Expand)AuthorFilesLines
1989-10-06separate out build options to cache & ref count translations andswick1-4/+8
1989-10-05type clash in ParseParamSeq (bug 1978) plus other nits.swick1-8/+8
1989-10-04make local routines private. ClassInitialize doesn't needswick1-17/+2
1989-10-02add Jim's BROKEN_OPTIMIZER_HACKswick1-23/+54
1989-10-02turn on caching of translation tables by default.swick1-44/+50
1989-09-28don't trash stack in event details specified as atom names.swick1-35/+32
1989-09-28add event details to MotionNotify, PropertyNotify, Selection*,swick1-21/+71
1989-09-27allow ! and : simultaneously in translationsswick1-3/+3
1989-09-19the built-in actions are now registered as part of app context creation.swick1-2/+1
1989-09-12caddr_t -> XtPointerswick1-6/+6
1989-07-21update ref counting interfaces to match XtCacheType proposal.swick1-7/+7
1989-06-09first implementation of per-display caching & ref countingswick1-75/+108
1989-02-03don't scribble over stack when parsing quoted strings and reportswick1-8/+11
1989-02-03inform user about unrecognized keysyms rather than quietly doingswick1-20/+42
1988-09-06XConsortiumjim1-2/+1
1988-09-06need a private mask to make modifiers specified as Keysyms work.swick1-12/+10
1988-09-06add $Headerswick1-2/+2
1988-09-05fix <BtnMotion>; is an explicit don't-care modifier,swick1-14/+15
1988-09-05show current production when reporting a syntax error.swick1-1/+20
1988-09-05special case single-char ASCII keysyms for speed. (repeat of 1.59)swick1-1/+14
1988-09-05handle bad (numeric) keysym specs better (repeat of 1.59)swick1-11/+12
1988-09-04Converters on per appContext basisswick1-5/+15
1988-09-04xHeader -> XConsortiumswick1-1/+1
1988-08-31implement Btn*Motion event abbreviationsswick1-1/+23
1988-08-31Xos (repeat 1.53)swick1-2/+2
1988-08-31R3 interfaces: /* $oHeader: TMparse.c,v 1.2 88/08/18 15:51:46 asente Exp $ */swick1-246/+559
1988-04-26make lowercasing work correctlyrws1-2/+2
1988-04-11change names to avoid confusionrws1-6/+6
1988-04-09accept real Keysym names, not just ASCII and numbersrws1-18/+32
1988-02-26StringDefs, copyrightswick1-24/+26
1988-02-14X11/ includerws1-6/+6
1988-02-02add Button*Motion event types.swick1-1/+25
1988-02-02don't report multiple errors when missing parens in action spec;swick1-3/+12
1988-02-02show the current production source when reporting a syntax error.swick1-0/+10
1988-02-02repeat 1.51swick1-6/+6
1988-02-02$Header: TMparse.c,v 6.22 88/01/29 16:25:36 asente Exp $swick1-195/+221
1987-12-20Xosrws1-2/+2
1987-12-08show the current production spec when reporting a syntax error.swick1-3/+42
1987-11-01Bl5haynes1-433/+819
1987-09-11ship it. clean up copyright, add rcs headers.haynes1-1/+4
1987-09-11Last edit wiped out the one before. This edit merges the two.weissman1-5/+5
1987-09-11add error message to bad eventguarino1-4/+5
1987-09-11de-linthaynes1-4/+4
1987-09-11Fix hex conversions of key syms.weissman1-1/+1
1987-09-11Fix event code mask on button events.weissman1-0/+1
1987-09-11fix bug in parsing/compiling action procshaynes1-6/+5
1987-09-11Terrible hack to make table entries line up in correct place.weissman1-3/+3
1987-09-11*** empty log message ***susan1-2/+3
1987-09-11Added detail ANYsusan1-27/+77
1987-09-11wasn't incrementing string in numeric parsinghaynes1-3/+9