summaryrefslogtreecommitdiff
path: root/xc/programs/twm/parse.c
AgeCommit message (Expand)AuthorFilesLines
1994-04-17new X Consortium copyright/permissiondpw1-6/+31
1993-09-03#included sync.hdpw1-6/+4
1993-09-02added support for SYNC extension prioritiesdpw1-1/+10
1992-08-24add PointerForeground/Background colorsrws1-1/+46
1992-05-11fixed XBUG 5215: Grayscale monitor supportdave1-1/+3
1991-07-12fixed XBUG #4132: misuse of NULLdave1-2/+2
1991-05-31fixed a bug in for multi headed serverdave1-2/+4
1991-05-08replaced atom WM_PRIORITY_COLORS with _MIT_PRIORITY_COLORSdave1-3/+3
1991-01-18*** empty log message ***dave1-2/+4
1991-01-09remove RCS stringrws1-6/+1
1990-12-11no changedave1-4/+2
1990-11-15added SaveColor mechanismdave1-5/+112
1990-03-15added NoStackMode to prevent anti-social clients (like saber)jim1-2/+3
1990-03-13load into saberjim1-3/+3
1990-03-08add mod1/m1 instead of 1jim1-2/+3
1990-03-08added rest of modifiers and avoid problems with unused extra modsjim1-2/+4
1990-03-05fix for 2486, hardcoded SYSTEM_INIT_FILEjim1-2/+4
1990-03-05added "meta" for 2308jim1-2/+3
1989-12-14new bits from stevep to fix colormap problemsjim1-2/+3
1989-12-10correct ansi-c mistypesjim1-3/+3
1989-12-10lintedjim1-6/+7
1989-12-09first cut at stuff from steve for colormap management; see revs prestevejim1-3/+2
1989-12-09need to reset overflowlen each time through parsejim1-3/+4
1989-12-09put in extra sanity check for MaxWindowSizejim1-2/+7
1989-12-08added MaxWindowSizeprestevejim1-2/+16
1989-12-03fixed minor nit in parsingjim1-18/+29
1989-12-02new parsing code that is easier to understandjim1-31/+47
1989-12-02took out unistd now that it is in Xos.hjim1-5/+2
1989-12-01convert to list of strings so that stupid compilers can workjim1-48/+50
1989-11-30removed f.source and made f.twmrc be f.restartjim1-4/+4
1989-11-30fixed unput bug that kills non-writable initialized stringsjim1-17/+20
1989-11-29added WarpUnmapped to make logout and popping to window easyjim1-3/+9
1989-11-28forgot warpcursorjim1-2/+3
1989-11-27added NoRaiseOnWarpjim1-2/+8
1989-11-27added NoCaseSensitive so that sorts can ignore sensitivityjim1-2/+8
1989-11-21added fixes from stevep and window ringjim1-24/+20
1989-11-20use ProgramName instead of "twm"jim1-4/+5
1989-11-20handle unknown keywords more gracefullyjim1-3/+3
1989-11-17fix for 2181 from crayjim1-2/+5
1989-11-16tab locations are almost therejim1-9/+54
1989-11-16added separator for modifiers and shift and control keywordsjim1-2/+4
1989-11-15remove t. opsjim1-6/+2
1989-11-13typos for backgroundsjim1-4/+4
1989-11-13move icon region directions out of gram.yjim1-6/+6
1989-11-13moved functions out of gram.y into parse.*jim1-65/+68
1989-11-13moved color list processing out of gram.y into parse.cjim1-27/+136
1989-11-13IconManagerGeometry has to be handled in gram.yjim1-9/+4
1989-11-13move as many keywords out of grammar as possiblejim1-188/+464
1989-11-13fixed parsing to use table instead of lex garbagejim1-2/+233
1989-10-27fixed minor cap typo in MIT namejim1-3/+3