aboutsummaryrefslogtreecommitdiff
path: root/src/ld-types.c
Commit message (Collapse)AuthorAgeFilesLines
* Use a central header.Přemysl Janouch2011-01-101-4/+1
| | | | | | | $ time (make clean; make) Before: ~8.0 seconds After: ~8.1 seconds
* Add ld_point_distance().Přemysl Janouch2011-01-091-0/+22
|
* Introduce LdRectangle, LdPoint and LdPointArray.Přemysl Janouch2011-01-081-0/+202
Remove LdCanvasRect and LdSymbolArea.