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