aboutsummaryrefslogtreecommitdiff
path: root/drawing.c (unfollow)
Commit message (Expand)Author
2023-04-06Fall back to <math.h> if <tgmath.h> doesn't work.Simon Tatham
2023-04-04Replace <math.h> with <tgmath.h> throughoutBen Harris
2023-02-19Convert a lot of floating-point constants to single precisionBen Harris
2021-09-13Add 'const' to the draw_polygon coords array parameter.Simon Tatham
2018-11-13Adopt C99 bool in the printing API.Simon Tatham
2017-10-01Assorted char * -> const char * API changes.Simon Tatham
2017-09-29draw_thick_line: Bound thickness by 1.0 belowIan Jackson
2010-05-29Patch from Mark Wooding to introduce a draw_thick_line() function inSimon Tatham
2009-12-27Introduce, and implement as usefully as I can in all front ends, aSimon Tatham
2009-02-22Introduce some infrastructure to permit games' print functions toSimon Tatham
2008-09-13Patch from James H providing lots more paranoid casting. Also oneSimon Tatham
2008-04-07Revise the printing colour framework so that we can explicitlySimon Tatham
2005-10-22Cleanup: relieve frontends of the duty to callSimon Tatham
2005-08-18Substantial infrastructure upheaval. I've separated the drawing APISimon Tatham