summaryrefslogtreecommitdiff
path: root/core/fxge/win32/cfx_psrenderer.cpp
AgeCommit message (Expand)Author
2017-02-16Change FXTEXT_CHARPOS to use CFX_PointFDan Sinclair
2017-02-15Cleanup CFX_PathData.Dan Sinclair
2017-02-14Revert "Convert Origins to points"Dan Sinclair
2017-02-13Convert Origins to pointsDan Sinclair
2017-02-09Remove Transform in favour of TransformPointDan Sinclair
2017-02-09Replace rect.Transform(matrix) with matrix.TransformRect(rect)Dan Sinclair
2017-02-08Rename x,y to width,height for Size typesdan sinclair
2017-02-08Update to use CFX_Rect{F} and CFX_Matrix constructors.Dan Sinclair
2017-02-07Use enum class for PathPoint types.Nicolas Pena
2017-01-12Add postscript pathrbpotter
2017-01-10Remove CFX_ArrayTemplate in cfx_psrender.tsepez
2017-01-06Revert postscript code removal.rbpotter