summaryrefslogtreecommitdiff
path: root/xc/programs/Xserver/mi/miwideline.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-21final stateHEADmasterAlan Coopersmith1-1/+1
1994-07-25XBUG 6920, bug-report accepted against fontlib, define _XOPEN_SOURCE tokaleb1-5/+7
1994-04-17new X Consortium copyright/permissiondpw1-16/+31
1994-03-31fix XBUG #6645: minor XFree86 changesdpw1-2/+2
1994-03-21close XBUG #6436: macro fabs in misc.h interferes with function prototypedpw1-2/+2
1994-02-23function prototype/warnings cleanupdpw1-5/+6
1994-01-21more changes for Dec Alphadpw1-10/+10
1993-07-11keep purify happy about unused edge components in miLineArc/Drws1-1/+3
1992-07-28initialize k in miLineProjectingCaprws1-1/+2
1992-05-15maxy in miLineProjectingCap should be a doublekeith1-3/+3
1992-04-20delete ICEIL applied to int in miLineProjectingCaprws1-2/+2
1992-01-25check for lineWidth==0 first in miWideDash, because miWideLinerws1-11/+11
1991-12-17Fix double dash xor mode double pixelizationskeith1-62/+84
1991-11-20make zero-len dashed lines get the right capskeith1-15/+12
1991-11-13translate h/v rop segmentskeith1-1/+6
1991-11-01initialize firstIsFg to avoid troubles when itkeith1-2/+2
1991-08-23SYSV386 fails to declare hypot. XBUG #4239gildea1-2/+2
1991-07-18use PolyFillRect for horz/vert lineskeith1-39/+85
1991-07-03make 1-point poly lines generate double caps (like other coincident lines)keith1-23/+23
1991-07-02need to declare hypot in SVR4 when ANSI Crws1-1/+5
1991-07-01Use middle of rationalized lineskeith1-2/+3
1991-05-30apply caps to selfJoin OnOff dashed lines which end oddkeith1-7/+195
1991-05-30join double dash lines alwayskeith1-2/+2
1991-05-29more fixes for dashes - try to get join/cap colors correctkeith1-15/+16
1991-05-28duplicate code for selfJoin/somethingDrawn from miWideLine tokeith1-31/+99
1991-05-28fix right cap of double dash lines for correct pixelkeith1-1/+4
1991-05-24adjust projecting caps for horizontal casekeith1-26/+27
1991-05-04doueble dash xor lines didn't use bgPixelkeith1-1/+15
1990-11-19make span routines global for arcskeith1-3/+3
1990-04-13join CoordModePrevious lines, don't dash OpaqueStippled lineskeith1-3/+29
1990-02-09set k for final left round cap on dashed segmentskeith1-1/+3
1990-01-23zero-length line with round caps now workkeith1-1/+2
1990-01-10join ends of self-joining polylinekeith1-10/+25
1989-11-25lintrws1-5/+1
1989-11-19add register declsrws1-35/+38
1989-11-16get ymins correctkeith1-2/+2
1989-11-16clipped round joinskeith1-11/+68
1989-11-13clipped round capskeith1-48/+208
1989-11-09corrected imperfect pixelization in joins and dashes; still somekeith1-77/+122
1989-11-08init xorg when not miTranslaterws1-1/+2
1989-11-08hacks to let miWideDash work with zero line-width. Boguskeith1-1/+7
1989-11-05lintrws1-8/+15
1989-11-04make round join work for coincident lineskeith1-82/+195
1989-11-02fix vertical dashed lines and dashed joinskeith1-14/+39
1989-11-02add line helper stubs for old ddx ValidateGC'srws1-1/+13
1989-11-02flip y axis correctlyrws1-6/+17
1989-11-01use ICEIL in round cap computationkeith1-2/+2
1989-11-01coalesce arc code overheadrws1-142/+104
1989-11-01first cut at caps for dashesrws1-18/+171
1989-11-01span-merging round cap stuffkeith1-33/+67