aboutsummaryrefslogtreecommitdiff
path: root/liblogdiag/ld-canvas.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement zooming in LdWindowMain.Přemysl Janouch2011-02-041-0/+4
| | | | Add convenience methods to LdCanvas.
* Bind actions to cursor keys in LdCanvas.Přemysl Janouch2011-02-011-1/+3
| | | | If there's a selection, move it. Otherwise move the viewport.
* Fix program messages and gtk-doc comments.Přemysl Janouch2011-01-281-3/+1
|
* Make ld_canvas_new() return a GtkWidget reference.Přemysl Janouch2011-01-241-1/+1
| | | | For consistency with GTK+.
* Make a separate library.Přemysl Janouch2011-01-101-0/+91
This is required for gtkdoc-scangobj. So far it's much like it's been before, the main differences are that source files are in two directories from now on and the build process has two stages.