aboutsummaryrefslogtreecommitdiff
path: root/src/ld-canvas.h
Commit message (Collapse)AuthorAgeFilesLines
* Implemented a skeleton of LdCanvas.Přemysl Janouch2010-09-201-0/+10
| | | | | It now paints itself white and draws a simple grid. Also an LdDocument can be assigned to it.
* Changed the object prefix from "logdiag" to "ld".Přemysl Janouch2010-09-191-23/+23
| | | | It was just too long to type and read. My mistake.
* Renamed source files.Přemysl Janouch2010-09-191-0/+59
Also a little change in CMakeLists.txt. The next commit is going to change the object prefix.